Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
28 0 423 0

Files

File  I  W  E
org/opendaylight/yangtools/sal/binding/generator/impl/BindingGeneratorImpl.java 0 77 0
org/opendaylight/yangtools/sal/binding/generator/impl/BindingSchemaContextUtils.java 0 27 0
org/opendaylight/yangtools/sal/binding/generator/impl/CodecTypeUtils.java 0 2 0
org/opendaylight/yangtools/sal/binding/generator/impl/GeneratedClassLoadingStrategy.java 0 3 0
org/opendaylight/yangtools/sal/binding/generator/impl/ModuleContext.java 0 32 0
org/opendaylight/yangtools/sal/binding/generator/impl/ModuleInfoBackedContext.java 0 10 0
org/opendaylight/yangtools/sal/binding/generator/impl/SchemaLock.java 0 2 0
org/opendaylight/yangtools/sal/binding/generator/impl/TransformerGeneratorException.java 0 2 0
org/opendaylight/yangtools/sal/binding/generator/util/BindingRuntimeContext.java 0 43 0
org/opendaylight/yangtools/sal/binding/generator/util/ClassCustomizer.java 0 2 0
org/opendaylight/yangtools/sal/binding/generator/util/ClassGenerator.java 0 1 0
org/opendaylight/yangtools/sal/binding/generator/util/CodeGenerationException.java 0 1 0
org/opendaylight/yangtools/sal/binding/generator/util/DefaultSourceCodeGenerator.java 0 7 0
org/opendaylight/yangtools/sal/binding/generator/util/FieldGenerator.java 0 1 0
org/opendaylight/yangtools/sal/binding/generator/util/JavassistUtils.java 0 32 0
org/opendaylight/yangtools/sal/binding/generator/util/MethodGenerator.java 0 1 0
org/opendaylight/yangtools/sal/binding/generator/util/SourceCodeGeneratorFactory.java 0 2 0
org/opendaylight/yangtools/sal/binding/generator/util/XtendHelper.java 0 1 0
org/opendaylight/yangtools/sal/binding/generator/util/YangSchemaUtils.java 0 22 0
org/opendaylight/yangtools/sal/binding/yang/types/BaseYangTypes.java 0 48 0
org/opendaylight/yangtools/sal/binding/yang/types/GroupingDefinitionDependencySort.java 0 9 0
org/opendaylight/yangtools/sal/binding/yang/types/NodeWrappedType.java 0 4 0
org/opendaylight/yangtools/sal/binding/yang/types/TypeProviderImpl.java 0 86 0
org/opendaylight/yangtools/sal/binding/yang/types/TypedefResolver.java 0 2 0
org/opendaylight/yangtools/sal/binding/yang/types/UnionDependencySort.java 0 6 0

Rules

Category Rule Violations Severity
blocks RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"
  • option: "alone"
1  Warning
RightCurly 1  Warning
coding OverloadMethodsDeclarationOrder 3  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"
  • thirdPartyPackageRegExp: ".*"
  • specialImportsRegExp: "^com.*"
76  Warning
indentation Indentation
  • lineWrappingIndentation: "4"
  • caseIndent: "4"
  • arrayInitIndent: "4"
  • throwsIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
34  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
27  Warning
JavadocParagraph 38  Warning
NonEmptyAtclauseDescription 7  Warning
modifier ModifierOrder 1  Warning
naming AbbreviationAsWordInName
  • allowedAbbreviationLength: "1"
  • ignoreFinal: "false"
49  Warning
LocalVariableName
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
6  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
19  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
72  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
24  Warning
FileTabCharacter
  • eachLine: "true"
1  Error
GenericWhitespace 3  Warning
MethodParamPad 1  Warning
OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR "
  • option: "NL"
2  Warning
WhitespaceAround
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
  • allowEmptyMethods: "true"
  • allowEmptyConstructors: "true"
34  Warning

Details

org/opendaylight/yangtools/sal/binding/generator/impl/BindingGeneratorImpl.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.binding.generator.util.BindingTypes.augmentable' import. 22
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.binding.generator.util.Types.typeForClass' import. 26
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 31
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 32
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 33
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 34
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 35
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 36
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 37
 Warning imports CustomImportOrder 'java.util.ArrayList'should be separated from previous import group. 38
 Warning imports CustomImportOrder 'org.opendaylight.yangtools.binding.generator.util.BindingGeneratorUtil'should be separated from previous import group. 47
 Warning javadoc SummaryJavadoc First sentence should be present. 155
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 173
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 201
 Warning naming ParameterName Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 259
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 348
 Warning sizes LineLength Line is longer than 120 characters (found 123). 485
 Warning sizes LineLength Line is longer than 120 characters (found 123). 579
 Warning indentation Indentation '.' have incorrect indentation level 12, expected level should be 16. 645
 Warning indentation Indentation '.' have incorrect indentation level 8, expected level should be 12. 682
 Warning sizes LineLength Line is longer than 120 characters (found 122). 702
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 715
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 789
 Warning sizes LineLength Line is longer than 120 characters (found 128). 868
 Warning sizes LineLength Line is longer than 120 characters (found 123). 932
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 939
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 984
 Warning javadoc SummaryJavadoc First sentence should be present. 993
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 995
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 1034
 Warning sizes LineLength Line is longer than 120 characters (found 128). 1057
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 1144
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 1184
 Warning sizes LineLength Line is longer than 120 characters (found 122). 1222
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 15, expected level should be 16. 1263
 Warning sizes LineLength Line is longer than 120 characters (found 122). 1306
 Warning sizes LineLength Line is longer than 120 characters (found 124). 1335
 Warning whitespace MethodParamPad '(' should be on the previous line. 1336
 Warning sizes LineLength Line is longer than 120 characters (found 136). 1397
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1423
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1428
 Warning sizes LineLength Line is longer than 120 characters (found 125). 1455
 Warning sizes LineLength Line is longer than 120 characters (found 121). 1583
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1610
 Warning sizes LineLength Line is longer than 120 characters (found 139). 1618
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1641
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1646
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1662
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 1691
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1698
 Warning sizes LineLength Line is longer than 120 characters (found 137). 1698
 Warning sizes LineLength Line is longer than 120 characters (found 125). 1708
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 1721
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 1778
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 1863
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1920
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1950
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1954
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1994
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1995
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1998
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 2010
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 2023
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 2026
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 2029
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 2037
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 2042
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 2057
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 2068
 Warning sizes LineLength Line is longer than 120 characters (found 139). 2109
 Warning sizes LineLength Line is longer than 120 characters (found 124). 2116
 Warning sizes LineLength Line is longer than 120 characters (found 130). 2118
 Warning whitespace FileTabCharacter Line contains a tab character. 2194
 Warning whitespace OperatorWrap '||' should be on a new line. 2203
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '2,138'. 2210
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 2274

org/opendaylight/yangtools/sal/binding/generator/impl/BindingSchemaContextUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 44
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 56
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 67
 Warning sizes LineLength Line is longer than 120 characters (found 134). 73
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 73
 Warning sizes LineLength Line is longer than 120 characters (found 125). 76
 Warning sizes LineLength Line is longer than 120 characters (found 121). 88
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 91
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '44'. 97
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 138
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 141
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 143
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 155
 Warning indentation Indentation 'method def' child have incorrect indentation level 7, expected level should be 8. 160
 Warning sizes LineLength Line is longer than 120 characters (found 146). 163
 Warning javadoc JavadocMethod Missing a Javadoc comment. 163
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 166
 Warning sizes LineLength Line is longer than 120 characters (found 129). 176
 Warning sizes LineLength Line is longer than 120 characters (found 126). 180
 Warning javadoc JavadocMethod Missing a Javadoc comment. 180
 Warning sizes LineLength Line is longer than 120 characters (found 149). 193
 Warning javadoc JavadocMethod Missing a Javadoc comment. 193
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 195
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 214

org/opendaylight/yangtools/sal/binding/generator/impl/CodecTypeUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning javadoc JavadocMethod Missing a Javadoc comment. 20

org/opendaylight/yangtools/sal/binding/generator/impl/GeneratedClassLoadingStrategy.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 33
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 41

org/opendaylight/yangtools/sal/binding/generator/impl/ModuleContext.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 16
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 17
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 18
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 19
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 20
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 21
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 22
 Warning naming ParameterName Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 104
 Warning naming ParameterName Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 108
 Warning naming ParameterName Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 112
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 120
 Warning naming ParameterName Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 120
 Warning naming ParameterName Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 124
 Warning naming ParameterName Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 124
 Warning naming ParameterName Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 129
 Warning naming ParameterName Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 129
 Warning naming ParameterName Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 133
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 133
 Warning naming ParameterName Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 137
 Warning naming ParameterName Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 137
 Warning naming ParameterName Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 141
 Warning naming ParameterName Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 145
 Warning naming ParameterName Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 149
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 8. 186
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 8. 187
 Warning javadoc JavadocMethod Missing a Javadoc comment. 194
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 205
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 207
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 210
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 223
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 224

org/opendaylight/yangtools/sal/binding/generator/impl/ModuleInfoBackedContext.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 16
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 17
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 18
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 19
 Warning sizes LineLength Line is longer than 120 characters (found 121). 56
 Warning sizes LineLength Line is longer than 120 characters (found 123). 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 139
 Warning sizes LineLength Line is longer than 120 characters (found 141). 157

org/opendaylight/yangtools/sal/binding/generator/impl/SchemaLock.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 3
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8

org/opendaylight/yangtools/sal/binding/generator/impl/TransformerGeneratorException.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning sizes LineLength Line is longer than 120 characters (found 134). 17

org/opendaylight/yangtools/sal/binding/generator/util/BindingRuntimeContext.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 21
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 22
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 23
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 24
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 25
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 26
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 27
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 28
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 61
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 69
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 73
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 123
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 155
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 159
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 163
 Warning sizes LineLength Line is longer than 120 characters (found 121). 165
 Warning sizes LineLength Line is longer than 120 characters (found 124). 173
 Warning modifier ModifierOrder '@Nullable' annotation modifier does not preceed non-annotation modifiers. 173
 Warning sizes LineLength Line is longer than 120 characters (found 137). 174
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 185
 Warning sizes LineLength Line is longer than 120 characters (found 134). 193
 Warning sizes LineLength Line is longer than 120 characters (found 122). 197
 Warning javadoc JavadocMethod Missing a Javadoc comment. 197
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 237
 Warning sizes LineLength Line is longer than 120 characters (found 151). 246
 Warning sizes LineLength Line is longer than 120 characters (found 121). 248
 Warning sizes LineLength Line is longer than 120 characters (found 123). 267
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 294
 Warning sizes LineLength Line is longer than 120 characters (found 121). 297
 Warning javadoc JavadocMethod Missing a Javadoc comment. 301
 Warning sizes LineLength Line is longer than 120 characters (found 123). 303
 Warning javadoc SummaryJavadoc First sentence should be present. 323
 Warning javadoc SummaryJavadoc First sentence should be present. 334
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 346
 Warning javadoc JavadocMethod Missing a Javadoc comment. 363
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 366
 Warning javadoc JavadocMethod Missing a Javadoc comment. 377
 Warning javadoc JavadocMethod Missing a Javadoc comment. 387
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '265'. 418
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 419
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 428
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 431

org/opendaylight/yangtools/sal/binding/generator/util/ClassCustomizer.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 12

org/opendaylight/yangtools/sal/binding/generator/util/ClassGenerator.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8

org/opendaylight/yangtools/sal/binding/generator/util/CodeGenerationException.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8

org/opendaylight/yangtools/sal/binding/generator/util/DefaultSourceCodeGenerator.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 18
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 19
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 20
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 21
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 22
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 48
 Warning blocks RightCurly '}' should be on the same line. 50

org/opendaylight/yangtools/sal/binding/generator/util/FieldGenerator.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8

org/opendaylight/yangtools/sal/binding/generator/util/JavassistUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 16
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 17
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 18
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 19
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 20
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 21
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 22
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 23
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 24
 Warning javadoc JavadocMethod Missing a Javadoc comment. 60
 Warning javadoc JavadocMethod Missing a Javadoc comment. 70
 Warning sizes LineLength Line is longer than 120 characters (found 125). 71
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 74
 Warning javadoc JavadocMethod Missing a Javadoc comment. 85
 Warning sizes LineLength Line is longer than 120 characters (found 145). 94
 Warning javadoc JavadocMethod Missing a Javadoc comment. 94
 Warning javadoc JavadocMethod Missing a Javadoc comment. 104
 Warning sizes LineLength Line is longer than 120 characters (found 136). 110
 Warning javadoc JavadocMethod Missing a Javadoc comment. 110
 Warning sizes LineLength Line is longer than 120 characters (found 155). 128
 Warning sizes LineLength Line is longer than 120 characters (found 122). 135
 Warning sizes LineLength Line is longer than 120 characters (found 136). 151
 Warning javadoc JavadocMethod Missing a Javadoc comment. 151
 Warning sizes LineLength Line is longer than 120 characters (found 142). 158
 Warning javadoc JavadocMethod Missing a Javadoc comment. 162
 Warning javadoc JavadocMethod Missing a Javadoc comment. 176
 Warning javadoc JavadocMethod Missing a Javadoc comment. 196

org/opendaylight/yangtools/sal/binding/generator/util/MethodGenerator.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8

org/opendaylight/yangtools/sal/binding/generator/util/SourceCodeGeneratorFactory.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 24
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 35

org/opendaylight/yangtools/sal/binding/generator/util/XtendHelper.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8

org/opendaylight/yangtools/sal/binding/generator/util/YangSchemaUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 12
 Warning imports CustomImportOrder 'java.net.URI'should be separated from previous import group. 13
 Warning imports CustomImportOrder 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 36
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 39
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 44
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 48
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 49
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 51
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 65
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 66
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning sizes LineLength Line is longer than 120 characters (found 134). 79
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 80
 Warning whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. 84
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 87
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 95
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 96
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 105
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 106

org/opendaylight/yangtools/sal/binding/yang/types/BaseYangTypes.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 14
 Warning javadoc SummaryJavadoc First sentence should be present. 33
 Warning javadoc SummaryJavadoc First sentence should be present. 38
 Warning javadoc SummaryJavadoc First sentence should be present. 45
 Warning javadoc SummaryJavadoc First sentence should be present. 50
 Warning javadoc SummaryJavadoc First sentence should be present. 55
 Warning javadoc SummaryJavadoc First sentence should be present. 60
 Warning javadoc SummaryJavadoc First sentence should be present. 65
 Warning javadoc SummaryJavadoc First sentence should be present. 70
 Warning javadoc SummaryJavadoc First sentence should be present. 75
 Warning sizes LineLength Line is longer than 120 characters (found 121). 78
 Warning javadoc SummaryJavadoc First sentence should be present. 80
 Warning javadoc SummaryJavadoc First sentence should be present. 85
 Warning javadoc SummaryJavadoc First sentence should be present. 90
 Warning javadoc SummaryJavadoc First sentence should be present. 98
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. 174
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 175
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. 176
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 177
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. 178
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 179
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. 180
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 181
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. 182
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 183
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. 184
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 185
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. 186
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 187
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. 188
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 189
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. 190
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 191
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. 192
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 193
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. 194
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 195
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. 196
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 197
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. 198
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 199
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be one of the following: 16, 20. 200
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 201
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 230
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 234

org/opendaylight/yangtools/sal/binding/yang/types/GroupingDefinitionDependencySort.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 16
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 17
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 34
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 78

org/opendaylight/yangtools/sal/binding/yang/types/NodeWrappedType.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning javadoc SummaryJavadoc First sentence should be present. 13
 Warning javadoc SummaryJavadoc First sentence should be present. 28
 Warning naming ParameterName Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 38

org/opendaylight/yangtools/sal/binding/yang/types/TypeProviderImpl.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 16
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 17
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 18
 Warning imports CustomImportOrder 'java.io.Serializable'should be separated from previous import group. 19
 Warning imports CustomImportOrder 'org.apache.commons.lang3.StringEscapeUtils'should be separated from previous import group. 36
 Warning javadoc JavadocParagraph Javadoc comment at column 22 has parse error. Details: no viable alternative at input '<moduleName,' while parsing HTML_ELEMENT 103
 Warning javadoc SummaryJavadoc First sentence should be present. 131
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 157
 Warning javadoc SummaryJavadoc First sentence should be present. 176
 Warning sizes LineLength Line is longer than 120 characters (found 140). 190
 Warning naming ParameterName Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 190
 Warning sizes LineLength Line is longer than 120 characters (found 135). 203
 Warning sizes LineLength Line is longer than 120 characters (found 125). 229
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 230
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 239
 Warning sizes LineLength Line is longer than 120 characters (found 126). 239
 Warning naming ParameterName Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 239
 Warning whitespace OperatorWrap '+' should be on a new line. 314
 Warning naming LocalVariableName Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 344
 Warning sizes LineLength Line is longer than 120 characters (found 121). 389
 Warning sizes LineLength Line is longer than 120 characters (found 125). 412
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 459
 Warning sizes LineLength Line is longer than 120 characters (found 134). 580
 Warning sizes LineLength Line is longer than 120 characters (found 173). 626
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 669
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 684
 Warning sizes LineLength Line is longer than 120 characters (found 122). 705
 Warning javadoc SummaryJavadoc First sentence should be present. 716
 Warning sizes LineLength Line is longer than 120 characters (found 125). 731
 Warning sizes LineLength Line is longer than 120 characters (found 133). 741
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 743
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 761
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 773
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 811
 Warning sizes LineLength Line is longer than 120 characters (found 172). 811
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 815
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 846
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 852
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 853
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 881
 Warning sizes LineLength Line is longer than 120 characters (found 199). 881
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 886
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 890
 Warning sizes LineLength Line is longer than 120 characters (found 121). 912
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 935
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 955
 Warning sizes LineLength Line is longer than 120 characters (found 214). 955
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 956
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 957
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 972
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 988
 Warning sizes LineLength Line is longer than 120 characters (found 204). 988
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 990
 Warning javadoc SummaryJavadoc First sentence should be present. 1008
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1017
 Warning javadoc SummaryJavadoc First sentence should be present. 1029
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1040
 Warning sizes LineLength Line is longer than 120 characters (found 133). 1040
 Warning sizes LineLength Line is longer than 120 characters (found 141). 1064
 Warning sizes LineLength Line is longer than 120 characters (found 155). 1086
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1089
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1092
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 1109
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1126
 Warning sizes LineLength Line is longer than 120 characters (found 192). 1126
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1135
 Warning javadoc SummaryJavadoc First sentence should be present. 1201
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 1202
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1217
 Warning sizes LineLength Line is longer than 120 characters (found 128). 1217
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 1235
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1257
 Warning sizes LineLength Line is longer than 120 characters (found 203). 1257
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1264
 Warning naming LocalVariableName Local variable name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1272
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1396
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 1406
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1406
 Warning javadoc JavadocMethod Missing a Javadoc comment. 1420
 Warning naming LocalVariableName Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1462
 Warning naming LocalVariableName Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1506
 Warning sizes LineLength Line is longer than 120 characters (found 140). 1543
 Warning sizes LineLength Line is longer than 120 characters (found 134). 1575

org/opendaylight/yangtools/sal/binding/yang/types/TypedefResolver.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder 'org.opendaylight.yangtools.yang.model.api.ChoiceCaseNode'should be separated from previous import group. 14

org/opendaylight/yangtools/sal/binding/yang/types/UnionDependencySort.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 16
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 30
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 82