Author: markt Date: Fri Dec 17 21:47:52 2010 New Revision: 1050497 URL: http://svn.apache.org/viewvc?rev=1050497&view=rev Log: Document the Eclipse compiler errors/warnings settings I am using
Added: tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt Added: tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt?rev=1050497&view=auto ============================================================================== --- tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt (added) +++ tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt Fri Dec 17 21:47:52 2010 @@ -0,0 +1,39 @@ +Following settings for Helios Service Release 1 + + +W = Warning +I = Ignore +E = Error + +Code style + - Non-static access to static member - W + - Indirect access to static member - I + - Unqualified access to instance field - I + - Undocumented empty block - I + - Access to a non-accessible member... - I + - Method with a constructor name - W + - Parameter assignment - I + - Non-externalized strings - I +Potential programming errors + - All - W +Name shadowing and conflicts + - Field declaration hides another... - I + - Local variable declaration hides.. - I + - Type parameter hides another type - W + - Method does not override... - W + - Interface method conflicts... - W +Deprecated and restricted API + - Deprecated API - W + (no additional check boxes) + - Forbidden references - E + - Discouraged reference - W +Unnecessary code + - Unnecessary else - I + - The rest - W + (all additional check boxes) +Generic types + - All - W +Annotations + - All - W + (all additional check boxes) + \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org