Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
3125319

Rules

RulesViolationsSeverity
LeftCurly
  • option: "nl"
0error Error
RightCurly
  • option: "alone"
0error Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
0error Error
MemberName0error Error
JavadocMethod43warning Warning
JavadocType1error Error
JavadocVariable12info Info
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName2error Error
TypeName0error Error
RegexpHeader
  • headerFile: "c:\Workspace\docbook-maven-plugin\target\checkout\target\checkstyle-header.txt"
3error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad
  • option: "space"
0error Error
OperatorWrap0error Error
ParenPad
  • option: "space"
0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
NeedBraces0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField10warning Warning
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows3error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
InterfaceIsType0error Error
VisibilityModifier10error Error
UpperEll0error Error

Details

org/codehaus/mojo/docbook/TransformMojo.java

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.54
errorName 'XERCES_PARSER_CONFIG' must match pattern '^[a-z][a-zA-Z0-9]*$'.54
infoMissing a Javadoc comment.56
errorName 'XERCES_XINCLUDE_PARSER' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
warningMissing a Javadoc comment.117

org/codehaus/mojo/docbook/OLinkDBUpdater.java

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.60
errorVariable 'log' must be private and have accessor methods.60
infoMissing a Javadoc comment.62
errorVariable 'sourceDirectory' must be private and have accessor methods.62
infoMissing a Javadoc comment.64
errorVariable 'databaseDirectory' must be private and have accessor methods.64
infoMissing a Javadoc comment.66
errorVariable 'stylesheetLocation' must be private and have accessor methods.66
warning'log' hides a field.73
warningExpected @param tag for 'log'.73
warning'sourceDirectory' hides a field.73
warningExpected @param tag for 'sourceDirectory'.73
warning'databaseDirectory' hides a field.73
warningExpected @param tag for 'databaseDirectory'.73
warning'stylesheetLocation' hides a field.73
warningExpected @param tag for 'stylesheetLocation'.73
warningExpected @throws tag for 'TransformerFactoryConfigurationError'.89
errorRedundant throws: 'TransformerFactoryConfigurationError' is unchecked exception.89
warningExpected @throws tag for 'TransformerException'.89
warningExpected @throws tag for 'IOException'.89
warningExpected @throws tag for 'URISyntaxException'.89
warningExpected @throws tag for 'InclusionScanException'.90
warningExpected @param tag for 'docbookFiles'.119
warningExpected @param tag for 'docbookFiles'.141
warningExpected @throws tag for 'TransformerFactoryConfigurationError'.142
errorRedundant throws: 'TransformerFactoryConfigurationError' is unchecked exception.142
warningExpected @throws tag for 'TransformerException'.142
warningExpected @param tag for 'docbookFiles'.177
warningExpected @throws tag for 'IOException'.178
warningExpected @throws tag for 'URISyntaxException'.178
warningExpected @param tag for 'writer'.218
warningExpected @param tag for 'level'.218
warningExpected @param tag for 'currentDirectory'.218
warningExpected @param tag for 'files'.218
warningExpected @throws tag for 'IOException'.219
warningExpected an @return tag.278
warningExpected @param tag for 'docbookFileName'.278
warningExpected an @return tag.293
warningExpected @param tag for 'level'.293
errorMissing a Javadoc comment.303
warningMissing a Javadoc comment.312
warningMissing a Javadoc comment.324
warningMissing a Javadoc comment.336

org/codehaus/mojo/docbook/DocumentTransformer.java

ViolationMessageLine
errorLine does not match expected header line of '^package '.1
infoMissing a Javadoc comment.56
errorVariable 'log' must be private and have accessor methods.56
infoMissing a Javadoc comment.58
errorVariable 'sourceDirectory' must be private and have accessor methods.58
infoMissing a Javadoc comment.60
errorVariable 'resourceDirectory' must be private and have accessor methods.60
infoMissing a Javadoc comment.62
errorVariable 'databaseDirectory' must be private and have accessor methods.62
infoMissing a Javadoc comment.64
errorVariable 'outputDirectory' must be private and have accessor methods.64
infoMissing a Javadoc comment.66
errorVariable 'stylesheetLocation' must be private and have accessor methods.66
warning'log' hides a field.73
warningExpected @param tag for 'log'.73
warning'sourceDirectory' hides a field.73
warningExpected @param tag for 'sourceDirectory'.73
warning'resourceDirectory' hides a field.73
warningExpected @param tag for 'resourceDirectory'.73
warning'databaseDirectory' hides a field.73
warningExpected @param tag for 'databaseDirectory'.73
warning'outputDirectory' hides a field.74
warningExpected @param tag for 'outputDirectory'.74
warning'stylesheetLocation' hides a field.74
warningExpected @param tag for 'stylesheetLocation'.74
warningExpected @throws tag for 'TransformerFactoryConfigurationError'.92
errorRedundant throws: 'TransformerFactoryConfigurationError' is unchecked exception.92
warningExpected @throws tag for 'TransformerException'.92
warningExpected @throws tag for 'IOException'.92
warningExpected @throws tag for 'URISyntaxException'.92
warningExpected @throws tag for 'InclusionScanException'.93
warningExpected @param tag for 'docbookFiles'.122
warningMissing a Javadoc comment.139
warningMissing a Javadoc comment.174