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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (download) (as text) (annotate)
Wed Nov 12 17:28:46 2003 UTC (6 years ago) by cmclaren
Branch: MAIN
Changes since 1.3: +31 -31 lines
*** empty log message ***
<html>
	<head>
		<title>Code Conventions for the Platform UI Team</title>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
		<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
	</head>
	<body bgcolor="#FFFFFF" text="#000000">
		<table border=0 cellspacing=5 cellpadding=2 width="100%" >
			<tr> 
		    	<td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0">
		    		<b><font color="#FFFFFF" face="Arial,Helvetica">Code Conventions for the Platform UI Team</font></b>
		    	</td>
			</tr>
			<tr>
				<td align=right valign=top width="2%">
					<img src="http://dev.eclipse.org/images/Adarrow.gif" border=0 height=16 width=16 alt = "Eclipse idea banner">
				</td>
				<td width="98%">
		    		<p>The main Eclipse coding conventions can be found <a href="http://dev.eclipse.org/conventions.html">here</a>. 
		    	    The Platform UI Team has been using the following additional code conventions:
					</p>
		      		<ol>
				        <li>Compiler warnings are on except for deprecated code.</li>
		        		<li>Code is subjected to 'Organize Imports', 'Format', and 'Sort Members' according to default ship settings.</li>
		      		</ol>
			        <!--
		        	<p>Those that can be expressed with a preference can be imported <a href="codeconventions.epf">here.</a></p>
			        -->
				</td>
			</tr>
		</table>
	</body>
</html>