Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
15 0 0 5

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"
0 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 4 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
StringLiteralEquality 0 Errors Error
NestedIfDepth
  • max: "4"
0 Errors Error
NestedTryDepth
  • max: "2"
0 Errors Error
SuperClone 0 Errors Error
SuperFinalize 0 Errors Error
IllegalCatch 0 Errors Error
IllegalThrows 0 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"
1 Errors Error
JavadocVariable 0 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/model/DefaultModelValidator.java

Violation Message Line
Errors Missing a Javadoc comment. 66

org/jomc/model/ModelProcessor.java

Violation Message Line
Errors Redundant throws: 'NullPointerException' is unchecked exception. 55

org/jomc/model/ModelProvider.java

Violation Message Line
Errors Redundant throws: 'NullPointerException' is unchecked exception. 54

org/jomc/model/ModelValidator.java

Violation Message Line
Errors Redundant throws: 'NullPointerException' is unchecked exception. 58

org/jomc/model/bootstrap/SchemaProvider.java

Violation Message Line
Errors Redundant throws: 'NullPointerException' is unchecked exception. 54