-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Labels
enhancementFeature requestsFeature requests
Description
*Reported by anonymous on 2003-07-28 05:27 UTC
Eclipse has the ability to generate compiler warnings
when private variables or method parameters are
unused. I get these warnings with my JFlex-generated
classes:
The private field HTMLLexer.YY_ILLEGAL_STATE is never
used locally
The private method HTMLLexer.yypushback(int) is never
used locally
The local variable yy_startRead_I is never used
I like to turn these warnings on because it sometimes
shows me errors in my code. It would be nice not to see
them in the JFlex-generated code because it would
reduce the number of warnings I have to sort through
manually.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementFeature requestsFeature requests