spotbugs / spotbugs

SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.

Home Page:https://spotbugs.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test classes for issue 574 are in the wrong package

kohlschuetter opened this issue · comments

The four classes for issue #574 appear to be in the wrong java package.

This makes it unnecessarily difficult to develop in IDEs like Eclipse (we can ignore the error, but at what cost?)

All classes under spotbugsTestCases/src/java/ghIssues/issue574 are declared to be in package ghIssues instead of package ghIssues.issue574

Moreover, at least when importing the project into Eclipse, the javax.xml.bind annotations in Issue574XmlElement.java cannot be resolved.

thanks for reporting, sending PR to fix now.