Le document suivant contient les résultats de PMD 6.13.0.
Rule | Violation | Ligne |
---|---|---|
LocalVariableNamingConventions | The local variable name 'query_columns' doesn't match '[a-z][a-zA-Z0-9]*' | 85 |
LocalVariableNamingConventions | The local variable name 'query_values' doesn't match '[a-z][a-zA-Z0-9]*' | 86 |
Rule | Violation | Ligne |
---|---|---|
ClassNamingConventions | The utility class name 'SEODataKeys' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' | 39–63 |
Rule | Violation | Ligne |
---|---|---|
GuardLogStatement | Logger calls should be surrounded by log level guards. | 111 |
Rule | Violation | Ligne |
---|---|---|
ShortVariable | Avoid variables with short names like o | 269 |
Rule | Violation | Ligne |
---|---|---|
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 223 |
Rule | Violation | Ligne |
---|---|---|
UnnecessaryModifier | Unnecessary modifier 'public' on method 'deleteAll': the method is declared in an interface type | 104 |
Rule | Violation | Ligne |
---|---|---|
MissingOverride | The method 'insert(UrlRewriterRule, Plugin)' is missing an @Override annotation. | 89–101 |
MissingOverride | The method 'load(int, Plugin)' is missing an @Override annotation. | 112–132 |
MissingOverride | The method 'delete(int, Plugin)' is missing an @Override annotation. | 142–148 |
MissingOverride | The method 'store(UrlRewriterRule, Plugin)' is missing an @Override annotation. | 158–169 |
MissingOverride | The method 'selectUrlRewriterRulesList(Plugin)' is missing an @Override annotation. | 178–198 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 180 |
Rule | Violation | Ligne |
---|---|---|
AssignmentToNonFinalStatic | Possible unsafe assignment to a non-final static field in a constructor. | 53 |
AvoidSynchronizedAtMethodLevel | Use block level rather than method level synchronization | 68–71 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 110 |
AppendCharacterWithChar | Avoid appending characters as strings in StringBuffer.append. | 111 |
ShortVariable | Avoid variables with short names like sb | 134 |
PrematureDeclaration | Avoid declaring a variable if it is unreferenced before a possible exit point. | 134 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 144 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 145 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 146 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 147 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 148 |
Rule | Violation | Ligne |
---|---|---|
AssignmentToNonFinalStatic | Possible unsafe assignment to a non-final static field in a constructor. | 53 |
CallSuperInConstructor | It is a good practice to call super() in a constructor | 58–62 |
AvoidSynchronizedAtMethodLevel | Use block level rather than method level synchronization | 78–81 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 94 |
CommentDefaultAccessModifier | To avoid mistakes add a comment at the beginning of the getCanonicalUrlMap method if you want a default access modifier | 112–132 |
DefaultPackage | Use explicit scoping instead of the default package private level | 112–132 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 118 |
Rule | Violation | Ligne |
---|---|---|
UseLocaleWithCaseConversions | When doing a String.toLowerCase()/toUpperCase() call, use a Locale | 69 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 107 |
Rule | Violation | Ligne |
---|---|---|
AvoidSynchronizedAtMethodLevel | Use block level rather than method level synchronization | 65–75 |
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 114–133 |
ShortVariable | Avoid variables with short names like o1 | 126 |
ShortVariable | Avoid variables with short names like o2 | 126 |
ShortVariable | Avoid variables with short names like p1 | 128 |
ShortVariable | Avoid variables with short names like p2 | 129 |
Rule | Violation | Ligne |
---|---|---|
ShortVariable | Avoid variables with short names like t | 106 |
Rule | Violation | Ligne |
---|---|---|
UseStringBufferForStringAppends | Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings | 76 |
Rule | Violation | Ligne |
---|---|---|
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 54 |
AvoidSynchronizedAtMethodLevel | Use block level rather than method level synchronization | 69–79 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 91 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 109 |
ShortVariable | Avoid variables with short names like gs | 113 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 153–172 |
Rule | Violation | Ligne |
---|---|---|
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 87 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 87 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 127 |
Rule | Violation | Ligne |
---|---|---|
SimpleDateFormatNeedsLocale | When instantiating a SimpleDateFormat object, specify a Locale | 53 |
UnsynchronizedStaticFormatter | Static Formatter objects should be accessed in a synchronized manner | 71 |
ForLoopCanBeForeach | This for loop can be replaced by a foreach loop | 83–86 |
ForLoopCanBeForeach | This for loop can be replaced by a foreach loop | 100–103 |
Rule | Violation | Ligne |
---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 69–595 |
TooManyMethods | This class has too many methods, consider refactoring it. | 70–595 |
SingularField | Perhaps '_nDefaultItemsPerPage' could be replaced by a local variable. | 141 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 166 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 166 |
AddEmptyString | Do not add empty strings | 168 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 186 |
PrematureDeclaration | Avoid declaring a variable if it is unreferenced before a possible exit point. | 282 |
PrematureDeclaration | Avoid declaring a variable if it is unreferenced before a possible exit point. | 283 |
PrematureDeclaration | Avoid declaring a variable if it is unreferenced before a possible exit point. | 284 |
PrematureDeclaration | Avoid declaring a variable if it is unreferenced before a possible exit point. | 285 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 565 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 565 |
Rule | Violation | Ligne |
---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 49–83 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 76 |
Rule | Violation | Ligne |
---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 46–105 |
Rule | Violation | Ligne |
---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 51–148 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 122 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 122 |
Rule | Violation | Ligne |
---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 63–356 |
SingularField | Perhaps '_nDefaultItemsPerPage' could be replaced by a local variable. | 111 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 136 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 136 |
AddEmptyString | Do not add empty strings | 138 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
ShortVariable | Avoid variables with short names like o | 3 | 269 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
LocalVariableNamingConventions | The local variable name 'query_columns' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 85 |
LocalVariableNamingConventions | The local variable name 'query_values' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 86 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 223 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
UnnecessaryModifier | Unnecessary modifier 'public' on method 'deleteAll': the method is declared in an interface type | 3 | 104 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
MissingOverride | The method 'insert(UrlRewriterRule, Plugin)' is missing an @Override annotation. | 3 | 89–101 |
MissingOverride | The method 'load(int, Plugin)' is missing an @Override annotation. | 3 | 112–132 |
MissingOverride | The method 'delete(int, Plugin)' is missing an @Override annotation. | 3 | 142–148 |
MissingOverride | The method 'store(UrlRewriterRule, Plugin)' is missing an @Override annotation. | 3 | 158–169 |
MissingOverride | The method 'selectUrlRewriterRulesList(Plugin)' is missing an @Override annotation. | 3 | 178–198 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 180 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
AssignmentToNonFinalStatic | Possible unsafe assignment to a non-final static field in a constructor. | 3 | 53 |
AvoidSynchronizedAtMethodLevel | Use block level rather than method level synchronization | 3 | 68–71 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 3 | 110 |
AppendCharacterWithChar | Avoid appending characters as strings in StringBuffer.append. | 3 | 111 |
ShortVariable | Avoid variables with short names like sb | 3 | 134 |
PrematureDeclaration | Avoid declaring a variable if it is unreferenced before a possible exit point. | 3 | 134 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 3 | 144 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 3 | 145 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 3 | 146 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 3 | 147 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 3 | 148 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
AssignmentToNonFinalStatic | Possible unsafe assignment to a non-final static field in a constructor. | 3 | 53 |
CallSuperInConstructor | It is a good practice to call super() in a constructor | 3 | 58–62 |
AvoidSynchronizedAtMethodLevel | Use block level rather than method level synchronization | 3 | 78–81 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 94 |
CommentDefaultAccessModifier | To avoid mistakes add a comment at the beginning of the getCanonicalUrlMap method if you want a default access modifier | 3 | 112–132 |
DefaultPackage | Use explicit scoping instead of the default package private level | 3 | 112–132 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 118 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
UseLocaleWithCaseConversions | When doing a String.toLowerCase()/toUpperCase() call, use a Locale | 3 | 69 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 3 | 107 |
GuardLogStatement | Logger calls should be surrounded by log level guards. | 2 | 111 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
AvoidSynchronizedAtMethodLevel | Use block level rather than method level synchronization | 3 | 65–75 |
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 3 | 114–133 |
ShortVariable | Avoid variables with short names like o1 | 3 | 126 |
ShortVariable | Avoid variables with short names like o2 | 3 | 126 |
ShortVariable | Avoid variables with short names like p1 | 3 | 128 |
ShortVariable | Avoid variables with short names like p2 | 3 | 129 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
ShortVariable | Avoid variables with short names like t | 3 | 106 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
ClassNamingConventions | The utility class name 'SEODataKeys' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' | 1 | 39–63 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
UseStringBufferForStringAppends | Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings | 3 | 76 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 54 |
AvoidSynchronizedAtMethodLevel | Use block level rather than method level synchronization | 3 | 69–79 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 91 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 109 |
ShortVariable | Avoid variables with short names like gs | 3 | 113 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 3 | 153–172 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 87 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 3 | 87 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 127 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
SimpleDateFormatNeedsLocale | When instantiating a SimpleDateFormat object, specify a Locale | 3 | 53 |
UnsynchronizedStaticFormatter | Static Formatter objects should be accessed in a synchronized manner | 3 | 71 |
ForLoopCanBeForeach | This for loop can be replaced by a foreach loop | 3 | 83–86 |
ForLoopCanBeForeach | This for loop can be replaced by a foreach loop | 3 | 100–103 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 3 | 69–595 |
TooManyMethods | This class has too many methods, consider refactoring it. | 3 | 70–595 |
SingularField | Perhaps '_nDefaultItemsPerPage' could be replaced by a local variable. | 3 | 141 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 166 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 3 | 166 |
AddEmptyString | Do not add empty strings | 3 | 168 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 186 |
PrematureDeclaration | Avoid declaring a variable if it is unreferenced before a possible exit point. | 3 | 282 |
PrematureDeclaration | Avoid declaring a variable if it is unreferenced before a possible exit point. | 3 | 283 |
PrematureDeclaration | Avoid declaring a variable if it is unreferenced before a possible exit point. | 3 | 284 |
PrematureDeclaration | Avoid declaring a variable if it is unreferenced before a possible exit point. | 3 | 285 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 565 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 3 | 565 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 3 | 49–83 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 3 | 76 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 3 | 46–105 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 3 | 51–148 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 3 | 122 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 122 |
Rule | Violation | Priority | Ligne |
---|---|---|---|
MissingSerialVersionUID | Classes implementing Serializable should set a serialVersionUID | 3 | 63–356 |
SingularField | Perhaps '_nDefaultItemsPerPage' could be replaced by a local variable. | 3 | 111 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 3 | 136 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 136 |
AddEmptyString | Do not add empty strings | 3 | 138 |