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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (view) (download) (as text)

1 : tod 1.1 <html>
2 :     <head>
3 :     <title>UI Component Development Resources for Accessibility</title>
4 :     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 :     <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
6 :     </head>
7 :    
8 :     <body bgcolor="#FFFFFF" text="#000000">
9 :    
10 :     <table border=0 cellspacing=5 cellpadding=2 width="100%" >
11 :     <tr>
12 :     <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">
13 :     Code Conventions for the Platform Workbench Team</font></b></td>
14 :     </tr>
15 :     <tr>
16 :     <td align=right valign=top width="2%"><img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16
17 :     alt = "Eclipse idea banner"></td>
18 :     <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
20 :     conventions. Those that can be expressed with a preference can be imported
21 :     <a href="codeconventions.epf">here</a>.</p>
22 :     <ol>
23 :     <li>All compiler warnings are on except for deprecated code. </li>
24 :     <li>The number of import statements before replacement by a * is 3</li>
25 :     <li>Formatter is used with default settings.</li>
26 :     </ol></td>
27 :     </tr>
28 :     </table>
29 :     </body>
30 :     </html>