You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*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.
The text was updated successfully, but these errors were encountered:
lsf37
changed the title
Compiler warnings
[Feature] Compiler warnings [sf#9]
Feb 15, 2015
*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.
The text was updated successfully, but these errors were encountered: