Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test classes for issue 574 are in the wrong package #2958

Closed
kohlschuetter opened this issue Apr 19, 2024 · 1 comment
Closed

Test classes for issue 574 are in the wrong package #2958

kohlschuetter opened this issue Apr 19, 2024 · 1 comment
Assignees

Comments

@kohlschuetter
Copy link

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.

@hazendaz hazendaz self-assigned this Apr 20, 2024
@hazendaz
Copy link
Member

thanks for reporting, sending PR to fix now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants