Details
Description
I have a class that's a pure data structure that's getting an LCOM4 score of 5 because of the way members and methods are named.
Specifically it has a couple of members which are named (incorrectly) with initial capitals, e.g.
private String MyString;
The LCOM4 scan flags each of those members and their (properly named) getters and setters, e.g.
public String getMyString()
public void setMyString(String aString)
Please enhance the getter/setter recognition to handle variables named with an initial capital letter
Issue Links
- relates to
-
SONAR-2724
LCOM4 flags benign groups - list management
-