We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add the rule: <module name="UnusedImports" /> to:
<module name="UnusedImports" />
https://github.com/eclipse-ee4j/glassfish/blob/5829ac5e2aed76402d08dc51752223ccb72ff4ae/qa/src/main/resources/org/glassfish/qa/config/checkstyle/checkstyle.xml#L82C1-L85C42
and clean up relevant source files.
The text was updated successfully, but these errors were encountered:
Ah, I was looking forward for this, don't tell me you already started! If you did, I will wait :-)
Sorry, something went wrong.
I already tried, but I made a mistake of not testing using the full build profile. Need to undo some test class changes. I suspect it is almost done.
Fixes issue eclipse-ee4j#24845 - add new checkstyle rule: UnusedImports
7a48f4e
Merge pull request #24846 from escay/issue_24845
af94219
Fixes issue #24845 - add new checkstyle rule: UnusedImports
Successfully merging a pull request may close this issue.
Add the rule:
<module name="UnusedImports" />
to:
https://github.com/eclipse-ee4j/glassfish/blob/5829ac5e2aed76402d08dc51752223ccb72ff4ae/qa/src/main/resources/org/glassfish/qa/config/checkstyle/checkstyle.xml#L82C1-L85C42
and clean up relevant source files.
The text was updated successfully, but these errors were encountered: