Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
500218

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
1Errors Error
NewlineAtEndOfFile1Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
40Errors Error
JavadocMethod29Errors Error
JavadocType0Errors Error
JavadocVariable9Errors Error
JavadocStyle2Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength69Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround1Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock1Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals1Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField5Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows8Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension29Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
ArrayTypeStyle0Errors Error
FinalParameters22Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/apache/creadur/whisker/fromxml/DuplicateElementException.java

ViolationMessageLine
ErrorsLine has trailing spaces.17
ErrorsLine is longer than 80 characters.22
ErrorsMissing a Javadoc comment.26
ErrorsLine has trailing spaces.27
ErrorsLine has trailing spaces.29
ErrorsLine is longer than 80 characters.29
ErrorsParameter message should be final.32

org/apache/creadur/whisker/fromxml/InvalidXmlException.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.17
ErrorsMissing a Javadoc comment.26

org/apache/creadur/whisker/fromxml/JDomBuilder.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.51
ErrorsMissing a Javadoc comment.52
ErrorsLine has trailing spaces.54
ErrorsLine has trailing spaces.58
ErrorsFirst sentence should end with a period.61
ErrorsFirst sentence should end with a period.63
ErrorsLine is longer than 80 characters.72
ErrorsMethod 'resource' is not designed for extension - needs to be abstract, final or empty.72
ErrorsParameter element should be final.72
ErrorsRedundant throws: 'UnexpectedElementException' is unchecked exception.72
ErrorsLine has trailing spaces.74
ErrorsLine is longer than 80 characters.74
ErrorsUnused @param tag for 'element,'.84
ErrorsUnused @param tag for 'expectedElement,'.85
ErrorsLine is longer than 80 characters.88
ErrorsParameter element should be final.88
ErrorsExpected @param tag for 'element'.88
ErrorsExpected @param tag for 'expectedElement'.89
ErrorsLine is longer than 80 characters.90
ErrorsUnused @param tag for 'element,'.95
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.99
ErrorsMethod 'organisation' is not designed for extension - needs to be abstract, final or empty.99
ErrorsParameter element should be final.99
ErrorsExpected @param tag for 'element'.99
ErrorsRedundant throws: 'UnexpectedElementException' is unchecked exception.99
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.106
ErrorsExpected an @return tag.114
ErrorsMethod 'collectResources' is not designed for extension - needs to be abstract, final or empty.114
ErrorsParameter element should be final.115
ErrorsExpected @param tag for 'element'.115
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.127
ErrorsExpected an @return tag.129
ErrorsMethod 'organisation' is not designed for extension - needs to be abstract, final or empty.129
ErrorsLine is longer than 80 characters.130
ErrorsRedundant throws: 'MissingIDException' is unchecked exception.130
ErrorsLine is longer than 80 characters.135
ErrorsLine has trailing spaces.138
ErrorsLine is longer than 80 characters.145
ErrorsMethod 'byOrganisation' is not designed for extension - needs to be abstract, final or empty.145
ErrorsLine has trailing spaces.152
ErrorsLine is longer than 80 characters.154
ErrorsLine has trailing spaces.156
ErrorsMethod 'byOrganisation' is not designed for extension - needs to be abstract, final or empty.156
ErrorsLine is longer than 80 characters.157
ErrorsRedundant throws: 'MissingIDException' is unchecked exception.157
ErrorsLine is longer than 80 characters.158
ErrorsMethod 'collectByOrganisations' is not designed for extension - needs to be abstract, final or empty.167
ErrorsLine has trailing spaces.168
ErrorsLine is longer than 80 characters.168
ErrorsLine is longer than 80 characters.172
ErrorsMethod 'license' is not designed for extension - needs to be abstract, final or empty.184
ErrorsParameter element should be final.184
ErrorsLine has trailing spaces.186
ErrorsLine is longer than 80 characters.186
ErrorsLine has trailing spaces.187
ErrorsAvoid inline conditionals.187
ErrorsLine has trailing spaces.188
ErrorsLine has trailing spaces.189
ErrorsLine has trailing spaces.193
ErrorsMissing a Javadoc comment.194
ErrorsLine is longer than 80 characters.199
ErrorsLine is longer than 80 characters.211
ErrorsLine is longer than 80 characters.213
ErrorsMethod 'license' is not designed for extension - needs to be abstract, final or empty.213
ErrorsRedundant throws: 'MissingIDException' is unchecked exception.213
ErrorsLine is longer than 80 characters.218
ErrorsLine is longer than 80 characters.228
ErrorsExpected an @return tag.230
ErrorsMethod 'withLicense' is not designed for extension - needs to be abstract, final or empty.230
ErrorsParameter element should be final.230
ErrorsParameter licenses should be final.231
ErrorsLine is longer than 80 characters.232
ErrorsParameter organisations should be final.232
ErrorsRedundant throws: 'MissingIDException' is unchecked exception.232
ErrorsLine has trailing spaces.233
ErrorsLine is longer than 80 characters.233
ErrorsLine is longer than 80 characters.234
ErrorsLine has trailing spaces.236
ErrorsLine is longer than 80 characters.244
ErrorsLine is longer than 80 characters.257
ErrorsMethod 'parameters' is not designed for extension - needs to be abstract, final or empty.259
ErrorsLine is longer than 80 characters.260
ErrorsParameter element should be final.260
ErrorsRedundant throws: 'DuplicateElementException' is unchecked exception.260
ErrorsLine is longer than 80 characters.262
ErrorsLine is longer than 80 characters.264
ErrorsLine is longer than 80 characters.265
ErrorsLine is longer than 80 characters.267
ErrorsLine has trailing spaces.269
ErrorsLine has trailing spaces.271
ErrorsMethod 'withLicenses' is not designed for extension - needs to be abstract, final or empty.283
ErrorsParameter licenses should be final.284
ErrorsParameter organisations should be final.285
ErrorsParameter parent should be final.285
ErrorsLine is longer than 80 characters.287
ErrorsLine is longer than 80 characters.288
ErrorsMethod 'publicDomain' is not designed for extension - needs to be abstract, final or empty.300
ErrorsLine is longer than 80 characters.301
ErrorsLine is longer than 80 characters.302
ErrorsMethod 'withinDirectory' is not designed for extension - needs to be abstract, final or empty.312
ErrorsParameter element should be final.312
ErrorsParameter licenses should be final.313
ErrorsParameter organisations should be final.314
ErrorsLine has trailing spaces.315
ErrorsLine is longer than 80 characters.316
ErrorsUnused @param tag for 'document,'.321
ErrorsMethod 'mapOrganisations' is not designed for extension - needs to be abstract, final or empty.324
ErrorsParameter document should be final.324
ErrorsExpected @param tag for 'document'.324
ErrorsLine is longer than 80 characters.325
ErrorsLine has trailing spaces.326
ErrorsLine is longer than 80 characters.327
ErrorsLine is longer than 80 characters.330
ErrorsLine is longer than 80 characters.332
ErrorsUnused @param tag for 'document,'.340
ErrorsMethod 'mapLicenses' is not designed for extension - needs to be abstract, final or empty.343
ErrorsParameter document should be final.343
ErrorsExpected @param tag for 'document'.343
ErrorsLine is longer than 80 characters.345
ErrorsLine is longer than 80 characters.348
ErrorsMethod 'primaryLicense' is not designed for extension - needs to be abstract, final or empty.363
ErrorsParameter document should be final.363
ErrorsParameter licenses should be final.364
ErrorsLine is longer than 80 characters.365
ErrorsLine is longer than 80 characters.368
ErrorsLine has trailing spaces.383
ErrorsMethod 'primaryCopyrightNotice' is not designed for extension - needs to be abstract, final or empty.388
ErrorsLine has trailing spaces.390
ErrorsLine is longer than 80 characters.391
ErrorsLine has trailing spaces.400
ErrorsUnused @param tag for 'document,'.403
ErrorsMethod 'mapNotices' is not designed for extension - needs to be abstract, final or empty.406
ErrorsParameter document should be final.406
ErrorsExpected @param tag for 'document'.406
ErrorsLine is longer than 80 characters.408
Errors'{' is not preceded with whitespace.409
ErrorsLine is longer than 80 characters.411
ErrorsLine is longer than 80 characters.413
ErrorsUnused @param tag for 'document,'.422
ErrorsLine has trailing spaces.423
ErrorsMethod 'primaryNotice' is not designed for extension - needs to be abstract, final or empty.426
ErrorsParameter document should be final.426
ErrorsExpected @param tag for 'document'.426
ErrorsLine is longer than 80 characters.428
ErrorsLine is longer than 80 characters.433
ErrorsUnused @param tag for 'document,'.440
ErrorsMethod 'primaryOrganisationId' is not designed for extension - needs to be abstract, final or empty.444
ErrorsExpected @param tag for 'document'.444
ErrorsLine is longer than 80 characters.446
ErrorsLine has trailing spaces.453
ErrorsLine is longer than 80 characters.455
ErrorsMissing a Javadoc comment.455
ErrorsLine is longer than 80 characters.457
ErrorsMethod 'collectContents' is not designed for extension - needs to be abstract, final or empty.466
ErrorsLine is longer than 80 characters.467
ErrorsExpected @param tag for 'licenses'.467
ErrorsLine is longer than 80 characters.468
ErrorsExpected @param tag for 'organisations'.468
ErrorsRedundant throws: 'DuplicateElementException' is unchecked exception.468
ErrorsLine is longer than 80 characters.469
ErrorsLine is longer than 80 characters.471
ErrorsMust have at least one statement.473
ErrorsLine is longer than 80 characters.476
ErrorsLine has trailing spaces.481
ErrorsMethod 'build' is not designed for extension - needs to be abstract, final or empty.487
ErrorsLine is longer than 80 characters.488
ErrorsLine has trailing spaces.495
ErrorsLine is longer than 80 characters.495
ErrorsLine has trailing spaces.497
ErrorsLine has trailing spaces.500
ErrorsLine is longer than 80 characters.501
ErrorsMethod 'build' is not designed for extension - needs to be abstract, final or empty.501
ErrorsMissing a Javadoc comment.501

org/apache/creadur/whisker/fromxml/MissingIDException.java

ViolationMessageLine
ErrorsLine has trailing spaces.17
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsLine has trailing spaces.30
ErrorsUnused @param tag for 'organisationElementName'.33
ErrorsUnused @param tag for 'name'.34
ErrorsLine is longer than 80 characters.37
Errors'linkedElement' hides a field.37
ErrorsExpected @param tag for 'linkedElement'.37
Errors'linkingElement' hides a field.37
ErrorsExpected @param tag for 'linkingElement'.37
Errors'id' hides a field.38
ErrorsLine is longer than 80 characters.39
ErrorsMethod 'getLinkedElement' is not designed for extension - needs to be abstract, final or empty.49
ErrorsLine has trailing spaces.54
ErrorsMethod 'getLinkingElement' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.66

org/apache/creadur/whisker/fromxml/UnexpectedElementException.java

ViolationMessageLine
ErrorsLine has trailing spaces.17
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsLine has trailing spaces.31
ErrorsLine is longer than 80 characters.37
Errors'expectedElement' hides a field.37
Errors'actualElement' hides a field.37
ErrorsLine is longer than 80 characters.38
ErrorsMethod 'getExpectedElement' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMethod 'getActualElement' is not designed for extension - needs to be abstract, final or empty.55