mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Added settings for 'Collection without initial capacity' and 'Collection.addAll can be replaced with parametrized constructor' inspections (IDEA-148262)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace 'addAll()' method with parametrized constructor call" "true"
|
||||
// "Replace 'addAll/putAll' method with parametrized constructor call" "true"
|
||||
import java.lang.String;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace 'addAll()' method with parametrized constructor call" "true"
|
||||
// "Replace 'addAll/putAll' method with parametrized constructor call" "true"
|
||||
import java.lang.String;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace 'addAll()' method with parametrized constructor call" "true"
|
||||
// "Replace 'addAll/putAll' method with parametrized constructor call" "true"
|
||||
import java.lang.String;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace 'addAll()' method with parametrized constructor call" "true"
|
||||
// "Replace 'addAll/putAll' method with parametrized constructor call" "true"
|
||||
import java.lang.String;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace 'addAll()' method with parametrized constructor call" "false"
|
||||
// "Replace 'addAll/putAll' method with parametrized constructor call" "false"
|
||||
import java.lang.String;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace 'addAll()' method with parametrized constructor call" "true"
|
||||
// "Replace 'addAll/putAll' method with parametrized constructor call" "true"
|
||||
import java.lang.String;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace 'addAll()' method with parametrized constructor call" "true"
|
||||
// "Replace 'addAll/putAll' method with parametrized constructor call" "true"
|
||||
import java.lang.String;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
Reference in New Issue
Block a user