I am looking for eclipse/netbeans plugin or a tool, which analysis java project, and give us a report of unused imports, unused variables, unused methods, violating custom naming conventions, etc..
I am looking for eclipse/netbeans plugin or a tool, which analysis java project, and
Share
Eclipse provides it as
Markers. It will provide all your cases exceptviolating custom naming conventions.