QuackatronHQ / Gigarepo

equals method does not handle null valued operands JAVA-E0110
Bug risk
Critical
1 occurrence in this check
42  }
43
44  @Override
45  public boolean equals(Object o) { // JAVA-E011046    return this.hashCode() == o.hashCode();47  }48}