Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
34 0 201 0

Files

File  I  W  E
org/opendaylight/yangtools/yang/data/codec/gson/AbstractJSONCodec.java 0 2 0
org/opendaylight/yangtools/yang/data/codec/gson/AnyXmlSupportTest.java 0 3 0
org/opendaylight/yangtools/yang/data/codec/gson/BooleanJSONCodec.java 0 1 0
org/opendaylight/yangtools/yang/data/codec/gson/Bug4969Test.java 0 4 0
org/opendaylight/yangtools/yang/data/codec/gson/JSONCodec.java 0 1 0
org/opendaylight/yangtools/yang/data/codec/gson/JSONCodecFactory.java 0 13 0
org/opendaylight/yangtools/yang/data/codec/gson/JSONNormalizedNodeStreamWriter.java 0 13 0
org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterContext.java 0 4 0
org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterNamedObjectContext.java 0 1 0
org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterObjectContext.java 0 1 0
org/opendaylight/yangtools/yang/data/codec/gson/JSONStreamWriterQNameContext.java 0 1 0
org/opendaylight/yangtools/yang/data/codec/gson/JsonParserStream.java 0 84 0
org/opendaylight/yangtools/yang/data/codec/gson/JsonStreamToNormalizedNodeTest.java 0 19 0
org/opendaylight/yangtools/yang/data/codec/gson/JsonWriterFactory.java 0 2 0
org/opendaylight/yangtools/yang/data/codec/gson/NormalizedNodeToJsonStreamTest.java 0 12 0
org/opendaylight/yangtools/yang/data/codec/gson/NumberJSONCodec.java 0 2 0
org/opendaylight/yangtools/yang/data/codec/gson/QuotedJSONCodec.java 0 1 0
org/opendaylight/yangtools/yang/data/codec/gson/StreamToNormalizedNodeTest.java 0 22 0
org/opendaylight/yangtools/yang/data/codec/gson/TestUtils.java 0 5 0
org/opendaylight/yangtools/yang/data/codec/gson/TestingNormalizedNodeStructuresCreator.java 0 10 0

Rules

Category Rule Violations Severity
coding FallThrough 1  Warning
MissingSwitchDefault 2  Warning
VariableDeclarationUsageDistance 4  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
22  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
74  Warning
javadoc JavadocParagraph
  • allowNewlineParagraph: "false"
19  Warning
JavadocStyle
  • checkEmptyJavadoc: "true"
9  Warning
NonEmptyAtclauseDescription 11  Warning
modifier RedundantModifier 1  Warning
naming LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
2  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
25  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
SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
4  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
4  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
18  Warning

Details

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

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

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

Severity Category Rule Message Line
 Warning whitespace SeparatorWrap '.' should be on a new line. 89
 Warning whitespace SeparatorWrap '.' should be on a new line. 131
 Warning sizes LineLength Line is longer than 120 characters (found 121). 148

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

Severity Category Rule Message Line
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 28

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. 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). 61
 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). 72
 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). 82

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

Severity Category Rule Message Line
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 19

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 55
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 8, expected level should be one of the following: 16, 20. 61
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be one of the following: 20, 24. 63
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be one of the following: 20, 24. 64
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be one of the following: 24, 28. 65
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 20, 24. 66
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be one of the following: 24, 28. 67
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be one of the following: 20, 24. 68
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be one of the following: 24, 28. 69
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be one of the following: 20, 24. 70
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be one of the following: 20, 24. 71
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 8, expected level should be one of the following: 16, 20. 72
 Warning indentation Indentation 'object def rcurly' have incorrect indentation level 4, expected level should be one of the following: 12, 16. 73

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

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 38
 Warning sizes LineLength Line is longer than 120 characters (found 180). 62
 Warning naming ParameterName Parameter name 'JsonWriter' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 62
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 71
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 73
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 76
 Warning sizes LineLength Line is longer than 120 characters (found 178). 86
 Warning sizes LineLength Line is longer than 120 characters (found 135). 87
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 92
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 94
 Warning sizes LineLength Line is longer than 120 characters (found 175). 106
 Warning sizes LineLength Line is longer than 120 characters (found 132). 107
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 270

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 javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 108

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). 23

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

Severity Category Rule Message Line
 Warning coding MissingSwitchDefault switch without "default" clause. 122
 Warning coding FallThrough Fall through from previous branch of the switch statement. 154
 Warning coding MissingSwitchDefault switch without "default" clause. 175
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 176
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 177
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 178
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 179
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 180
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 181
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 182
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 183
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 184
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 185
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 186
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 187
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 188
 Warning indentation Indentation 'while' have incorrect indentation level 12, expected level should be 16. 189
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 20. 190
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 191
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 20. 192
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 24. 193
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 24. 194
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be 20. 195
 Warning indentation Indentation 'while rcurly' have incorrect indentation level 12, expected level should be 16. 196
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 197
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 198
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 199
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 200
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 201
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 209
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 210
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 211
 Warning indentation Indentation 'while' have incorrect indentation level 12, expected level should be 16. 212
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 213
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 214
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 20. 215
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 216
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 20. 217
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 218
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 219
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 220
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 20. 221
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 222
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 20. 223
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 224
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 226
 Warning sizes LineLength Line is longer than 120 characters (found 123). 227
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 20. 228
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 229
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 20. 231
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 233
 Warning sizes LineLength Line is longer than 120 characters (found 130). 233
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 20. 234
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 235
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 20. 236
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 24. 237
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be 20. 238
 Warning indentation Indentation 'while' child have incorrect indentation level 16, expected level should be 20. 239
 Warning indentation Indentation 'while rcurly' have incorrect indentation level 12, expected level should be 16. 240
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 241
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 242
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 243
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 244
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 245
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 246
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 247
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 262
 Warning sizes LineLength Line is longer than 120 characters (found 138). 314
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 314
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 314
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 314
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 314
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 314
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 314
 Warning sizes LineLength Line is longer than 120 characters (found 140). 316
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 316
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 316
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 316
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 316
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 316
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 316
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 316
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 316
 Warning modifier RedundantModifier Redundant 'public' modifier. 364

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'com.google.common.collect.Sets' should be separated from previous import group. 20
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 38
 Warning javadoc JavadocStyle First sentence should end with a period. 38
 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. 88
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 100
 Warning javadoc JavadocStyle First sentence should end with a period. 100
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 103
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 104
 Warning sizes LineLength Line is longer than 120 characters (found 122). 108
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 113
 Warning javadoc JavadocStyle First sentence should end with a period. 113
 Warning sizes LineLength Line is longer than 120 characters (found 121). 126
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 131
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 142
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 144
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 175
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 177
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 3, expected level should be 4. 218

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 imports CustomImportOrder 'com.google.common.collect.Sets' should be separated from previous import group. 18
 Warning javadoc JavadocStyle First sentence should end with a period. 221
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 224
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 226
 Warning javadoc JavadocStyle First sentence should end with a period. 264
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 267
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 269
 Warning sizes LineLength Line is longer than 120 characters (found 123). 278
 Warning javadoc JavadocStyle First sentence should end with a period. 310
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 312
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 314
 Warning whitespace SeparatorWrap '.' should be on a new line. 391

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

Severity Category Rule Message Line
 Warning whitespace GenericWhitespace GenericWhitespace '>' is preceded with whitespace. 19
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 28

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

Severity Category Rule Message Line
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 28

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.gson.stream.JsonReader' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 15
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.io.File' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 16
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.io.IOException' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 17
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.io.StringReader' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 18
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.io.StringWriter' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 19
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.net.URISyntaxException' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 20
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.junit.BeforeClass' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 21
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.junit.Ignore' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 22
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.junit.Test' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 23
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 24
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 25
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 26
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 29
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 30
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.impl.schema.NormalizedNodeResult' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 31
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.model.api.SchemaContext' import. Should be before 'org.opendaylight.yangtools.yang.model.api.SchemaPath'. 32
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 52
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 73
 Warning sizes LineLength Line is longer than 120 characters (found 132). 100
 Warning whitespace SeparatorWrap '.' should be on a new line. 108

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'com.google.gson.JsonArray' should be separated from previous import group. 11
 Warning sizes LineLength Line is longer than 120 characters (found 129). 68
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not preceded with whitespace. 72
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not followed by whitespace. 72
 Warning sizes LineLength Line is longer than 120 characters (found 138). 79

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