The following document contains the results of Checkstyle 6.11.2 with ../josef/config/checkstyle.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
coding | IllegalType
|
3 | Warning |
MissingCtor | 19 | Warning | |
MultipleStringLiterals
|
57 | Warning | |
OneStatementPerLine | 3 | Warning | |
ReturnCount | 3 | Warning | |
design | OneTopLevelClass | 1 | Warning |
imports | ImportOrder
|
3 | Warning |
UnusedImports | 2 | Warning | |
indentation | Indentation
|
26 | Warning |
javadoc | JavadocVariable | 3 | Warning |
metrics | BooleanExpressionComplexity | 6 | Warning |
ClassDataAbstractionCoupling | 1 | Warning | |
ClassFanOutComplexity | 1 | Warning | |
misc | AvoidEscapedUnicodeCharacters | 26 | Warning |
UncommentedMain | 11 | Warning | |
naming | AbstractClassName | 2 | Warning |
sizes | LineLength
|
1 | Warning |
OuterTypeNumber | 1 | Warning | |
ParameterNumber
|
34 | Warning | |
whitespace | NoWhitespaceAfter | 1 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MissingCtor | Class should define a constructor. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | naming | AbstractClassName | Name 'ValueObject' must match pattern '^Abstract.+$'. | 41 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "$" appears 5 times in the file. | 46 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 66 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 71 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 76 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 86 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 101 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 111 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 116 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 175 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 101 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | UncommentedMain | Uncommented main method found. | 432 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | UncommentedMain | Uncommented main method found. | 308 |
Warning | coding | MissingCtor | Class should define a constructor. | 316 |
Warning | coding | MissingCtor | Class should define a constructor. | 346 |
Warning | coding | MissingCtor | Class should define a constructor. | 367 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | IllegalType | Declaring variables, return values or parameters of type 'TreeMap' is not allowed. | 57 |
Warning | coding | OneStatementPerLine | Only one statement per line allowed. | 93 |
Warning | misc | UncommentedMain | Uncommented main method found. | 180 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | IllegalType | Declaring variables, return values or parameters of type 'TreeMap' is not allowed. | 45 |
Warning | coding | OneStatementPerLine | Only one statement per line allowed. | 105 |
Warning | misc | UncommentedMain | Uncommented main method found. | 285 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | UncommentedMain | Uncommented main method found. | 86 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MissingCtor | Class should define a constructor. | 30 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "," appears 5 times in the file. | 253 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MissingCtor | Class should define a constructor. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassFanOutComplexity | Class Fan-Out Complexity is 22 (max allowed is 20). | 54 |
Warning | naming | AbstractClassName | Name 'Database' must match pattern '^Abstract.+$'. | 54 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 262 |
Warning | coding | MultipleStringLiterals | The String "maximumNumberOfRows may not be less than 1" appears 4 times in the file. | 271 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 303 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 5). | 368 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 5). | 415 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 473 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 508 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 562 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 595 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 39 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 53 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 9). | 156 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 51 |
Warning | coding | MultipleStringLiterals | The String " " appears 3 times in the file. | 221 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | ReturnCount | Return count is 3 (max allowed is 2). | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 46 |
Warning | coding | MultipleStringLiterals | The String "expression" appears 6 times in the file. | 72 |
Warning | coding | MultipleStringLiterals | The String "%" appears 4 times in the file. | 119 |
Warning | coding | MultipleStringLiterals | The String ")" appears 3 times in the file. | 163 |
Warning | coding | MultipleStringLiterals | The String "," appears 4 times in the file. | 213 |
Warning | coding | MultipleStringLiterals | The String "'" appears 4 times in the file. | 293 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 38 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 45 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 313 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "entity" appears 5 times in the file. | 82 |
Warning | coding | MultipleStringLiterals | The String "primaryKey" appears 3 times in the file. | 137 |
Warning | coding | MultipleStringLiterals | The String "type=%s:pk=%s" appears 6 times in the file. | 141 |
Warning | coding | MultipleStringLiterals | The String "type" appears 7 times in the file. | 185 |
Warning | coding | MultipleStringLiterals | The String "entityManager" appears 3 times in the file. | 230 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 334 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "query" appears 3 times in the file. | 197 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 32 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | UncommentedMain | Uncommented main method found. | 162 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "name" appears 3 times in the file. | 48 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MissingCtor | Class should define a constructor. | 50 |
Warning | coding | MultipleStringLiterals | The String " AND " appears 3 times in the file. | 90 |
Warning | coding | MultipleStringLiterals | The String "(" appears 3 times in the file. | 109 |
Warning | coding | MultipleStringLiterals | The String ")" appears 3 times in the file. | 109 |
Warning | coding | MultipleStringLiterals | The String "column" appears 6 times in the file. | 139 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MissingCtor | Class should define a constructor. | 49 |
Warning | coding | MultipleStringLiterals | The String "column" appears 6 times in the file. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MissingCtor | Class should define a constructor. | 40 |
Warning | coding | MultipleStringLiterals | The String "Kees" appears 3 times in the file. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "2" appears 3 times in the file. | 50 |
Warning | coding | MissingCtor | Class should define a constructor. | 351 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "Number of decimal places to round to may not be negative!" appears 3 times in the file. | 503 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "+" appears 3 times in the file. | 288 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 5 (max allowed is 3). | 252 |
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 5 (max allowed is 3). | 284 |
Warning | coding | ReturnCount | Return count is 4 (max allowed is 2). | 456 |
Warning | coding | MissingCtor | Class should define a constructor. | 625 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "left" appears 4 times in the file. | 168 |
Warning | coding | MultipleStringLiterals | The String "right" appears 4 times in the file. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 187 |
Warning | coding | MissingCtor | Class should define a constructor. | 231 |
Warning | coding | MultipleStringLiterals | The String "n may not be null!" appears 3 times in the file. | 337 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "left" appears 4 times in the file. | 171 |
Warning | coding | MultipleStringLiterals | The String "right" appears 4 times in the file. | 172 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | UncommentedMain | Uncommented main method found. | 268 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | OuterTypeNumber | Outer types defined is 2 (max allowed is 1). | 19 |
Warning | design | OneTopLevelClass | Top-level class MolecularFormulaParser has to reside in its own source file. | 142 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 38 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 43 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 36 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 46 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 51 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 56 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 136 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 154 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 155 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | NoWhitespaceAfter | 'T' is followed by whitespace. | 94 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MissingCtor | Class should define a constructor. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 5 (max allowed is 3). | 127 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | ReturnCount | Return count is 3 (max allowed is 2). | 173 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 173 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "!" appears 4 times in the file. | 150 |
Warning | coding | MultipleStringLiterals | The String ":" appears 4 times in the file. | 152 |
Warning | coding | MultipleStringLiterals | The String "] is null!" appears 5 times in the file. | 256 |
Warning | coding | MultipleStringLiterals | The String "] is empty!" appears 4 times in the file. | 281 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "Missing key:" appears 3 times in the file. | 90 |
Warning | coding | MultipleStringLiterals | The String ", class=" appears 3 times in the file. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | ClassDataAbstractionCoupling | Class Data Abstraction Coupling is 10 (max allowed is 7) classes [BufferedInputStream, BufferedOutputStream, BufferedReader, BufferedWriter, FileInputStream, FileOutputStream, FileReader, FileWriter, IOException, InputStreamReader]. | 46 |
Warning | coding | OneStatementPerLine | Only one statement per line allowed. | 80 |
Warning | coding | MultipleStringLiterals | The String "/" appears 5 times in the file. | 233 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 52 |
Warning | coding | MultipleStringLiterals | The String "get" appears 3 times in the file. | 88 |
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 5 (max allowed is 3). | 152 |
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 4 (max allowed is 3). | 201 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 442 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "Not a valid boolean:value=%s, key=%s bundles=%s" appears 3 times in the file. | 185 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 636 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MissingCtor | Class should define a constructor. | 29 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 59 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 60 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 61 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 62 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 63 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 64 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 65 |
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 66 |
Warning | coding | MultipleStringLiterals | The String "'" appears 3 times in the file. | 663 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 44 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Warning | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | Wrong order for 'com.sun.jndi.dns.DnsContext' import. | 33 |
Warning | misc | UncommentedMain | Uncommented main method found. | 164 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MissingCtor | Class should define a constructor. | 36 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "The supplied resourceBundle is null!" appears 4 times in the file. | 112 |
Warning | misc | UncommentedMain | Uncommented main method found. | 216 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | UnusedImports | Unused import - org.apache.logging.log4j.Level. | 27 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 105 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 111 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 70 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 92 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 85 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 378 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "." appears 3 times in the file. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | IllegalType | Declaring variables, return values or parameters of type 'HashSet' is not allowed. | 74 |
Warning | coding | MultipleStringLiterals | The String "The object may not be null!" appears 4 times in the file. | 87 |
Warning | coding | MultipleStringLiterals | The String "The set of processed objects may not be null!" appears 3 times in the file. | 88 |
Warning | coding | MultipleStringLiterals | The String "The field may not be null!" appears 3 times in the file. | 116 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | metrics | BooleanExpressionComplexity | Boolean expression complexity is 4 (max allowed is 3). | 73 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "[1-9]\\d{3}" appears 6 times in the file. | 47 |
Warning | coding | MultipleStringLiterals | The String "####" appears 8 times in the file. | 47 |
Warning | coding | MultipleStringLiterals | The String "[1-9]\\d{4}" appears 4 times in the file. | 57 |
Warning | coding | MultipleStringLiterals | The String "#####" appears 6 times in the file. | 57 |
Warning | coding | MultipleStringLiterals | The String "\\d{5}" appears 5 times in the file. | 98 |
Warning | coding | MultipleStringLiterals | The String "|" appears 3 times in the file. | 313 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | UnusedImports | Unused import - org.apache.logging.log4j.Level. | 35 |
Warning | misc | UncommentedMain | Uncommented main method found. | 181 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | sizes | ParameterNumber | More than 3 parameters (found 5). | 71 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 5). | 103 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | AvoidEscapedUnicodeCharacters | Unicode escape(s) usage should be avoided. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 40 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 49 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 46 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 50 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "\"" appears 8 times in the file. | 134 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 4). | 233 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | misc | UncommentedMain | Uncommented main method found. | 212 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 45 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | ImportOrder | Wrong order for 'com.sun.xml.bind.marshaller.CharacterEscapeHandler' import. | 24 |
Warning | sizes | LineLength | Line is longer than 128 characters (found 153). | 33 |
Warning | coding | MissingCtor | Class should define a constructor. | 35 |
Warning | sizes | ParameterNumber | More than 3 parameters (found 5). | 42 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "url" appears 4 times in the file. | 71 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "<" appears 3 times in the file. | 87 |
Warning | coding | MultipleStringLiterals | The String ">" appears 4 times in the file. | 90 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "</" appears 3 times in the file. | 183 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MissingCtor | Class should define a constructor. | 38 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MultipleStringLiterals | The String "\"" appears 3 times in the file. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | indentation | Indentation | '}' have incorrect indentation level 0, expected level should be 4. | 88 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MissingCtor | Class should define a constructor. | 56 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | MissingCtor | Class should define a constructor. | 52 |