Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
50020

Rules

RulesViolationsSeverity
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
EmptyBlock
  • option: "stmt"
0Errors Error
LeftCurly
  • option: "nl"
  • maxLineLength: "120"
0Errors Error
NeedBraces0Errors Error
RightCurly
  • shouldStartLine: "true"
  • option: "alone"
0Errors Error
AvoidNestedBlocks0Errors Error
VisibilityModifier0Errors Error
FinalClass0Errors Error
InterfaceIsType0Errors Error
MutableException0Errors Error
ThrowsCount
  • max: "5"
0Errors Error
CovariantEquals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
FinalLocalVariable
  • tokens: "VARIABLE_DEF,PARAMETER_DEF"
0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
0Errors Error
IllegalInstantiation
  • classes: "java.lang.Boolean"
0Errors Error
MissingSwitchDefault0Errors Error
ModifiedControlVariable0Errors Error
RedundantThrows2Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
StringLiteralEquality0Errors Error
NestedIfDepth
  • max: "4"
0Errors Error
NestedTryDepth
  • max: "2"
0Errors Error
SuperClone0Errors Error
SuperFinalize0Errors Error
IllegalCatch1Errors Error
IllegalThrows0Errors Error
PackageDeclaration0Errors Error
JUnitTestCase0Errors Error
ParameterAssignment0Errors Error
ExplicitInitialization0Errors Error
DefaultComesLast0Errors Error
MissingCtor0Errors Error
FallThrough0Errors Error
MultipleVariableDeclarations0Errors Error
UnnecessaryParentheses0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
JavadocType0Errors Error
JavadocMethod
  • allowUndeclaredRTE: "true"
  • scope: "package"
13Errors Error
JavadocVariable0Errors Error
JavadocStyle4Errors Error
UncommentedMain0Errors Error
UpperEll0Errors Error
ArrayTypeStyle0Errors Error
FinalParameters0Errors Error
TrailingComment0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error

Details

org/jomc/sequences/ri/DefaultSequenceChangeListener.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.81
ErrorsExtra HTML tag found: </dt>131
ErrorsExtra HTML tag found: </dd>133

org/jomc/sequences/ri/DefaultSequenceDirectory.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.138
ErrorsMissing a Javadoc comment.147
ErrorsMissing a Javadoc comment.152
ErrorsMissing a Javadoc comment.168
ErrorsMissing a Javadoc comment.203
ErrorsMissing a Javadoc comment.240
ErrorsMissing a Javadoc comment.281
ErrorsMissing a Javadoc comment.305
ErrorsMissing a Javadoc comment.340
ErrorsExtra HTML tag found: </dt>583
ErrorsExtra HTML tag found: </dd>585

org/jomc/sequences/ri/DefaultSequenceMapper.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.84
ErrorsMissing a Javadoc comment.107
ErrorsCatching 'Exception' is not allowed.189

org/jomc/sequences/ri/DefaultVetoableSequenceChangeListener.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.77

org/jomc/sequences/ri/SequenceMapper.java

ViolationMessageLine
ErrorsRedundant throws: 'SequencesSystemException' is unchecked exception.89
ErrorsRedundant throws: 'SequencesSystemException' is unchecked exception.101