Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Col-E/Recaf
/ getName
Method
getName
src/main/java/me/coley/recaf/plugin/api/BasePlugin.java:12–12 ·
view source on GitHub ↗
@return Plugin name.
()
Source
from the content-addressed store, hash-verified
10
* @
return
Plugin name.
11
*/
12
default String getName() {
13
org.plugface.core.annotations.Plugin anno =
14
getClass().getAnnotation(org.plugface.core.annotations.Plugin.
class
);
15
if
(anno == null)
Callers
15
load
Method · 0.95
testFaultyFlowModifiedEntry
Method · 0.65
testField
Method · 0.65
testMethod
Method · 0.65
testOverlapToNarrowResults
Method · 0.65
testClassReference
Method · 0.65
testMemberReference
Method · 0.65
testClassNameEquals
Method · 0.65
testClassNameStartsWith
Method · 0.65
testClassNameEndsWith
Method · 0.65
testClassNameRegex
Method · 0.65
testClassInheritance
Method · 0.65
Calls
no outgoing calls
Tested by
15
testFaultyFlowModifiedEntry
Method · 0.52
testField
Method · 0.52
testMethod
Method · 0.52
testOverlapToNarrowResults
Method · 0.52
testClassReference
Method · 0.52
testMemberReference
Method · 0.52
testClassNameEquals
Method · 0.52
testClassNameStartsWith
Method · 0.52
testClassNameEndsWith
Method · 0.52
testClassNameRegex
Method · 0.52
testClassInheritance
Method · 0.52
contextEquals
Method · 0.52