Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
140029

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"
5Errors Error
IllegalInstantiation
  • classes: "java.lang.Boolean"
0Errors Error
MissingSwitchDefault0Errors Error
ModifiedControlVariable0Errors Error
RedundantThrows24Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
StringLiteralEquality0Errors Error
NestedIfDepth
  • max: "4"
0Errors Error
NestedTryDepth
  • max: "2"
0Errors Error
SuperClone0Errors Error
SuperFinalize0Errors Error
IllegalCatch0Errors 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"
0Errors Error
JavadocVariable0Errors Error
JavadocStyle0Errors Error
UncommentedMain0Errors Error
UpperEll0Errors Error
ArrayTypeStyle0Errors Error
FinalParameters0Errors Error
TrailingComment0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error

Details

org/jomc/sequences/Sequence.java

ViolationMessageLine
Errors'value' hides a field.156
Errors'value' hides a field.176
Errors'value' hides a field.196
Errors'value' hides a field.216
Errors'value' hides a field.236

org/jomc/sequences/SequenceChangeListener.java

ViolationMessageLine
ErrorsRedundant throws: 'SequencesSystemException' is unchecked exception.84

org/jomc/sequences/SequenceDirectory.java

ViolationMessageLine
ErrorsRedundant throws: 'SequencesSystemException' is unchecked exception.86
ErrorsRedundant throws: 'SequencesSystemException' is unchecked exception.95
ErrorsRedundant throws: 'SequencesSystemException' is unchecked exception.107
ErrorsRedundant throws: 'SequenceVetoException' is unchecked exception.122
ErrorsRedundant throws: 'SequenceExistsException' is unchecked exception.122
ErrorsRedundant throws: 'CapacityLimitException' is unchecked exception.122
ErrorsRedundant throws: 'SequencesSystemException' is unchecked exception.122
ErrorsRedundant throws: 'SequenceVetoException' is unchecked exception.140
ErrorsRedundant throws: 'SequenceNotFoundException' is unchecked exception.140
ErrorsRedundant throws: 'ConcurrentModificationException' is unchecked exception.140
ErrorsRedundant throws: 'SequencesSystemException' is unchecked exception.141
ErrorsRedundant throws: 'SequenceNotFoundException' is unchecked exception.157
ErrorsRedundant throws: 'ConcurrentModificationException' is unchecked exception.157
ErrorsRedundant throws: 'SequencesSystemException' is unchecked exception.157
ErrorsRedundant throws: 'SequencesSystemException' is unchecked exception.169

org/jomc/sequences/SequenceOperations.java

ViolationMessageLine
ErrorsRedundant throws: 'SequenceNotFoundException' is unchecked exception.88
ErrorsRedundant throws: 'SequenceLimitException' is unchecked exception.88
ErrorsRedundant throws: 'SequencesSystemException' is unchecked exception.88
ErrorsRedundant throws: 'SequenceNotFoundException' is unchecked exception.103
ErrorsRedundant throws: 'SequenceLimitException' is unchecked exception.103
ErrorsRedundant throws: 'SequencesSystemException' is unchecked exception.103

org/jomc/sequences/VetoableSequenceChangeListener.java

ViolationMessageLine
ErrorsRedundant throws: 'SequenceVetoException' is unchecked exception.85
ErrorsRedundant throws: 'SequencesSystemException' is unchecked exception.85