Le document suivant contient les résultats de PMD 6.13.0.
Rule | Violation | Ligne |
---|---|---|
FormalParameterNamingConventions | The method parameter name '_plugin' doesn't match '[a-z][a-zA-Z0-9]*' | 106 |
Rule | Violation | Ligne |
---|---|---|
ClassNamingConventions | The utility class name 'SampleChoiceFinder' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' | 6–20 |
Rule | Violation | Ligne |
---|---|---|
ClassNamingConventions | The utility class name 'SampleDateIntervals' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' | 8–64 |
Rule | Violation | Ligne |
---|---|---|
ForLoopCanBeForeach | This for loop can be replaced by a foreach loop | 230–232 |
Rule | Violation | Ligne |
---|---|---|
UseUtilityClass | All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. | 6–20 |
CommentRequired | Header comments are required | 6–20 |
CommentRequired | Public method and constructor comments are required | 8–19 |
UnnecessaryLocalBeforeReturn | Consider simply returning the value vs storing it in local variable 'topChoice' | 18 |
Rule | Violation | Ligne |
---|---|---|
CommentRequired | Header comments are required | 8–64 |
UseUtilityClass | All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. | 8–64 |
CyclomaticComplexity | The method 'intervalChoices(String)' has a cyclomatic complexity of 14. | 10–63 |
CommentRequired | Public method and constructor comments are required | 10–63 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 16 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 17 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 17 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 18 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 18 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 19 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 19 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 20 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 20 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 21 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 21 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 22 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 22 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 23 |
AvoidLiteralsInIfCondition | Avoid using Literals in Conditional Statements | 41 |
AvoidLiteralsInIfCondition | Avoid using Literals in Conditional Statements | 55 |
Rule | Violation | Ligne |
---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 50–110 |
DefaultPackage | Use explicit scoping instead of the default package private level | 109 |
CommentDefaultAccessModifier | To avoid mistakes add a comment at the beginning of the getItemsFromIds method if you want a default access modifier | 109 |
Rule | Violation | Ligne |
---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 62–298 |
NullAssignment | Assigning an Object to null is a code smell. Consider refactoring. | 120 |
DefaultPackage | Use explicit scoping instead of the default package private level | 137–146 |
CommentDefaultAccessModifier | To avoid mistakes add a comment at the beginning of the getItemsFromIds method if you want a default access modifier | 138–146 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 165 |
Rule | Violation | Ligne |
---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 62–256 |
NullAssignment | Assigning an Object to null is a code smell. Consider refactoring. | 109 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 127 |
Rule | Violation | Ligne |
---|---|---|
UnusedImports | Avoid unused imports such as 'java.util.HashMap' | 3 |
UnusedImports | Avoid unused imports such as 'java.util.Map' | 5 |
UnusedImports | Avoid unused imports such as 'java.util.TreeMap' | 6 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
FormalParameterNamingConventions | The method parameter name '_plugin' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 106 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
ForLoopCanBeForeach | This for loop can be replaced by a foreach loop | 3 | 230–232 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
UseUtilityClass | All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. | 3 | 6–20 |
CommentRequired | Header comments are required | 3 | 6–20 |
ClassNamingConventions | The utility class name 'SampleChoiceFinder' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' | 1 | 6–20 |
CommentRequired | Public method and constructor comments are required | 3 | 8–19 |
UnnecessaryLocalBeforeReturn | Consider simply returning the value vs storing it in local variable 'topChoice' | 3 | 18 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
UnusedImports | Avoid unused imports such as 'java.util.HashMap' | 4 | 3 |
UnusedImports | Avoid unused imports such as 'java.util.Map' | 4 | 5 |
UnusedImports | Avoid unused imports such as 'java.util.TreeMap' | 4 | 6 |
CommentRequired | Header comments are required | 3 | 8–64 |
ClassNamingConventions | The utility class name 'SampleDateIntervals' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' | 1 | 8–64 |
UseUtilityClass | All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning. | 3 | 8–64 |
CyclomaticComplexity | The method 'intervalChoices(String)' has a cyclomatic complexity of 14. | 3 | 10–63 |
CommentRequired | Public method and constructor comments are required | 3 | 10–63 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 3 | 16 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 3 | 17 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 3 | 17 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 3 | 18 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 3 | 18 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 3 | 19 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 3 | 19 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 3 | 20 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 3 | 20 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 3 | 21 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 3 | 21 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 3 | 22 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 3 | 22 |
UseIndexOfChar | String.indexOf(char) is faster than String.indexOf(String). | 3 | 23 |
AvoidLiteralsInIfCondition | Avoid using Literals in Conditional Statements | 3 | 41 |
AvoidLiteralsInIfCondition | Avoid using Literals in Conditional Statements | 3 | 55 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 3 | 50–110 |
DefaultPackage | Use explicit scoping instead of the default package private level | 3 | 109 |
CommentDefaultAccessModifier | To avoid mistakes add a comment at the beginning of the getItemsFromIds method if you want a default access modifier | 3 | 109 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 3 | 62–298 |
NullAssignment | Assigning an Object to null is a code smell. Consider refactoring. | 3 | 120 |
DefaultPackage | Use explicit scoping instead of the default package private level | 3 | 137–146 |
CommentDefaultAccessModifier | To avoid mistakes add a comment at the beginning of the getItemsFromIds method if you want a default access modifier | 3 | 138–146 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 3 | 165 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 3 | 62–256 |
NullAssignment | Assigning an Object to null is a code smell. Consider refactoring. | 3 | 109 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 3 | 127 |