mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
IDEA-133322 Add an intention to convert compareTo(x)==0 to equals
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import java.lang.String;
|
||||
|
||||
class X {
|
||||
void m() {
|
||||
|
||||
boolean b = "asd".compareTo("qwe") == 1;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user