MCPcopy 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

mainMethod · 0.45
makeGridMethod · 0.45
makeCompactGridMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected