The following document contains the results of PMD 6.13.0.
Rule | Violation | Line |
---|---|---|
FieldNamingConventions | The final field name '_elastic' doesn't match '[a-z][a-zA-Z0-9]*' | 83 |
FieldNamingConventions | The final field name '_esTemplateCustomerIndexing' doesn't match '[a-z][a-zA-Z0-9]*' | 84 |
FieldNamingConventions | The final field name '_esMapping' doesn't match '[a-z][a-zA-Z0-9]*' | 85 |
Rule | Violation | Line |
---|---|---|
FieldNamingConventions | The final field name '_indexCustomerDAO' doesn't match '[a-z][a-zA-Z0-9]*' | 51 |
Rule | Violation | Line |
---|---|---|
FieldNamingConventions | The final field name '_listAutocompletePlaceholderFilter' doesn't match '[a-z][a-zA-Z0-9]*' | 48 |
Rule | Violation | Line |
---|---|---|
FieldNamingConventions | The final field name '_listAutocompletePlaceholderFilter' doesn't match '[a-z][a-zA-Z0-9]*' | 49 |
Rule | Violation | Line |
---|---|---|
FieldNamingConventions | The final field name '_esTemplateAutocomplete' doesn't match '[a-z][a-zA-Z0-9]*' | 83 |
Rule | Violation | Line |
---|---|---|
TooManyMethods | This class has too many methods, consider refactoring it. | 66–421 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 143 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 143 |
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 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 227 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 227 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 270 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 325 |
Rule | Violation | Line |
---|---|---|
ExcessiveImports | A high number of imports can indicate a high degree of coupling within an object. | 34–581 |
TooManyMethods | This class has too many methods, consider refactoring it. | 96–581 |
AvoidDuplicateLiterals | The String literal "Error indexing customer : " appears 4 times in this file; the first occurrence is on line 181 | 181 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 295 |
ForLoopCanBeForeach | This for loop can be replaced by a foreach loop | 313–318 |
IdenticalCatchBranches | 'catch' branch identical to 'IOException' branch | 326–329 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 414 |
ForLoopCanBeForeach | This for loop can be replaced by a foreach loop | 426–431 |
Rule | Violation | Line |
---|---|---|
LinguisticNaming | Linguistics Antipattern - The setter 'setJsonToJsonTree' should not return any type except void linguistically | 78–93 |
Rule | Violation | Line |
---|---|---|
AccessorClassGeneration | Avoid instantiation through private constructors from outside of the constructors class. | 92 |
Rule | Violation | Line |
---|---|---|
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 111 |
IdenticalCatchBranches | 'catch' branch identical to 'IOException' branch | 134–137 |
Rule | Violation | Priority | Line |
---|---|---|---|
TooManyMethods | This class has too many methods, consider refactoring it. | 3 | 66–421 |
FieldNamingConventions | The final field name '_elastic' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 83 |
FieldNamingConventions | The final field name '_esTemplateCustomerIndexing' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 84 |
FieldNamingConventions | The final field name '_esMapping' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 85 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 3 | 143 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 143 |
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 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 3 | 227 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 227 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 3 | 270 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 3 | 325 |
Rule | Violation | Priority | Line |
---|---|---|---|
ExcessiveImports | A high number of imports can indicate a high degree of coupling within an object. | 3 | 34–581 |
TooManyMethods | This class has too many methods, consider refactoring it. | 3 | 96–581 |
AvoidDuplicateLiterals | The String literal "Error indexing customer : " appears 4 times in this file; the first occurrence is on line 181 | 3 | 181 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 295 |
ForLoopCanBeForeach | This for loop can be replaced by a foreach loop | 3 | 313–318 |
IdenticalCatchBranches | 'catch' branch identical to 'IOException' branch | 3 | 326–329 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 414 |
ForLoopCanBeForeach | This for loop can be replaced by a foreach loop | 3 | 426–431 |
Rule | Violation | Priority | Line |
---|---|---|---|
FieldNamingConventions | The final field name '_indexCustomerDAO' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 51 |
Rule | Violation | Priority | Line |
---|---|---|---|
LinguisticNaming | Linguistics Antipattern - The setter 'setJsonToJsonTree' should not return any type except void linguistically | 3 | 78–93 |
Rule | Violation | Priority | Line |
---|---|---|---|
FieldNamingConventions | The final field name '_listAutocompletePlaceholderFilter' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 48 |
Rule | Violation | Priority | Line |
---|---|---|---|
FieldNamingConventions | The final field name '_listAutocompletePlaceholderFilter' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 49 |
AccessorClassGeneration | Avoid instantiation through private constructors from outside of the constructors class. | 3 | 92 |
Rule | Violation | Priority | Line |
---|---|---|---|
FieldNamingConventions | The final field name '_esTemplateAutocomplete' doesn't match '[a-z][a-zA-Z0-9]*' | 1 | 83 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 3 | 111 |
IdenticalCatchBranches | 'catch' branch identical to 'IOException' branch | 3 | 134–137 |