Document two new compiler warnings added in Eclipse 3.7 Indigo.
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Aug 2011 13:17:20 +0000 (13:17 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Aug 2011 13:17:20 +0000 (13:17 +0000)
These could be Warnings, but more experience is needed first. "Ignore" are their default values.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1156608 13f79535-47bb-0310-9956-ffa450edef68

res/ide-support/eclipse/java-compiler-errors-warnings.txt

index da3965e..7810fe5 100644 (file)
@@ -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