mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 04:09:09 +07:00
Intention to convert a.equals(b) to Objects.equals(a, b) (IDEA-143925)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class X {
|
||||
void m() {
|
||||
|
||||
if (java.util.Objects.equals("asd", "qwe")) {
|
||||
// do something
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user