Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
12 0 32 0

Rules

Category Rule Violations Severity
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
9  Warning
NonEmptyAtclauseDescription 8  Warning
modifier RedundantModifier 1  Warning
naming ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
4  Warning

Details

org/opendaylight/protocol/pcep/PCEPCapability.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
 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. 21

org/opendaylight/protocol/pcep/PCEPDispatcher.java

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

org/opendaylight/protocol/pcep/PCEPPeerProposal.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
 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. 21
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 22

org/opendaylight/protocol/pcep/PCEPSession.java

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

org/opendaylight/protocol/pcep/PCEPSessionListener.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/PCEPSessionListenerFactory.java

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

org/opendaylight/protocol/pcep/PCEPSessionNegotiatorFactory.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
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 16
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 20
 Warning javadoc JavadocStyle First sentence should end with a period. 20
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 23
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 24
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 25
 Warning sizes LineLength Line is longer than 120 characters (found 168). 29

org/opendaylight/protocol/pcep/PCEPSessionProposalFactory.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 Javadoc has empty description section. 18

org/opendaylight/protocol/pcep/TerminationReason.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 142). 14
 Warning modifier RedundantModifier Redundant 'private' modifier. 26
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 42