-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
---
-
---
The variable someProp is assigned to itself instead of the parameter prop in the method setSomeProp.
public void setSomeProp(String prop) { this.someProp = someProp; }