ComparatorResultComparisonInspection: renamed to "Suspicious usage of compare method"

This commit is contained in:
Tagir Valeev
2017-05-24 18:14:30 +07:00
parent f1dd136de5
commit 3fda127a48
4 changed files with 5 additions and 4 deletions
@@ -1,4 +1,4 @@
// "Fix all 'Comparison of compare method result with specific constant' problems in file" "true"
// "Fix all 'Suspicious usage of compare method' problems in file" "true"
import java.util.*;
class Test {
@@ -1,4 +1,4 @@
// "Fix all 'Comparison of compare method result with specific constant' problems in file" "true"
// "Fix all 'Suspicious usage of compare method' problems in file" "true"
import java.util.*;
class Test {