RedundantComparatorComparing: cosmetic changes, internationalization

Review ID: IDEA-CR-28770
This commit is contained in:
Tagir Valeev
2018-02-05 12:33:55 +07:00
parent 1a3fb028db
commit 818b20eff3
10 changed files with 20 additions and 15 deletions
@@ -1,4 +1,4 @@
// "Remove 'comparing' call" "true"
// "Remove 'comparing()' call" "true"
import java.util.*;
class Test {
@@ -1,4 +1,4 @@
// "Remove 'comparingInt' call and use 'thenComparingInt'" "true"
// "Remove 'comparingInt()' call and use 'thenComparingInt()'" "true"
import java.util.*;
class Test {
@@ -1,4 +1,4 @@
// "Remove 'comparing' call" "true"
// "Remove 'comparing()' call" "true"
import java.util.Comparator;
import java.util.function.Function;
@@ -1,4 +1,4 @@
// "Remove 'comparing' call" "true"
// "Remove 'comparing()' call" "true"
import java.util.*;
class Test {
@@ -1,4 +1,4 @@
// "Remove 'comparingInt' call and use 'thenComparingInt'" "true"
// "Remove 'comparingInt()' call and use 'thenComparingInt()'" "true"
import java.util.*;
class Test {
@@ -1,4 +1,4 @@
// "Remove 'comparing' call" "true"
// "Remove 'comparing()' call" "true"
import java.util.Comparator;
import java.util.function.Function;
@@ -1,4 +1,4 @@
// "Remove 'comparing' call" "false"
// "Remove 'comparing()' call" "false"
import java.util.Comparator;
import java.util.function.Function;