Community
Participate
Working Groups
HEAD The "Infer Generic Type Arguments..." shows up twice, e.g on class instance creations: package xy; import java.util.ArrayList; import java.util.List; public class Try { void foo() { List<String> var= new ArrayList(); // caret in ArrayList, Ctrl+1 } }
Fixed in HEAD of LocalCorrectionsSubProcessor.