sonar-openedge icon indicating copy to clipboard operation
sonar-openedge copied to clipboard

Unused usings statements

Open dominickdm opened this issue 6 years ago • 1 comments

Hi,

Is there a possibility to add a rule to indicate unused using statements?

Thanks

dominickdm avatar Jan 09 '19 16:01 dominickdm

Due to the current state of the parser, it won't be possible to do that for classes in assemblies. But this can be done (with a bit of changes during the TreeParser phase) for standard classes. Can be included in the roadmap once the ANTLR4 parser is released.

gquerret avatar Jan 09 '19 20:01 gquerret