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

Method getY

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

Source from the content-addressed store, hash-verified

28 int y;
29
30 public synchronized int getY(){
31 return y;
32 }
33
34
35 public void setY(int y){

Callers 2

mousePressedMethod · 0.45
mouseClickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected