Details
-
Wish
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
-
Sun J2SDK 1.4.2, Eclipse 3.0M7
Description
Turning on Warnings for unread variables and exceptions not actually thrown (Window->Preferences, Java->Compiler->Unused Code) gives 14 warnings in GroovyEclipse and 3 warnings in GroovyEclipseTest. Most of these are relevant.
Turning on Warnings for uncommented empty blocks (Window->Preferences, Java->Compiler) gives 15 more warnings, some of which are relevant (swallowed exceptions).
Even though none of these warnings indicate serious problems, it would be nice to have them resolved, so that developers can run Eclipse with these settings without being distracted or having real problems obscured by too many messages.