platform-ui-home/code-conventions/index.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2, Tue Aug 19 15:26:47 2003 UTC revision 1.3, Mon Aug 25 19:26:51 2003 UTC
# Line 18  Line 18 
18      <td width="98%"><p>The main Eclipse coding conventions can be found <a href="http://dev.eclipse.org/conventions.html">here</a>.      <td width="98%"><p>The main Eclipse coding conventions can be found <a href="http://dev.eclipse.org/conventions.html">here</a>.
19          The Platform Workbench Team has been using the following additional code          The Platform Workbench Team has been using the following additional code
20          conventions. Those that can be expressed with a preference can be imported          conventions. Those that can be expressed with a preference can be imported
21          <a href="codeconventions.epf">here</a>.</p>          <a href="codeconventions.epf">here.</a> The extra conventions are</p>
22        <ol>        <ol>
23          <li>All compiler warnings are on except for deprecated code. </li>          <li>Compiler warnings are on except for deprecated code.</li>
24          <li>The number of import statements before replacement by a * is 3</li>          <li>Formatting has width is 150 characters</li>
25          <li>Formatter is used with default settings.</li>          <li>Use of the commented word package for package visibility (i.e. /*package*/
26              class PropertySheetViewer extends Viewer )</li>
27            <li>The order of imports in is in order of dependency (i.e. java, then
28              core, then set, then jface and then ui).</li>
29        </ol></td>        </ol></td>
30    </tr>    </tr>
31  </table>  </table>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3