Author: kkolinko
Date: Thu Aug 11 13:17:20 2011
New Revision: 1156608
URL: http://svn.apache.org/viewvc?rev=1156608&view=rev
Log:
Document two new compiler warnings added in Eclipse 3.7 Indigo.
These could be Warnings, but more experience is needed first. "Ignore" are
their default values.
Modified:
tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt
Modified: 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=1156608&r1=1156607&r2=1156608&view=diff
==============================================================================
--- tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt
(original)
+++ tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt Thu
Aug 11 13:17:20 2011
@@ -15,7 +15,7 @@
limitations under the License.
================================================================================
-The following settings are for Helios Service Release 1
+The following settings are for Indigo Release
W = Warning
I = Ignore
E = Error
@@ -29,6 +29,8 @@ Code style
- Method with a constructor name - W
- Parameter assignment - I
- Non-externalized strings - I
+ - Method can be static - I (Eclipse 3.7+)
+ - Method can potentially be static - I (Eclipse 3.7+)
Potential programming errors
- All - W
Name shadowing and conflicts
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]