-
Notifications
You must be signed in to change notification settings - Fork 516
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestjavaparser
Description
org.openrewrite.java.cleanup.ExplicitInitialization and org.openrewrite.java.cleanup.UseDiamondOperator removes the argument type when it's a lombok.val variable.
val products = new ArrayList<Product>();
val products = new ArrayList<>();
which is incorrect and doesn't compile anymore.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestjavaparser
Type
Projects
Status
Done