Skip to content

[Feature] Compiler warnings [sf#9] #144

@lsf37

Description

@lsf37

*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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions