MCPcopy Create free account
hub / github.com/atas76/openengine / equals

Method equals

src/main/java/org/fgn/parser/Action.java:18–24  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

16 }
17
18 @Override
19 public boolean equals(Object o) {
20 if (this == o) return true;
21 if (!(o instanceof Action)) return false;
22 Action action = (Action) o;
23 return description.equals(action.description);
24 }
25
26 @Override
27 public int hashCode() {

Callers 7

confirmTokenMethod · 0.45
parseMethod · 0.45
parseParameterMethod · 0.45
parseStateOutMethod · 0.45
parseTimeMethod · 0.45
isSetPieceMethod · 0.45
isThrowInMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected