Lets say there is a method
public int getSize() { return 3; }
No other method calls this method in the java code.
I have written a jav