Version 0.2 | Published 03/03/2013
 

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1900807

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
9Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
102Errors Error
JavadocMethod71Errors Error
JavadocType2Errors Error
JavadocVariable31Errors Error
JavadocStyle1Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport1Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports2Errors Error
LineLength40Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter1Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad350Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter2Errors Error
WhitespaceAround19Errors Error
ModifierOrder0Errors Error
RedundantModifier7Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly1Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals1Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField36Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension56Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType3Errors Error
VisibilityModifier0Errors Error
ArrayTypeStyle0Errors Error
FinalParameters72Errors Error
TodoComment1Errors Error
UpperEll0Errors Error

Details

net/rwx/maven/asciidoc/AsciidocMojo.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.33
ErrorsUnknown tag 'goal'.34
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.68
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.69
Errors'(' is followed by whitespace.72
Errors')' is preceded with whitespace.72
Errors'(' is followed by whitespace.73
Errors')' is preceded with whitespace.73
Errors'(' is followed by whitespace.74
Errors')' is preceded with whitespace.74
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
ErrorsLine has trailing spaces.76
Errors'if' is not followed by whitespace.77
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
ErrorsLine has trailing spaces.84
Errors'(' is followed by whitespace.85
Errors')' is preceded with whitespace.85
Errors'(' is followed by whitespace.86
Errors')' is preceded with whitespace.86
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
ErrorsLine has trailing spaces.90
ErrorsMissing a Javadoc comment.91
Errors'(' is followed by whitespace.91
ErrorsParameter inputValue should be final.91
ErrorsParameter defaultValue should be final.91
Errors')' is preceded with whitespace.91
Errors'?' is not preceded with whitespace.92
ErrorsAvoid inline conditionals.92
Errors'?' is not followed by whitespace.92
Errors':' is not preceded with whitespace.92
Errors':' is not followed by whitespace.92
ErrorsLine has trailing spaces.94
ErrorsMissing a Javadoc comment.95
Errors'(' is followed by whitespace.95
ErrorsParameter document should be final.95
Errors')' is preceded with whitespace.95
ErrorsLine is longer than 80 characters (found 86).96
Errors'(' is followed by whitespace.96
Errors'(' is followed by whitespace.96
Errors')' is preceded with whitespace.96
ErrorsLine is longer than 80 characters (found 102).97
Errors'(' is followed by whitespace.97
Errors'(' is followed by whitespace.97
Errors')' is preceded with whitespace.97
Errors')' is preceded with whitespace.97
ErrorsLine is longer than 80 characters (found 96).98
Errors'(' is followed by whitespace.98
Errors'(' is followed by whitespace.98
Errors')' is preceded with whitespace.98
Errors')' is preceded with whitespace.98
ErrorsLine has trailing spaces.99
ErrorsLine is longer than 80 characters (found 88).100
Errors'(' is followed by whitespace.101
Errors')' is preceded with whitespace.101
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters (found 88).104
ErrorsMissing a Javadoc comment.104
Errors'(' is followed by whitespace.105
Errors')' is preceded with whitespace.105
Errors'(' is followed by whitespace.106
Errors')' is preceded with whitespace.106
ErrorsMethod 'getDefaultDocumentType' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMissing a Javadoc comment.109
ErrorsMethod 'setDefaultDocumentType' is not designed for extension - needs to be abstract, final or empty.113
ErrorsMissing a Javadoc comment.113
ErrorsParameter defaultDocumentType should be final.113
Errors'defaultDocumentType' hides a field.113
ErrorsMethod 'getDefaultOutputPath' is not designed for extension - needs to be abstract, final or empty.117
ErrorsMissing a Javadoc comment.117
ErrorsMethod 'setDefaultOutputPath' is not designed for extension - needs to be abstract, final or empty.121
ErrorsMissing a Javadoc comment.121
ErrorsParameter defaultOutputPath should be final.121
Errors'defaultOutputPath' hides a field.121
ErrorsMethod 'getDefaultBackend' is not designed for extension - needs to be abstract, final or empty.125
ErrorsMissing a Javadoc comment.125
ErrorsMethod 'setDefaultBackend' is not designed for extension - needs to be abstract, final or empty.129
ErrorsMissing a Javadoc comment.129
ErrorsParameter defaultBackend should be final.129
Errors'defaultBackend' hides a field.129
ErrorsMethod 'getProjectFile' is not designed for extension - needs to be abstract, final or empty.133
ErrorsMissing a Javadoc comment.133
ErrorsMethod 'setProjectFile' is not designed for extension - needs to be abstract, final or empty.137
ErrorsMissing a Javadoc comment.137
ErrorsParameter projectFile should be final.137
Errors'projectFile' hides a field.137
ErrorsMethod 'getDocuments' is not designed for extension - needs to be abstract, final or empty.141
ErrorsMissing a Javadoc comment.141
ErrorsMethod 'setDocuments' is not designed for extension - needs to be abstract, final or empty.145
ErrorsMissing a Javadoc comment.145
ErrorsParameter documents should be final.145
Errors'documents' hides a field.145
ErrorsLine has trailing spaces.148
ErrorsLine has trailing spaces.149

net/rwx/maven/asciidoc/backends/AsciidocBackendTransformation.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.31
Errors'(' is followed by whitespace.31
ErrorsParameter extension should be final.31
Errors'extension' hides a field.31
ErrorsParameter xsl should be final.31
Errors'xsl' hides a field.31
Errors')' is preceded with whitespace.31
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.36
ErrorsMethod 'getOutputFile' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
Errors'(' is followed by whitespace.37
ErrorsParameter inputName should be final.37
Errors')' is preceded with whitespace.37
Errors'(' is followed by whitespace.39
Errors')' is preceded with whitespace.39
ErrorsLine is longer than 80 characters (found 104).40
Errors'(' is followed by whitespace.40
Errors')' is preceded with whitespace.40
ErrorsLine has trailing spaces.43
ErrorsMethod 'getExtension' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsMethod 'setExtension' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMissing a Javadoc comment.48
Errors'(' is followed by whitespace.48
ErrorsParameter extension should be final.48
Errors'extension' hides a field.48
Errors')' is preceded with whitespace.48
ErrorsMethod 'getXsl' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMissing a Javadoc comment.52
ErrorsMethod 'setXsl' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMissing a Javadoc comment.56
Errors'(' is followed by whitespace.56
ErrorsParameter xsl should be final.56
Errors'xsl' hides a field.56
Errors')' is preceded with whitespace.56

net/rwx/maven/asciidoc/backends/Backend.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.33
ErrorsLine has trailing spaces.34
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.38
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.43
Errors'(' is followed by whitespace.43
ErrorsParameter name should be final.43
Errors'name' hides a field.43
ErrorsParameter asciidocExtension should be final.43
Errors'asciidocExtension' hides a field.43
Errors')' is preceded with whitespace.43
Errors'(' is followed by whitespace.44
Errors')' is preceded with whitespace.44
ErrorsLine is longer than 80 characters (found 152).47
ErrorsMissing a Javadoc comment.47
Errors'(' is followed by whitespace.47
ErrorsParameter name should be final.47
Errors'name' hides a field.47
ErrorsParameter asciidocExtension should be final.47
Errors'asciidocExtension' hides a field.47
ErrorsParameter isTransformation should be final.47
Errors'isTransformation' hides a field.47
ErrorsParameter transformationExtension should be final.47
Errors'transformationExtension' hides a field.47
ErrorsParameter transformationStylesheet should be final.47
Errors'transformationStylesheet' hides a field.47
Errors')' is preceded with whitespace.47
ErrorsLine is longer than 80 characters (found 116).48
Errors'(' is followed by whitespace.48
Errors')' is preceded with whitespace.48
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters (found 167).51
ErrorsMissing a Javadoc comment.51
Errors'(' is followed by whitespace.51
ErrorsParameter name should be final.51
Errors'name' hides a field.51
ErrorsParameter asciidocExtension should be final.51
Errors'asciidocExtension' hides a field.51
ErrorsParameter isTransformation should be final.51
Errors'isTransformation' hides a field.51
ErrorsParameter transformationExtension should be final.51
Errors'transformationExtension' hides a field.51
ErrorsParameter transformationStylesheet should be final.51
Errors'transformationStylesheet' hides a field.51
ErrorsParameter isFop should be final.51
Errors')' is preceded with whitespace.51
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMissing a Javadoc comment.60
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.64
ErrorsMissing a Javadoc comment.64
Errors'(' is followed by whitespace.64
ErrorsParameter name should be final.64
Errors'name' hides a field.64
Errors')' is preceded with whitespace.64
ErrorsMethod 'getAsciidocExtension' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMissing a Javadoc comment.68
ErrorsMethod 'setAsciidocExtension' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMissing a Javadoc comment.72
ErrorsParameter asciidocExtension should be final.72
Errors'asciidocExtension' hides a field.72
ErrorsMethod 'isIsTransformation' is not designed for extension - needs to be abstract, final or empty.76
ErrorsMissing a Javadoc comment.76
ErrorsMethod 'setIsTransformation' is not designed for extension - needs to be abstract, final or empty.80
ErrorsMissing a Javadoc comment.80
ErrorsParameter isTransformation should be final.80
Errors'isTransformation' hides a field.80
ErrorsMethod 'getTransformationExtension' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.84
ErrorsMethod 'setTransformationExtension' is not designed for extension - needs to be abstract, final or empty.88
ErrorsMissing a Javadoc comment.88
ErrorsParameter transformationExtension should be final.88
Errors'transformationExtension' hides a field.88
ErrorsMethod 'getTransformationStylesheet' is not designed for extension - needs to be abstract, final or empty.92
ErrorsMissing a Javadoc comment.92
ErrorsMethod 'setTransformationStylesheet' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsParameter transformationStylesheet should be final.96
Errors'transformationStylesheet' hides a field.96
ErrorsMethod 'isIsFopTransformation' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMissing a Javadoc comment.100
ErrorsMethod 'setIsFopTransformation' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
ErrorsParameter isFopTransformation should be final.104
Errors'isFopTransformation' hides a field.104
ErrorsMethod 'getTemporaryDirectory' is not designed for extension - needs to be abstract, final or empty.108
ErrorsMissing a Javadoc comment.108
ErrorsMethod 'setTemporaryDirectory' is not designed for extension - needs to be abstract, final or empty.112
ErrorsMissing a Javadoc comment.112
ErrorsParameter temporaryDirectory should be final.112
Errors'temporaryDirectory' hides a field.112

net/rwx/maven/asciidoc/backends/BackendService.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.24
Errors'(' is followed by whitespace.24
Errors')' is preceded with whitespace.24

net/rwx/maven/asciidoc/backends/impl/BackendServiceImpl.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.28
ErrorsMissing a Javadoc comment.33
ErrorsLine has trailing spaces.34
ErrorsMissing a Javadoc comment.35
ErrorsLine is longer than 80 characters (found 83).39
Errors'(' is followed by whitespace.39
Errors'(' is followed by whitespace.39
Errors')' is preceded with whitespace.39
Errors')' is preceded with whitespace.39
ErrorsLine is longer than 80 characters (found 83).40
Errors'(' is followed by whitespace.40
Errors'(' is followed by whitespace.40
Errors')' is preceded with whitespace.40
Errors')' is preceded with whitespace.40
ErrorsLine is longer than 80 characters (found 83).41
Errors'(' is followed by whitespace.41
Errors'(' is followed by whitespace.41
Errors')' is preceded with whitespace.41
Errors')' is preceded with whitespace.41
ErrorsLine is longer than 80 characters (found 83).42
Errors'(' is followed by whitespace.42
Errors'(' is followed by whitespace.42
Errors')' is preceded with whitespace.42
Errors')' is preceded with whitespace.42
ErrorsLine is longer than 80 characters (found 82).43
Errors'(' is followed by whitespace.43
Errors'(' is followed by whitespace.43
Errors')' is preceded with whitespace.43
Errors')' is preceded with whitespace.43
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters (found 122).46
Errors'(' is followed by whitespace.46
Errors'(' is followed by whitespace.46
Errors')' is preceded with whitespace.46
Errors')' is preceded with whitespace.46
ErrorsMethod 'getBackend' is not designed for extension - needs to be abstract, final or empty.49
Errors'(' is followed by whitespace.50
ErrorsParameter name should be final.50
Errors')' is preceded with whitespace.50
Errors'(' is followed by whitespace.51
Errors')' is preceded with whitespace.51

net/rwx/maven/asciidoc/configuration/Document.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.26
ErrorsLine has trailing spaces.27
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.37
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.44
ErrorsLine has trailing spaces.45
ErrorsLine has trailing spaces.46
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.53
ErrorsMethod 'getBackend' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMissing a Javadoc comment.58
ErrorsMethod 'setBackend' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
Errors'(' is followed by whitespace.62
ErrorsParameter backend should be final.62
Errors'backend' hides a field.62
Errors')' is preceded with whitespace.62
ErrorsMethod 'getDocumentType' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsMethod 'setDocumentType' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
Errors'(' is followed by whitespace.70
ErrorsParameter documentType should be final.70
Errors'documentType' hides a field.70
Errors')' is preceded with whitespace.70
ErrorsMethod 'getPath' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
ErrorsMethod 'setPath' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMissing a Javadoc comment.78
Errors'(' is followed by whitespace.78
ErrorsParameter path should be final.78
Errors'path' hides a field.78
Errors')' is preceded with whitespace.78
ErrorsMethod 'getTitle' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
ErrorsMethod 'setTitle' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMissing a Javadoc comment.86
Errors'(' is followed by whitespace.86
ErrorsParameter title should be final.86
Errors'title' hides a field.86
Errors')' is preceded with whitespace.86
ErrorsMethod 'getOutputPath' is not designed for extension - needs to be abstract, final or empty.90
ErrorsMissing a Javadoc comment.90
ErrorsMethod 'setOutputPath' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
Errors'(' is followed by whitespace.94
ErrorsParameter outputPath should be final.94
Errors'outputPath' hides a field.94
Errors')' is preceded with whitespace.94
ErrorsLine has trailing spaces.97
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.98
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.102
Errors'(' is followed by whitespace.103
Errors'(' is followed by whitespace.104
Errors')' is preceded with whitespace.104
Errors'(' is followed by whitespace.105
Errors'(' is followed by whitespace.106
Errors')' is preceded with whitespace.106
Errors'(' is followed by whitespace.107
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
Errors'(' is followed by whitespace.109
Errors'(' is followed by whitespace.110
Errors')' is preceded with whitespace.110
Errors'(' is followed by whitespace.111
Errors'(' is followed by whitespace.112
Errors')' is preceded with whitespace.112
Errors'(' is followed by whitespace.113
ErrorsLine has trailing spaces.114

net/rwx/maven/asciidoc/constants/Extension.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.21
Errorsinterfaces should describe a type and hence have methods.24
ErrorsMissing a Javadoc comment.25
ErrorsRedundant 'public' modifier.25
ErrorsMissing a Javadoc comment.26
ErrorsRedundant 'public' modifier.26
ErrorsMissing a Javadoc comment.27
ErrorsRedundant 'public' modifier.27
ErrorsMissing a Javadoc comment.28
ErrorsRedundant 'public' modifier.28

net/rwx/maven/asciidoc/services/AsciidocService.java

ViolationMessageLine
ErrorsLine has trailing spaces.21
Errorsinterfaces should describe a type and hence have methods.24
ErrorsLine has trailing spaces.25
ErrorsRedundant 'static' modifier.27
ErrorsLine has trailing spaces.28
ErrorsRedundant 'static' modifier.30

net/rwx/maven/asciidoc/services/RootService.java

ViolationMessageLine
ErrorsLine has trailing spaces.28
ErrorsFirst sentence should end with a period.29
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.32
Errors'(' is followed by whitespace.34
Errors')' is preceded with whitespace.34
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters (found 90).36
ErrorsMissing a Javadoc comment.36
Errors'(' is followed by whitespace.36
Errors')' is preceded with whitespace.36
ErrorsMissing a Javadoc comment.37

net/rwx/maven/asciidoc/services/ServiceOrchestrator.java

ViolationMessageLine
ErrorsLine has trailing spaces.27
ErrorsMissing a Javadoc comment.28
Errors'(' is followed by whitespace.28
Errors')' is preceded with whitespace.28
ErrorsLine has trailing spaces.29
ErrorsMissing a Javadoc comment.30
Errors'(' is followed by whitespace.30
Errors')' is preceded with whitespace.30
ErrorsLine has trailing spaces.31

net/rwx/maven/asciidoc/services/TransformationService.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
Errorsinterfaces should describe a type and hence have methods.23
ErrorsMissing a Javadoc comment.24
ErrorsRedundant 'static' modifier.24

net/rwx/maven/asciidoc/services/impl/AsciidocServiceImpl.java

ViolationMessageLine
ErrorsLine is longer than 80 characters (found 85).30
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.32
ErrorsLine has trailing spaces.33
ErrorsMissing a Javadoc comment.34
Errors'(' is followed by whitespace.36
Errors')' is preceded with whitespace.36
Errors'(' is followed by whitespace.38
Errors')' is preceded with whitespace.38
Errors'(' is followed by whitespace.39
Errors')' is preceded with whitespace.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.44
ErrorsUnused @param tag for 'input'.45
ErrorsUnused @param tag for 'output'.47
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.49
ErrorsLine is longer than 80 characters (found 98).50
Errors'(' is followed by whitespace.50
ErrorsParameter inputPath should be final.50
ErrorsExpected @param tag for 'inputPath'.50
ErrorsParameter document should be final.50
ErrorsExpected @param tag for 'document'.50
ErrorsParameter backend should be final.50
Errors')' is preceded with whitespace.50
ErrorsExpected @throws tag for 'Exception'.50
ErrorsLine is longer than 80 characters (found 95).52
Errors'(' is followed by whitespace.52
Errors')' is preceded with whitespace.52
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54
Errors'(' is followed by whitespace.55
Errors')' is preceded with whitespace.55
Errors'(' is followed by whitespace.56
Errors')' is preceded with whitespace.56
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters (found 91).67
Errors'(' is followed by whitespace.67
ErrorsParameter input should be final.67
ErrorsParameter backend should be final.67
ErrorsParameter output should be final.67
Errors')' is preceded with whitespace.67
ErrorsLine has trailing spaces.69
Errors'(' is followed by whitespace.71
Errors'(' is followed by whitespace.71
Errors')' is preceded with whitespace.71
Errors')' is preceded with whitespace.71
Errors'(' is followed by whitespace.72
Errors'(' is followed by whitespace.72
Errors')' is preceded with whitespace.72
Errors')' is preceded with whitespace.72
Errors'(' is followed by whitespace.73
Errors'(' is followed by whitespace.73
Errors')' is preceded with whitespace.73
Errors')' is preceded with whitespace.73
Errors'(' is followed by whitespace.74
Errors'(' is followed by whitespace.74
Errors')' is preceded with whitespace.74
Errors')' is preceded with whitespace.74
Errors'(' is followed by whitespace.75
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
Errors')' is preceded with whitespace.75
Errors'(' is followed by whitespace.76
Errors'(' is followed by whitespace.76
Errors')' is preceded with whitespace.76
Errors')' is preceded with whitespace.76
Errors'(' is followed by whitespace.77
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
Errors')' is preceded with whitespace.77
ErrorsLine has trailing spaces.78
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79
Errors'(' is followed by whitespace.80
Errors')' is preceded with whitespace.80
ErrorsLine has trailing spaces.81
ErrorsLine has trailing spaces.84
Errors'(' is followed by whitespace.88
ErrorsParameter temporaryDirectory should be final.88
ErrorsExpected @param tag for 'temporaryDirectory'.88
Errors')' is preceded with whitespace.88
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
Errors'(' is followed by whitespace.91
Errors')' is preceded with whitespace.91
Errors'(' is followed by whitespace.92
Errors')' is preceded with whitespace.92
Errors'(' is followed by whitespace.93
Errors')' is preceded with whitespace.93
Errors'(' is followed by whitespace.94
Errors')' is preceded with whitespace.94
Errors'(' is followed by whitespace.95
Errors')' is preceded with whitespace.95
ErrorsLine has trailing spaces.96
ErrorsMethod 'setOuputPath' is not designed for extension - needs to be abstract, final or empty.100
ErrorsParameter inputPath should be final.101
ErrorsParameter backend should be final.101

net/rwx/maven/asciidoc/services/impl/FopServiceImpl.java

ViolationMessageLine
ErrorsLine has trailing spaces.43
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.44
ErrorsLine is longer than 80 characters (found 98).45
Errors'(' is followed by whitespace.45
ErrorsParameter inputPath should be final.45
ErrorsParameter document should be final.45
ErrorsParameter backend should be final.45
Errors')' is preceded with whitespace.45
Errors'if' is not followed by whitespace.47
Errors'(' is followed by whitespace.47
Errors')' is preceded with whitespace.47
Errors'(' is followed by whitespace.53
Errors')' is preceded with whitespace.53
Errors'if' is not followed by whitespace.54
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54
Errors'(' is followed by whitespace.55
Errors')' is preceded with whitespace.55
ErrorsLine is longer than 80 characters (found 84).57
Errors'(' is followed by whitespace.57
Errors'(' is followed by whitespace.57
Errors')' is preceded with whitespace.57
Errors'(' is followed by whitespace.59
Errors')' is preceded with whitespace.59
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.62
Errors'(' is followed by whitespace.64
Errors')' is preceded with whitespace.64
Errors'(' is followed by whitespace.65
Errors')' is preceded with whitespace.65
Errors'(' is followed by whitespace.66
Errors')' is preceded with whitespace.66
Errors'(' is followed by whitespace.67
Errors')' is preceded with whitespace.67
Errors'(' is followed by whitespace.69
Errors')' is preceded with whitespace.69
ErrorsLine has trailing spaces.70
Errors'if' is not followed by whitespace.71
Errors'(' is followed by whitespace.71
Errors')' is preceded with whitespace.71
ErrorsMethod 'setOuputPath' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter inputPath should be final.79
ErrorsParameter backend should be final.79
Errors'if' is not followed by whitespace.80
Errors'(' is followed by whitespace.80
Errors')' is preceded with whitespace.80
Errors'else' is not preceded with whitespace.82
Errors'}' is not followed by whitespace.82

net/rwx/maven/asciidoc/services/impl/RootServiceImpl.java

ViolationMessageLine
ErrorsUnused import - net.rwx.maven.asciidoc.configuration.Document.20
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32
ErrorsLine has trailing spaces.33
ErrorsMethod 'setLogger' is not designed for extension - needs to be abstract, final or empty.34
ErrorsParameter logger should be final.35
Errors'logger' hides a field.35
ErrorsLine has trailing spaces.38
ErrorsMethod 'getLogger' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.43
Errors'(' is followed by whitespace.43
Errors')' is preceded with whitespace.43
ErrorsLine has trailing spaces.44
ErrorsMethod 'setOutputPath' is not designed for extension - needs to be abstract, final or empty.45
ErrorsMissing a Javadoc comment.45
Errors'(' is followed by whitespace.45
ErrorsParameter inputPath should be final.45
ErrorsParameter extension should be final.45
Errors')' is preceded with whitespace.45
Errors'(' is followed by whitespace.47
Errors'(' is followed by whitespace.47
Errors')' is preceded with whitespace.47
Errors')' is preceded with whitespace.47
Errors'(' is followed by whitespace.48
Errors')' is preceded with whitespace.48
ErrorsLine has trailing spaces.49
Errors'(' is followed by whitespace.50
Errors')' is preceded with whitespace.50
ErrorsLine has trailing spaces.52
ErrorsMethod 'setOutputPath' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
Errors'(' is followed by whitespace.53
ErrorsParameter outputPath should be final.53
Errors'outputPath' hides a field.53
Errors')' is preceded with whitespace.53
ErrorsMethod 'getOuputPath' is not designed for extension - needs to be abstract, final or empty.57

net/rwx/maven/asciidoc/services/impl/ServiceOrchestratorImpl.java

ViolationMessageLine
ErrorsUnused import - net.rwx.maven.asciidoc.backends.AsciidocBackendTransformation.23
ErrorsLine has trailing spaces.36
ErrorsMissing a Javadoc comment.37
ErrorsLine has trailing spaces.38
ErrorsMissing a Javadoc comment.39
ErrorsLine has trailing spaces.41
ErrorsMissing a Javadoc comment.42
ErrorsLine has trailing spaces.44
ErrorsMissing a Javadoc comment.45
ErrorsLine has trailing spaces.47
ErrorsMissing a Javadoc comment.48
ErrorsLine has trailing spaces.50
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.51
Errors'(' is followed by whitespace.52
ErrorsParameter document should be final.52
Errors')' is preceded with whitespace.52
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54
Errors'(' is followed by whitespace.55
Errors')' is preceded with whitespace.55
Errors'(' is followed by whitespace.56
Errors')' is preceded with whitespace.56
ErrorsLine has trailing spaces.59
ErrorsMissing a Javadoc comment.60
Errors'(' is followed by whitespace.60
ErrorsParameter document should be final.60
Errors')' is preceded with whitespace.60
ErrorsLine is longer than 80 characters (found 111).61
Errors'(' is followed by whitespace.61
Errors'(' is followed by whitespace.61
Errors')' is preceded with whitespace.61
Errors')' is preceded with whitespace.61
ErrorsLine has trailing spaces.62
Errors'(' is followed by whitespace.64
Errors')' is preceded with whitespace.64
Errors'(' is followed by whitespace.67
Errors')' is preceded with whitespace.67
ErrorsLine is longer than 80 characters (found 91).68
Errors'(' is followed by whitespace.68
Errors')' is preceded with whitespace.68
ErrorsLine is longer than 80 characters (found 85).69
Errors'(' is followed by whitespace.69
ErrorsLine has trailing spaces.70
ErrorsLine is longer than 80 characters (found 93).71
Errors'(' is followed by whitespace.71
Errors')' is preceded with whitespace.71
ErrorsLine has trailing spaces.73
ErrorsMethod 'setLogger' is not designed for extension - needs to be abstract, final or empty.74
Errors'(' is followed by whitespace.75
ErrorsParameter logger should be final.75
Errors'logger' hides a field.75
Errors')' is preceded with whitespace.75
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79

net/rwx/maven/asciidoc/services/impl/TransformationServiceImpl.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters (found 97).39
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.43
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.50
ErrorsLine is longer than 80 characters (found 96).51
ErrorsParameter inputPath should be final.51
ErrorsParameter document should be final.51
ErrorsParameter backend should be final.51
Errors'if' is not followed by whitespace.53
Errors'(' is followed by whitespace.53
ErrorsLine is longer than 80 characters (found 84).55
ErrorsLine is longer than 80 characters (found 105).60
ErrorsComment matches to-do format 'TODO:'.66
ErrorsLine is longer than 80 characters (found 87).67
ErrorsMissing a Javadoc comment.73
ErrorsParameter name should be final.73
ErrorsMethod 'setOuputPath' is not designed for extension - needs to be abstract, final or empty.85
ErrorsParameter inputPath should be final.86
ErrorsParameter backend should be final.86
Errors'if' is not followed by whitespace.87
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
Errors'(' is followed by whitespace.88
Errors')' is preceded with whitespace.88
Errors'else' is not preceded with whitespace.89
Errors'}' is not followed by whitespace.89

net/rwx/maven/asciidoc/services/modules/AsciidocModule.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.34
ErrorsMethod 'configure' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine is longer than 80 characters (found 94).41
ErrorsLine is longer than 80 characters (found 86).42
ErrorsLine is longer than 80 characters (found 98).43
ErrorsLine is longer than 80 characters (found 84).45
ErrorsLine has trailing spaces.47

net/rwx/maven/asciidoc/utils/FileUtils.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUsing the '.*' form of import should be avoided - java.io.*.19
ErrorsMissing a Javadoc comment.30
ErrorsLine has trailing spaces.31
ErrorsLine is longer than 80 characters (found 107).32
ErrorsMissing a Javadoc comment.32
Errors'(' is followed by whitespace.32
ErrorsParameter filename should be final.32
ErrorsParameter extension should be final.32
Errors')' is preceded with whitespace.32
ErrorsLine has trailing spaces.33
Errors'(' is followed by whitespace.34
Errors')' is preceded with whitespace.34
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.37
Errors'(' is followed by whitespace.38
Errors')' is preceded with whitespace.38
Errors'(' is followed by whitespace.39
Errors')' is preceded with whitespace.39
Errors'(' is followed by whitespace.40
Errors')' is preceded with whitespace.40
Errors'(' is followed by whitespace.41
Errors')' is preceded with whitespace.41
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters (found 104).46
ErrorsMissing a Javadoc comment.46
Errors'(' is followed by whitespace.46
ErrorsParameter fileName should be final.46
ErrorsParameter directoryName should be final.46
Errors')' is preceded with whitespace.46
ErrorsLine has trailing spaces.47
Errors'(' is followed by whitespace.48
Errors')' is preceded with whitespace.48
Errors'(' is followed by whitespace.49
Errors')' is preceded with whitespace.49
ErrorsLine has trailing spaces.50
Errors'(' is followed by whitespace.51
Errors')' is preceded with whitespace.51
Errors'(' is followed by whitespace.52
Errors')' is preceded with whitespace.52
Errors'(' is followed by whitespace.53
Errors')' is preceded with whitespace.53
ErrorsLine has trailing spaces.55
Errors'(' is followed by whitespace.56
Errors')' is preceded with whitespace.56
ErrorsLine has trailing spaces.58
ErrorsMissing a Javadoc comment.59
ErrorsLine has trailing spaces.61
Errors'(' is followed by whitespace.62
Errors')' is preceded with whitespace.62
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
Errors'(' is followed by whitespace.64
Errors')' is preceded with whitespace.64
Errors'(' is followed by whitespace.65
Errors')' is preceded with whitespace.65
ErrorsLine has trailing spaces.66
Errors'(' is followed by whitespace.67
Errors')' is preceded with whitespace.67
Errors'(' is followed by whitespace.68
Errors')' is preceded with whitespace.68
ErrorsLine has trailing spaces.70
ErrorsMissing a Javadoc comment.73
Errors'(' is followed by whitespace.73
Errors')' is preceded with whitespace.73
Errors'if' is not followed by whitespace.75
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
Errors'{' should be on the previous line.76
ErrorsLine has trailing spaces.78
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79
Errors'(' is followed by whitespace.80
Errors')' is preceded with whitespace.80
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.81
Errors'(' is followed by whitespace.82
Errors')' is preceded with whitespace.82
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
Errors'(' is followed by whitespace.84
Errors')' is preceded with whitespace.84
Errors'(' is followed by whitespace.85
Errors')' is preceded with whitespace.85
ErrorsLine is longer than 80 characters (found 90).87
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters (found 94).94
ErrorsMissing a Javadoc comment.94
Errors'(' is followed by whitespace.94
ErrorsParameter is should be final.94
ErrorsParameter destination should be final.94
Errors')' is preceded with whitespace.94
ErrorsLine has trailing spaces.95
Errors'(' is followed by whitespace.96
Errors')' is preceded with whitespace.96
Errors'(' is followed by whitespace.98
Errors')' is preceded with whitespace.98
ErrorsLine has trailing spaces.99
Errors'(' is followed by whitespace.102
Errors')' is preceded with whitespace.102
Errors'(' is followed by whitespace.103
Errors')' is preceded with whitespace.103
ErrorsLine has trailing spaces.104
Errors'if' is not followed by whitespace.105
Errors'(' is followed by whitespace.105
Errors'!' is followed by whitespace.105
Errors')' is preceded with whitespace.105
Errors'(' is followed by whitespace.106
Errors')' is preceded with whitespace.106
Errors'cast' is not followed by whitespace.107
Errors'while' is not followed by whitespace.109
Errors'(' is followed by whitespace.109
Errors')' is preceded with whitespace.109
ErrorsLine is longer than 80 characters (found 92).110
Errors'(' is followed by whitespace.111
Errors')' is preceded with whitespace.111
Errors'(' is followed by whitespace.115
Errors')' is preceded with whitespace.115
Errors'}' is not followed by whitespace.118
Errors'(' is followed by whitespace.118
Errors')' is preceded with whitespace.118
ErrorsLine has trailing spaces.121