MCPcopy Create free account
hub / github.com/Vanco/SequencePlugin / getName

Method getName

src/main/java/vanstudio/sequence/diagram/Call.java:11–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 }
10
11 public String getName() {
12 if(getMethodInfo() == null)
13 return super.getName();
14 if(SequenceSettingsState.getInstance().SHOW_CALL_NUMBERS)
15 return getMethodInfo().getNumbering().getName() + ':' + super.getName();
16 else
17 return super.getName();
18 }
19
20 public String toString() {
21 return "Calling " + getName() + " on " + _to + " from " + _from;

Callers 15

toStringMethod · 0.95
gotoMethodMethod · 0.45
gotoCallMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
acceptMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
RemoveClassActionMethod · 0.45
toStringMethod · 0.45
DisplayLinkMethod · 0.45
getToolTipMethod · 0.45

Calls 3

getInstanceMethod · 0.95
getMethodInfoMethod · 0.45
getNumberingMethod · 0.45

Tested by

no test coverage detected