com/varmateo/yawg/cli/CliInfoPrinter.java
Rule |
Violation |
Line |
ImportFromSamePackage |
No need to import a type that lives in the same package |
16 |
RedundantFieldInitializer |
Avoid using redundant field initializer for '_argv0' |
36 |
ImmutableField |
Private field '_argv0' could be made final; it is only initialized in the declaration or constructor. |
36 |
UnusedAssignment |
The field initializer for '_argv0' is never used (overwritten on line 48) |
36 |
RedundantFieldInitializer |
Avoid using redundant field initializer for '_versionMessage' |
37 |
ImmutableField |
Private field '_versionMessage' could be made final; it is only initialized in the declaration or constructor. |
37 |
UnusedAssignment |
The field initializer for '_versionMessage' is never used (overwritten on line 49) |
37 |
ImmutableField |
Private field '_usageMessageHeader' could be made final; it is only initialized in the declaration or constructor. |
38 |
RedundantFieldInitializer |
Avoid using redundant field initializer for '_usageMessageHeader' |
38 |
UnusedAssignment |
The field initializer for '_usageMessageHeader' is never used (overwritten on line 50) |
38 |
RedundantFieldInitializer |
Avoid using redundant field initializer for '_usageMessageFooter' |
39 |
UnusedAssignment |
The field initializer for '_usageMessageFooter' is never used (overwritten on line 51) |
39 |
ImmutableField |
Private field '_usageMessageFooter' could be made final; it is only initialized in the declaration or constructor. |
39 |
AccessorClassGeneration |
Avoid instantiation through private constructors from outside of the constructors class. |
62 |
AccessorClassGeneration |
Avoid instantiation through private constructors from outside of the constructors class. |
198 |