mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-26 16:31:26 +07:00
Java: use deepEquals() / deepHashCode() for multi-dimensional arrays (IDEA-199543)
when generating equals() and hashCode() methods using the "java.util.Objects.equals() and hash() (java 7+)" template GitOrigin-RevId: a863b875fa482542bbb9b2efc5e61cfa2bfb787d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f8773787b2
commit
caab7e4bf9
@@ -0,0 +1,3 @@
|
||||
class X {
|
||||
private String[][] s = null;
|
||||
}
|
||||
Reference in New Issue
Block a user