mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
inspection warning text improvements
GitOrigin-RevId: 9aaad61ae52463727c77930af532258ea16dd1da
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b5161d18f5
commit
e310b0c94c
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace with 'Arrays.copyOfRange'" "true"
|
||||
// "Replace with 'Arrays.copyOfRange()'" "true"
|
||||
import java.util.Arrays;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace with 'Arrays.copyOfRange'" "true"
|
||||
// "Replace with 'Arrays.copyOfRange()'" "true"
|
||||
import java.util.Arrays;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace with 'Arrays.copyOf'" "true"
|
||||
// "Replace with 'Arrays.copyOf()'" "true"
|
||||
import java.util.Arrays;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace with 'Arrays.copyOf'" "true"
|
||||
// "Replace with 'Arrays.copyOf()'" "true"
|
||||
import java.util.Arrays;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove the 'contains' check" "true"
|
||||
// "Remove 'contains()' check" "true"
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace with 'contains'" "true"
|
||||
// "Replace with 'contains()'" "true"
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove the 'containsKey' check" "true"
|
||||
// "Remove 'containsKey()' check" "true"
|
||||
import java.util.Map;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove the 'contains' check" "true"
|
||||
// "Remove 'contains()' check" "true"
|
||||
import java.util.List;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove the 'contains' check" "true"
|
||||
// "Remove 'contains()' check" "true"
|
||||
import java.util.List;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove the 'contains' check" "true"
|
||||
// "Remove 'contains()' check" "true"
|
||||
import java.util.List;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace with 'Objects.equals'" "true"
|
||||
// "Replace with 'Objects.equals()'" "true"
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace with 'Arrays.copyOfRange'" "true"
|
||||
// "Replace with 'Arrays.copyOfRange()'" "true"
|
||||
import java.util.Arrays;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace with 'Arrays.copyOfRange'" "true"
|
||||
// "Replace with 'Arrays.copyOfRange()'" "true"
|
||||
import java.util.Arrays;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace with 'Arrays.copyOfRange'" "false"
|
||||
// "Replace with 'Arrays.copyOfRange()'" "false"
|
||||
import java.util.Arrays;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace with 'Arrays.copyOf'" "true"
|
||||
// "Replace with 'Arrays.copyOf()'" "true"
|
||||
import java.util.Arrays;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace with 'Arrays.copyOf'" "true"
|
||||
// "Replace with 'Arrays.copyOf()'" "true"
|
||||
import java.util.Arrays;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove the 'contains' check" "true"
|
||||
// "Remove 'contains()' check" "true"
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove the 'contains' check" "false"
|
||||
// "Remove 'contains()' check" "false"
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove the 'contains' check" "false"
|
||||
// "Remove 'contains()' check" "false"
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace with 'contains'" "true"
|
||||
// "Replace with 'contains()'" "true"
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove the 'containsKey' check" "true"
|
||||
// "Remove 'containsKey()' check" "true"
|
||||
import java.util.Map;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove the 'contains' check" "true"
|
||||
// "Remove 'contains()' check" "true"
|
||||
import java.util.List;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove the 'contains' check" "true"
|
||||
// "Remove 'contains()' check" "true"
|
||||
import java.util.List;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove the 'contains' check" "true"
|
||||
// "Remove 'contains()' check" "true"
|
||||
import java.util.List;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove the 'contains' check" "false"
|
||||
// "Remove 'contains()' check" "false"
|
||||
import java.util.List;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove the 'contains' check" "false"
|
||||
// "Remove 'contains()' check" "false"
|
||||
import java.util.List;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Replace with 'Objects.equals'" "true"
|
||||
// "Replace with 'Objects.equals()'" "true"
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Fix all 'Redundant 'compare' method call' problems in file" "true"
|
||||
// "Fix all 'Redundant 'compare()' method call' problems in file" "true"
|
||||
class CompareTest {
|
||||
int testInteger(int a, int b) {
|
||||
if(a < b) return 1;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Fix all 'Redundant 'compare' method call' problems in file" "true"
|
||||
// "Fix all 'Redundant 'compare()' method call' problems in file" "true"
|
||||
class CompareTest {
|
||||
int testInteger(int a, int b) {
|
||||
if(Integer.c<caret>ompare(a, b) < 0) return 1;
|
||||
|
||||
Reference in New Issue
Block a user