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

chore: configure automatic removal of unused imports #2581

Merged

Conversation

machi1990
Copy link
Member

Adds a configuration to automatically remove unused imports: Following #2571.

@mkouba @stuartwdouglas @dmlloyd @gastaldi

@dmlloyd
Copy link
Member

dmlloyd commented May 24, 2019

We need to verify that this is not removing imports that are used only in Javadoc.

@mkouba
Copy link
Contributor

mkouba commented May 24, 2019

@dmlloyd That's a good point.

@machi1990
Copy link
Member Author

We need to verify that this is not removing imports that are used only in Javadoc.

Indeed a good point. Adding {@link MyClass} does not remove MyClass import.

@dmlloyd dmlloyd merged commit fbb1f86 into quarkusio:master May 24, 2019
@machi1990 machi1990 deleted the chore-configure-remove-unused-imports branch May 27, 2019 07:12
@gsmet gsmet added this to the 0.16.0 milestone May 30, 2019
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

Successfully merging this pull request may close these issues.

4 participants