Checkstyle Results
The following document contains the results of Checkstyle. 
Files
Rules
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 9 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 0 | |
RegexpSingleline
| 102 | |
| JavadocMethod | 71 | |
| JavadocType | 2 | |
| JavadocVariable | 31 | |
| JavadocStyle | 1 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 1 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
| LineLength | 40 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 1 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 350 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 2 | |
| WhitespaceAround | 19 | |
| ModifierOrder | 0 | |
| RedundantModifier | 7 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 1 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 1 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 36 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 56 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 3 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 72 | |
| TodoComment | 1 | |
| UpperEll | 0 |
Details
net/rwx/maven/asciidoc/AsciidocMojo.java
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 31 | |
| Line has trailing spaces. | 33 | |
| Unknown tag 'goal'. | 34 | |
| Line has trailing spaces. | 61 | |
| Line has trailing spaces. | 68 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| '(' is followed by whitespace. | 72 | |
| ')' is preceded with whitespace. | 72 | |
| '(' is followed by whitespace. | 73 | |
| ')' is preceded with whitespace. | 73 | |
| '(' is followed by whitespace. | 74 | |
| ')' is preceded with whitespace. | 74 | |
| '(' is followed by whitespace. | 75 | |
| ')' is preceded with whitespace. | 75 | |
| Line has trailing spaces. | 76 | |
| 'if' is not followed by whitespace. | 77 | |
| '(' is followed by whitespace. | 77 | |
| ')' is preceded with whitespace. | 77 | |
| '(' is followed by whitespace. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| '(' is followed by whitespace. | 83 | |
| ')' is preceded with whitespace. | 83 | |
| Line has trailing spaces. | 84 | |
| '(' is followed by whitespace. | 85 | |
| ')' is preceded with whitespace. | 85 | |
| '(' is followed by whitespace. | 86 | |
| ')' is preceded with whitespace. | 86 | |
| '(' is followed by whitespace. | 87 | |
| ')' is preceded with whitespace. | 87 | |
| Line has trailing spaces. | 90 | |
| Missing a Javadoc comment. | 91 | |
| '(' is followed by whitespace. | 91 | |
| Parameter inputValue should be final. | 91 | |
| Parameter defaultValue should be final. | 91 | |
| ')' is preceded with whitespace. | 91 | |
| '?' is not preceded with whitespace. | 92 | |
| Avoid inline conditionals. | 92 | |
| '?' is not followed by whitespace. | 92 | |
| ':' is not preceded with whitespace. | 92 | |
| ':' is not followed by whitespace. | 92 | |
| Line has trailing spaces. | 94 | |
| Missing a Javadoc comment. | 95 | |
| '(' is followed by whitespace. | 95 | |
| Parameter document should be final. | 95 | |
| ')' is preceded with whitespace. | 95 | |
| Line is longer than 80 characters (found 86). | 96 | |
| '(' is followed by whitespace. | 96 | |
| '(' is followed by whitespace. | 96 | |
| ')' is preceded with whitespace. | 96 | |
| Line is longer than 80 characters (found 102). | 97 | |
| '(' is followed by whitespace. | 97 | |
| '(' is followed by whitespace. | 97 | |
| ')' is preceded with whitespace. | 97 | |
| ')' is preceded with whitespace. | 97 | |
| Line is longer than 80 characters (found 96). | 98 | |
| '(' is followed by whitespace. | 98 | |
| '(' is followed by whitespace. | 98 | |
| ')' is preceded with whitespace. | 98 | |
| ')' is preceded with whitespace. | 98 | |
| Line has trailing spaces. | 99 | |
| Line is longer than 80 characters (found 88). | 100 | |
| '(' is followed by whitespace. | 101 | |
| ')' is preceded with whitespace. | 101 | |
| Line has trailing spaces. | 103 | |
| Line is longer than 80 characters (found 88). | 104 | |
| Missing a Javadoc comment. | 104 | |
| '(' is followed by whitespace. | 105 | |
| ')' is preceded with whitespace. | 105 | |
| '(' is followed by whitespace. | 106 | |
| ')' is preceded with whitespace. | 106 | |
| Method 'getDefaultDocumentType' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Method 'setDefaultDocumentType' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Parameter defaultDocumentType should be final. | 113 | |
| 'defaultDocumentType' hides a field. | 113 | |
| Method 'getDefaultOutputPath' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Method 'setDefaultOutputPath' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Parameter defaultOutputPath should be final. | 121 | |
| 'defaultOutputPath' hides a field. | 121 | |
| Method 'getDefaultBackend' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Method 'setDefaultBackend' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Parameter defaultBackend should be final. | 129 | |
| 'defaultBackend' hides a field. | 129 | |
| Method 'getProjectFile' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Method 'setProjectFile' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Parameter projectFile should be final. | 137 | |
| 'projectFile' hides a field. | 137 | |
| Method 'getDocuments' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Method 'setDocuments' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Parameter documents should be final. | 145 | |
| 'documents' hides a field. | 145 | |
| Line has trailing spaces. | 148 | |
| Line has trailing spaces. | 149 |
net/rwx/maven/asciidoc/backends/AsciidocBackendTransformation.java
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| '(' is followed by whitespace. | 31 | |
| Parameter extension should be final. | 31 | |
| 'extension' hides a field. | 31 | |
| Parameter xsl should be final. | 31 | |
| 'xsl' hides a field. | 31 | |
| ')' is preceded with whitespace. | 31 | |
| Line has trailing spaces. | 32 | |
| Line has trailing spaces. | 36 | |
| Method 'getOutputFile' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '(' is followed by whitespace. | 37 | |
| Parameter inputName should be final. | 37 | |
| ')' is preceded with whitespace. | 37 | |
| '(' is followed by whitespace. | 39 | |
| ')' is preceded with whitespace. | 39 | |
| Line is longer than 80 characters (found 104). | 40 | |
| '(' is followed by whitespace. | 40 | |
| ')' is preceded with whitespace. | 40 | |
| Line has trailing spaces. | 43 | |
| Method 'getExtension' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Method 'setExtension' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '(' is followed by whitespace. | 48 | |
| Parameter extension should be final. | 48 | |
| 'extension' hides a field. | 48 | |
| ')' is preceded with whitespace. | 48 | |
| Method 'getXsl' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Method 'setXsl' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| '(' is followed by whitespace. | 56 | |
| Parameter xsl should be final. | 56 | |
| 'xsl' hides a field. | 56 | |
| ')' is preceded with whitespace. | 56 |
net/rwx/maven/asciidoc/backends/Backend.java
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| '(' is followed by whitespace. | 43 | |
| Parameter name should be final. | 43 | |
| 'name' hides a field. | 43 | |
| Parameter asciidocExtension should be final. | 43 | |
| 'asciidocExtension' hides a field. | 43 | |
| ')' is preceded with whitespace. | 43 | |
| '(' is followed by whitespace. | 44 | |
| ')' is preceded with whitespace. | 44 | |
| Line is longer than 80 characters (found 152). | 47 | |
| Missing a Javadoc comment. | 47 | |
| '(' is followed by whitespace. | 47 | |
| Parameter name should be final. | 47 | |
| 'name' hides a field. | 47 | |
| Parameter asciidocExtension should be final. | 47 | |
| 'asciidocExtension' hides a field. | 47 | |
| Parameter isTransformation should be final. | 47 | |
| 'isTransformation' hides a field. | 47 | |
| Parameter transformationExtension should be final. | 47 | |
| 'transformationExtension' hides a field. | 47 | |
| Parameter transformationStylesheet should be final. | 47 | |
| 'transformationStylesheet' hides a field. | 47 | |
| ')' is preceded with whitespace. | 47 | |
| Line is longer than 80 characters (found 116). | 48 | |
| '(' is followed by whitespace. | 48 | |
| ')' is preceded with whitespace. | 48 | |
| Line has trailing spaces. | 50 | |
| Line is longer than 80 characters (found 167). | 51 | |
| Missing a Javadoc comment. | 51 | |
| '(' is followed by whitespace. | 51 | |
| Parameter name should be final. | 51 | |
| 'name' hides a field. | 51 | |
| Parameter asciidocExtension should be final. | 51 | |
| 'asciidocExtension' hides a field. | 51 | |
| Parameter isTransformation should be final. | 51 | |
| 'isTransformation' hides a field. | 51 | |
| Parameter transformationExtension should be final. | 51 | |
| 'transformationExtension' hides a field. | 51 | |
| Parameter transformationStylesheet should be final. | 51 | |
| 'transformationStylesheet' hides a field. | 51 | |
| Parameter isFop should be final. | 51 | |
| ')' is preceded with whitespace. | 51 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| '(' is followed by whitespace. | 64 | |
| Parameter name should be final. | 64 | |
| 'name' hides a field. | 64 | |
| ')' is preceded with whitespace. | 64 | |
| Method 'getAsciidocExtension' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'setAsciidocExtension' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter asciidocExtension should be final. | 72 | |
| 'asciidocExtension' hides a field. | 72 | |
| Method 'isIsTransformation' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'setIsTransformation' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter isTransformation should be final. | 80 | |
| 'isTransformation' hides a field. | 80 | |
| Method 'getTransformationExtension' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Method 'setTransformationExtension' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter transformationExtension should be final. | 88 | |
| 'transformationExtension' hides a field. | 88 | |
| Method 'getTransformationStylesheet' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Method 'setTransformationStylesheet' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter transformationStylesheet should be final. | 96 | |
| 'transformationStylesheet' hides a field. | 96 | |
| Method 'isIsFopTransformation' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Method 'setIsFopTransformation' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Parameter isFopTransformation should be final. | 104 | |
| 'isFopTransformation' hides a field. | 104 | |
| Method 'getTemporaryDirectory' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Method 'setTemporaryDirectory' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Parameter temporaryDirectory should be final. | 112 | |
| 'temporaryDirectory' hides a field. | 112 |
net/rwx/maven/asciidoc/backends/BackendService.java
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 | |
| '(' is followed by whitespace. | 24 | |
| ')' is preceded with whitespace. | 24 |
net/rwx/maven/asciidoc/backends/impl/BackendServiceImpl.java
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 28 | |
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Line is longer than 80 characters (found 83). | 39 | |
| '(' is followed by whitespace. | 39 | |
| '(' is followed by whitespace. | 39 | |
| ')' is preceded with whitespace. | 39 | |
| ')' is preceded with whitespace. | 39 | |
| Line is longer than 80 characters (found 83). | 40 | |
| '(' is followed by whitespace. | 40 | |
| '(' is followed by whitespace. | 40 | |
| ')' is preceded with whitespace. | 40 | |
| ')' is preceded with whitespace. | 40 | |
| Line is longer than 80 characters (found 83). | 41 | |
| '(' is followed by whitespace. | 41 | |
| '(' is followed by whitespace. | 41 | |
| ')' is preceded with whitespace. | 41 | |
| ')' is preceded with whitespace. | 41 | |
| Line is longer than 80 characters (found 83). | 42 | |
| '(' is followed by whitespace. | 42 | |
| '(' is followed by whitespace. | 42 | |
| ')' is preceded with whitespace. | 42 | |
| ')' is preceded with whitespace. | 42 | |
| Line is longer than 80 characters (found 82). | 43 | |
| '(' is followed by whitespace. | 43 | |
| '(' is followed by whitespace. | 43 | |
| ')' is preceded with whitespace. | 43 | |
| ')' is preceded with whitespace. | 43 | |
| Line has trailing spaces. | 44 | |
| Line is longer than 80 characters (found 122). | 46 | |
| '(' is followed by whitespace. | 46 | |
| '(' is followed by whitespace. | 46 | |
| ')' is preceded with whitespace. | 46 | |
| ')' is preceded with whitespace. | 46 | |
| Method 'getBackend' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| '(' is followed by whitespace. | 50 | |
| Parameter name should be final. | 50 | |
| ')' is preceded with whitespace. | 50 | |
| '(' is followed by whitespace. | 51 | |
| ')' is preceded with whitespace. | 51 |
net/rwx/maven/asciidoc/configuration/Document.java
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 26 | |
| Line has trailing spaces. | 27 | |
| Line has trailing spaces. | 31 | |
| Line has trailing spaces. | 32 | |
| Line has trailing spaces. | 33 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 38 | |
| Line has trailing spaces. | 39 | |
| Line has trailing spaces. | 40 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 46 | |
| Line has trailing spaces. | 47 | |
| Line has trailing spaces. | 51 | |
| Line has trailing spaces. | 52 | |
| Line has trailing spaces. | 53 | |
| Method 'getBackend' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Method 'setBackend' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| '(' is followed by whitespace. | 62 | |
| Parameter backend should be final. | 62 | |
| 'backend' hides a field. | 62 | |
| ')' is preceded with whitespace. | 62 | |
| Method 'getDocumentType' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Method 'setDocumentType' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| '(' is followed by whitespace. | 70 | |
| Parameter documentType should be final. | 70 | |
| 'documentType' hides a field. | 70 | |
| ')' is preceded with whitespace. | 70 | |
| Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| '(' is followed by whitespace. | 78 | |
| Parameter path should be final. | 78 | |
| 'path' hides a field. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| '(' is followed by whitespace. | 86 | |
| Parameter title should be final. | 86 | |
| 'title' hides a field. | 86 | |
| ')' is preceded with whitespace. | 86 | |
| Method 'getOutputPath' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Method 'setOutputPath' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| '(' is followed by whitespace. | 94 | |
| Parameter outputPath should be final. | 94 | |
| 'outputPath' hides a field. | 94 | |
| ')' is preceded with whitespace. | 94 | |
| Line has trailing spaces. | 97 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Line has trailing spaces. | 100 | |
| Line has trailing spaces. | 102 | |
| '(' is followed by whitespace. | 103 | |
| '(' is followed by whitespace. | 104 | |
| ')' is preceded with whitespace. | 104 | |
| '(' is followed by whitespace. | 105 | |
| '(' is followed by whitespace. | 106 | |
| ')' is preceded with whitespace. | 106 | |
| '(' is followed by whitespace. | 107 | |
| '(' is followed by whitespace. | 108 | |
| ')' is preceded with whitespace. | 108 | |
| '(' is followed by whitespace. | 109 | |
| '(' is followed by whitespace. | 110 | |
| ')' is preceded with whitespace. | 110 | |
| '(' is followed by whitespace. | 111 | |
| '(' is followed by whitespace. | 112 | |
| ')' is preceded with whitespace. | 112 | |
| '(' is followed by whitespace. | 113 | |
| Line has trailing spaces. | 114 |
net/rwx/maven/asciidoc/constants/Extension.java
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 21 | |
| interfaces should describe a type and hence have methods. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 |
net/rwx/maven/asciidoc/services/AsciidocService.java
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| interfaces should describe a type and hence have methods. | 24 | |
| Line has trailing spaces. | 25 | |
| Redundant 'static' modifier. | 27 | |
| Line has trailing spaces. | 28 | |
| Redundant 'static' modifier. | 30 |
net/rwx/maven/asciidoc/services/RootService.java
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 28 | |
| First sentence should end with a period. | 29 | |
| Line has trailing spaces. | 31 | |
| Line has trailing spaces. | 32 | |
| '(' is followed by whitespace. | 34 | |
| ')' is preceded with whitespace. | 34 | |
| Line has trailing spaces. | 35 | |
| Line is longer than 80 characters (found 90). | 36 | |
| Missing a Javadoc comment. | 36 | |
| '(' is followed by whitespace. | 36 | |
| ')' is preceded with whitespace. | 36 | |
| Missing a Javadoc comment. | 37 |
net/rwx/maven/asciidoc/services/ServiceOrchestrator.java
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 28 | |
| '(' is followed by whitespace. | 28 | |
| ')' is preceded with whitespace. | 28 | |
| Line has trailing spaces. | 29 | |
| Missing a Javadoc comment. | 30 | |
| '(' is followed by whitespace. | 30 | |
| ')' is preceded with whitespace. | 30 | |
| Line has trailing spaces. | 31 |
net/rwx/maven/asciidoc/services/TransformationService.java
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| interfaces should describe a type and hence have methods. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'static' modifier. | 24 |
net/rwx/maven/asciidoc/services/impl/AsciidocServiceImpl.java
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters (found 85). | 30 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 34 | |
| '(' is followed by whitespace. | 36 | |
| ')' is preceded with whitespace. | 36 | |
| '(' is followed by whitespace. | 38 | |
| ')' is preceded with whitespace. | 38 | |
| '(' is followed by whitespace. | 39 | |
| ')' is preceded with whitespace. | 39 | |
| Line has trailing spaces. | 41 | |
| Line has trailing spaces. | 44 | |
| Unused @param tag for 'input'. | 45 | |
| Unused @param tag for 'output'. | 47 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Line is longer than 80 characters (found 98). | 50 | |
| '(' is followed by whitespace. | 50 | |
| Parameter inputPath should be final. | 50 | |
| Expected @param tag for 'inputPath'. | 50 | |
| Parameter document should be final. | 50 | |
| Expected @param tag for 'document'. | 50 | |
| Parameter backend should be final. | 50 | |
| ')' is preceded with whitespace. | 50 | |
| Expected @throws tag for 'Exception'. | 50 | |
| Line is longer than 80 characters (found 95). | 52 | |
| '(' is followed by whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| '(' is followed by whitespace. | 54 | |
| ')' is preceded with whitespace. | 54 | |
| '(' is followed by whitespace. | 55 | |
| ')' is preceded with whitespace. | 55 | |
| '(' is followed by whitespace. | 56 | |
| ')' is preceded with whitespace. | 56 | |
| Line has trailing spaces. | 58 | |
| Line has trailing spaces. | 61 | |
| Line is longer than 80 characters (found 91). | 67 | |
| '(' is followed by whitespace. | 67 | |
| Parameter input should be final. | 67 | |
| Parameter backend should be final. | 67 | |
| Parameter output should be final. | 67 | |
| ')' is preceded with whitespace. | 67 | |
| Line has trailing spaces. | 69 | |
| '(' is followed by whitespace. | 71 | |
| '(' is followed by whitespace. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| '(' is followed by whitespace. | 72 | |
| '(' is followed by whitespace. | 72 | |
| ')' is preceded with whitespace. | 72 | |
| ')' is preceded with whitespace. | 72 | |
| '(' is followed by whitespace. | 73 | |
| '(' is followed by whitespace. | 73 | |
| ')' is preceded with whitespace. | 73 | |
| ')' is preceded with whitespace. | 73 | |
| '(' is followed by whitespace. | 74 | |
| '(' is followed by whitespace. | 74 | |
| ')' is preceded with whitespace. | 74 | |
| ')' is preceded with whitespace. | 74 | |
| '(' is followed by whitespace. | 75 | |
| '(' is followed by whitespace. | 75 | |
| ')' is preceded with whitespace. | 75 | |
| ')' is preceded with whitespace. | 75 | |
| '(' is followed by whitespace. | 76 | |
| '(' is followed by whitespace. | 76 | |
| ')' is preceded with whitespace. | 76 | |
| ')' is preceded with whitespace. | 76 | |
| '(' is followed by whitespace. | 77 | |
| '(' is followed by whitespace. | 77 | |
| ')' is preceded with whitespace. | 77 | |
| ')' is preceded with whitespace. | 77 | |
| Line has trailing spaces. | 78 | |
| '(' is followed by whitespace. | 79 | |
| ')' is preceded with whitespace. | 79 | |
| '(' is followed by whitespace. | 80 | |
| ')' is preceded with whitespace. | 80 | |
| Line has trailing spaces. | 81 | |
| Line has trailing spaces. | 84 | |
| '(' is followed by whitespace. | 88 | |
| Parameter temporaryDirectory should be final. | 88 | |
| Expected @param tag for 'temporaryDirectory'. | 88 | |
| ')' is preceded with whitespace. | 88 | |
| '(' is followed by whitespace. | 90 | |
| ')' is preceded with whitespace. | 90 | |
| '(' is followed by whitespace. | 91 | |
| ')' is preceded with whitespace. | 91 | |
| '(' is followed by whitespace. | 92 | |
| ')' is preceded with whitespace. | 92 | |
| '(' is followed by whitespace. | 93 | |
| ')' is preceded with whitespace. | 93 | |
| '(' is followed by whitespace. | 94 | |
| ')' is preceded with whitespace. | 94 | |
| '(' is followed by whitespace. | 95 | |
| ')' is preceded with whitespace. | 95 | |
| Line has trailing spaces. | 96 | |
| Method 'setOuputPath' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Parameter inputPath should be final. | 101 | |
| Parameter backend should be final. | 101 |
net/rwx/maven/asciidoc/services/impl/FopServiceImpl.java
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 43 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Line is longer than 80 characters (found 98). | 45 | |
| '(' is followed by whitespace. | 45 | |
| Parameter inputPath should be final. | 45 | |
| Parameter document should be final. | 45 | |
| Parameter backend should be final. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| 'if' is not followed by whitespace. | 47 | |
| '(' is followed by whitespace. | 47 | |
| ')' is preceded with whitespace. | 47 | |
| '(' is followed by whitespace. | 53 | |
| ')' is preceded with whitespace. | 53 | |
| 'if' is not followed by whitespace. | 54 | |
| '(' is followed by whitespace. | 54 | |
| ')' is preceded with whitespace. | 54 | |
| '(' is followed by whitespace. | 55 | |
| ')' is preceded with whitespace. | 55 | |
| Line is longer than 80 characters (found 84). | 57 | |
| '(' is followed by whitespace. | 57 | |
| '(' is followed by whitespace. | 57 | |
| ')' is preceded with whitespace. | 57 | |
| '(' is followed by whitespace. | 59 | |
| ')' is preceded with whitespace. | 59 | |
| Line has trailing spaces. | 61 | |
| Line has trailing spaces. | 62 | |
| '(' is followed by whitespace. | 64 | |
| ')' is preceded with whitespace. | 64 | |
| '(' is followed by whitespace. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| '(' is followed by whitespace. | 66 | |
| ')' is preceded with whitespace. | 66 | |
| '(' is followed by whitespace. | 67 | |
| ')' is preceded with whitespace. | 67 | |
| '(' is followed by whitespace. | 69 | |
| ')' is preceded with whitespace. | 69 | |
| Line has trailing spaces. | 70 | |
| 'if' is not followed by whitespace. | 71 | |
| '(' is followed by whitespace. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| Method 'setOuputPath' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Parameter inputPath should be final. | 79 | |
| Parameter backend should be final. | 79 | |
| 'if' is not followed by whitespace. | 80 | |
| '(' is followed by whitespace. | 80 | |
| ')' is preceded with whitespace. | 80 | |
| 'else' is not preceded with whitespace. | 82 | |
| '}' is not followed by whitespace. | 82 |
net/rwx/maven/asciidoc/services/impl/RootServiceImpl.java
| Violation | Message | Line |
|---|---|---|
| Unused import - net.rwx.maven.asciidoc.configuration.Document. | 20 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Line has trailing spaces. | 33 | |
| Method 'setLogger' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Parameter logger should be final. | 35 | |
| 'logger' hides a field. | 35 | |
| Line has trailing spaces. | 38 | |
| Method 'getLogger' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 43 | |
| '(' is followed by whitespace. | 43 | |
| ')' is preceded with whitespace. | 43 | |
| Line has trailing spaces. | 44 | |
| Method 'setOutputPath' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| '(' is followed by whitespace. | 45 | |
| Parameter inputPath should be final. | 45 | |
| Parameter extension should be final. | 45 | |
| ')' is preceded with whitespace. | 45 | |
| '(' is followed by whitespace. | 47 | |
| '(' is followed by whitespace. | 47 | |
| ')' is preceded with whitespace. | 47 | |
| ')' is preceded with whitespace. | 47 | |
| '(' is followed by whitespace. | 48 | |
| ')' is preceded with whitespace. | 48 | |
| Line has trailing spaces. | 49 | |
| '(' is followed by whitespace. | 50 | |
| ')' is preceded with whitespace. | 50 | |
| Line has trailing spaces. | 52 | |
| Method 'setOutputPath' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| '(' is followed by whitespace. | 53 | |
| Parameter outputPath should be final. | 53 | |
| 'outputPath' hides a field. | 53 | |
| ')' is preceded with whitespace. | 53 | |
| Method 'getOuputPath' is not designed for extension - needs to be abstract, final or empty. | 57 |
net/rwx/maven/asciidoc/services/impl/ServiceOrchestratorImpl.java
| Violation | Message | Line |
|---|---|---|
| Unused import - net.rwx.maven.asciidoc.backends.AsciidocBackendTransformation. | 23 | |
| Line has trailing spaces. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Line has trailing spaces. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Line has trailing spaces. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Line has trailing spaces. | 50 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| '(' is followed by whitespace. | 52 | |
| Parameter document should be final. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| '(' is followed by whitespace. | 54 | |
| ')' is preceded with whitespace. | 54 | |
| '(' is followed by whitespace. | 55 | |
| ')' is preceded with whitespace. | 55 | |
| '(' is followed by whitespace. | 56 | |
| ')' is preceded with whitespace. | 56 | |
| Line has trailing spaces. | 59 | |
| Missing a Javadoc comment. | 60 | |
| '(' is followed by whitespace. | 60 | |
| Parameter document should be final. | 60 | |
| ')' is preceded with whitespace. | 60 | |
| Line is longer than 80 characters (found 111). | 61 | |
| '(' is followed by whitespace. | 61 | |
| '(' is followed by whitespace. | 61 | |
| ')' is preceded with whitespace. | 61 | |
| ')' is preceded with whitespace. | 61 | |
| Line has trailing spaces. | 62 | |
| '(' is followed by whitespace. | 64 | |
| ')' is preceded with whitespace. | 64 | |
| '(' is followed by whitespace. | 67 | |
| ')' is preceded with whitespace. | 67 | |
| Line is longer than 80 characters (found 91). | 68 | |
| '(' is followed by whitespace. | 68 | |
| ')' is preceded with whitespace. | 68 | |
| Line is longer than 80 characters (found 85). | 69 | |
| '(' is followed by whitespace. | 69 | |
| Line has trailing spaces. | 70 | |
| Line is longer than 80 characters (found 93). | 71 | |
| '(' is followed by whitespace. | 71 | |
| ')' is preceded with whitespace. | 71 | |
| Line has trailing spaces. | 73 | |
| Method 'setLogger' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| '(' is followed by whitespace. | 75 | |
| Parameter logger should be final. | 75 | |
| 'logger' hides a field. | 75 | |
| ')' is preceded with whitespace. | 75 | |
| '(' is followed by whitespace. | 77 | |
| ')' is preceded with whitespace. | 77 | |
| '(' is followed by whitespace. | 78 | |
| ')' is preceded with whitespace. | 78 | |
| '(' is followed by whitespace. | 79 | |
| ')' is preceded with whitespace. | 79 |
net/rwx/maven/asciidoc/services/impl/TransformationServiceImpl.java
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters (found 97). | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Line is longer than 80 characters (found 96). | 51 | |
| Parameter inputPath should be final. | 51 | |
| Parameter document should be final. | 51 | |
| Parameter backend should be final. | 51 | |
| 'if' is not followed by whitespace. | 53 | |
| '(' is followed by whitespace. | 53 | |
| Line is longer than 80 characters (found 84). | 55 | |
| Line is longer than 80 characters (found 105). | 60 | |
| Comment matches to-do format 'TODO:'. | 66 | |
| Line is longer than 80 characters (found 87). | 67 | |
| Missing a Javadoc comment. | 73 | |
| Parameter name should be final. | 73 | |
| Method 'setOuputPath' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Parameter inputPath should be final. | 86 | |
| Parameter backend should be final. | 86 | |
| 'if' is not followed by whitespace. | 87 | |
| '(' is followed by whitespace. | 87 | |
| ')' is preceded with whitespace. | 87 | |
| '(' is followed by whitespace. | 88 | |
| ')' is preceded with whitespace. | 88 | |
| 'else' is not preceded with whitespace. | 89 | |
| '}' is not followed by whitespace. | 89 |
net/rwx/maven/asciidoc/services/modules/AsciidocModule.java
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 34 | |
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Line is longer than 80 characters (found 94). | 41 | |
| Line is longer than 80 characters (found 86). | 42 | |
| Line is longer than 80 characters (found 98). | 43 | |
| Line is longer than 80 characters (found 84). | 45 | |
| Line has trailing spaces. | 47 |
net/rwx/maven/asciidoc/utils/FileUtils.java
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Using the '.*' form of import should be avoided - java.io.*. | 19 | |
| Missing a Javadoc comment. | 30 | |
| Line has trailing spaces. | 31 | |
| Line is longer than 80 characters (found 107). | 32 | |
| Missing a Javadoc comment. | 32 | |
| '(' is followed by whitespace. | 32 | |
| Parameter filename should be final. | 32 | |
| Parameter extension should be final. | 32 | |
| ')' is preceded with whitespace. | 32 | |
| Line has trailing spaces. | 33 | |
| '(' is followed by whitespace. | 34 | |
| ')' is preceded with whitespace. | 34 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 37 | |
| '(' is followed by whitespace. | 38 | |
| ')' is preceded with whitespace. | 38 | |
| '(' is followed by whitespace. | 39 | |
| ')' is preceded with whitespace. | 39 | |
| '(' is followed by whitespace. | 40 | |
| ')' is preceded with whitespace. | 40 | |
| '(' is followed by whitespace. | 41 | |
| ')' is preceded with whitespace. | 41 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 45 | |
| Line is longer than 80 characters (found 104). | 46 | |
| Missing a Javadoc comment. | 46 | |
| '(' is followed by whitespace. | 46 | |
| Parameter fileName should be final. | 46 | |
| Parameter directoryName should be final. | 46 | |
| ')' is preceded with whitespace. | 46 | |
| Line has trailing spaces. | 47 | |
| '(' is followed by whitespace. | 48 | |
| ')' is preceded with whitespace. | 48 | |
| '(' is followed by whitespace. | 49 | |
| ')' is preceded with whitespace. | 49 | |
| Line has trailing spaces. | 50 | |
| '(' is followed by whitespace. | 51 | |
| ')' is preceded with whitespace. | 51 | |
| '(' is followed by whitespace. | 52 | |
| ')' is preceded with whitespace. | 52 | |
| '(' is followed by whitespace. | 53 | |
| ')' is preceded with whitespace. | 53 | |
| Line has trailing spaces. | 55 | |
| '(' is followed by whitespace. | 56 | |
| ')' is preceded with whitespace. | 56 | |
| Line has trailing spaces. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Line has trailing spaces. | 61 | |
| '(' is followed by whitespace. | 62 | |
| ')' is preceded with whitespace. | 62 | |
| '(' is followed by whitespace. | 63 | |
| ')' is preceded with whitespace. | 63 | |
| '(' is followed by whitespace. | 64 | |
| ')' is preceded with whitespace. | 64 | |
| '(' is followed by whitespace. | 65 | |
| ')' is preceded with whitespace. | 65 | |
| Line has trailing spaces. | 66 | |
| '(' is followed by whitespace. | 67 | |
| ')' is preceded with whitespace. | 67 | |
| '(' is followed by whitespace. | 68 | |
| ')' is preceded with whitespace. | 68 | |
| Line has trailing spaces. | 70 | |
| Missing a Javadoc comment. | 73 | |
| '(' is followed by whitespace. | 73 | |
| ')' is preceded with whitespace. | 73 | |
| 'if' is not followed by whitespace. | 75 | |
| '(' is followed by whitespace. | 75 | |
| ')' is preceded with whitespace. | 75 | |
| '{' should be on the previous line. | 76 | |
| Line has trailing spaces. | 78 | |
| '(' is followed by whitespace. | 79 | |
| ')' is preceded with whitespace. | 79 | |
| '(' is followed by whitespace. | 80 | |
| ')' is preceded with whitespace. | 80 | |
| '(' is followed by whitespace. | 81 | |
| ')' is preceded with whitespace. | 81 | |
| '(' is followed by whitespace. | 82 | |
| ')' is preceded with whitespace. | 82 | |
| '(' is followed by whitespace. | 83 | |
| ')' is preceded with whitespace. | 83 | |
| '(' is followed by whitespace. | 84 | |
| ')' is preceded with whitespace. | 84 | |
| '(' is followed by whitespace. | 85 | |
| ')' is preceded with whitespace. | 85 | |
| Line is longer than 80 characters (found 90). | 87 | |
| Line has trailing spaces. | 93 | |
| Line is longer than 80 characters (found 94). | 94 | |
| Missing a Javadoc comment. | 94 | |
| '(' is followed by whitespace. | 94 | |
| Parameter is should be final. | 94 | |
| Parameter destination should be final. | 94 | |
| ')' is preceded with whitespace. | 94 | |
| Line has trailing spaces. | 95 | |
| '(' is followed by whitespace. | 96 | |
| ')' is preceded with whitespace. | 96 | |
| '(' is followed by whitespace. | 98 | |
| ')' is preceded with whitespace. | 98 | |
| Line has trailing spaces. | 99 | |
| '(' is followed by whitespace. | 102 | |
| ')' is preceded with whitespace. | 102 | |
| '(' is followed by whitespace. | 103 | |
| ')' is preceded with whitespace. | 103 | |
| Line has trailing spaces. | 104 | |
| 'if' is not followed by whitespace. | 105 | |
| '(' is followed by whitespace. | 105 | |
| '!' is followed by whitespace. | 105 | |
| ')' is preceded with whitespace. | 105 | |
| '(' is followed by whitespace. | 106 | |
| ')' is preceded with whitespace. | 106 | |
| 'cast' is not followed by whitespace. | 107 | |
| 'while' is not followed by whitespace. | 109 | |
| '(' is followed by whitespace. | 109 | |
| ')' is preceded with whitespace. | 109 | |
| Line is longer than 80 characters (found 92). | 110 | |
| '(' is followed by whitespace. | 111 | |
| ')' is preceded with whitespace. | 111 | |
| '(' is followed by whitespace. | 115 | |
| ')' is preceded with whitespace. | 115 | |
| '}' is not followed by whitespace. | 118 | |
| '(' is followed by whitespace. | 118 | |
| ')' is preceded with whitespace. | 118 | |
| Line has trailing spaces. | 121 |