mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
generate equals/hashCode: sort primitive fields up and leave natural ordering (IDEA-21339)
This commit is contained in:
@@ -10,8 +10,8 @@ public class Test {
|
||||
final Test test = (Test) o;
|
||||
|
||||
if (f != test.f) return false;
|
||||
if (h != test.h) return false;
|
||||
if (j != test.j) return false;
|
||||
if (h != test.h) return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user