Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isRenamed
Method · 0.95
correlate
Method · 0.80
fillGap
Method · 0.80
save
Method · 0.80
save
Method · 0.80
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected