Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/spotbugs/spotbugs
/ setX
Method
setX
spotbugsTestCases/src/java/Getter.java:14–16 ·
view source on GitHub ↗
(int x)
Source
from the content-addressed store, hash-verified
12
}
13
14
public
synchronized
void
setX(
int
x) {
15
this.x = x;
16
}
17
18
public
synchronized
int
calculate() {
19
int
t = 0;
Callers
3
main
Method · 0.45
makeGrid
Method · 0.45
makeCompactGrid
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected