sonar-openedge
sonar-openedge copied to clipboard
Unused usings statements
Hi,
Is there a possibility to add a rule to indicate unused using statements?
Thanks
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.