21 Commits

Author SHA1 Message Date
Chris Beams
780393dae9
Organize imports with shared IDEA configuration
Add .idea/codeStyleSettings.xml with explicit settings for each
2nd-level package used within ethereumj, adding a separator between
each (unfortunately there is no other way to gain this level of control
in IDEA).

Imports are generally in alphabetical order, with two key exceptions:

 - org.ethereumj.* imports are always sorted at top, to simplify the
process of seeing how one ethereumj type relates to all others. This is
especially useful in the practice of avoiding cyclic package
dependencies.

 - java.* and javax.* and sun.* imports are always sorted at bottom.

Wildcard imports are used for static imports whenever two or more
members of the same type are statically imported, but wildcards are
never used for non-static imports. This policy of explicitness helps
identify classes that are too "fat", i.e. have too many dependencies on
other types.

The root .gitignore file has been updated to allow
.idea/codeStyleSettings.xml, so as to automatically share it with other
team members. Any changes made to import organization settings will be
reflected in this file and should be checked in.
2014-12-27 02:16:02 +01:00
Chris Beams
a6985b2cee
Update .gitignore settings for Eclipse output dirs 2014-12-27 01:44:26 +01:00
Chris Beams
4f4cf19b20
Remove unnecessary entries from root .gitignore 2014-12-26 21:49:01 +01:00
Chris Beams
996e98d5cc
Port build from Maven to Gradle 2014-12-26 21:48:59 +01:00
romanman
92fe4bae0e Adapting for Ethereum as a library style:
+ .ignore adjusting
 + track/untrack script adjusting
2014-09-06 12:04:53 +03:00
romanman
be19243ccb publish new version to bintray 2014-09-04 12:11:18 +03:00
nicksavers
6fa39c37a4 Cleanup Gitignore 2014-08-20 21:19:42 +02:00
Alon Muroch
46c9c03f95 added database folder to .gitignore 2014-08-18 18:29:39 +03:00
nicksavers
d053081913 Ignore dmp files 2014-06-28 13:20:26 +02:00
nicksavers
7cffe3e390 Update gitignore for bin 2014-06-21 22:17:23 +02:00
romanman
ca2d542a28 Light fix:
+ blockchain by number fix
 + stop is not charged fix
2014-06-21 00:45:54 +01:00
romanman
711e55203a closing db on exit 2014-05-31 00:42:23 +03:00
romanman
959c7d2d9e minor 2014-05-27 10:23:19 +03:00
romanman
28f8fe4101 Label encoding bug 2014-05-26 23:24:51 +03:00
romanman
99e141f667 After the first contract creation succeed 2014-05-26 19:06:55 +03:00
romanman
09219f4860 cosmetic 2014-05-22 09:58:18 +03:00
nicksavers
ad06bd2f1b Add bin to gitignore 2014-05-21 21:16:11 +02:00
nicksavers
fbb389ad8c Update gitignore with Eclipse project files 2014-05-13 19:36:48 +02:00
romanman
1bb6557a26 git testing 2014-05-13 19:23:54 +03:00
romanman
bd7ff7d470 Add idea to gitignore 2014-05-05 00:04:33 +03:00
nicksavers
d7091341a4 add gitignore for java 2014-05-04 16:41:08 +02:00