]> source.dussan.org Git - sonarqube.git/blob
0b150015a7adbf72ddca688112ff4f96466c2d36
[sonarqube.git] /
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.
3 <pre>
4   int foo;
5   public void setFoo(int foo) {
6     foo = foo;
7   }
8 </pre>
9 The assignment is useless. Did you mean to assign to the field instead?</p>