Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
63 0 320 0

Files

File  I  W  E
org/opendaylight/protocol/pcep/spi/APITest.java 0 2 0
org/opendaylight/protocol/pcep/spi/AbstractEROPathKeySubobjectParser.java 0 10 0
org/opendaylight/protocol/pcep/spi/AbstractMessageParser.java 0 10 0
org/opendaylight/protocol/pcep/spi/AbstractMessageParserTest.java 0 10 0
org/opendaylight/protocol/pcep/spi/AbstractObjectWithTlvsParser.java 0 6 0
org/opendaylight/protocol/pcep/spi/AbstractObjectWithTlvsTest.java 0 7 0
org/opendaylight/protocol/pcep/spi/EROSubobjectParser.java 0 2 0
org/opendaylight/protocol/pcep/spi/EROSubobjectRegistry.java 0 6 0
org/opendaylight/protocol/pcep/spi/EROSubobjectSerializer.java 0 2 0
org/opendaylight/protocol/pcep/spi/EnterpriseSpecificInformationParser.java 0 5 0
org/opendaylight/protocol/pcep/spi/LabelParser.java 0 1 0
org/opendaylight/protocol/pcep/spi/LabelRegistry.java 0 8 0
org/opendaylight/protocol/pcep/spi/LabelSerializer.java 0 2 0
org/opendaylight/protocol/pcep/spi/LabelUtil.java 0 1 0
org/opendaylight/protocol/pcep/spi/MessageParser.java 0 2 0
org/opendaylight/protocol/pcep/spi/MessageRegistry.java 0 6 0
org/opendaylight/protocol/pcep/spi/ObjectHeaderImpl.java 0 2 0
org/opendaylight/protocol/pcep/spi/ObjectParser.java 0 2 0
org/opendaylight/protocol/pcep/spi/ObjectRegistry.java 0 6 0
org/opendaylight/protocol/pcep/spi/ObjectSerializer.java 0 2 0
org/opendaylight/protocol/pcep/spi/ObjectUtil.java 0 1 0
org/opendaylight/protocol/pcep/spi/PCEPDeserializerException.java 0 1 0
org/opendaylight/protocol/pcep/spi/PCEPErrorIdentifier.java 0 2 0
org/opendaylight/protocol/pcep/spi/PCEPErrors.java 0 83 0
org/opendaylight/protocol/pcep/spi/PCEPExtensionProviderContext.java 0 6 0
org/opendaylight/protocol/pcep/spi/PCEPMessageConstants.java 0 2 0
org/opendaylight/protocol/pcep/spi/PSTUtil.java 0 3 0
org/opendaylight/protocol/pcep/spi/RROSubobjectRegistry.java 0 4 0
org/opendaylight/protocol/pcep/spi/RROSubobjectSerializer.java 0 2 0
org/opendaylight/protocol/pcep/spi/RegistryTest.java 0 13 0
org/opendaylight/protocol/pcep/spi/TlvParser.java 0 1 0
org/opendaylight/protocol/pcep/spi/TlvRegistry.java 0 4 0
org/opendaylight/protocol/pcep/spi/TlvSerializer.java 0 2 0
org/opendaylight/protocol/pcep/spi/UnknownObject.java 0 1 0
org/opendaylight/protocol/pcep/spi/UtilsTest.java 0 32 0
org/opendaylight/protocol/pcep/spi/VendorInformationObjectRegistry.java 0 6 0
org/opendaylight/protocol/pcep/spi/VendorInformationTlvRegistry.java 0 5 0
org/opendaylight/protocol/pcep/spi/XROSubobjectParser.java 0 1 0
org/opendaylight/protocol/pcep/spi/XROSubobjectRegistry.java 0 6 0
org/opendaylight/protocol/pcep/spi/XROSubobjectSerializer.java 0 2 0
org/opendaylight/protocol/pcep/spi/XROSubobjectUtil.java 0 1 0
org/opendaylight/protocol/pcep/spi/pojo/AbstractPCEPExtensionProviderActivator.java 0 1 0
org/opendaylight/protocol/pcep/spi/pojo/ServiceLoaderPCEPExtensionProviderContext.java 0 2 0
org/opendaylight/protocol/pcep/spi/pojo/SimpleEROSubobjectRegistry.java 0 3 0
org/opendaylight/protocol/pcep/spi/pojo/SimpleLabelRegistry.java 0 4 0
org/opendaylight/protocol/pcep/spi/pojo/SimpleMessageRegistry.java 0 2 0
org/opendaylight/protocol/pcep/spi/pojo/SimpleObjectRegistry.java 0 9 0
org/opendaylight/protocol/pcep/spi/pojo/SimplePCEPExtensionProviderContext.java 0 12 0
org/opendaylight/protocol/pcep/spi/pojo/SimplePCEPExtensionProviderContextActivator.java 0 2 0
org/opendaylight/protocol/pcep/spi/pojo/SimpleRROSubobjectRegistry.java 0 2 0
org/opendaylight/protocol/pcep/spi/pojo/SimpleTlvRegistry.java 0 2 0
org/opendaylight/protocol/pcep/spi/pojo/SimpleVendorInformationObjectRegistry.java 0 4 0
org/opendaylight/protocol/pcep/spi/pojo/SimpleVendorInformationTlvRegistry.java 0 4 0
org/opendaylight/protocol/pcep/spi/pojo/SimpleXROSubobjectRegistry.java 0 3 0

Rules

Category Rule Violations Severity
coding IllegalCatch 2  Warning
IllegalThrows 9  Warning
javadoc JavadocStyle
  • tokens: "ANNOTATION_DEF, ANNOTATION_FIELD_DEF, CLASS_DEF, CTOR_DEF, ENUM_CONSTANT_DEF, ENUM_DEF, INTERFACE_DEF, METHOD_DEF, VARIABLE_DEF"
  • checkEmptyJavadoc: "true"
49  Warning
NonEmptyAtclauseDescription 1  Warning
modifier RedundantModifier 75  Warning
naming LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
2  Warning
MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
8  Warning
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
2  Error
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
99  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
1  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
22  Warning

Details

org/opendaylight/protocol/pcep/spi/APITest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 130). 26
 Warning sizes LineLength Line is longer than 120 characters (found 154). 48

org/opendaylight/protocol/pcep/spi/AbstractEROPathKeySubobjectParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 24
 Warning javadoc JavadocStyle First sentence should end with a period. 24
 Warning modifier RedundantModifier Redundant 'final' modifier. 36
 Warning modifier RedundantModifier Redundant 'final' modifier. 38
 Warning naming ParameterName Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 38
 Warning sizes LineLength Line is longer than 120 characters (found 131). 42
 Warning sizes LineLength Line is longer than 120 characters (found 146). 57
 Warning sizes LineLength Line is longer than 120 characters (found 125). 60
 Warning sizes LineLength Line is longer than 120 characters (found 137). 64
 Warning sizes LineLength Line is longer than 120 characters (found 130). 68

org/opendaylight/protocol/pcep/spi/AbstractMessageParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 136). 72
 Warning sizes LineLength Line is longer than 120 characters (found 136). 83
 Warning sizes LineLength Line is longer than 120 characters (found 137). 93
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 109
 Warning sizes LineLength Line is longer than 120 characters (found 125). 112
 Warning sizes LineLength Line is longer than 120 characters (found 129). 121
 Warning modifier RedundantModifier Redundant 'final' modifier. 121
 Warning modifier RedundantModifier Redundant 'final' modifier. 121
 Warning sizes LineLength Line is longer than 120 characters (found 122). 124
 Warning sizes LineLength Line is longer than 120 characters (found 129). 134

org/opendaylight/protocol/pcep/spi/AbstractMessageParserTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 125). 58
 Warning sizes LineLength Line is longer than 120 characters (found 127). 63
 Warning sizes LineLength Line is longer than 120 characters (found 153). 79
 Warning sizes LineLength Line is longer than 120 characters (found 192). 80
 Warning sizes LineLength Line is longer than 120 characters (found 162). 82
 Warning sizes LineLength Line is longer than 120 characters (found 125). 91
 Warning sizes LineLength Line is longer than 120 characters (found 137). 93
 Warning sizes LineLength Line is longer than 120 characters (found 159). 104
 Warning sizes LineLength Line is longer than 120 characters (found 147). 106
 Warning sizes LineLength Line is longer than 120 characters (found 124). 108

org/opendaylight/protocol/pcep/spi/AbstractObjectWithTlvsParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 139). 45
 Warning sizes LineLength Line is longer than 120 characters (found 129). 53
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 54
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 60
 Warning modifier RedundantModifier Redundant 'final' modifier. 81
 Warning modifier RedundantModifier Redundant 'final' modifier. 81

org/opendaylight/protocol/pcep/spi/AbstractObjectWithTlvsTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 152). 78
 Warning sizes LineLength Line is longer than 120 characters (found 142). 79
 Warning naming LocalVariableName Local variable name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 86
 Warning sizes LineLength Line is longer than 120 characters (found 122). 90
 Warning naming LocalVariableName Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 92
 Warning sizes LineLength Line is longer than 120 characters (found 158). 104
 Warning sizes LineLength Line is longer than 120 characters (found 125). 107

org/opendaylight/protocol/pcep/spi/EROSubobjectParser.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 15
 Warning modifier RedundantModifier Redundant 'final' modifier. 15

org/opendaylight/protocol/pcep/spi/EROSubobjectRegistry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 130). 24
 Warning modifier RedundantModifier Redundant 'final' modifier. 24
 Warning modifier RedundantModifier Redundant 'final' modifier. 24
 Warning modifier RedundantModifier Redundant 'final' modifier. 24
 Warning modifier RedundantModifier Redundant 'final' modifier. 32
 Warning modifier RedundantModifier Redundant 'final' modifier. 32

org/opendaylight/protocol/pcep/spi/EROSubobjectSerializer.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 16
 Warning modifier RedundantModifier Redundant 'final' modifier. 16

org/opendaylight/protocol/pcep/spi/EnterpriseSpecificInformationParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 137). 18
 Warning modifier RedundantModifier Redundant 'final' modifier. 18
 Warning modifier RedundantModifier Redundant 'final' modifier. 18
 Warning sizes LineLength Line is longer than 120 characters (found 124). 20
 Warning modifier RedundantModifier Redundant 'final' modifier. 20

org/opendaylight/protocol/pcep/spi/LabelParser.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 15

org/opendaylight/protocol/pcep/spi/LabelRegistry.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 23
 Warning naming ParameterName Parameter name 'cType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 23
 Warning modifier RedundantModifier Redundant 'final' modifier. 23
 Warning sizes LineLength Line is longer than 120 characters (found 121). 33
 Warning modifier RedundantModifier Redundant 'final' modifier. 33
 Warning modifier RedundantModifier Redundant 'final' modifier. 33
 Warning modifier RedundantModifier Redundant 'final' modifier. 33
 Warning modifier RedundantModifier Redundant 'final' modifier. 33

org/opendaylight/protocol/pcep/spi/LabelSerializer.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 16
 Warning modifier RedundantModifier Redundant 'final' modifier. 16

org/opendaylight/protocol/pcep/spi/LabelUtil.java

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

org/opendaylight/protocol/pcep/spi/MessageParser.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 17
 Warning modifier RedundantModifier Redundant 'final' modifier. 17

org/opendaylight/protocol/pcep/spi/MessageRegistry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 131). 26
 Warning modifier RedundantModifier Redundant 'final' modifier. 26
 Warning modifier RedundantModifier Redundant 'final' modifier. 26
 Warning modifier RedundantModifier Redundant 'final' modifier. 26
 Warning modifier RedundantModifier Redundant 'final' modifier. 34
 Warning modifier RedundantModifier Redundant 'final' modifier. 34

org/opendaylight/protocol/pcep/spi/ObjectHeaderImpl.java

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

org/opendaylight/protocol/pcep/spi/ObjectParser.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 16
 Warning modifier RedundantModifier Redundant 'final' modifier. 16

org/opendaylight/protocol/pcep/spi/ObjectRegistry.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 25
 Warning modifier RedundantModifier Redundant 'final' modifier. 25
 Warning modifier RedundantModifier Redundant 'final' modifier. 25
 Warning modifier RedundantModifier Redundant 'final' modifier. 25
 Warning modifier RedundantModifier Redundant 'final' modifier. 34
 Warning modifier RedundantModifier Redundant 'final' modifier. 34

org/opendaylight/protocol/pcep/spi/ObjectSerializer.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 21
 Warning modifier RedundantModifier Redundant 'final' modifier. 21

org/opendaylight/protocol/pcep/spi/ObjectUtil.java

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

org/opendaylight/protocol/pcep/spi/PCEPDeserializerException.java

Severity Category Rule Message Line
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 31

org/opendaylight/protocol/pcep/spi/PCEPErrorIdentifier.java

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

org/opendaylight/protocol/pcep/spi/PCEPErrors.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 83
 Warning javadoc JavadocStyle First sentence should end with a period. 83
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 87
 Warning javadoc JavadocStyle First sentence should end with a period. 87
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 91
 Warning javadoc JavadocStyle First sentence should end with a period. 91
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 95
 Warning javadoc JavadocStyle First sentence should end with a period. 95
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 99
 Warning javadoc JavadocStyle First sentence should end with a period. 99
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 107
 Warning javadoc JavadocStyle First sentence should end with a period. 107
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 111
 Warning javadoc JavadocStyle First sentence should end with a period. 111
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 115
 Warning javadoc JavadocStyle First sentence should end with a period. 115
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 123
 Warning javadoc JavadocStyle First sentence should end with a period. 123
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 151
 Warning javadoc JavadocStyle First sentence should end with a period. 151
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 155
 Warning javadoc JavadocStyle First sentence should end with a period. 155
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 172
 Warning javadoc JavadocStyle First sentence should end with a period. 172
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 176
 Warning javadoc JavadocStyle First sentence should end with a period. 176
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 180
 Warning javadoc JavadocStyle First sentence should end with a period. 180
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 184
 Warning javadoc JavadocStyle First sentence should end with a period. 184
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 188
 Warning javadoc JavadocStyle First sentence should end with a period. 188
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 192
 Warning javadoc JavadocStyle First sentence should end with a period. 192
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 196
 Warning javadoc JavadocStyle First sentence should end with a period. 196
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 218
 Warning javadoc JavadocStyle First sentence should end with a period. 218
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 222
 Warning javadoc JavadocStyle First sentence should end with a period. 222
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 226
 Warning javadoc JavadocStyle First sentence should end with a period. 226
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 243
 Warning javadoc JavadocStyle First sentence should end with a period. 243
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 247
 Warning javadoc JavadocStyle First sentence should end with a period. 247
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 251
 Warning javadoc JavadocStyle First sentence should end with a period. 251
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 255
 Warning javadoc JavadocStyle First sentence should end with a period. 255
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 259
 Warning javadoc JavadocStyle First sentence should end with a period. 259
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 263
 Warning javadoc JavadocStyle First sentence should end with a period. 263
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 267
 Warning javadoc JavadocStyle First sentence should end with a period. 267
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 271
 Warning javadoc JavadocStyle First sentence should end with a period. 271
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 275
 Warning javadoc JavadocStyle First sentence should end with a period. 275
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 291
 Warning javadoc JavadocStyle First sentence should end with a period. 291
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 295
 Warning javadoc JavadocStyle First sentence should end with a period. 295
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 299
 Warning javadoc JavadocStyle First sentence should end with a period. 299
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 303
 Warning javadoc JavadocStyle First sentence should end with a period. 303
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 308
 Warning javadoc JavadocStyle First sentence should end with a period. 308
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 313
 Warning javadoc JavadocStyle First sentence should end with a period. 313
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 318
 Warning javadoc JavadocStyle First sentence should end with a period. 318
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 323
 Warning javadoc JavadocStyle First sentence should end with a period. 323
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 328
 Warning javadoc JavadocStyle First sentence should end with a period. 328
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 332
 Warning javadoc JavadocStyle First sentence should end with a period. 332
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 346
 Warning javadoc JavadocStyle First sentence should end with a period. 346
 Warning modifier RedundantModifier Redundant 'private' modifier. 365

org/opendaylight/protocol/pcep/spi/PCEPExtensionProviderContext.java

Severity Category Rule Message Line
 Warning naming ParameterName Parameter name 'cType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 21
 Warning sizes LineLength Line is longer than 120 characters (found 131). 25
 Warning sizes LineLength Line is longer than 120 characters (found 162). 38
 Warning sizes LineLength Line is longer than 120 characters (found 150). 45
 Warning sizes LineLength Line is longer than 120 characters (found 131). 49
 Warning sizes LineLength Line is longer than 120 characters (found 156). 53

org/opendaylight/protocol/pcep/spi/PCEPMessageConstants.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 10
 Warning javadoc JavadocStyle Javadoc has empty description section. 10

org/opendaylight/protocol/pcep/spi/PSTUtil.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 18
 Warning javadoc JavadocStyle First sentence should end with a period. 18
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 20

org/opendaylight/protocol/pcep/spi/RROSubobjectRegistry.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 22
 Warning modifier RedundantModifier Redundant 'final' modifier. 22
 Warning modifier RedundantModifier Redundant 'final' modifier. 30
 Warning modifier RedundantModifier Redundant 'final' modifier. 30

org/opendaylight/protocol/pcep/spi/RROSubobjectSerializer.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 16
 Warning modifier RedundantModifier Redundant 'final' modifier. 16

org/opendaylight/protocol/pcep/spi/RegistryTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 130). 109
 Warning sizes LineLength Line is longer than 120 characters (found 242). 112
 Warning sizes LineLength Line is longer than 120 characters (found 242). 115
 Warning sizes LineLength Line is longer than 120 characters (found 149). 120
 Warning sizes LineLength Line is longer than 120 characters (found 127). 121
 Warning sizes LineLength Line is longer than 120 characters (found 126). 124
 Warning sizes LineLength Line is longer than 120 characters (found 172). 127
 Warning sizes LineLength Line is longer than 120 characters (found 134). 162
 Warning sizes LineLength Line is longer than 120 characters (found 128). 165
 Warning sizes LineLength Line is longer than 120 characters (found 161). 169
 Warning sizes LineLength Line is longer than 120 characters (found 273). 172
 Warning sizes LineLength Line is longer than 120 characters (found 273). 175
 Warning sizes LineLength Line is longer than 120 characters (found 153). 189

org/opendaylight/protocol/pcep/spi/TlvParser.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 15

org/opendaylight/protocol/pcep/spi/TlvRegistry.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 15
 Warning modifier RedundantModifier Redundant 'final' modifier. 15
 Warning modifier RedundantModifier Redundant 'final' modifier. 17
 Warning modifier RedundantModifier Redundant 'final' modifier. 17

org/opendaylight/protocol/pcep/spi/TlvSerializer.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 16
 Warning modifier RedundantModifier Redundant 'final' modifier. 16

org/opendaylight/protocol/pcep/spi/UnknownObject.java

Severity Category Rule Message Line
 Warning naming MemberName Member name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 26

org/opendaylight/protocol/pcep/spi/UtilsTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 121). 132
 Warning sizes LineLength Line is longer than 120 characters (found 177). 134
 Warning sizes LineLength Line is longer than 120 characters (found 175). 135
 Warning sizes LineLength Line is longer than 120 characters (found 174). 136
 Warning sizes LineLength Line is longer than 120 characters (found 178). 137
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 140
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 140
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 141
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 151
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 151
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 152
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 162
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 162
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 163
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 173
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 173
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 174
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 184
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 184
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 185
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 195
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 195
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 196
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 206
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 206
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 207
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 217
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 217
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 218
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 228
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 228
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 229

org/opendaylight/protocol/pcep/spi/VendorInformationObjectRegistry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 183). 22
 Warning modifier RedundantModifier Redundant 'final' modifier. 22
 Warning modifier RedundantModifier Redundant 'final' modifier. 22
 Warning modifier RedundantModifier Redundant 'final' modifier. 22
 Warning modifier RedundantModifier Redundant 'final' modifier. 24
 Warning modifier RedundantModifier Redundant 'final' modifier. 24

org/opendaylight/protocol/pcep/spi/VendorInformationTlvRegistry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 157). 20
 Warning modifier RedundantModifier Redundant 'final' modifier. 20
 Warning modifier RedundantModifier Redundant 'final' modifier. 20
 Warning modifier RedundantModifier Redundant 'final' modifier. 22
 Warning modifier RedundantModifier Redundant 'final' modifier. 22

org/opendaylight/protocol/pcep/spi/XROSubobjectParser.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 15

org/opendaylight/protocol/pcep/spi/XROSubobjectRegistry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 125). 24
 Warning modifier RedundantModifier Redundant 'final' modifier. 24
 Warning modifier RedundantModifier Redundant 'final' modifier. 24
 Warning modifier RedundantModifier Redundant 'final' modifier. 24
 Warning modifier RedundantModifier Redundant 'final' modifier. 32
 Warning modifier RedundantModifier Redundant 'final' modifier. 32

org/opendaylight/protocol/pcep/spi/XROSubobjectSerializer.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 16
 Warning modifier RedundantModifier Redundant 'final' modifier. 16

org/opendaylight/protocol/pcep/spi/XROSubobjectUtil.java

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

org/opendaylight/protocol/pcep/spi/pojo/AbstractPCEPExtensionProviderActivator.java

Severity Category Rule Message Line
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 43

org/opendaylight/protocol/pcep/spi/pojo/ServiceLoaderPCEPExtensionProviderContext.java

Severity Category Rule Message Line
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 24
 Warning sizes LineLength Line is longer than 120 characters (found 126). 37

org/opendaylight/protocol/pcep/spi/pojo/SimpleEROSubobjectRegistry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 128). 25
 Warning sizes LineLength Line is longer than 120 characters (found 129). 38
 Warning sizes LineLength Line is longer than 120 characters (found 134). 49

org/opendaylight/protocol/pcep/spi/pojo/SimpleLabelRegistry.java

Severity Category Rule Message Line
 Warning naming ParameterName Parameter name 'cType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 26
 Warning sizes LineLength Line is longer than 120 characters (found 129). 31
 Warning naming ParameterName Parameter name 'cType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 36
 Warning sizes LineLength Line is longer than 120 characters (found 129). 46

org/opendaylight/protocol/pcep/spi/pojo/SimpleMessageRegistry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 129). 38
 Warning sizes LineLength Line is longer than 120 characters (found 139). 43

org/opendaylight/protocol/pcep/spi/pojo/SimpleObjectRegistry.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 28
 Warning javadoc JavadocStyle Javadoc has empty description section. 28
 Warning regexp RegexpSingleline Line has trailing spaces. 35
 Warning sizes LineLength Line is longer than 120 characters (found 129). 50
 Warning sizes LineLength Line is longer than 120 characters (found 124). 52
 Warning sizes LineLength Line is longer than 120 characters (found 126). 56
 Warning sizes LineLength Line is longer than 120 characters (found 123). 61
 Warning regexp RegexpSingleline Line has trailing spaces. 88
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 89

org/opendaylight/protocol/pcep/spi/pojo/SimplePCEPExtensionProviderContext.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 44
 Warning javadoc JavadocStyle Javadoc has empty description section. 44
 Warning sizes LineLength Line is longer than 120 characters (found 135). 100
 Warning naming ParameterName Parameter name 'cType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 105
 Warning sizes LineLength Line is longer than 120 characters (found 135). 126
 Warning sizes LineLength Line is longer than 120 characters (found 125). 131
 Warning sizes LineLength Line is longer than 120 characters (found 132). 136
 Warning sizes LineLength Line is longer than 120 characters (found 168). 147
 Warning sizes LineLength Line is longer than 120 characters (found 123). 158
 Warning sizes LineLength Line is longer than 120 characters (found 126). 180
 Warning sizes LineLength Line is longer than 120 characters (found 121). 186
 Warning sizes LineLength Line is longer than 120 characters (found 132). 191

org/opendaylight/protocol/pcep/spi/pojo/SimplePCEPExtensionProviderContextActivator.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 37
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 46

org/opendaylight/protocol/pcep/spi/pojo/SimpleRROSubobjectRegistry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 128). 25
 Warning sizes LineLength Line is longer than 120 characters (found 134). 49

org/opendaylight/protocol/pcep/spi/pojo/SimpleTlvRegistry.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 23
 Warning javadoc JavadocStyle Javadoc has empty description section. 23

org/opendaylight/protocol/pcep/spi/pojo/SimpleVendorInformationObjectRegistry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 132). 34
 Warning sizes LineLength Line is longer than 120 characters (found 176). 38
 Warning sizes LineLength Line is longer than 120 characters (found 156). 43
 Warning sizes LineLength Line is longer than 120 characters (found 143). 57

org/opendaylight/protocol/pcep/spi/pojo/SimpleVendorInformationTlvRegistry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 30
 Warning sizes LineLength Line is longer than 120 characters (found 170). 34
 Warning sizes LineLength Line is longer than 120 characters (found 165). 39
 Warning sizes LineLength Line is longer than 120 characters (found 137). 49

org/opendaylight/protocol/pcep/spi/pojo/SimpleXROSubobjectRegistry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 128). 25
 Warning sizes LineLength Line is longer than 120 characters (found 133). 38
 Warning sizes LineLength Line is longer than 120 characters (found 134). 49