Hi, > I'd be inclined to do a bunch of the cleanup myself if I had some degree of > confidence that the project was committed to their elimination. A project > policy of not delivering code that adds more is sufficient IMO (not sure > tooling enforcement is necessary). Can IntelliJ be configured to always show > to the warnings so folks can avoid them?
Is eclipse using FindBugs or something similar? There may be a similar plugin for intellij. IntelliJ can run sonarqube (via sonarlint) on the code in the IDE and also does t own analysis. IMO we shovel try and fix where possible and it can as you pointed out hide more serious issues. Thanks, Justin