MCPcopy Create free account
hub / github.com/BaseXdb/basex / equals

Method equals

basex-core/src/main/java/org/basex/util/Atts.java:161–164  ·  view source on GitHub ↗
(final Object obj)

Source from the content-addressed store, hash-verified

159 }
160
161 @Override
162 public boolean equals(final Object obj) {
163 return obj == this || obj instanceof final Atts atts && equals(atts);
164 }
165
166 /**
167 * Compares attributes.

Callers 8

deepEqualMethod · 0.95
eqMethod · 0.45
applicationDirMethod · 0.45
eqMethod · 0.45
normEncodingMethod · 0.45
canonicalMethod · 0.45
stringMethod · 0.45
valueMethod · 0.45

Calls 1

eqMethod · 0.65

Tested by

no test coverage detected