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

Method getX

spotbugsTestCases/src/java/Getter.java:9–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 int x;
8
9 @ExpectWarning("UG_SYNC_SET_UNSYNC_GET")
10 public int getX() {
11 return x;
12 }
13
14 public synchronized void setX(int x) {
15 this.x = x;

Callers 2

mousePressedMethod · 0.45
mouseClickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected