Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
5 0 0 35

Rules

Rules Violations Severity
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
EmptyBlock
  • option: "stmt"
0 Errors Error
LeftCurly
  • option: "nl"
  • maxLineLength: "120"
0 Errors Error
NeedBraces 0 Errors Error
RightCurly
  • shouldStartLine: "true"
  • option: "alone"
0 Errors Error
AvoidNestedBlocks 0 Errors Error
VisibilityModifier 0 Errors Error
FinalClass 0 Errors Error
InterfaceIsType 0 Errors Error
MutableException 0 Errors Error
ThrowsCount
  • max: "5"
0 Errors Error
CovariantEquals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
FinalLocalVariable
  • tokens: "VARIABLE_DEF,PARAMETER_DEF"
1 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
0 Errors Error
IllegalInstantiation
  • classes: "java.lang.Boolean"
0 Errors Error
MissingSwitchDefault 0 Errors Error
ModifiedControlVariable 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
StringLiteralEquality 0 Errors Error
NestedIfDepth
  • max: "4"
4 Errors Error
NestedTryDepth
  • max: "2"
0 Errors Error
SuperClone 0 Errors Error
SuperFinalize 0 Errors Error
IllegalCatch 11 Errors Error
IllegalThrows 2 Errors Error
PackageDeclaration 0 Errors Error
JUnitTestCase 0 Errors Error
ParameterAssignment 0 Errors Error
ExplicitInitialization 0 Errors Error
DefaultComesLast 0 Errors Error
MissingCtor 0 Errors Error
FallThrough 0 Errors Error
MultipleVariableDeclarations 0 Errors Error
UnnecessaryParentheses 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
JavadocType 0 Errors Error
JavadocMethod
  • allowUndeclaredRTE: "true"
  • scope: "package"
16 Errors Error
JavadocVariable 1 Errors Error
JavadocStyle 0 Errors Error
UncommentedMain 0 Errors Error
UpperEll 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 0 Errors Error
TrailingComment 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error

Details

org/jomc/ri/DefaultInvocation.java

Violation Message Line
Errors Missing a Javadoc comment. 100
Errors Missing a Javadoc comment. 110
Errors Missing a Javadoc comment. 115
Errors Missing a Javadoc comment. 120
Errors Missing a Javadoc comment. 125
Errors Missing a Javadoc comment. 130

org/jomc/ri/DefaultInvoker.java

Violation Message Line
Errors Throwing 'Throwable' is not allowed. 93
Errors Catching 'Throwable' is not allowed. 106
Errors Catching 'Throwable' is not allowed. 117
Errors Catching 'Throwable' is not allowed. 127
Errors Catching 'Throwable' is not allowed. 147
Errors Catching 'Throwable' is not allowed. 160
Errors Catching 'Throwable' is not allowed. 170

org/jomc/ri/DefaultLocator.java

Violation Message Line
Errors Missing a Javadoc comment. 158

org/jomc/ri/DefaultObjectManager.java

Violation Message Line
Errors Missing a Javadoc comment. 120
Errors Catching 'Exception' is not allowed. 322
Errors Missing a Javadoc comment. 328
Errors Catching 'Exception' is not allowed. 463
Errors Missing a Javadoc comment. 469
Errors Catching 'Exception' is not allowed. 778
Errors Missing a Javadoc comment. 784
Errors Catching 'Exception' is not allowed. 843
Errors Missing a Javadoc comment. 849
Errors Catching 'Exception' is not allowed. 926
Errors Missing a Javadoc comment. 953
Errors Variable 'classpathModule' should be declared final. 1208
Errors Nested if-else depth is 5 (max allowed is 4). 1515
Errors Nested if-else depth is 5 (max allowed is 4). 1650
Errors Nested if-else depth is 6 (max allowed is 4). 1655
Errors Nested if-else depth is 5 (max allowed is 4). 1780
Errors Throwing 'Throwable' is not allowed. 2153

org/jomc/ri/DefaultScope.java

Violation Message Line
Errors Missing a Javadoc comment. 75
Errors Missing a Javadoc comment. 80
Errors Missing a Javadoc comment. 90
Errors Missing a Javadoc comment. 100