MCPcopy Create free account
hub / github.com/GraxCode/zelixkiller / isTruelyRenamed

Method isTruelyRenamed

src/me/lpk/mapping/MappedObject.java:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 public boolean isTruelyRenamed() {
70 return !nameOriginal.equals(nameNew) || isLibrary;
71 }
72
73 /**
74 * Sets the override for isRenamed().

Callers 5

isRenamedMethod · 0.95
correlateMethod · 0.80
fillGapMethod · 0.80
saveMethod · 0.80
saveMethod · 0.80

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected