Le document suivant contient les résultats de PMD 6.13.0.
Rule | Violation | Ligne |
---|---|---|
CallSuperInConstructor | It is a good practice to call super() in a constructor | 51–54 |
CallSuperInConstructor | It is a good practice to call super() in a constructor | 62–81 |
Rule | Violation | Ligne |
---|---|---|
ImmutableField | Private field '_listResourceTypes' could be made final; it is only initialized in the declaration or constructor. | 59 |
CollapsibleIfStatements | These nested if statements could be combined | 100–105 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
CallSuperInConstructor | It is a good practice to call super() in a constructor | 3 | 51–54 |
CallSuperInConstructor | It is a good practice to call super() in a constructor | 3 | 62–81 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
ImmutableField | Private field '_listResourceTypes' could be made final; it is only initialized in the declaration or constructor. | 3 | 59 |
CollapsibleIfStatements | These nested if statements could be combined | 3 | 100–105 |