Author: kkolinko Date: Fri Sep 23 19:46:19 2011 New Revision: 1174975 URL: http://svn.apache.org/viewvc?rev=1174975&view=rev Log: Add links to @SuppressWarnings documentation for Eclipse IDE.
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=1174975&r1=1174974&r2=1174975&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 Fri Sep 23 19:46:19 2011 @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org