Konstantin Kolinko <knst.koli...@gmail.com> wrote: >2011/9/6 <ma...@apache.org>: >> Author: markt >> Date: Tue Sep 6 11:12:17 2011 >> New Revision: 1165601 >> >> URL: http://svn.apache.org/viewvc?rev=1165601&view=rev >> Log: >> Add another 3.7+ note >> >> 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=1165601&r1=1165600&r2=1165601&view=diff >> > >> @@ -50,6 +50,7 @@ Unnecessary code >> (all additional check boxes) >> Generic types >> - All - W >> + (ignore unavoidable generics warnings) (Eclipse 3.7+) > >What value do you mean for that checkbox? > [ ] Ignore unavoidable generic type problems >or > [x] Ignore unavoidable generic type problems
Checked. >My setting was "[ ]". > >When I changed it to "[x]" I got +11 more warnings than before >(Those are "Unnecessary @SuppressWarnings("unchecked")"). Same here. >As far as I do not grasp what those "unavoidable" problems are, I have >slight preference to keep it as "[ ]". My preference was for checked since it would allow me to delete some stuff. I haven't got around to that yet. >BTW, this change has not been applied to 7.0.x copy of >java-compiler-errors-warnings.txt yet. That was deliberate as this was new in 3.7. I wanted to see how things Lambert out. Also I didn't want to create warnings in 7.0.x for those still using Eclipse 3.7. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org