Suppose I have this simple method:
static final Integer me = Integer.parseInt("2"); static int go() { return me * 2; }
For j
j