You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
changed the title
Setup "remove redundant type arguments" save action
Setup more "remove redundant..." save actions
Dec 4, 2020
It would be nice to convert
new ArrayList<String>
tonew ArrayList<>
automatically.The text was updated successfully, but these errors were encountered: