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

Setup more "remove redundant..." save actions #167

Closed
philwebb opened this issue Jan 15, 2020 · 3 comments
Closed

Setup more "remove redundant..." save actions #167

philwebb opened this issue Jan 15, 2020 · 3 comments

Comments

@philwebb
Copy link
Contributor

It would be nice to convert new ArrayList<String> to new ArrayList<> automatically.

@philwebb philwebb added this to the 0.0.x milestone Jan 15, 2020
@snicoll
Copy link
Contributor

snicoll commented Jan 16, 2020

Curious what you have in mind for this. Is this some kind of Eclipse support? IntelliJ IDEA already ships with an inspection and warn you out-of-the-box.

While this is certainly useful if your IDE doesn't warn you, I wonder if that should be done as part of this project.

@philwebb
Copy link
Contributor Author

The eclipse plugin configures project specific settings and this is one option that we could set. Basically, Eclipse has the feature but the plugin currently disables it.

@philwebb philwebb changed the title Setup "remove redundant type arguments" save action Setup more "remove redundant..." save actions Dec 4, 2020
@philwebb
Copy link
Contributor Author

philwebb commented Dec 4, 2020

There's also semicolons and modifiers

@philwebb philwebb modified the milestones: 0.0.x, 0.0.26 Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants