Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 98 | 72 | 181 | 1863 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
406 | |
| coding | HiddenField
|
68 | |
| header | RegexpHeader
|
98 | |
| javadoc | JavadocMethod
|
113 | |
JavadocVariable
|
72 | ||
| whitespace | ParenPad
|
1333 | |
| WhitespaceAround | 26 |
Details
org/apache/maven/api/Artifact.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 32 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 40 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 |
org/apache/maven/api/ArtifactCoordinate.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 33 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 78 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 |
org/apache/maven/api/Dependency.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 23 |
org/apache/maven/api/DependencyCoordinate.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 33 |
org/apache/maven/api/Event.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 33 |
org/apache/maven/api/EventType.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 23 should be on a new line. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
org/apache/maven/api/Exclusion.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 31 |
org/apache/maven/api/JavaToolchain.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 29 |
org/apache/maven/api/Listener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 35 |
org/apache/maven/api/LocalRepository.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 34 |
org/apache/maven/api/MetadataStorage.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
org/apache/maven/api/MojoExecution.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 31 |
org/apache/maven/api/Node.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 23 should be on a new line. | 37 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 95 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 |
org/apache/maven/api/NodeVisitor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 32 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 |
org/apache/maven/api/Project.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 36 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 57 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 73 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 84 |
org/apache/maven/api/RemoteRepository.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 30 |
org/apache/maven/api/Repository.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 34 |
org/apache/maven/api/ResolutionScope.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 78 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 78 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 84 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 89 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 93 |
org/apache/maven/api/Scope.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 19 should be on a new line. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 31 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 32 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 33 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 34 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 36 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| blocks | LeftCurly | '{' at column 22 should be on a new line. | 40 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 |
org/apache/maven/api/Service.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 34 |
org/apache/maven/api/Session.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 42 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 104 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 113 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'clazz'. | 113 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 113 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 133 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 133 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 141 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 141 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 163 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 163 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 163 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 163 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 169 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'url'. | 170 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 170 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 176 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 177 | |
| javadoc | JavadocMethod | Expected @param tag for 'repository'. | 177 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 177 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 183 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 183 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupId'. | 183 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifactId'. | 183 | |
| javadoc | JavadocMethod | Expected @param tag for 'version'. | 183 | |
| javadoc | JavadocMethod | Expected @param tag for 'extension'. | 183 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 183 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 189 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupId'. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifactId'. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'version'. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'classifier'. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'extension'. | 190 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 190 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 190 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 196 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 196 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 196 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 196 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 202 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 203 | |
| javadoc | JavadocMethod | Expected @param tag for 'coordinate'. | 203 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 203 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 209 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupId'. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifactId'. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'version'. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'extension'. | 209 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 209 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 215 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupId'. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifactId'. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'version'. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'classifier'. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'extension'. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 216 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 216 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 224 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 224 | |
| javadoc | JavadocMethod | Expected @param tag for 'coordinate'. | 224 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 224 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 232 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 232 | |
| javadoc | JavadocMethod | Expected @param tag for 'coordinates'. | 232 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 232 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 240 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 240 | |
| javadoc | JavadocMethod | Expected @param tag for 'coordinates'. | 240 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 240 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 248 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 248 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 248 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 248 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 256 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 256 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifacts'. | 256 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 256 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 264 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifacts'. | 264 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 264 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 272 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifacts'. | 272 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 272 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 280 | |
| javadoc | JavadocMethod | Expected @param tag for 'repository'. | 280 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifacts'. | 280 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 280 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 286 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 286 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 286 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 286 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 292 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 293 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 293 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 293 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 299 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 299 | |
| javadoc | JavadocMethod | Expected @param tag for 'version'. | 299 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 299 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 307 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 308 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 308 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 308 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 316 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 317 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 317 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 317 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 325 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 326 | |
| javadoc | JavadocMethod | Expected @param tag for 'dependency'. | 326 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 326 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 328 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 328 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 330 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 330 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 338 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 339 | |
| javadoc | JavadocMethod | Expected @param tag for 'version'. | 339 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 339 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 347 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 348 | |
| javadoc | JavadocMethod | Expected @param tag for 'versionRange'. | 348 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 348 |
org/apache/maven/api/SessionData.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 43 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 |
org/apache/maven/api/Toolchain.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 |
org/apache/maven/api/Type.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 23 should be on a new line. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 |
org/apache/maven/api/Version.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 32 |
org/apache/maven/api/VersionRange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 |
org/apache/maven/api/plugin/Log.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 22 should be on a new line. | 33 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 94 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 98 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 110 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 110 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 119 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 119 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 127 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 129 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 129 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 131 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 131 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 143 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 143 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 152 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 152 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 160 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 160 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 162 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 162 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 164 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 164 |
org/apache/maven/api/plugin/Mojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 23 should be on a new line. | 35 |
org/apache/maven/api/plugin/MojoException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'shortMessage'. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'longMessage'. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 40 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'cause'. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 67 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 71 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 75 |
org/apache/maven/api/plugin/annotations/Component.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 41 |
org/apache/maven/api/plugin/annotations/Execute.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 36 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 39 |
org/apache/maven/api/plugin/annotations/InstantiationStrategy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 30 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 31 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 32 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 33 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 33 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 37 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 41 |
org/apache/maven/api/plugin/annotations/LifecyclePhase.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 30 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 31 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 32 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 33 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 34 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 67 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 71 |
org/apache/maven/api/plugin/annotations/Mojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 40 |
org/apache/maven/api/plugin/annotations/Parameter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 43 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 45 |
org/apache/maven/api/services/ArtifactCoordinateFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| blocks | LeftCurly | '{' at column 108 should be on a new line. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 |
org/apache/maven/api/services/ArtifactCoordinateFactoryRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| blocks | LeftCurly | '{' at column 108 should be on a new line. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 74 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 78 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 92 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 92 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 94 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 98 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 103 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 112 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| coding | HiddenField | 'session' hides a field. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 119 | |
| coding | HiddenField | 'groupId' hides a field. | 119 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 119 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 119 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 124 | |
| coding | HiddenField | 'artifactId' hides a field. | 124 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 124 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 124 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 129 | |
| coding | HiddenField | 'version' hides a field. | 129 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 129 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 129 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 134 | |
| coding | HiddenField | 'classifier' hides a field. | 134 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 134 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 134 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 139 | |
| coding | HiddenField | 'extension' hides a field. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 139 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 139 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 144 | |
| coding | HiddenField | 'type' hides a field. | 144 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 144 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 144 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 151 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 155 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 170 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 170 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 171 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 171 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 181 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 186 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 191 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 196 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 201 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 206 |
org/apache/maven/api/services/ArtifactDeployer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 36 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| blocks | LeftCurly | '{' at column 118 should be on a new line. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 |
org/apache/maven/api/services/ArtifactDeployerException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 40 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 |
org/apache/maven/api/services/ArtifactDeployerRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 38 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| blocks | LeftCurly | '{' at column 118 should be on a new line. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 66 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 72 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| coding | HiddenField | 'session' hides a field. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 75 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| coding | HiddenField | 'repository' hides a field. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 81 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| coding | HiddenField | 'artifacts' hides a field. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| coding | HiddenField | 'retryFailedDeploymentCount' hides a field. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 91 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 97 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 98 | |
| blocks | LeftCurly | '{' at column 116 should be on a new line. | 101 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 111 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 111 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 113 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 113 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 120 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 126 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 131 |
org/apache/maven/api/services/ArtifactFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 33 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| blocks | LeftCurly | '{' at column 108 should be on a new line. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 |
org/apache/maven/api/services/ArtifactFactoryRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| blocks | LeftCurly | '{' at column 99 should be on a new line. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 73 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 78 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 83 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 88 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 97 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| coding | HiddenField | 'session' hides a field. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 99 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 104 | |
| coding | HiddenField | 'groupId' hides a field. | 104 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 104 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 104 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| coding | HiddenField | 'artifactId' hides a field. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| coding | HiddenField | 'version' hides a field. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 119 | |
| coding | HiddenField | 'classifier' hides a field. | 119 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 119 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 119 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 124 | |
| coding | HiddenField | 'extension' hides a field. | 124 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 124 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 124 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 129 | |
| coding | HiddenField | 'type' hides a field. | 129 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 129 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 129 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 134 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| blocks | LeftCurly | '{' at column 114 should be on a new line. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 154 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 154 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 155 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 155 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 165 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 170 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 175 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 180 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 185 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 190 |
org/apache/maven/api/services/ArtifactInstaller.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 35 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 |
org/apache/maven/api/services/ArtifactInstallerException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 27 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 |
org/apache/maven/api/services/ArtifactInstallerRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 40 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 49 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| blocks | LeftCurly | '{' at column 92 should be on a new line. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 62 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 66 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 69 | |
| coding | HiddenField | 'session' hides a field. | 69 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 69 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 69 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| coding | HiddenField | 'artifacts' hides a field. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| blocks | LeftCurly | '{' at column 100 should be on a new line. | 75 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 81 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 | |
| blocks | LeftCurly | '{' at column 110 should be on a new line. | 85 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| blocks | LeftCurly | '{' at column 112 should be on a new line. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 96 |
org/apache/maven/api/services/ArtifactManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 33 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 39 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 |
org/apache/maven/api/services/ArtifactResolver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 33 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| blocks | LeftCurly | '{' at column 115 should be on a new line. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 |
org/apache/maven/api/services/ArtifactResolverException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 37 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 |
org/apache/maven/api/services/ArtifactResolverRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 38 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| blocks | LeftCurly | '{' at column 102 should be on a new line. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 60 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 64 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| coding | HiddenField | 'session' hides a field. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 67 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 73 | |
| coding | HiddenField | 'coordinates' hides a field. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| blocks | LeftCurly | '{' at column 113 should be on a new line. | 73 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 79 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| blocks | LeftCurly | '{' at column 116 should be on a new line. | 83 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| blocks | LeftCurly | '{' at column 110 should be on a new line. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 95 |
org/apache/maven/api/services/ArtifactResolverResult.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 33 |
org/apache/maven/api/services/BaseRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 43 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 |
org/apache/maven/api/services/BuilderProblem.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 34 | |
| blocks | LeftCurly | '{' at column 19 should be on a new line. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 |
org/apache/maven/api/services/DependencyCollector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| blocks | LeftCurly | '{' at column 109 should be on a new line. | 70 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| blocks | LeftCurly | '{' at column 99 should be on a new line. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 104 | |
| blocks | LeftCurly | '{' at column 101 should be on a new line. | 104 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 |
org/apache/maven/api/services/DependencyCollectorException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 40 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 |
org/apache/maven/api/services/DependencyCollectorRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 70 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 73 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 78 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 78 | |
| blocks | LeftCurly | '{' at column 107 should be on a new line. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| blocks | LeftCurly | '{' at column 97 should be on a new line. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 96 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 101 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 110 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 113 | |
| coding | HiddenField | 'session' hides a field. | 113 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 113 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 113 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 130 | |
| coding | HiddenField | 'rootArtifact' hides a field. | 130 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 130 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 130 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 140 | |
| coding | HiddenField | 'root' hides a field. | 140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 140 | |
| blocks | LeftCurly | '{' at column 91 should be on a new line. | 140 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 154 | |
| coding | HiddenField | 'dependencies' hides a field. | 154 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 154 | |
| blocks | LeftCurly | '{' at column 114 should be on a new line. | 154 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 155 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 155 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 166 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 166 | |
| blocks | LeftCurly | '{' at column 104 should be on a new line. | 166 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 167 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 167 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 167 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 168 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 168 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 168 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 171 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 171 | |
| coding | HiddenField | 'managedDependencies' hides a field. | 186 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 186 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 186 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 187 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 187 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 199 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 199 | |
| blocks | LeftCurly | '{' at column 118 should be on a new line. | 199 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 200 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 200 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 200 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 201 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 201 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 201 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 204 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 204 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 216 | |
| coding | HiddenField | 'verbose' hides a field. | 216 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 216 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 216 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 222 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 224 | |
| blocks | LeftCurly | '{' at column 114 should be on a new line. | 227 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 247 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 247 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 248 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 248 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 251 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 251 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 251 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 251 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 253 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 253 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 253 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 253 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 259 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 260 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 260 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 265 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 266 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 266 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 271 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 277 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 282 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 288 |
org/apache/maven/api/services/DependencyCollectorResult.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 32 |
org/apache/maven/api/services/DependencyCoordinateFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 36 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| blocks | LeftCurly | '{' at column 107 should be on a new line. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| blocks | LeftCurly | '{' at column 120 should be on a new line. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 69 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 69 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 73 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 |
org/apache/maven/api/services/DependencyCoordinateFactoryRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 64 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| blocks | LeftCurly | '{' at column 119 should be on a new line. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 73 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 78 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 83 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 83 | |
| blocks | LeftCurly | '{' at column 111 should be on a new line. | 83 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 92 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 92 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 98 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 103 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 115 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 115 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 117 | |
| coding | HiddenField | 'session' hides a field. | 117 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 117 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 117 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 122 | |
| coding | HiddenField | 'groupId' hides a field. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 122 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 122 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 127 | |
| coding | HiddenField | 'artifactId' hides a field. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 127 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 127 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 132 | |
| coding | HiddenField | 'version' hides a field. | 132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 132 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 132 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 137 | |
| coding | HiddenField | 'classifier' hides a field. | 137 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 137 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 137 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 142 | |
| coding | HiddenField | 'extension' hides a field. | 142 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 142 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 142 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 147 | |
| coding | HiddenField | 'type' hides a field. | 147 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 147 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 147 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 152 | |
| coding | HiddenField | 'scope' hides a field. | 152 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 152 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 152 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 157 | |
| coding | HiddenField | 'optional' hides a field. | 157 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 157 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 157 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 162 | |
| coding | HiddenField | 'exclusions' hides a field. | 162 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 162 | |
| blocks | LeftCurly | '{' at column 103 should be on a new line. | 162 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 163 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 163 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 163 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 164 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 164 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 164 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 167 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 167 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 172 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 172 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 172 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 173 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 173 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 173 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 174 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 174 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 174 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 177 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 177 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 182 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 184 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 188 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 199 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 199 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 210 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 210 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 211 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 211 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 224 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 229 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 234 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 239 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 244 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 249 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 254 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 259 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 265 |
org/apache/maven/api/services/LocalRepositoryManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 36 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 |
org/apache/maven/api/services/Lookup.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 25 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 27 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 27 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 29 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 31 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 31 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 33 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 33 |
org/apache/maven/api/services/LookupException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 34 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 34 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 35 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 |
org/apache/maven/api/services/MavenException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 29 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 32 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 32 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 32 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 33 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 33 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 36 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 36 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 40 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 |
org/apache/maven/api/services/MessageBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 64 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 95 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 95 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 113 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 113 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 121 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 129 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 129 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 146 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 146 |
org/apache/maven/api/services/MessageBuilderFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 31 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 |
org/apache/maven/api/services/ProjectBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 33 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 55 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 69 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 70 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 83 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 84 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 97 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 98 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 98 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 |
org/apache/maven/api/services/ProjectBuilderException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 34 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 34 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 35 |
org/apache/maven/api/services/ProjectBuilderRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 42 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 78 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 78 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 79 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 84 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 92 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 92 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 92 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 94 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 94 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 95 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 95 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 95 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 95 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 100 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 105 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| coding | HiddenField | 'session' hides a field. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 123 | |
| coding | HiddenField | 'path' hides a field. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 123 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 128 | |
| coding | HiddenField | 'source' hides a field. | 128 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 128 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 128 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 133 | |
| coding | HiddenField | 'artifact' hides a field. | 133 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 133 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 133 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 138 | |
| coding | HiddenField | 'coordinate' hides a field. | 138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 138 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 138 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 143 | |
| coding | HiddenField | 'processPlugins' hides a field. | 143 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 143 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 143 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 148 | |
| coding | HiddenField | 'resolveDependencies' hides a field. | 148 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 148 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 148 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 153 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 163 | |
| blocks | LeftCurly | '{' at column 112 should be on a new line. | 166 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 176 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 176 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 186 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 186 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 187 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 187 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 200 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 201 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 201 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 206 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 207 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 212 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 213 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 213 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 218 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 219 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 219 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 223 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 228 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 233 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 238 |
org/apache/maven/api/services/ProjectBuilderResult.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 34 |
org/apache/maven/api/services/ProjectManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'project'. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| blocks | LeftCurly | '{' at column 91 should be on a new line. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 69 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 83 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 83 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 |
org/apache/maven/api/services/Prompter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 31 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 39 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| blocks | LeftCurly | '{' at column 97 should be on a new line. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 64 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 |
org/apache/maven/api/services/PrompterException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 34 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 34 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 35 |
org/apache/maven/api/services/RepositoryFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 35 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 |
org/apache/maven/api/services/SettingsBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'session'. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'globalSettingsSource'. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'userSettingsSource'. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| blocks | LeftCurly | '{' at column 113 should be on a new line. | 49 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'session'. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'globalSettingsPath'. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'userSettingsPath'. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| blocks | LeftCurly | '{' at column 105 should be on a new line. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 |
org/apache/maven/api/services/SettingsBuilderException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 34 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 34 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 35 |
org/apache/maven/api/services/SettingsBuilderRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| blocks | LeftCurly | '{' at column 113 should be on a new line. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 78 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 78 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 79 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| blocks | LeftCurly | '{' at column 105 should be on a new line. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 95 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 100 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 107 | |
| coding | HiddenField | 'session' hides a field. | 107 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 107 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 107 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 112 | |
| coding | HiddenField | 'globalSettingsPath' hides a field. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 117 | |
| coding | HiddenField | 'globalSettingsSource' hides a field. | 117 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 117 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 117 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 122 | |
| coding | HiddenField | 'userSettingsPath' hides a field. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 122 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 122 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 127 | |
| coding | HiddenField | 'userSettingsSource' hides a field. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 127 | |
| blocks | LeftCurly | '{' at column 92 should be on a new line. | 127 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 134 | |
| blocks | LeftCurly | '{' at column 114 should be on a new line. | 137 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 143 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 143 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 149 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 150 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 150 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 159 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 160 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 160 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 165 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 166 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 166 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 171 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 172 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 172 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 177 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 178 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 178 |
org/apache/maven/api/services/SettingsBuilderResult.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 25 |
org/apache/maven/api/services/Source.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 25 should be on a new line. | 31 |
org/apache/maven/api/services/ToolchainFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 29 |
org/apache/maven/api/services/ToolchainManager.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 36 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 |
org/apache/maven/api/services/ToolchainManagerException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 34 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 34 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 35 |
org/apache/maven/api/services/ToolchainsBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 28 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 |
org/apache/maven/api/services/ToolchainsBuilderException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 34 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 34 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 35 |
org/apache/maven/api/services/ToolchainsBuilderRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 30 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 78 | |
| blocks | LeftCurly | '{' at column 109 should be on a new line. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 87 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 92 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| coding | HiddenField | 'session' hides a field. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 99 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 104 | |
| coding | HiddenField | 'globalToolchainsPath' hides a field. | 104 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 104 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 104 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| coding | HiddenField | 'globalToolchainsSource' hides a field. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| blocks | LeftCurly | '{' at column 102 should be on a new line. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| coding | HiddenField | 'userToolchainsPath' hides a field. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| blocks | LeftCurly | '{' at column 92 should be on a new line. | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 119 | |
| coding | HiddenField | 'userToolchainsSource' hides a field. | 119 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 119 | |
| blocks | LeftCurly | '{' at column 98 should be on a new line. | 119 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 124 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 126 | |
| blocks | LeftCurly | '{' at column 118 should be on a new line. | 129 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 141 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 141 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 142 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 142 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 151 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 152 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 152 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 157 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 158 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 158 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 163 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 164 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 164 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 169 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 170 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 170 |
org/apache/maven/api/services/ToolchainsBuilderResult.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 25 |
org/apache/maven/api/services/Transport.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 40 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'relativeSource'. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'target'. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'relativeSource'. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'relativeSource'. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'charset'. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'relativeSource'. | 78 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 78 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'relativeTarget'. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'relativeTarget'. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'charset'. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'relativeTarget'. | 104 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 104 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'source'. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'relativeTarget'. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 113 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 113 |
org/apache/maven/api/services/TransportProvider.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 41 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'session'. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'repository'. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 |
org/apache/maven/api/services/TransportProviderException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 30 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 30 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 31 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 31 |
org/apache/maven/api/services/TypeRegistry.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 32 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 43 |
org/apache/maven/api/services/VersionParser.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 33 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 43 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'version'. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 |
org/apache/maven/api/services/VersionParserException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 34 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 34 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 35 |
org/apache/maven/api/services/xml/ModelXmlFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 30 |
org/apache/maven/api/services/xml/SettingsXmlFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 30 |
org/apache/maven/api/services/xml/ToolchainsXmlFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 30 |
org/apache/maven/api/services/xml/XmlFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 39 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 42 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 43 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 62 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 67 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 74 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 78 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 78 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 79 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 85 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 99 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 100 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 100 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 100 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 111 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 111 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 111 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 113 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 113 |
org/apache/maven/api/services/xml/XmlReaderException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 36 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 36 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 |
org/apache/maven/api/services/xml/XmlReaderRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 37 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 70 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 75 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| coding | HiddenField | 'path' hides a field. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| coding | HiddenField | 'url' hides a field. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| coding | HiddenField | 'inputStream' hides a field. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 96 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 101 | |
| coding | HiddenField | 'reader' hides a field. | 101 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 101 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 101 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 106 | |
| coding | HiddenField | 'transformer' hides a field. | 106 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 106 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 111 | |
| coding | HiddenField | 'strict' hides a field. | 111 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 111 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 111 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 116 | |
| coding | HiddenField | 'modelId' hides a field. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 121 | |
| coding | HiddenField | 'location' hides a field. | 121 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 121 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 126 | |
| coding | HiddenField | 'addDefaultEntities' hides a field. | 126 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 126 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 126 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 131 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 133 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 136 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 147 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 147 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 157 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 157 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 170 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 175 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 180 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 184 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 189 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 194 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 199 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 204 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 209 |
org/apache/maven/api/services/xml/XmlWriterException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 36 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 36 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 |
org/apache/maven/api/services/xml/XmlWriterRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 33 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 43 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| coding | HiddenField | 'path' hides a field. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| coding | HiddenField | 'outputStream' hides a field. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| coding | HiddenField | 'writer' hides a field. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| coding | HiddenField | 'content' hides a field. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 68 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 73 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 83 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 83 | |
| blocks | LeftCurly | '{' at column 101 should be on a new line. | 83 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 91 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 96 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 101 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 106 |





