platform-ui-home/code-conventions/index.html
Parent Directory
|
Revision Log
Revision 1.4 - (view) (download) (as text)
| 1 : | tod | 1.1 | <html> |
| 2 : | cmclaren | 1.4 | <head> |
| 3 : | <title>Code Conventions for the Platform UI Team</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 : | <body bgcolor="#FFFFFF" text="#000000"> | ||
| 8 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 9 : | <tr> | ||
| 10 : | <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"> | ||
| 11 : | <b><font color="#FFFFFF" face="Arial,Helvetica">Code Conventions for the Platform UI Team</font></b> | ||
| 12 : | </td> | ||
| 13 : | </tr> | ||
| 14 : | <tr> | ||
| 15 : | <td align=right valign=top width="2%"> | ||
| 16 : | <img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16 alt = "Eclipse idea banner"> | ||
| 17 : | </td> | ||
| 18 : | <td width="98%"> | ||
| 19 : | <p>The main Eclipse coding conventions can be found <a href="http://dev.eclipse.org/conventions.html">here</a>. | ||
| 20 : | The Platform UI Team has been using the following additional code conventions: | ||
| 21 : | </p> | ||
| 22 : | <ol> | ||
| 23 : | <li>Compiler warnings are on except for deprecated code.</li> | ||
| 24 : | <li>Code is subjected to 'Organize Imports', 'Format', and 'Sort Members' according to default ship settings.</li> | ||
| 25 : | </ol> | ||
| 26 : | <!-- | ||
| 27 : | <p>Those that can be expressed with a preference can be imported <a href="codeconventions.epf">here.</a></p> | ||
| 28 : | --> | ||
| 29 : | </td> | ||
| 30 : | </tr> | ||
| 31 : | </table> | ||
| 32 : | </body> | ||
| 33 : | tod | 1.1 | </html> |
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
