platform-ui-home/contributing/checklist.html
Parent Directory
|
Revision Log
|
Patch
| revision 1.2, Thu Oct 20 15:43:14 2005 UTC | revision 1.3, Thu Oct 20 18:00:52 2005 UTC | |
|---|---|---|
| # | Line 69 | Line 69 |
| 69 | src="http://dev.eclipse.org/images/Adarrow.gif" alt="List title arrow" | src="http://dev.eclipse.org/images/Adarrow.gif" alt="List title arrow" |
| 70 | border="0" height="16" width="16"></td> | border="0" height="16" width="16"></td> |
| 71 | <td width="98%"> <b>Code Check list</b> <ul> | <td width="98%"> <b>Code Check list</b> <ul> |
| 72 | <li>Follow the Eclipse Platform's <a href="http://dev.eclipse.org/conventions.html">Standards, Conventions and Guidelines</a></li> | |
| 73 | <li>UI will need you to use project-specific settings for compiler warnings/errors, | <li>UI will need you to use project-specific settings for compiler warnings/errors, |
| 74 | code formatting etc. that are copied from the other UI plug-ins' settings</li> | code formatting etc. that are copied from the other UI plug-ins' settings</li> |
| 75 | <li>use "organize imports" (Ctrl-Shift-O) to clean up the | <li>use "organize imports" (Ctrl-Shift-O) to clean up the |
| # | Line 96 | Line 97 |
| 97 | they can crop up due to compiler changes occassionally</li> | they can crop up due to compiler changes occassionally</li> |
| 98 | <li> non-externalized strings are considered errors, do not ship non-externalized | <li> non-externalized strings are considered errors, do not ship non-externalized |
| 99 | strings</li> | strings</li> |
| 100 | <li>write/update Javadoc for all API you introduce/change</li> | <li>write/update Javadoc for all API you introduce/change. See <a href="http://www.eclipse.org/eclipse/development/java-api-evolution.html">Evolving Java-based APIs</a> by Jim des Rivières to understand what it means to maintain an API</li> |
| 101 | </ul></td> | </ul></td> |
| 102 | </tr> | </tr> |
| 103 | <tr> | <tr> |
|
||||||||
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
