SolutionGuidance / psm

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

Ignore JAXB-generated code in SpotBugs #962

Closed jasonaowen closed 6 years ago

jasonaowen commented 6 years ago

SpotBugs had a lot to say about the code generated by JAXB, but given #596 and the fact that that code is generated, I think we can safely ignore what it has to say on that subject.

Create empty exclusion filter files in each subproject, and then tell SpotBugs to ignore the JAXB-generated Java code by its package. There are no non-generated classes in that package, so it should be safe to ignore it.

Issue #915 Use static analysis to find bugs

jasonaowen commented 6 years ago

Thanks, @PaulMorris!