MCPcopy Create free account
hub / github.com/spotbugs/spotbugs / setValue

Method setValue

spotbugsTestCases/src/java/RLETest.java:11–15  ·  view source on GitHub ↗
(Object value)

Source from the content-addressed store, hash-verified

9 }
10
11 public void setValue(Object value) {
12 synchronized (this) {
13 this.value = value;
14 }
15 }
16
17 public void setValue2(Object value) {
18 synchronized (this) {

Callers 14

runMethod · 0.45
runMethod · 0.45
askUserToSwitchMethod · 0.45
remindAboutFullBuildMethod · 0.45
performOkMethod · 0.45
widgetSelectedMethod · 0.45
performOKMethod · 0.45
widgetSelectedMethod · 0.45
finishMethod · 0.45
disposeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected