Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed May 14, 2013
1 parent 8bef27c commit 498df2b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions etc/eclipse-prefs/README.md
Expand Up @@ -6,20 +6,23 @@ this project's coding conventions to your workspace.
### Under Java -> Code Style:

1. Check "Add @Override ...", and leave other checkboxes unchecked.
1. Make sure "Exception variable name" is e.
1. Import and apply the Clean-up, Code Templates and Formatter preference files from fcrepo/etc.
2. Make sure "Exception variable name" is e.
3. Import and apply the Clean-up, Code Templates and Formatter preference files from fcrepo4/etc.

### Under Java -> Editor -> Save Actions:

1. Check "Perform the selected actions on save".
1. Check "Additional actions".
1. Click "Configure...".
1. Under the "Code Organizing" tab, and check "Remove trailing whitespace" and "All lines".
2. Check "Additional actions".
3. Click "Configure...".
4. + Under the "Code Organizing" tab, check "Remove trailing whitespace" and "All lines", as well as "Correct indentation".
+ Under the "Unnecessary Code" tab, check "Remove unused imports".
+ Under the "Missing Code" tab, ensure that "Add missing Annotations" and '@Override" are checked.
+ Under the "Code Style" tab, check "Use blocks in if/while/for/do statements" and "Always", as well as "Use modifier 'final' where possible and 'Parameter' and 'Local variable'.

### Under XML -> XML Files -> Editor:

1. Select to Indent using tabs.
1. Set line width to 72 characters.
2. Set line width to 72 characters.



0 comments on commit 498df2b

Please sign in to comment.