Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
46 0 390 0

Files

File  I  W  E
org/opendaylight/yangtools/yang/binding/Augmentable.java 0 2 0
org/opendaylight/yangtools/yang/binding/Augmentation.java 0 3 0
org/opendaylight/yangtools/yang/binding/AugmentationHolder.java 0 2 0
org/opendaylight/yangtools/yang/binding/BaseIdentity.java 0 3 0
org/opendaylight/yangtools/yang/binding/BindingCodec.java 0 1 0
org/opendaylight/yangtools/yang/binding/BindingDeserializer.java 0 1 0
org/opendaylight/yangtools/yang/binding/BindingMapping.java 0 30 0
org/opendaylight/yangtools/yang/binding/BindingSerializer.java 0 1 0
org/opendaylight/yangtools/yang/binding/BindingStreamEventWriter.java 0 27 0
org/opendaylight/yangtools/yang/binding/ChildOf.java 0 4 0
org/opendaylight/yangtools/yang/binding/DataContainer.java 0 3 0
org/opendaylight/yangtools/yang/binding/DataObject.java 0 1 0
org/opendaylight/yangtools/yang/binding/DataObjectSerializer.java 0 1 0
org/opendaylight/yangtools/yang/binding/DataObjectSerializerImplementation.java 0 4 0
org/opendaylight/yangtools/yang/binding/DataObjectSerializerRegistry.java 0 2 0
org/opendaylight/yangtools/yang/binding/DataRoot.java 0 2 0
org/opendaylight/yangtools/yang/binding/Identifiable.java 0 3 0
org/opendaylight/yangtools/yang/binding/Identifier.java 0 3 0
org/opendaylight/yangtools/yang/binding/InstanceIdentifier.java 0 77 0
org/opendaylight/yangtools/yang/binding/InstanceIdentifierBuilderImpl.java 0 11 0
org/opendaylight/yangtools/yang/binding/KeyedInstanceIdentifier.java 0 4 0
org/opendaylight/yangtools/yang/binding/Notification.java 0 2 0
org/opendaylight/yangtools/yang/binding/NotificationListener.java 0 1 0
org/opendaylight/yangtools/yang/binding/RpcImplementation.java 0 1 0
org/opendaylight/yangtools/yang/binding/RpcInput.java 0 1 0
org/opendaylight/yangtools/yang/binding/RpcService.java 0 2 0
org/opendaylight/yangtools/yang/binding/YangModelBindingProvider.java 0 5 0
org/opendaylight/yangtools/yang/binding/YangModuleInfo.java 0 5 0
org/opendaylight/yangtools/yang/binding/annotations/ModuleQName.java 0 4 0
org/opendaylight/yangtools/yang/binding/annotations/QName.java 0 4 0
org/opendaylight/yangtools/yang/binding/annotations/RoutingContext.java 0 2 0
org/opendaylight/yangtools/yang/binding/util/AbstractMappedRpcInvoker.java 0 8 0
org/opendaylight/yangtools/yang/binding/util/AugmentationFieldGetter.java 0 11 0
org/opendaylight/yangtools/yang/binding/util/BindingReflections.java 0 56 0
org/opendaylight/yangtools/yang/binding/util/ClassBasedRpcServiceInvoker.java 0 5 0
org/opendaylight/yangtools/yang/binding/util/ClassLoaderUtils.java 0 24 0
org/opendaylight/yangtools/yang/binding/util/DataObjectReadingUtil.java 0 18 0
org/opendaylight/yangtools/yang/binding/util/LocalNameRpcServiceInvoker.java 0 5 0
org/opendaylight/yangtools/yang/binding/util/NotificationListenerInvoker.java 0 13 0
org/opendaylight/yangtools/yang/binding/util/QNameRpcServiceInvoker.java 0 2 0
org/opendaylight/yangtools/yang/binding/util/RpcMethodInvoker.java 0 6 0
org/opendaylight/yangtools/yang/binding/util/RpcMethodInvokerWithInput.java 0 5 0
org/opendaylight/yangtools/yang/binding/util/RpcMethodInvokerWithoutInput.java 0 4 0
org/opendaylight/yangtools/yang/binding/util/RpcServiceInvoker.java 0 9 0
org/opendaylight/yangtools/yang/binding/util/StringValueObjectFactory.java 0 12 0

Rules

Category Rule Violations Severity
coding MissingSwitchDefault 1  Warning
OverloadMethodsDeclarationOrder 3  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"
  • thirdPartyPackageRegExp: ".*"
  • specialImportsRegExp: "^com.*"
83  Warning
indentation Indentation
  • lineWrappingIndentation: "4"
  • caseIndent: "4"
  • arrayInitIndent: "4"
  • throwsIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
14  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
18  Warning
JavadocParagraph 91  Warning
NonEmptyAtclauseDescription 53  Warning
modifier ModifierOrder 4  Warning
naming AbbreviationAsWordInName
  • allowedAbbreviationLength: "1"
  • ignoreFinal: "false"
2  Warning
LocalVariableName
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
3  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
2  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
44  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
45  Warning
GenericWhitespace 8  Warning
WhitespaceAround
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
  • allowEmptyMethods: "true"
  • allowEmptyConstructors: "true"
4  Warning

Details

org/opendaylight/yangtools/yang/binding/Augmentable.java

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

org/opendaylight/yangtools/yang/binding/Augmentation.java

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

org/opendaylight/yangtools/yang/binding/AugmentationHolder.java

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

org/opendaylight/yangtools/yang/binding/BaseIdentity.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. 10
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 16

org/opendaylight/yangtools/yang/binding/BindingCodec.java

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

org/opendaylight/yangtools/yang/binding/BindingDeserializer.java

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

org/opendaylight/yangtools/yang/binding/BindingMapping.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 Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 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 'java.text.SimpleDateFormat'should be separated from previous import group. 17
 Warning imports CustomImportOrder 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. 21
 Warning javadoc JavadocMethod Missing a Javadoc comment. 77
 Warning coding MissingSwitchDefault switch without "default" clause. 91
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 92
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 93
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 94
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 95
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 96
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 97
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 98
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 99
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 100
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 101
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 102
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 103
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 104
 Warning javadoc JavadocMethod Missing a Javadoc comment. 117
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '142'. 152
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '147'. 157
 Warning javadoc JavadocMethod Missing a Javadoc comment. 162
 Warning javadoc JavadocMethod Missing a Javadoc comment. 168
 Warning naming ParameterName Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 210
 Warning naming ParameterName Parameter name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 235

org/opendaylight/yangtools/yang/binding/BindingSerializer.java

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

org/opendaylight/yangtools/yang/binding/BindingStreamEventWriter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 77
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 81
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 102
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 110
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 129
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 131
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 155
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 157
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 194
 Warning sizes LineLength Line is longer than 120 characters (found 131). 228
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 231
 Warning sizes LineLength Line is longer than 120 characters (found 129). 255
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 263
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 289
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 304
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 314
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 329
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 339
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 386
 Warning sizes LineLength Line is longer than 120 characters (found 128). 392
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 395
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 411
 Warning sizes LineLength Line is longer than 120 characters (found 127). 443
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 448
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 449
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 450

org/opendaylight/yangtools/yang/binding/ChildOf.java

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

org/opendaylight/yangtools/yang/binding/DataContainer.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. 10
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 12

org/opendaylight/yangtools/yang/binding/DataObject.java

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

org/opendaylight/yangtools/yang/binding/DataObjectSerializer.java

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

org/opendaylight/yangtools/yang/binding/DataObjectSerializerImplementation.java

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

org/opendaylight/yangtools/yang/binding/DataObjectSerializerRegistry.java

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

org/opendaylight/yangtools/yang/binding/DataRoot.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. 10

org/opendaylight/yangtools/yang/binding/Identifiable.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. 11
 Warning javadoc SummaryJavadoc First sentence should be present. 20

org/opendaylight/yangtools/yang/binding/Identifier.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. 10
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 11

org/opendaylight/yangtools/yang/binding/InstanceIdentifier.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 javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 29
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 31
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 49
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 51
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 53
 Warning sizes LineLength Line is longer than 120 characters (found 138). 57
 Warning modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 65
 Warning sizes LineLength Line is longer than 120 characters (found 131). 81
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 191
 Warning sizes LineLength Line is longer than 120 characters (found 136). 194
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 196
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 208
 Warning sizes LineLength Line is longer than 120 characters (found 124). 212
 Warning sizes LineLength Line is longer than 120 characters (found 146). 234
 Warning sizes LineLength Line is longer than 120 characters (found 122). 246
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 261
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 262
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 265
 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 javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 272
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 275
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 276
 Warning sizes LineLength Line is longer than 120 characters (found 152). 341
 Warning sizes LineLength Line is longer than 120 characters (found 127). 351
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 382
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 383
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '336'. 388
 Warning javadoc SummaryJavadoc First sentence should be present. 393
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 396
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 397
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 398
 Warning sizes LineLength Line is longer than 120 characters (found 122). 400
 Warning javadoc SummaryJavadoc First sentence should be present. 404
 Warning sizes LineLength Line is longer than 120 characters (found 121). 405
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 407
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 408
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 409
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 410
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 411
 Warning sizes LineLength Line is longer than 120 characters (found 138). 413
 Warning sizes LineLength Line is longer than 120 characters (found 138). 430
 Warning naming LocalVariableName Local variable name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 433
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 453
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 477
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 489
 Warning sizes LineLength Line is longer than 120 characters (found 125). 500
 Warning sizes LineLength Line is longer than 120 characters (found 152). 510
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 527
 Warning modifier ModifierOrder 'abstract' modifier out of order with the JLS suggestions. 535
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 578
 Warning sizes LineLength Line is longer than 120 characters (found 145). 600
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 633
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 636
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 642
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 646
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 647
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 648
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 655
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 659
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 660
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 661
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 662
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 663
 Warning javadoc SummaryJavadoc First sentence should be present. 668
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 672
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 673
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 674
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 682

org/opendaylight/yangtools/yang/binding/InstanceIdentifierBuilderImpl.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 124). 18
 Warning sizes LineLength Line is longer than 120 characters (found 154). 30
 Warning sizes LineLength Line is longer than 120 characters (found 154). 56
 Warning sizes LineLength Line is longer than 120 characters (found 167). 69
 Warning javadoc SummaryJavadoc First sentence should be present. 73
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 77
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 78
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 79
 Warning sizes LineLength Line is longer than 120 characters (found 133). 82
 Warning sizes LineLength Line is longer than 120 characters (found 150). 98

org/opendaylight/yangtools/yang/binding/KeyedInstanceIdentifier.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 133). 17
 Warning sizes LineLength Line is longer than 120 characters (found 149). 21
 Warning sizes LineLength Line is longer than 120 characters (found 164). 38

org/opendaylight/yangtools/yang/binding/Notification.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. 10

org/opendaylight/yangtools/yang/binding/NotificationListener.java

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

org/opendaylight/yangtools/yang/binding/RpcImplementation.java

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

org/opendaylight/yangtools/yang/binding/RpcInput.java

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

org/opendaylight/yangtools/yang/binding/RpcService.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. 10

org/opendaylight/yangtools/yang/binding/YangModelBindingProvider.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 13
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 15
 Warning javadoc SummaryJavadoc First sentence should be present. 24
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 27

org/opendaylight/yangtools/yang/binding/YangModuleInfo.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. 16
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 19
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 24
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 27

org/opendaylight/yangtools/yang/binding/annotations/ModuleQName.java

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

org/opendaylight/yangtools/yang/binding/annotations/QName.java

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

org/opendaylight/yangtools/yang/binding/annotations/RoutingContext.java

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

org/opendaylight/yangtools/yang/binding/util/AbstractMappedRpcInvoker.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. 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 sizes LineLength Line is longer than 120 characters (found 145). 47

org/opendaylight/yangtools/yang/binding/util/AugmentationFieldGetter.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 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 javadoc SummaryJavadoc First sentence should be present. 47
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 48
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 60

org/opendaylight/yangtools/yang/binding/util/BindingReflections.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 Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 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.lang.reflect.Field'should be separated from previous import group. 19
 Warning imports CustomImportOrder 'org.opendaylight.yangtools.util.ClassLoaderUtils'should be separated from previous import group. 35
 Warning sizes LineLength Line is longer than 120 characters (found 145). 55
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 70
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 87
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 101
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 120
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 148
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 163
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 169
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 184
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 194
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 198
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 199
 Warning javadoc JavadocMethod Missing a Javadoc comment. 247
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 248
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 264
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 268
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 271
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 292
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 307
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 310
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 326
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 329
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 330
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 338
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 340
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 351
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 358
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 370
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 390
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 405
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 428
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 459
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 471
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 499
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 501
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 505
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 509
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 510
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 537
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 540
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 547
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 550
 Warning sizes LineLength Line is longer than 120 characters (found 121). 567
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 616
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 619
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 629

org/opendaylight/yangtools/yang/binding/util/ClassBasedRpcServiceInvoker.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 sizes LineLength Line is longer than 120 characters (found 122). 22

org/opendaylight/yangtools/yang/binding/util/ClassLoaderUtils.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 Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 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. 42
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 65
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 67
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 90
 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. 121
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 125
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 127
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 128
 Warning sizes LineLength Line is longer than 120 characters (found 133). 144
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not preceded with whitespace. 146
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. 146
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 154
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 158
 Warning javadoc JavadocMethod Missing a Javadoc comment. 158
 Warning sizes LineLength Line is longer than 120 characters (found 143). 168
 Warning sizes LineLength Line is longer than 120 characters (found 133). 171
 Warning javadoc JavadocMethod Missing a Javadoc comment. 185
 Warning javadoc JavadocMethod Missing a Javadoc comment. 199

org/opendaylight/yangtools/yang/binding/util/DataObjectReadingUtil.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 Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 14
 Warning imports CustomImportOrder 'java.lang.reflect.InvocationTargetException'should be separated from previous import group. 15
 Warning imports CustomImportOrder 'org.opendaylight.yangtools.yang.binding.Augmentable'should be separated from previous import group. 23
 Warning sizes LineLength Line is longer than 120 characters (found 123). 50
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 60
 Warning indentation Indentation 'Entry' have incorrect indentation level 12, expected level should be 16. 65
 Warning javadoc JavadocMethod Missing a Javadoc comment. 84
 Warning modifier ModifierOrder 'abstract' modifier out of order with the JLS suggestions. 143
 Warning sizes LineLength Line is longer than 120 characters (found 130). 189
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 261
 Warning sizes LineLength Line is longer than 120 characters (found 126). 271
 Warning sizes LineLength Line is longer than 120 characters (found 127). 288
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 327
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 328
 Warning naming LocalVariableName Local variable name 'iParent' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 334

org/opendaylight/yangtools/yang/binding/util/LocalNameRpcServiceInvoker.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. 11
 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

org/opendaylight/yangtools/yang/binding/util/NotificationListenerInvoker.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. 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 JavadocParagraph Empty line should be followed by <p> tag on the next line. 31
 Warning sizes LineLength Line is longer than 120 characters (found 129). 40
 Warning sizes LineLength Line is longer than 120 characters (found 123). 45
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 58

org/opendaylight/yangtools/yang/binding/util/QNameRpcServiceInvoker.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder 'org.opendaylight.yangtools.yang.common.QName'should be separated from previous import group. 12

org/opendaylight/yangtools/yang/binding/util/RpcMethodInvoker.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. 11
 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

org/opendaylight/yangtools/yang/binding/util/RpcMethodInvokerWithInput.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. 11
 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 sizes LineLength Line is longer than 120 characters (found 130). 20

org/opendaylight/yangtools/yang/binding/util/RpcMethodInvokerWithoutInput.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. 11
 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

org/opendaylight/yangtools/yang/binding/util/RpcServiceInvoker.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. 11
 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 javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 26
 Warning sizes LineLength Line is longer than 120 characters (found 127). 57
 Warning sizes LineLength Line is longer than 120 characters (found 147). 77

org/opendaylight/yangtools/yang/binding/util/StringValueObjectFactory.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. 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 javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 26
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 29
 Warning javadoc JavadocMethod Missing a Javadoc comment. 52
 Warning javadoc JavadocMethod Missing a Javadoc comment. 116