SolutionGuidance / psm

Welcome to the Medicare/Medicaid Provider Enrollment Screening Portal
http://projectpsm.org/
Other
26 stars 18 forks source link

Use static analysis to find bugs #915

Open jasonaowen opened 6 years ago

jasonaowen commented 6 years ago

There are a number of tools that are able to analyze Java source code for erroneous code; such code is likely to work unintuitively, at best, and have serious bugs at worst.

See this list of tools for starters.

Once all the issues a given tool raises are either resolved or the tool is configured to ignore them, we can add the tool to our CI suite to ensure we don't add any future such code.