From 6ed278c44db3ff2a9c016b7468026cb15d0fbae6 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Thu, 11 Aug 2011 13:17:20 +0000 Subject: [PATCH] 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. 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/ide-support/eclipse/java-compiler-errors-warnings.txt b/res/ide-support/eclipse/java-compiler-errors-warnings.txt index da3965ee7..7810fe53b 100644 --- a/res/ide-support/eclipse/java-compiler-errors-warnings.txt +++ b/res/ide-support/eclipse/java-compiler-errors-warnings.txt @@ -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 -- 2.11.0