Checkstyle Results

The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
39 0 283 0

Rules

Category Rule Violations Severity
coding FallThrough 1  Warning
IllegalCatch 4  Warning
MissingSwitchDefault 2  Warning
VariableDeclarationUsageDistance 4  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
5  Warning
UnusedImports 4  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
178  Warning
javadoc JavadocParagraph
  • allowNewlineParagraph: "false"
25  Warning
JavadocStyle
  • tokens: "ANNOTATION_DEF, ANNOTATION_FIELD_DEF, CLASS_DEF, CTOR_DEF, ENUM_CONSTANT_DEF, ENUM_DEF, INTERFACE_DEF, METHOD_DEF, VARIABLE_DEF"
  • checkEmptyJavadoc: "true"
8  Warning
NonEmptyAtclauseDescription 7  Warning
modifier RedundantModifier 5  Warning
naming LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
2  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
15  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
1  Warning
GenericWhitespace 1  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
15  Warning

Details

org/opendaylight/yangtools/yang/data/codec/gson/AnyXmlSupportTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'java.net.URISyntaxException'. 27
 Warning sizes LineLength Line is longer than 120 characters (found 121). 164

org/opendaylight/yangtools/yang/data/codec/gson/Bug4969Test.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'com.google.common.base.Optional' should be separated from previous import group by one line. 13
 Warning coding VariableDeclarationUsageDistance Distance between variable 'ref4' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 63
 Warning coding VariableDeclarationUsageDistance Distance between variable 'value4' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 74
 Warning coding VariableDeclarationUsageDistance Distance between variable 'set4' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 84

org/opendaylight/yangtools/yang/data/codec/gson/JSONCodec.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 15

org/opendaylight/yangtools/yang/data/codec/gson/JSONCodecFactory.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - com.google.common.base.Stopwatch. 14
 Warning imports UnusedImports Unused import - com.google.common.cache.CacheBuilder. 15
 Warning imports UnusedImports Unused import - com.google.common.cache.CacheLoader. 16
 Warning imports UnusedImports Unused import - com.google.common.cache.LoadingCache. 17
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 48
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 81
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 86
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 124
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 143
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 161

org/opendaylight/yangtools/yang/data/codec/gson/JSONNormalizedNodeStreamWriter.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream.ANYXML_ARRAY_ELEMENT_ID' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 33
 Warning imports CustomImportOrder Import statement for 'org.w3c.dom.Node.ELEMENT_NODE' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 34
 Warning imports CustomImportOrder Import statement for 'org.w3c.dom.Node.TEXT_NODE' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 35
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 39
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 99
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 101
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 104
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 122
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 124
 Warning coding IllegalCatch Catching 'RuntimeException' is not allowed. 271
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 273

org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterContext.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 132). 57
 Warning sizes LineLength Line is longer than 120 characters (found 139). 83
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 99
 Warning modifier RedundantModifier Redundant 'final' modifier. 101
 Warning modifier RedundantModifier Redundant 'final' modifier. 101
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 108
 Warning modifier RedundantModifier Redundant 'final' modifier. 110

org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterNamedObjectContext.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 137). 22

org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterObjectContext.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 132). 22

org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterQNameContext.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 24

org/opendaylight/yangtools/yang/data/codec/gson/JsonParserStream.java

Severity Category Rule Message Line
 Warning coding MissingSwitchDefault switch without "default" clause. 180
 Warning coding FallThrough Fall through from previous branch of the switch statement. 212
 Warning coding MissingSwitchDefault switch without "default" clause. 233
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 234
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 235
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 236
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 237
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 238
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 239
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 240
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 241
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 242
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 243
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 244
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 245
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 246
 Warning indentation Indentation 'while' have incorrect indentation level 12, expected level should be 16. 247
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 20. 248
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 249
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 20. 250
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 24. 251
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 24. 252
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be 20. 253
 Warning indentation Indentation 'while rcurly' have incorrect indentation level 12, expected level should be 16. 254
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 255
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 256
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 257
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 258
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 259
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 267
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 268
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 269
 Warning indentation Indentation 'while' have incorrect indentation level 12, expected level should be 16. 270
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 271
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 272
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 20. 273
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 274
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 20. 275
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 276
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 277
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 278
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 20. 279
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 280
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 20. 281
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 283
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 285
 Warning indentation Indentation 'method call' child have incorrect indentation level 20, expected level should be 24. 286
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 288
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 20. 290
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 291
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 20. 292
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 24. 293
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be 20. 294
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 295
 Warning indentation Indentation 'while rcurly' have incorrect indentation level 12, expected level should be 16. 296
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 297
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 298
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 299
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 300
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 301
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 302
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 303
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 318
 Warning sizes LineLength Line is longer than 120 characters (found 138). 371
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 371
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 371
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 371
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 371
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 371
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 371
 Warning sizes LineLength Line is longer than 120 characters (found 140). 373
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 373
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 373
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 373
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 373
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 373
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 373
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 373
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 373
 Warning modifier RedundantModifier Redundant 'public' modifier. 419

org/opendaylight/yangtools/yang/data/codec/gson/JsonStreamToNormalizedNodeTest.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 39
 Warning javadoc JavadocStyle First sentence should end with a period. 39
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 40
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 89
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 101
 Warning javadoc JavadocStyle First sentence should end with a period. 101
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 104
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 105
 Warning sizes LineLength Line is longer than 120 characters (found 122). 109
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 114
 Warning javadoc JavadocStyle First sentence should end with a period. 114
 Warning sizes LineLength Line is longer than 120 characters (found 121). 127
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 132
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 143
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 145
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 176
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 178
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 3, expected level should be 4. 221

org/opendaylight/yangtools/yang/data/codec/gson/JsonWriterFactory.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 15
 Warning javadoc JavadocStyle First sentence should end with a period. 15

org/opendaylight/yangtools/yang/data/codec/gson/NormalizedNodeToJsonStreamTest.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 58
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 72
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 73
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 75
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 76
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 77
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 78
 Warning indentation Indentation 'block rcurly' have incorrect indentation level 8, expected level should be 12. 79
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 90
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 91
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 92
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 93
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 95
 Warning indentation Indentation 'for' have incorrect indentation level 12, expected level should be 16. 96
 Warning indentation Indentation 'for' child have incorrect indentation level 16, expected level should be 20. 97
 Warning indentation Indentation 'for' child have incorrect indentation level 16, expected level should be 20. 98
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 12, expected level should be 16. 99
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 101
 Warning indentation Indentation 'block rcurly' have incorrect indentation level 8, expected level should be 12. 103
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 114
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 115
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 117
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 118
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 119
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 120
 Warning indentation Indentation 'block rcurly' have incorrect indentation level 8, expected level should be 12. 121
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 132
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 133
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 134
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 135
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 137
 Warning indentation Indentation 'for' have incorrect indentation level 12, expected level should be 16. 138
 Warning indentation Indentation 'for' child have incorrect indentation level 16, expected level should be 20. 139
 Warning indentation Indentation 'for' child have incorrect indentation level 16, expected level should be 20. 140
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 12, expected level should be 16. 141
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 143
 Warning indentation Indentation 'block rcurly' have incorrect indentation level 8, expected level should be 12. 144
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 154
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 155
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 156
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 157
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 159
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 160
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 161
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 162
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 163
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 164
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 166
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 167
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 168
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 169
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 170
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 171
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 172
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 173
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 175
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 176
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 177
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 178
 Warning indentation Indentation 'block rcurly' have incorrect indentation level 8, expected level should be 12. 179
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 189
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 190
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 191
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 192
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 194
 Warning indentation Indentation 'block rcurly' have incorrect indentation level 8, expected level should be 12. 195
 Warning javadoc JavadocStyle First sentence should end with a period. 198
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 201
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 203
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 217
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 218
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 220
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 221
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 222
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 223
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 224
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 225
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 226
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 227
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 229
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 230
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 231
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 232
 Warning indentation Indentation 'block rcurly' have incorrect indentation level 8, expected level should be 12. 234
 Warning javadoc JavadocStyle First sentence should end with a period. 237
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 240
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 242
 Warning sizes LineLength Line is longer than 120 characters (found 123). 251
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 256
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 257
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 259
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 260
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 261
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 262
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 263
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 264
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 265
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 266
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 267
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 268
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 270
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 271
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 272
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 273
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 274
 Warning indentation Indentation 'block rcurly' have incorrect indentation level 8, expected level should be 12. 276
 Warning javadoc JavadocStyle First sentence should end with a period. 279
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 281
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 283
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 296
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 297
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 299
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 300
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 301
 Warning indentation Indentation 'block rcurly' have incorrect indentation level 8, expected level should be 12. 302
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 312
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 313
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 315
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 316
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 318
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 319
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 320
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 321
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 323
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 324
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 325
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 326
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 328
 Warning indentation Indentation 'block rcurly' have incorrect indentation level 8, expected level should be 12. 330

org/opendaylight/yangtools/yang/data/codec/gson/NumberJSONCodec.java

Severity Category Rule Message Line
 Warning whitespace GenericWhitespace GenericWhitespace '>' is preceded with whitespace. 19

org/opendaylight/yangtools/yang/data/codec/gson/StreamToNormalizedNodeTest.java

Severity Category Rule Message Line
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 50
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 72
 Warning sizes LineLength Line is longer than 120 characters (found 132). 99

org/opendaylight/yangtools/yang/data/codec/gson/TestingNormalizedNodeStructuresCreator.java

Severity Category Rule Message Line
 Warning naming LocalVariableName Local variable name 'choc11_c11AugmentBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 128
 Warning naming LocalVariableName Local variable name 'choc11_c11AugmentBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 144
 Warning coding VariableDeclarationUsageDistance Distance between variable 'lst11' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 179
 Warning sizes LineLength Line is longer than 120 characters (found 136). 237
 Warning sizes LineLength Line is longer than 120 characters (found 138). 242
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 257
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 273
 Warning javadoc JavadocStyle First sentence should end with a period. 273
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 276
 Warning sizes LineLength Line is longer than 120 characters (found 137). 283

org/opendaylight/yangtools/yang/data/codec/gson/UnionJSONCodec.java

Severity Category Rule Message Line
 Warning coding IllegalCatch Catching 'RuntimeException' is not allowed. 85
 Warning coding IllegalCatch Catching 'RuntimeException' is not allowed. 109