Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 13 | 0 | 2 | 364 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
74 | |
RightCurly
|
10 | ||
| coding | HiddenField
|
2 | |
| header | RegexpHeader
|
13 | |
| whitespace | ParenPad
|
267 |
Details
org/apache/maven/toolchain/building/DefaultToolchainsBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| blocks | LeftCurly | '{' at column 107 should be on a new line. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| blocks | LeftCurly | '{' at column 113 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. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| 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 followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 78 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 | |
| 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 104 should be on a new line. | 85 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 90 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 90 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 98 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 100 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 100 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 100 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 110 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 110 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 110 | |
| 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 preceded with whitespace. | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 115 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 115 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 119 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 122 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 123 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 123 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 124 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 129 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 130 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 130 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 132 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 132 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 133 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 133 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 133 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 133 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 134 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 134 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 142 | |
| blocks | LeftCurly | '{' at column 100 should be on a new line. | 142 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 143 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 143 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 143 | |
| blocks | LeftCurly | '{' at column 13 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 17 should be on a new line. | 152 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 153 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 153 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 154 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 154 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 154 | |
| blocks | LeftCurly | '{' at column 50 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. | 157 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 157 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 159 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 159 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 161 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 161 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 161 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 161 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 167 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 169 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 169 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 169 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 169 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 175 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 182 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 182 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 182 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 183 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 183 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 183 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 184 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 184 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 184 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 185 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 185 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 185 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 185 | |
| blocks | LeftCurly | '{' at column 83 should be on a new line. | 185 |
org/apache/maven/toolchain/building/DefaultToolchainsBuildingRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 29 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 35 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| coding | HiddenField | 'globalToolchainsSource' hides a field. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| blocks | LeftCurly | '{' at column 95 should be on a new line. | 40 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 46 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| coding | HiddenField | 'userToolchainsSource' hides a field. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| blocks | LeftCurly | '{' at column 91 should be on a new line. | 51 |
org/apache/maven/toolchain/building/DefaultToolchainsBuildingResult.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 32 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| blocks | LeftCurly | '{' at column 109 should be on a new line. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 50 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 55 |
org/apache/maven/toolchain/building/ToolchainsBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 27 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 36 |
org/apache/maven/toolchain/building/ToolchainsBuildingException.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. | 31 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 40 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with 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 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| 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. | 64 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is not preceded with 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. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 69 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| 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 38 should be on a new line. | 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 |
org/apache/maven/toolchain/building/ToolchainsBuildingRequest.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. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 |
org/apache/maven/toolchain/building/ToolchainsBuildingResult.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 |
org/apache/maven/toolchain/io/DefaultToolchainsReader.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. | 42 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| blocks | LeftCurly | '{' at column 92 should be on a new line. | 45 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 | |
| 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 followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| blocks | LeftCurly | '{' at column 94 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. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 55 | |
| 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 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| blocks | LeftCurly | '{' at column 44 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. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| blocks | LeftCurly | '{' at column 99 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. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 68 | |
| whitespace | ParenPad | '(' is not followed by 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 54 should be on a new line. | 73 | |
| 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 preceded with whitespace. | 74 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 |
org/apache/maven/toolchain/io/DefaultToolchainsWriter.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. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| blocks | LeftCurly | '{' at column 118 should be on a new line. | 41 | |
| 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 45 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 |
org/apache/maven/toolchain/io/ToolchainsParseException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| blocks | LeftCurly | '{' at column 87 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. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| blocks | LeftCurly | '{' at column 104 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. | 64 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 64 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 74 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 83 |
org/apache/maven/toolchain/io/ToolchainsReader.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. | 34 | |
| 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. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 |
org/apache/maven/toolchain/io/ToolchainsWriter.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. | 32 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 43 |
org/apache/maven/toolchain/merge/MavenToolchainMerger.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. | 34 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| blocks | LeftCurly | '{' at column 103 should be on a new line. | 37 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| 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 105 should be on a new line. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| blocks | LeftCurly | '{' at column 55 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. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| blocks | LeftCurly | '{' at column 57 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. | 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 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 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 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 64 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 64 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 69 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 69 | |
| 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 109 should be on a new line. | 73 | |
| 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. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 80 |





