1 <p>This method contains a self assignment of a local variable, and there is a field with an identical name.
2 Assignment appears to have been ; e.g.
5 public void setFoo(int foo) {
9 The assignment is useless. Did you mean to assign to the field instead?</p>