Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setProjectSettingsEnabled
Method · 0.45
run
Method · 0.45
run
Method · 0.45
askUserToSwitch
Method · 0.45
remindAboutFullBuild
Method · 0.45
performOk
Method · 0.45
widgetSelected
Method · 0.45
performOK
Method · 0.45
widgetSelected
Method · 0.45
finish
Method · 0.45
dispose
Method · 0.45
getContributedQuickFixes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected