From: kkolinko Date: Fri, 23 Sep 2011 19:46:19 +0000 (+0000) Subject: Add links to @SuppressWarnings documentation for Eclipse IDE. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=87cd935e33151f95919a1665e6a46f815ddb8ece;p=tomcat7.0 Add links to @SuppressWarnings documentation for Eclipse IDE. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1174975 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/res/ide-support/eclipse/java-compiler-errors-warnings.txt b/res/ide-support/eclipse/java-compiler-errors-warnings.txt index 30558229e..0b764a233 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 Indigo Release +The following settings are for Indigo Release (Eclipse 3.7) W = Warning I = Ignore E = Error @@ -54,4 +54,9 @@ Generic types Annotations - All - W (all additional check boxes) - \ No newline at end of file + +Note: The list of codes supported in @SuppressWarnings annotation in +Eclipse IDE is documented here: + + 3.6: http://help.eclipse.org/helios/topic/org.eclipse.jdt.doc.isv/guide/jdt_api_compile.htm + 3.7: http://help.eclipse.org/indigo/topic/org.eclipse.jdt.doc.user/tasks/task-suppress_warnings.htm