| Severity |
Category |
Rule |
Message |
Line |
Error |
header |
Header |
Line does not match expected header line of ' * Copyright (c) 2002-2020, City of Paris'. |
2 |
Error |
imports |
UnusedImports |
Unused import - java.util.ArrayList. |
37 |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
45 |
Error |
design |
VisibilityModifier |
Variable '_mapSql' must be private and have accessor methods. |
48 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
51 |
Error |
modifier |
ModifierOrder |
'static' modifier out of order with the JLS suggestions. |
51 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
52 |
Error |
modifier |
ModifierOrder |
'static' modifier out of order with the JLS suggestions. |
52 |
Error |
regexp |
RegexpSinglelineJava |
Line matches the illegal pattern 'WHERE 1'. |
55 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
55 |
Error |
modifier |
ModifierOrder |
'static' modifier out of order with the JLS suggestions. |
55 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
55 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
56 |
Error |
modifier |
ModifierOrder |
'static' modifier out of order with the JLS suggestions. |
56 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
56 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
57 |
Error |
modifier |
ModifierOrder |
'static' modifier out of order with the JLS suggestions. |
57 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
57 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
58 |
Error |
modifier |
ModifierOrder |
'static' modifier out of order with the JLS suggestions. |
58 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
58 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
59 |
Error |
modifier |
ModifierOrder |
'static' modifier out of order with the JLS suggestions. |
59 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
60 |
Error |
modifier |
ModifierOrder |
'static' modifier out of order with the JLS suggestions. |
60 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
60 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
61 |
Error |
modifier |
ModifierOrder |
'static' modifier out of order with the JLS suggestions. |
61 |
Error |
whitespace |
WhitespaceAround |
'=' is not followed by whitespace. |
61 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
64 |
Error |
modifier |
ModifierOrder |
'static' modifier out of order with the JLS suggestions. |
64 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
65 |
Error |
modifier |
ModifierOrder |
'static' modifier out of order with the JLS suggestions. |
65 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
66 |
Error |
modifier |
ModifierOrder |
'static' modifier out of order with the JLS suggestions. |
66 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
67 |
Error |
modifier |
ModifierOrder |
'static' modifier out of order with the JLS suggestions. |
67 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
70 |
Error |
modifier |
ModifierOrder |
'static' modifier out of order with the JLS suggestions. |
70 |
Error |
coding |
DeclarationOrder |
Static variable definition in wrong order. |
71 |
Error |
modifier |
ModifierOrder |
'static' modifier out of order with the JLS suggestions. |
71 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'SQL_QUERY_SELECTALL_ID'. |
84 |
Error |
naming |
ParameterName |
Name 'SQL_QUERY_SELECTALL_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
84 |
Error |
naming |
LocalVariableName |
Name 'WhereClauses' must match pattern '^[a-z][a-zA-Z0-9]*$'. |
104 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'mapFilterCriteria'. |
159 |
Warning |
coding |
ReturnCount |
Return count is 6 (max allowed for non-void methods/lambdas is 5). |
179 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'strAttributeName'. |
206 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'strPrefixToCut'. |
206 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'businessClass'. |
235 |