GiraffaFS / giraffa

Giraffa FileSystem (Slack: giraffa-fs.slack.com)
https://giraffa.ci.cloudbees.com
Apache License 2.0
17 stars 6 forks source link

Fix warnings and style issues #97

Closed shvachko closed 9 years ago

shvachko commented 9 years ago

Original issue 97 created by shvachko on 2015-04-15T18:54:11.000Z:

There are numerous compiler and IntelliJ warnings in the code that we should fix. There are also many style issues (spacing, indentation, method ordering, etc.) that we should resolve.

octo47 commented 9 years ago

Should we publish what code style we are using? If we agree on some common settings like https://github.com/apache/hbase/blob/master/dev-support/hbase_eclipse_formatter.xml this issue will be much easier to solve and maintain this style later.

shvachko commented 9 years ago

Closing as a duplicate of #104.