| 6 |
<ul> |
<ul> |
| 7 |
<li>set line length to be something large (like 800)</li> |
<li>set line length to be something large (like 800)</li> |
| 8 |
<li>turn off formatting for comments</li> |
<li>turn off formatting for comments</li> |
| 9 |
<li> use the rest of the default settings</li> |
<li> use the core formatting settings found <a href="core_formatting.xml">here</a></li> |
| 10 |
</ul> |
</ul> |
| 11 |
<h3>Organize imports:</h3> |
<h3>Organize imports:</h3> |
| 12 |
<ul> |
<ul> |
| 43 |
<ul> |
<ul> |
| 44 |
<li>Turn on all the compiler prefs including unused temps, synthetic accessor |
<li>Turn on all the compiler prefs including unused temps, synthetic accessor |
| 45 |
methods, unused imports, unused parameters, non-NLS'd strings, etc etc</li> |
methods, unused imports, unused parameters, non-NLS'd strings, etc etc</li> |
| 46 |
|
<li>Turn on compiler warnings for javadoc<br> |
| 47 |
|
Javadoc -> Process Javadoc comments<br> |
| 48 |
|
- Malformed Javadoc comments -> warning <br> |
| 49 |
|
- Report Errors in tags -> true </li> |
| 50 |
<li> NLS your strings. Look at the Policy class.</li> |
<li> NLS your strings. Look at the Policy class.</li> |
| 51 |
<li> Compiler tasks. We have 3 that we use as a team (TODO, FIXME, XXX) Do not |
<li> Compiler tasks. We have 3 that we use as a team (TODO, FIXME, XXX) Do not |
| 52 |
add your own as this is unecessary and requires everyone on the team to change |
add your own as this is unecessary and requires everyone on the team to change |