The following document contains the results of PMD 6.13.0.
Rule | Violation | Line |
---|---|---|
FormalParameterNamingConventions | The method parameter name '_strGenderAttribute' doesn't match '[a-z][a-zA-Z0-9]*' | 50 |
FormalParameterNamingConventions | The method parameter name '_strFirstNameAttribute' doesn't match '[a-z][a-zA-Z0-9]*' | 59 |
FormalParameterNamingConventions | The method parameter name '_strFamilyNameAttribute' doesn't match '[a-z][a-zA-Z0-9]*' | 68 |
FormalParameterNamingConventions | The method parameter name '_strBirthplaceAttribute' doesn't match '[a-z][a-zA-Z0-9]*' | 77 |
FormalParameterNamingConventions | The method parameter name '_strBirthdateAttribute' doesn't match '[a-z][a-zA-Z0-9]*' | 86 |
FormalParameterNamingConventions | The method parameter name '_strBirthcountryAttribute' doesn't match '[a-z][a-zA-Z0-9]*' | 95 |
Rule | Violation | Line |
---|---|---|
UnusedPrivateField | Avoid unused private fields such as 'FIELD_SEPARATOR'. | 15 |
UnusedPrivateField | Avoid unused private fields such as 'CRYPTO_ALGO'. | 16 |
Rule | Violation | Priority | Line |
---|---|---|---|
UnusedPrivateField | Avoid unused private fields such as 'FIELD_SEPARATOR'. | 3 | 15 |
UnusedPrivateField | Avoid unused private fields such as 'CRYPTO_ALGO'. | 3 | 16 |
FormalParameterNamingConventions | The method parameter name '_strGenderAttribute' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 50 |
FormalParameterNamingConventions | The method parameter name '_strFirstNameAttribute' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 59 |
FormalParameterNamingConventions | The method parameter name '_strFamilyNameAttribute' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 68 |
FormalParameterNamingConventions | The method parameter name '_strBirthplaceAttribute' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 77 |
FormalParameterNamingConventions | The method parameter name '_strBirthdateAttribute' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 86 |
FormalParameterNamingConventions | The method parameter name '_strBirthcountryAttribute' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 95 |