In the message or "output" of a detected Java issue:
- the string "someMethodName().$RET" means the value that was returned by someMethodName().
- the string "someMethodName().$N", where N can be 1, 2, 3 (and so on), means the first, second, third (and so on) parameter of the someMethodName() call.