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

Fixes issue #24845 - add new checkstyle rule: UnusedImports #24846

Merged
merged 1 commit into from Mar 8, 2024

Conversation

escay
Copy link
Contributor

@escay escay commented Mar 7, 2024

Added the UnusedImports rule in checkstyle.xml
Removed all unused imports.

@pzygielo pzygielo linked an issue Mar 8, 2024 that may be closed by this pull request
@dmatej dmatej added this to the 7.0.14 milestone Mar 8, 2024
@dmatej dmatej added the bug Something isn't working label Mar 8, 2024
@dmatej dmatej merged commit af94219 into eclipse-ee4j:master Mar 8, 2024
2 checks passed
@escay escay deleted the issue_24845 branch March 10, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean code: add checkstyle rule to prevent unused imports
3 participants