mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
RedundantComparatorComparing: cosmetic changes, internationalization
Review ID: IDEA-CR-28770
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'comparing' call" "true"
|
||||
// "Remove 'comparing()' call" "true"
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'comparingInt' call and use 'thenComparingInt'" "true"
|
||||
// "Remove 'comparingInt()' call and use 'thenComparingInt()'" "true"
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'comparing' call" "true"
|
||||
// "Remove 'comparing()' call" "true"
|
||||
import java.util.Comparator;
|
||||
import java.util.function.Function;
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'comparing' call" "true"
|
||||
// "Remove 'comparing()' call" "true"
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'comparingInt' call and use 'thenComparingInt'" "true"
|
||||
// "Remove 'comparingInt()' call and use 'thenComparingInt()'" "true"
|
||||
import java.util.*;
|
||||
|
||||
class Test {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'comparing' call" "true"
|
||||
// "Remove 'comparing()' call" "true"
|
||||
import java.util.Comparator;
|
||||
import java.util.function.Function;
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Remove 'comparing' call" "false"
|
||||
// "Remove 'comparing()' call" "false"
|
||||
import java.util.Comparator;
|
||||
import java.util.function.Function;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user