Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 104 | 12 | 149 | 7294 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | LeftCurly
|
1441 | |
RightCurly
|
104 | ||
| coding | HiddenField
|
70 | |
| header | RegexpHeader
|
104 | |
| javadoc | JavadocMethod
|
79 | |
JavadocVariable
|
12 | ||
| sizes | LineLength
|
1 | |
| MethodLength | 2 | ||
| whitespace | ParenPad
|
5626 | |
| WhitespaceAround | 16 |
Details
org/apache/maven/feature/Features.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 | |
| 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 68 should be on a new line. | 32 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 33 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 33 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 42 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 47 | |
| 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 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 52 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 56 |
org/apache/maven/model/building/AbstractModelBuildingListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 26 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 29 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 29 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 29 |
org/apache/maven/model/building/AbstractModelSourceTransformer.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. | 28 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 28 |
org/apache/maven/model/building/ArtifactModelSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 76 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 94 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. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 48 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 52 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 56 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 67 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 70 | |
| 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 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 74 | |
| 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 |
org/apache/maven/model/building/BuildModelSourceTransformer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 36 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 | |
| blocks | LeftCurly | '{' at column 54 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. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 |
org/apache/maven/model/building/DefaultBuildPomXMLFilterFactory.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. | 35 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 43 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 43 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| blocks | LeftCurly | '{' at column 81 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| 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 | |
| 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 | |
| blocks | LeftCurly | '{' at column 48 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 | |
| blocks | LeftCurly | '{' at column 46 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 | LeftCurly | '{' at column 42 should be on a new line. | 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 followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 75 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 82 | |
| whitespace | ParenPad | '(' is not followed by 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 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 91 |
org/apache/maven/model/building/DefaultModelBuilder.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 101 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 143 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 143 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 168 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 169 | |
| coding | HiddenField | 'modelProcessor' hides a field. | 169 | |
| javadoc | JavadocMethod | Expected @param tag for 'modelProcessor'. | 169 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 169 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 169 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 188 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 195 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 196 | |
| coding | HiddenField | 'modelValidator' hides a field. | 196 | |
| javadoc | JavadocMethod | Expected @param tag for 'modelValidator'. | 196 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 196 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 196 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 215 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 222 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 223 | |
| coding | HiddenField | 'modelNormalizer' hides a field. | 223 | |
| javadoc | JavadocMethod | Expected @param tag for 'modelNormalizer'. | 223 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 223 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 223 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 242 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 249 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 250 | |
| coding | HiddenField | 'modelInterpolator' hides a field. | 250 | |
| javadoc | JavadocMethod | Expected @param tag for 'modelInterpolator'. | 250 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 250 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 250 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 269 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 276 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 277 | |
| coding | HiddenField | 'modelPathTranslator' hides a field. | 277 | |
| javadoc | JavadocMethod | Expected @param tag for 'modelPathTranslator'. | 277 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 277 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 277 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 296 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 303 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 304 | |
| coding | HiddenField | 'modelUrlNormalizer' hides a field. | 304 | |
| javadoc | JavadocMethod | Expected @param tag for 'modelUrlNormalizer'. | 304 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 304 | |
| blocks | LeftCurly | '{' at column 93 should be on a new line. | 304 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 323 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 330 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 331 | |
| coding | HiddenField | 'superPomProvider' hides a field. | 331 | |
| javadoc | JavadocMethod | Expected @param tag for 'superPomProvider'. | 331 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 331 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 331 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 350 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 357 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 358 | |
| coding | HiddenField | 'inheritanceAssembler' hides a field. | 358 | |
| javadoc | JavadocMethod | Expected @param tag for 'inheritanceAssembler'. | 358 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 358 | |
| blocks | LeftCurly | '{' at column 99 should be on a new line. | 358 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 377 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 384 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 385 | |
| coding | HiddenField | 'profileSelector' hides a field. | 385 | |
| javadoc | JavadocMethod | Expected @param tag for 'profileSelector'. | 385 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 385 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 385 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 404 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 411 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 412 | |
| coding | HiddenField | 'profileInjector' hides a field. | 412 | |
| javadoc | JavadocMethod | Expected @param tag for 'profileInjector'. | 412 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 412 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 412 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 431 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 438 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 439 | |
| coding | HiddenField | 'pluginManagementInjector' hides a field. | 439 | |
| javadoc | JavadocMethod | Expected @param tag for 'pluginManagementInjector'. | 439 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 439 | |
| blocks | LeftCurly | '{' at column 111 should be on a new line. | 439 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 458 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 465 | |
| coding | HiddenField | 'dependencyManagementInjector' hides a field. | 467 | |
| javadoc | JavadocMethod | Expected @param tag for 'dependencyManagementInjector'. | 467 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 467 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 467 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 486 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 493 | |
| coding | HiddenField | 'dependencyManagementImporter' hides a field. | 495 | |
| javadoc | JavadocMethod | Expected @param tag for 'dependencyManagementImporter'. | 495 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 495 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 495 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 514 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 521 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 522 | |
| coding | HiddenField | 'lifecycleBindingsInjector' hides a field. | 522 | |
| javadoc | JavadocMethod | Expected @param tag for 'lifecycleBindingsInjector'. | 522 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 522 | |
| blocks | LeftCurly | '{' at column 114 should be on a new line. | 522 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 541 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 548 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 549 | |
| coding | HiddenField | 'pluginConfigurationExpander' hides a field. | 549 | |
| javadoc | JavadocMethod | Expected @param tag for 'pluginConfigurationExpander'. | 549 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 549 | |
| blocks | LeftCurly | '{' at column 120 should be on a new line. | 549 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 568 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 575 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 576 | |
| coding | HiddenField | 'reportConfigurationExpander' hides a field. | 576 | |
| javadoc | JavadocMethod | Expected @param tag for 'reportConfigurationExpander'. | 576 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 576 | |
| blocks | LeftCurly | '{' at column 120 should be on a new line. | 576 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 595 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 602 | |
| coding | HiddenField | 'profileActivationFilePathInterpolator' hides a field. | 604 | |
| javadoc | JavadocMethod | Expected @param tag for 'profileActivationFilePathInterpolator'. | 604 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 604 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 604 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 623 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 627 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 632 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 632 | |
| blocks | LeftCurly | '{' at column 98 should be on a new line. | 632 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 633 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 633 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 636 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 636 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 637 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 641 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 641 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 644 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 644 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 646 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 646 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 647 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 647 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 649 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 649 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 651 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 651 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 651 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 652 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 652 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 653 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 653 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 653 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 653 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 653 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 653 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 663 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 664 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 666 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 666 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 669 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 669 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 671 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 671 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 673 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 673 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 675 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 675 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 677 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 677 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 677 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 679 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 679 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 679 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 680 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 680 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 682 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 682 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 683 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 683 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 686 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 686 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 687 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 687 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 689 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 689 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 692 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 692 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 693 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 693 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 693 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 693 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 695 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 695 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 696 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 696 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 699 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 699 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 699 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 700 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 700 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 703 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 703 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 703 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 704 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 704 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 708 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 708 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 712 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 713 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 714 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 714 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 716 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 716 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 718 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 718 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 719 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 719 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 722 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 722 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 726 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 726 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 726 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 728 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 728 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 728 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 729 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 729 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 731 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 731 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 732 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 732 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 739 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 739 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 741 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 741 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 744 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 744 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 746 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 746 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 747 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 747 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 749 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 749 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 750 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 750 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 754 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 754 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 757 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 757 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 757 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 757 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 759 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 759 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 762 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 762 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 763 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 763 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 766 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 766 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 766 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 766 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 766 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 767 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 767 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 770 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 770 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 770 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 771 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 771 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 771 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 772 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 772 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 774 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 774 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 777 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 777 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 779 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 779 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 779 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 783 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 783 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 786 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 786 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 788 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 788 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 788 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 790 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 790 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 790 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 790 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 790 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 790 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 791 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 791 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 792 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 792 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 792 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 793 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 793 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 793 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 793 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 795 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 795 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 797 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 797 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 797 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 798 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 798 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 798 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 801 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 801 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 806 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 806 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 807 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 807 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 810 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 810 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 814 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 814 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 815 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 815 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 818 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 818 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 821 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 821 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 823 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 823 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 826 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 826 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 832 | |
| blocks | LeftCurly | '{' at column 109 should be on a new line. | 832 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 833 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 833 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 834 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 834 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 834 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 835 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 835 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 835 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 836 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 836 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 843 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 843 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 844 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 845 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 845 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 845 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 845 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 845 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 847 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 847 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 848 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 848 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 849 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 849 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 849 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 849 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 849 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 849 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 851 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 851 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 852 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 852 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 854 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 854 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 854 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 854 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 856 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 856 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 858 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 858 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 858 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 859 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 859 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 861 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 861 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 861 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 861 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 861 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 862 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 862 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 862 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 866 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 866 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 866 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 871 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 871 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 872 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 873 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 873 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 877 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 878 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 879 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 879 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 881 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 881 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 884 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 884 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 885 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 885 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 886 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 886 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 889 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 889 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 892 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 892 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 894 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 894 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 896 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 896 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 896 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 897 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 897 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 897 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 898 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 898 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 902 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 902 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 906 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 906 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 909 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 909 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 911 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 911 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 911 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 911 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 913 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 913 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 913 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 915 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 915 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 918 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 918 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 922 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 922 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 924 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 924 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 924 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 924 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 924 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 931 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 931 | |
| blocks | LeftCurly | '{' at column 105 should be on a new line. | 931 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 932 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 932 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 932 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 934 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 934 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 935 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 935 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 940 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 940 | |
| blocks | LeftCurly | '{' at column 111 should be on a new line. | 940 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 942 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 942 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 943 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 943 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 944 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 944 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 944 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 944 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 946 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 946 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 947 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 948 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 948 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 948 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 948 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 949 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 949 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 949 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 949 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 950 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 950 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 954 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 954 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 955 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 957 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 957 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 958 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 958 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 958 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 959 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 959 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 961 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 961 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 964 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 964 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 964 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 965 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 965 | |
| blocks | LeftCurly | '{' at column 101 should be on a new line. | 965 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 968 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 968 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 968 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 968 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 972 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 972 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 975 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 975 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 977 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 978 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 980 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 980 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 981 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 984 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 984 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 985 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 985 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 986 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 986 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 989 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 989 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 989 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 990 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 990 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 991 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 991 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 991 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 991 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 992 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 992 | |
| blocks | LeftCurly | '{' at column 17 should be on a new line. | 996 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 998 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 998 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 1000 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1000 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1000 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 1000 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1001 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1001 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 1001 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1005 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1005 | |
| blocks | LeftCurly | '{' at column 21 should be on a new line. | 1007 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1009 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1009 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 1011 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1011 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1011 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 1011 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1016 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1016 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1017 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1017 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1017 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1018 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1018 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1019 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1019 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1019 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1022 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1022 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 1022 | |
| blocks | LeftCurly | '{' at column 21 should be on a new line. | 1023 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1025 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1025 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1026 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1026 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1027 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1027 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1028 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1028 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1028 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1028 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 1029 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1029 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1029 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1029 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1031 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1031 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 1034 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1034 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1034 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 1034 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1035 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1035 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1035 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1036 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1036 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1037 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1037 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1037 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 1039 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1039 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1039 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 1039 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1041 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1041 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 1041 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1043 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1043 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1043 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1043 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 1043 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 1045 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 1045 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1049 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1049 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1049 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1050 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1050 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1051 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1051 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1051 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1055 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1055 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 1055 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1056 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1056 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1056 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1056 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1059 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1059 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1061 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1061 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1063 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1063 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1065 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1065 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1065 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1065 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1065 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1072 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1072 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1073 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1076 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1076 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1077 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1077 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 1077 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1082 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1082 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1082 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1082 | |
| blocks | LeftCurly | '{' at column 119 should be on a new line. | 1082 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1083 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1083 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1084 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1084 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1087 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1087 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 1087 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1088 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1088 | |
| blocks | LeftCurly | '{' at column 17 should be on a new line. | 1091 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1094 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1094 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1094 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1100 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1100 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1100 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 1101 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1101 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1101 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 1101 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1102 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1102 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1102 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 1104 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1104 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1104 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 1104 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1105 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 1106 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 1106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1110 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1110 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1112 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1120 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1121 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1126 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1126 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 1126 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1127 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1130 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1130 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 1130 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1132 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 1132 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1138 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 1138 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1140 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 1140 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1146 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1146 | |
| blocks | LeftCurly | '{' at column 103 should be on a new line. | 1146 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1149 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1150 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1150 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1151 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1151 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1154 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1154 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1154 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1154 | |
| blocks | LeftCurly | '{' at column 92 should be on a new line. | 1154 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1157 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1159 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1159 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1161 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1161 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1161 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1166 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1166 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 1166 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1167 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1167 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1174 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 1174 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1175 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1175 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 1175 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1179 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1179 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1183 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1183 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 1183 | |
| blocks | LeftCurly | '{' at column 17 should be on a new line. | 1184 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1185 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1185 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 1186 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1186 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1186 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 1186 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1187 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1187 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1187 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1188 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1188 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1189 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1189 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1189 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1189 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1190 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1190 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1190 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1196 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 1196 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1197 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1197 | |
| blocks | LeftCurly | '{' at column 93 should be on a new line. | 1197 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1205 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1205 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 1205 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1206 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1208 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1208 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 1208 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1209 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1209 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 1209 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1211 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1211 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1211 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1211 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 1211 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1212 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1212 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1213 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1213 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1217 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1217 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 1217 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1218 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1218 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 1218 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1220 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1220 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1226 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1226 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 1226 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1227 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1227 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1227 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1227 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1227 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1227 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 1227 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1228 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1228 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1228 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1228 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1229 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1229 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1229 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1230 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1230 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1231 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1231 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1231 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1237 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 1237 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1239 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1239 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1240 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1240 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 1240 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1241 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1241 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1242 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1242 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1244 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1244 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1247 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1247 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 1247 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1249 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1249 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 1249 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1252 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1252 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 1252 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1256 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1256 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 1256 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1260 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1260 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1266 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1266 | |
| blocks | LeftCurly | '{' at column 93 should be on a new line. | 1266 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1267 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1267 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 1267 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1270 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1270 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 1270 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1275 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1275 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1275 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1275 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1279 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1279 | |
| blocks | LeftCurly | '{' at column 111 should be on a new line. | 1279 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1281 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1281 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1283 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1284 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1284 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1285 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1285 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 1285 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1287 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1287 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1287 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1287 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1289 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1289 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1289 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1289 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1291 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1291 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1291 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1291 | |
| blocks | LeftCurly | '{' at column 17 should be on a new line. | 1293 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1295 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1295 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1296 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1296 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 1297 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1297 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1297 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 1297 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1298 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1298 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1299 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1301 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1302 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1302 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1303 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1303 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1306 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1306 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1309 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1309 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1319 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1320 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1324 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1324 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 1324 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1325 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1325 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1326 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1326 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 1326 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1327 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1327 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1331 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1331 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1331 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1331 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 1331 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1332 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1332 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1332 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1333 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1333 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1333 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1334 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1335 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1335 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1335 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1335 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1335 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1347 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1348 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1353 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1353 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 1353 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1354 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1354 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1356 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1356 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 1356 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1361 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1361 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1361 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1361 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1363 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1363 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 1364 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 1364 | |
| blocks | LeftCurly | '{' at column 17 should be on a new line. | 1365 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1367 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1367 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 1368 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1368 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1368 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 1368 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1369 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1369 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1369 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1370 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1370 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1371 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1371 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1371 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1371 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1372 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1372 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1372 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1375 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1375 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 1375 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1378 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1378 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1387 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1387 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1390 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1391 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1391 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1393 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1393 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1393 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 1393 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1394 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1394 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1395 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1395 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1396 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1396 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 1396 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1397 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1397 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1397 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1397 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1397 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1397 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1399 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1399 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1399 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1399 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1399 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1399 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1399 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1399 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1400 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1400 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1400 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1400 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1400 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1400 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1401 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1401 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1401 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1401 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1403 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1403 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1404 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1404 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1404 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1405 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1405 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1406 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1406 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1406 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1406 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1406 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1410 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1410 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1411 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1411 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1411 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1411 | |
| blocks | LeftCurly | '{' at column 101 should be on a new line. | 1411 | |
| blocks | LeftCurly | '{' at column 17 should be on a new line. | 1412 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1413 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1413 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1414 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1414 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 1414 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1418 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1418 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1418 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1418 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1418 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1418 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 1418 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1426 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1426 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 1426 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1428 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1428 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1428 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1429 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1429 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1430 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1430 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1430 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1430 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1430 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 1432 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 1432 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1433 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1433 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1433 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1433 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 1433 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1435 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1435 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1435 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1436 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1436 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1437 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1437 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1437 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1437 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1437 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 1442 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1442 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1442 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 1442 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1457 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1457 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1460 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1460 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 1460 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1461 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1461 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1462 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1462 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1463 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1463 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1464 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1464 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1467 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1467 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 1467 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1468 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1468 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1468 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1468 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 1468 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1474 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1474 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 1474 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1478 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1478 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1478 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1478 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1485 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1486 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1487 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1487 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1500 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1500 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1501 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1501 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1501 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1501 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 1504 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1505 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1505 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 1506 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1506 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1506 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 1506 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1508 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1508 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1509 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1509 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1510 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1510 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1510 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1510 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 1510 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1511 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1511 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1511 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1511 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1511 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1511 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1513 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1513 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 1513 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1514 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1514 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1514 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1514 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1514 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1514 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1516 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1516 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1516 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1516 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1517 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1517 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 1517 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1518 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1518 | |
| blocks | LeftCurly | '{' at column 97 should be on a new line. | 1518 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1519 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1519 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 1520 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 1520 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1521 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1521 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1525 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1525 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1525 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1526 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1526 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1527 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1527 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1527 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1527 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1528 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1528 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1528 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1532 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1532 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1533 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1533 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1534 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1534 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1535 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1535 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1536 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1536 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1538 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1538 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1540 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1540 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1540 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1540 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 1540 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1543 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1543 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 1543 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1545 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1545 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1545 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1546 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1546 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1547 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1547 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1547 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1547 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1547 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 1549 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 1549 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1550 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1550 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1550 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1550 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 1550 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1552 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1552 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1552 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1553 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1553 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1554 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1554 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1554 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1554 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1554 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1562 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 1565 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1566 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1566 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1566 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1566 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1573 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1573 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1576 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1576 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 1576 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1582 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1582 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1586 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 1586 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1589 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1589 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1589 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1589 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1589 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1589 | |
| blocks | LeftCurly | '{' at column 97 should be on a new line. | 1589 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1595 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1595 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1597 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1597 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 1597 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1598 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1598 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 1598 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1602 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1602 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1606 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1606 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1609 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1609 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1609 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1617 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1617 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1622 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1622 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 1622 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1623 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1623 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1623 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1624 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1625 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1626 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1626 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1626 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1626 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1626 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1629 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1629 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 1629 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1630 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1630 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1630 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1631 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1632 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1633 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1633 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1633 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1633 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1633 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1636 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1636 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 1636 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1637 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1637 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1637 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1638 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1639 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1640 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1640 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1640 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1640 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1640 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1646 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1646 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1646 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1646 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1646 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1648 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1648 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1649 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1649 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 1649 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1650 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1650 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1650 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1650 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1652 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1652 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1653 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1653 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1653 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1653 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1653 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1653 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1659 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1659 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1660 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1660 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 1660 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1662 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1663 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1663 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1663 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1665 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1665 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1669 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1669 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1672 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1672 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1681 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1681 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1685 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1685 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 1685 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1686 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 1687 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1688 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1688 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1688 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1688 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1688 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1688 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1692 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1692 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 1692 | |
| blocks | LeftCurly | '{' at column 17 should be on a new line. | 1693 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1694 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1694 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 1695 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1695 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1695 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 1695 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1696 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1696 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1696 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1697 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1697 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1698 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1698 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1698 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1704 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1704 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 1704 | |
| blocks | LeftCurly | '{' at column 17 should be on a new line. | 1706 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1707 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1707 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 1708 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1708 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1708 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 1708 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1709 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1709 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1710 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1710 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1711 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1711 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1711 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1711 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 1711 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1712 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1712 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1712 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1712 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1712 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1712 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1714 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1714 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1714 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1714 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1716 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1716 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1716 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1717 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1717 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1718 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1718 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1718 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1718 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1719 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1719 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1719 | |
| blocks | LeftCurly | '{' at column 17 should be on a new line. | 1724 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1726 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1726 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1727 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1727 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1728 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1728 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1729 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1729 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1730 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1730 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1732 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1732 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1733 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1733 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1735 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1735 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 1736 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1736 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1736 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 1736 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1737 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1737 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1741 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1741 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1748 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1748 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 1748 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1755 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 1755 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1756 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1756 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 1756 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1757 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1757 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1761 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1761 | |
| blocks | LeftCurly | '{' at column 100 should be on a new line. | 1761 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1762 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1762 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 1762 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1763 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1763 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1768 | |
| blocks | LeftCurly | '{' at column 109 should be on a new line. | 1768 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1769 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1769 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 1769 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1770 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1770 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1775 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1775 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 1775 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1776 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1776 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 1776 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1777 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1777 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1786 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1787 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1790 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1790 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 1790 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1791 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1791 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1793 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1793 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1797 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1797 | |
| blocks | LeftCurly | '{' at column 108 should be on a new line. | 1797 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1799 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1799 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1799 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1799 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1800 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1800 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1800 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1800 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1801 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1801 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1801 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1801 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1804 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1804 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 1804 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1805 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1805 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 1805 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1806 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1806 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 1807 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 1807 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1814 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1814 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 1814 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1815 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1815 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 1815 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1816 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1816 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 1817 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 1817 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 1832 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1835 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1835 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1845 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1845 | |
| blocks | LeftCurly | '{' at column 109 should be on a new line. | 1845 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 1848 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1850 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1850 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 1850 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1852 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1852 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1852 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1856 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1856 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 1856 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1859 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1859 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1860 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1861 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1861 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1861 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1861 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1865 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1865 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 1865 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1867 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1867 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1868 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1868 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1868 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1868 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1871 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1871 | |
| blocks | LeftCurly | '{' at column 79 should be on a new line. | 1871 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1872 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1872 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1873 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1873 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 1873 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 1874 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1876 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1876 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1876 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1876 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1877 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1877 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1878 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1878 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 1878 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1879 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1879 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1881 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1881 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1882 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1882 | |
| blocks | RightCurly | '}' at column 25 should be alone on a line. | 1885 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1885 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1885 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 1885 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1892 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1892 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 1892 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1893 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1893 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1893 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1893 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 1893 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1894 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1894 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1897 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1897 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1898 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1898 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1899 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1899 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1899 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1899 | |
| blocks | LeftCurly | '{' at column 25 should be on a new line. | 1901 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1902 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1902 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1904 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1904 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1904 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1904 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1906 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1906 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1907 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1907 | |
| blocks | RightCurly | '}' at column 21 should be alone on a line. | 1909 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1909 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1909 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 1909 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1918 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1922 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1922 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 1922 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1923 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1923 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1923 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1923 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1924 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1924 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 1924 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1928 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1928 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1928 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 1928 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1929 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1931 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1931 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1932 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1933 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1933 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1936 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1936 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 1936 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1938 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1938 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1938 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1938 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1939 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1939 |
org/apache/maven/model/building/DefaultModelBuilderFactory.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. | 79 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 100 | |
| coding | HiddenField | 'modelProcessor' hides a field. | 100 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 100 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 100 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| coding | HiddenField | 'modelValidator' hides a field. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 105 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 110 | |
| coding | HiddenField | 'modelNormalizer' hides a field. | 110 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 110 | |
| blocks | LeftCurly | '{' at column 91 should be on a new line. | 110 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 115 | |
| coding | HiddenField | 'modelInterpolator' hides a field. | 115 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 115 | |
| blocks | LeftCurly | '{' at column 97 should be on a new line. | 115 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 120 | |
| coding | HiddenField | 'modelPathTranslator' hides a field. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 120 | |
| blocks | LeftCurly | '{' at column 103 should be on a new line. | 120 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 125 | |
| coding | HiddenField | 'modelUrlNormalizer' hides a field. | 125 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 125 | |
| blocks | LeftCurly | '{' at column 100 should be on a new line. | 125 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 130 | |
| coding | HiddenField | 'superPomProvider' hides a field. | 130 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 130 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 130 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| coding | HiddenField | 'inheritanceAssembler' hides a field. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 140 | |
| coding | HiddenField | 'profileSelector' 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. | 145 | |
| coding | HiddenField | 'profileInjector' hides a field. | 145 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 145 | |
| blocks | LeftCurly | '{' at column 91 should be on a new line. | 145 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 150 | |
| coding | HiddenField | 'pluginManagementInjector' hides a field. | 150 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 150 | |
| blocks | LeftCurly | '{' at column 118 should be on a new line. | 150 | |
| coding | HiddenField | 'dependencyManagementInjector' hides a field. | 156 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 156 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 156 | |
| coding | HiddenField | 'dependencyManagementImporter' hides a field. | 162 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 162 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 162 | |
| coding | HiddenField | 'lifecycleBindingsInjector' hides a field. | 168 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 168 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 168 | |
| coding | HiddenField | 'pluginConfigurationExpander' hides a field. | 174 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 174 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 174 | |
| coding | HiddenField | 'reportConfigurationExpander' hides a field. | 180 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 180 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 180 | |
| coding | HiddenField | 'profileActivationFilePathInterpolator' hides a field. | 186 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 186 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 186 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 191 | |
| coding | HiddenField | 'versionProcessor' hides a field. | 191 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 191 | |
| blocks | LeftCurly | '{' at column 99 should be on a new line. | 191 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 196 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 197 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 197 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 200 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 204 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 205 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 205 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 208 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 209 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 209 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 209 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 209 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 212 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 217 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 217 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 221 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 222 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 222 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 225 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 229 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 233 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 236 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 236 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 239 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 243 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 245 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 245 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 248 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 252 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 253 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 253 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 256 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 257 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 257 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 260 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 264 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 268 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 269 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 269 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 272 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 276 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 280 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 284 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 288 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 292 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 296 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 305 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 326 | |
| blocks | LeftCurly | '{' at column 93 should be on a new line. | 329 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 333 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 333 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 333 |
org/apache/maven/model/building/DefaultModelBuildingEvent.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. | 28 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 36 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 36 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 43 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 48 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 53 |
org/apache/maven/model/building/DefaultModelBuildingRequest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 36 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 83 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 83 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 83 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| whitespace | ParenPad | '(' is not followed by 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 94 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 95 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 95 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 97 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 97 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 98 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 108 | |
| coding | HiddenField | 'pomFile' hides a field. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 108 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 115 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 117 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 117 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 123 | |
| coding | HiddenField | 'modelSource' hides a field. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 123 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 130 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| coding | HiddenField | 'validationLevel' hides a field. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 135 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 142 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 147 | |
| coding | HiddenField | 'processPlugins' hides a field. | 147 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 147 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 147 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 154 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 159 | |
| coding | HiddenField | 'twoPhaseBuilding' hides a field. | 159 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 159 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 159 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 166 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 171 | |
| coding | HiddenField | 'locationTracking' hides a field. | 171 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 171 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 171 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 178 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 179 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 179 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 179 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 187 | |
| coding | HiddenField | 'profiles' hides a field. | 187 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 187 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 187 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 188 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 188 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 188 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 189 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 189 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 190 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 190 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 198 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 199 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 199 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 199 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 207 | |
| coding | HiddenField | 'activeProfileIds' hides a field. | 207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 207 | |
| blocks | LeftCurly | '{' at column 91 should be on a new line. | 207 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 208 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 208 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 208 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 209 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 209 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 210 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 210 | |
| blocks | LeftCurly | '{' at column 49 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 41 should be on a new line. | 219 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 227 | |
| coding | HiddenField | 'inactiveProfileIds' hides a field. | 227 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 227 | |
| blocks | LeftCurly | '{' at column 95 should be on a new line. | 227 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 228 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 228 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 228 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 229 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 229 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 230 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 230 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 238 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 239 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 239 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 239 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 247 | |
| coding | HiddenField | 'systemProperties' hides a field. | 247 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 247 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 247 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 248 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 248 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 248 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 250 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 250 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 250 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 252 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 252 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 254 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 254 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 262 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 263 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 263 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 263 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 271 | |
| coding | HiddenField | 'userProperties' hides a field. | 271 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 271 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 271 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 272 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 272 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 272 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 274 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 274 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 275 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 275 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 283 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 288 | |
| coding | HiddenField | 'buildStartTime' hides a field. | 288 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 288 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 288 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 295 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 300 | |
| coding | HiddenField | 'modelResolver' hides a field. | 300 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 300 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 300 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 307 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 312 | |
| coding | HiddenField | 'modelBuildingListener' hides a field. | 312 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 312 | |
| blocks | LeftCurly | '{' at column 103 should be on a new line. | 312 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 319 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 324 | |
| coding | HiddenField | 'modelCache' hides a field. | 324 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 324 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 324 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 331 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 336 | |
| coding | HiddenField | 'fileModel' hides a field. | 336 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 336 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 336 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 342 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 347 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 347 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 347 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 352 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 357 | |
| coding | HiddenField | 'workspaceResolver' hides a field. | 357 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 357 | |
| blocks | LeftCurly | '{' at column 101 should be on a new line. | 357 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 363 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 368 | |
| coding | HiddenField | 'contextBuilder' hides a field. | 368 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 368 | |
| blocks | LeftCurly | '{' at column 104 should be on a new line. | 368 |
org/apache/maven/model/building/DefaultModelBuildingResult.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 34 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 49 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 64 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 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 followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 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 | LeftCurly | '{' at column 33 should be on a new line. | 72 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| coding | HiddenField | 'fileModel' hides a field. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 76 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 83 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 87 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 94 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 98 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 98 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 100 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 102 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 108 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 113 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 113 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 113 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 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. | 119 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 119 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 121 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 127 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 127 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 128 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 128 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 131 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 131 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 131 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 133 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 133 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 137 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 137 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 138 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 145 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 | |
| blocks | LeftCurly | '{' at column 95 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 37 should be on a new line. | 150 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 151 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 151 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 152 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 152 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 160 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 164 | |
| coding | HiddenField | 'problems' hides a field. | 164 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 164 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 164 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 165 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 165 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 165 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 166 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 166 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 167 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 167 |
org/apache/maven/model/building/DefaultModelProblem.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 30 | |
| javadoc | JavadocMethod | Expected @param tag for 'version'. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 67 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 102 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 102 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 104 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 114 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 119 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 124 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 129 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 134 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 139 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 142 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 142 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 142 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 144 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 144 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 147 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 147 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 147 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 156 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 161 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 166 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 167 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 167 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 169 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 169 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 169 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 169 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 169 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 169 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 170 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 170 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 171 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 171 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 172 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 172 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 172 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 173 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 173 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 174 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 174 |
org/apache/maven/model/building/DefaultModelProblemCollector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 72 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. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| blocks | LeftCurly | '{' at column 32 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. | 64 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 64 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 72 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 81 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 93 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 94 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 97 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 97 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 97 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 101 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 105 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 106 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 110 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 110 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 115 | |
| coding | HiddenField | 'problems' hides a field. | 115 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 115 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 115 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 119 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 119 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 124 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 124 | |
| coding | HiddenField | 'source' hides a field. | 127 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 130 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 130 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 130 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 133 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 133 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 133 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 139 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 139 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 144 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 144 | |
| blocks | LeftCurly | '{' at column 92 should be on a new line. | 144 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 158 | |
| 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. | 163 | |
| coding | HiddenField | 'result' hides a field. | 164 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 165 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 165 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 165 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 167 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 167 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 168 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 168 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 169 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 169 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 171 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 171 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 172 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 172 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 175 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 175 |
org/apache/maven/model/building/DefaultModelProcessor.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. | 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 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 62 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| blocks | LeftCurly | '{' at column 50 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. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 79 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 84 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 |
org/apache/maven/model/building/DefaultModelSourceTransformer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 31 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 34 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 34 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 35 |
org/apache/maven/model/building/DefaultTransformerContext.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. | 33 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 40 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 46 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| blocks | LeftCurly | '{' at column 23 should be on a new line. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 53 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 54 | |
| blocks | RightCurly | '}' at column 25 should be alone on a line. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| blocks | LeftCurly | '{' at column 23 should be on a new line. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| blocks | LeftCurly | '{' at column 37 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 31 should be on a new line. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| blocks | LeftCurly | '{' at column 38 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 preceded with whitespace. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 90 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| 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 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 94 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 99 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 102 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 111 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 111 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 111 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 115 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 115 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 115 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 115 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 115 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 120 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 120 |
org/apache/maven/model/building/FileModelSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| blocks | LeftCurly | '{' at column 42 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 30 should be on a new line. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 58 | |
| 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 58 should be on a new line. | 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 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 81 | |
| 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 | |
| blocks | LeftCurly | '{' at column 60 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 27 should be on a new line. | 93 |
org/apache/maven/model/building/FileToRawModelMerger.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. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 69 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 69 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 92 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 92 | |
| whitespace | ParenPad | ')' is not preceded with 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 preceded with whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 102 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 120 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 126 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 126 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 132 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 132 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 134 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 145 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 145 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 147 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 148 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 148 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 148 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 148 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 158 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 158 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 159 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 159 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 168 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 168 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 174 | |
| blocks | LeftCurly | '{' at column 120 should be on a new line. | 174 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 176 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 177 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 177 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 177 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 177 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 178 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 178 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 178 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 183 | |
| blocks | LeftCurly | '{' at column 120 should be on a new line. | 183 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 193 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 193 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 203 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 203 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 213 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 213 |
org/apache/maven/model/building/FilterModelBuildingRequest.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. | 36 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 40 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 45 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| blocks | LeftCurly | '{' at column 79 should be on a new line. | 62 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 69 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| blocks | LeftCurly | '{' at column 79 should be on a new line. | 74 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 81 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 93 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 98 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 98 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 105 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 110 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 110 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 110 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 111 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 111 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 117 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 122 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 122 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 129 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 134 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 134 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 134 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 141 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 146 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 146 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 146 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 147 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 147 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 153 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 158 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 158 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 158 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 159 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 159 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 165 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 170 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 170 | |
| blocks | LeftCurly | '{' at column 84 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 37 should be on a new line. | 177 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 182 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 182 | |
| blocks | LeftCurly | '{' at column 72 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 45 should be on a new line. | 189 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 194 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 194 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 194 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 195 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 195 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 201 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 206 | |
| blocks | LeftCurly | '{' at column 103 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 39 should be on a new line. | 213 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 218 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 218 | |
| blocks | LeftCurly | '{' at column 76 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 33 should be on a new line. | 225 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 230 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 230 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 230 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 231 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 231 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 236 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 241 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 241 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 241 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 242 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 242 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 247 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 252 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 252 | |
| blocks | LeftCurly | '{' at column 101 should be on a new line. | 252 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 253 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 253 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 258 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 263 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 263 | |
| blocks | LeftCurly | '{' at column 104 should be on a new line. | 263 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 264 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 264 |
org/apache/maven/model/building/ModelBuilder.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. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'pomFile'. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'validationLevel'. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'locationTracking'. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 |
org/apache/maven/model/building/ModelBuildingEvent.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. | 28 |
org/apache/maven/model/building/ModelBuildingEventCatapult.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. | 27 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 35 |
org/apache/maven/model/building/ModelBuildingException.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. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| blocks | LeftCurly | '{' at column 93 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 followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| 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 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 59 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 69 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 69 | |
| 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 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 79 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 92 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 92 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 92 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 105 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 106 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 106 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 117 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 121 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 124 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 124 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 125 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 125 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 125 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 126 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 126 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 126 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 126 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 131 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 131 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 131 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 132 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 134 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 134 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 137 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 137 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 137 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 137 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 138 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 139 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 139 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 140 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 141 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 141 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 145 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 145 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 145 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 146 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 146 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 147 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 147 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 148 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 148 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 150 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 150 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 151 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 151 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 151 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 152 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 152 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 153 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 153 |
org/apache/maven/model/building/ModelBuildingListener.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. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 36 |
org/apache/maven/model/building/ModelBuildingRequest.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. | 35 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 85 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'rawModel'. | 92 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 92 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 129 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 129 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 147 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 147 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 164 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 164 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 185 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 185 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 201 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 201 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 216 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 216 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 231 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 231 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 246 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 246 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 263 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 263 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 282 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 282 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 297 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 297 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 314 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 314 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 329 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 329 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 345 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 345 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 349 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 349 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 353 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 353 |
org/apache/maven/model/building/ModelBuildingResult.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. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 |
org/apache/maven/model/building/ModelCache.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. | 33 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 42 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 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 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 101 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 101 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 101 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 101 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 102 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 115 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 115 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 115 | |
| blocks | LeftCurly | '{' at column 107 should be on a new line. | 115 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 128 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 128 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 128 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 128 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 129 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 129 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 130 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 130 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 130 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 130 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 130 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 130 |
org/apache/maven/model/building/ModelCacheTag.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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 68 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 71 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 81 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 86 | |
| blocks | LeftCurly | '{' at column 92 should be on a new line. | 94 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 97 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 102 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 107 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 107 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 112 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 121 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 123 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 128 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 133 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 133 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 133 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 138 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 138 |
org/apache/maven/model/building/ModelData.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 17 should be on a new line. | 31 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 60 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 68 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 77 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 95 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 104 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 113 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 115 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 115 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 119 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 120 |
org/apache/maven/model/building/ModelProblem.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. | 28 | |
| blocks | LeftCurly | '{' at column 19 should be on a new line. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| blocks | LeftCurly | '{' at column 18 should be on a new line. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
org/apache/maven/model/building/ModelProblemCollector.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. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 |
org/apache/maven/model/building/ModelProblemCollectorExt.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 27 |
org/apache/maven/model/building/ModelProblemCollectorRequest.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. | 31 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 49 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 53 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| coding | HiddenField | 'exception' hides a field. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 61 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| coding | HiddenField | 'message' hides a field. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 70 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 75 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 79 | |
| coding | HiddenField | 'location' hides a field. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 79 |
org/apache/maven/model/building/ModelProblemUtils.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. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| blocks | LeftCurly | '{' at column 45 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 28 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 followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 47 | |
| 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 followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 69 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 69 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 75 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 84 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 102 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 102 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 106 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 107 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 107 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 107 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 124 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 124 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 125 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 125 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 127 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 127 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 127 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 128 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 128 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 130 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 130 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 130 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 131 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 131 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 131 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 132 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 134 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 134 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 138 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 138 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 139 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 139 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 140 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 142 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 142 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 142 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 142 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 145 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 145 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 145 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 146 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 146 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 146 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 147 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 147 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 |
org/apache/maven/model/building/ModelProcessor.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. | 27 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 27 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
org/apache/maven/model/building/ModelSource.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/model/building/ModelSource2.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. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 52 |
org/apache/maven/model/building/ModelSourceTransformer.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. | 35 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'parser'. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 |
org/apache/maven/model/building/Result.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. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| blocks | LeftCurly | '{' at column 93 should be on a new line. | 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 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 74 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 75 | |
| whitespace | ParenPad | '(' is not followed by 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 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| blocks | LeftCurly | '{' at column 82 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. | 92 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 92 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 92 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 96 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 97 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 97 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 100 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 100 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 104 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 104 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 118 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| blocks | LeftCurly | '{' at column 91 should be on a new line. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 119 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 119 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 128 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 128 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 128 | |
| blocks | LeftCurly | '{' at column 95 should be on a new line. | 128 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 129 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 129 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 129 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 129 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 139 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 139 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 139 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 139 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 140 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 140 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 149 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 149 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 151 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 151 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 151 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 152 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 152 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 154 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 154 | |
| blocks | LeftCurly | '{' at column 56 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 followed by whitespace. | 157 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 157 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 157 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 160 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 160 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 160 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 163 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 163 | |
| blocks | LeftCurly | '{' at column 43 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 69 should be on a new line. | 164 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 165 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 165 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 168 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 168 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 176 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 176 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 176 | |
| blocks | LeftCurly | '{' at column 105 should be on a new line. | 176 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 181 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 181 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 181 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 182 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 182 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 184 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 184 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 184 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 185 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 185 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 188 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 188 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 188 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 192 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 192 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 196 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 196 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 196 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 197 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 197 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 197 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 198 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 198 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 198 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 198 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 198 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 198 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 198 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 214 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 214 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 214 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 220 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 224 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 228 |
org/apache/maven/model/building/StringModelSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 31 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 |
org/apache/maven/model/building/TransformerContext.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. | 31 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 42 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 |
org/apache/maven/model/building/TransformerContextBuilder.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. | 28 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 36 |
org/apache/maven/model/building/TransformerException.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. | 26 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 28 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 28 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 28 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 29 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 32 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 32 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 32 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 33 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 33 |
org/apache/maven/model/building/UrlModelSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 32 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 | |
| blocks | LeftCurly | '{' at column 39 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/model/composition/DefaultDependencyManagementImporter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 46 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 56 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 61 | |
| 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 followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 |
org/apache/maven/model/composition/DependencyManagementImporter.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 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 |
org/apache/maven/model/inheritance/DefaultInheritanceAssembler.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. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| blocks | LeftCurly | '{' at column 102 should be on a new line. | 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 | |
| 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| blocks | LeftCurly | '{' at column 93 should be on a new line. | 85 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 98 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 98 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 102 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 102 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| 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 | |
| blocks | LeftCurly | '{' at column 84 should be on a new line. | 105 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 106 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 106 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 110 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 110 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 110 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 110 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 110 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 111 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 111 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| blocks | LeftCurly | '{' at column 110 should be on a new line. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 119 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 119 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 131 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 134 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 134 | |
| blocks | LeftCurly | '{' at column 113 should be on a new line. | 134 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 138 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 141 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 141 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 146 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 146 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 149 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 150 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 153 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 153 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 153 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 153 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 153 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 155 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 155 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 156 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 156 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 157 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 157 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 162 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 162 | |
| blocks | LeftCurly | '{' at column 65 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 36 should be on a new line. | 163 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 164 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 164 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 165 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 165 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 167 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 167 | |
| blocks | LeftCurly | '{' at column 42 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. | 170 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 170 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 172 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 172 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 172 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 172 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 174 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 174 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 177 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 177 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 180 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 180 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 180 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 180 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 180 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 181 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 181 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 192 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 192 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 194 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 194 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 194 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 195 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 195 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 196 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 196 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 197 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 197 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 198 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 198 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 199 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 199 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 201 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 201 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 205 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 205 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 205 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 205 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 205 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 205 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 208 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 208 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 208 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 209 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 209 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 209 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 210 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 210 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 210 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 210 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 210 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 211 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 211 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 222 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 222 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 224 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 224 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 224 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 226 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 226 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 228 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 228 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 228 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 229 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 229 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 229 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 231 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 231 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 232 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 232 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 234 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 234 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 236 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 236 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 242 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 242 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 242 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 243 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 243 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 244 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 244 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 245 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 245 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 245 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 246 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 246 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 248 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 248 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 250 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 250 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 250 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 251 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 251 | |
| blocks | RightCurly | '}' at column 21 should be alone on a line. | 254 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 254 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 255 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 255 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 259 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 259 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 260 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 260 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 260 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 261 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 261 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 262 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 262 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 262 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 263 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 263 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 265 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 265 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 267 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 267 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 269 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 269 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 275 | |
| blocks | LeftCurly | '{' at column 100 should be on a new line. | 275 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 276 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 276 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 277 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 277 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 277 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 278 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 278 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 280 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 280 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 281 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 281 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 282 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 282 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 283 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 283 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 284 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 284 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 285 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 285 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 295 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 295 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 297 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 297 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 297 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 299 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 299 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 299 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 299 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 301 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 301 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 301 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 302 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 302 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 302 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 304 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 304 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 305 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 305 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 307 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 307 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 307 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 307 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 311 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 311 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 311 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 312 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 312 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 313 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 313 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 314 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 314 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 314 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 315 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 315 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 317 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 317 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 320 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 320 |
org/apache/maven/model/inheritance/InheritanceAssembler.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. | 30 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 |
org/apache/maven/model/interpolation/AbstractStringBasedModelInterpolator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| blocks | LeftCurly | '{' at column 12 should be on a new line. | 53 | |
| 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. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| blocks | LeftCurly | '{' at column 109 should be on a new line. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 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 preceded with whitespace. | 91 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 94 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 97 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 97 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 99 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 101 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 101 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 101 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 104 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 104 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 104 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 104 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 111 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 115 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 115 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 115 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 117 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 117 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 117 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 129 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 130 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 130 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 131 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 131 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 131 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 131 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 134 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 134 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 138 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 138 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 140 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 140 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 142 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 142 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 142 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 142 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 144 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 144 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 144 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 145 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 145 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 147 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 153 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 153 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 154 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 154 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 155 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 155 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 155 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 156 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 158 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 158 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 160 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 160 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 160 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 160 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 164 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 165 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 165 |
org/apache/maven/model/interpolation/BuildTimestampValueSource.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. | 25 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 29 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 29 | |
| blocks | LeftCurly | '{' at column 79 should be on a new line. | 29 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 30 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 36 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 36 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| blocks | LeftCurly | '{' at column 97 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/model/interpolation/DefaultModelVersionProcessor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 32 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| blocks | LeftCurly | '{' at column 53 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. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| blocks | LeftCurly | '{' at column 100 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 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| 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 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| 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 71 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 preceded with whitespace. | 58 |
org/apache/maven/model/interpolation/MavenBuildTimestamp.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| blocks | LeftCurly | '{' at column 34 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. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| blocks | LeftCurly | '{' at column 43 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. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| blocks | LeftCurly | '{' at column 75 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'time'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'properties'. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| blocks | LeftCurly | '{' at column 66 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 64 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 64 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 67 | |
| 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. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 76 |
org/apache/maven/model/interpolation/ModelInterpolator.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. | 32 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 |
org/apache/maven/model/interpolation/ModelVersionProcessor.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. | 28 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 34 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 |
org/apache/maven/model/interpolation/PathTranslatingPostProcessor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 31 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 42 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| blocks | LeftCurly | '{' at column 28 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 followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 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 |
org/apache/maven/model/interpolation/StringVisitorModelInterpolator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| blocks | LeftCurly | '{' at column 103 should be on a new line. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| 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 | |
| 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. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 74 | |
| 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 | |
| blocks | LeftCurly | '{' at column 45 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. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| blocks | LeftCurly | '{' at column 73 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 25 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 preceded with whitespace. | 86 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 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 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 88 | |
| blocks | LeftCurly | '{' at column 25 should be on a new line. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 | |
| blocks | RightCurly | '}' at column 21 should be alone on a line. | 91 | |
| 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. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 92 | |
| 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 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 |
org/apache/maven/model/interpolation/UrlNormalizingPostProcessor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 31 | |
| blocks | LeftCurly | '{' at column 12 should be on a new line. | 35 | |
| 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 53 | |
| 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 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 |
org/apache/maven/model/io/DefaultModelReader.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. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 55 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 60 | |
| 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 followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| blocks | LeftCurly | '{' at column 70 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. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| blocks | LeftCurly | '{' at column 80 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. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 | |
| blocks | LeftCurly | '{' at column 85 should be on a new line. | 82 | |
| 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 followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 85 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 90 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 90 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| 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. | 95 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 95 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 95 | |
| 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 followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 100 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 100 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 101 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 101 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 101 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 101 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 | |
| blocks | LeftCurly | '{' at column 96 should be on a new line. | 105 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 107 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 110 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 110 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| 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 followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 117 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 117 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 118 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 119 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 119 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 121 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 121 | |
| blocks | LeftCurly | '{' at column 44 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 33 should be on a new line. | 123 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 125 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 125 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 125 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 125 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 126 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 126 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 130 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 130 | |
| blocks | LeftCurly | '{' at column 110 should be on a new line. | 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 136 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 138 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 139 |
org/apache/maven/model/io/DefaultModelWriter.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. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| blocks | LeftCurly | '{' at column 97 should be on a new line. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 | |
| 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| 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. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| blocks | LeftCurly | '{' at column 35 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. | 64 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 64 | |
| blocks | LeftCurly | '{' at column 105 should be on a new line. | 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. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 70 | |
| 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 | |
| blocks | LeftCurly | '{' at column 69 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. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| blocks | LeftCurly | '{' at column 120 should be on a new line. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 92 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 |
org/apache/maven/model/io/ModelParseException.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. | 28 | |
| 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 preceded with whitespace. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| blocks | LeftCurly | '{' at column 99 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 | LeftCurly | '{' at column 32 should be on a new line. | 73 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 82 |
org/apache/maven/model/io/ModelReader.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. | 33 | |
| 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 |
org/apache/maven/model/io/ModelWriter.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. | 33 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 |
org/apache/maven/model/locator/DefaultModelLocator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 32 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 35 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 35 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 36 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 36 |
org/apache/maven/model/locator/ModelLocator.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. | 28 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 |
org/apache/maven/model/management/DefaultDependencyManagementInjector.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. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| blocks | LeftCurly | '{' at column 111 should be on a new line. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| blocks | LeftCurly | '{' at column 93 should be on a new line. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 | |
| whitespace | ParenPad | '(' is not followed by 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 | |
| blocks | LeftCurly | '{' at column 45 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 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 83 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 83 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 83 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 85 | |
| whitespace | ParenPad | '(' is not followed by 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. | 90 | |
| whitespace | ParenPad | ')' is not preceded with 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. | 102 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 |
org/apache/maven/model/management/DefaultPluginManagementInjector.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. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 43 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| blocks | LeftCurly | '{' at column 111 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 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| blocks | LeftCurly | '{' at column 47 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 72 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| blocks | LeftCurly | '{' at column 33 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. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 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. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 85 | |
| whitespace | ParenPad | '(' is not followed by 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 | |
| blocks | LeftCurly | '{' at column 48 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. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 104 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 104 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 106 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 106 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 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 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 111 | |
| 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. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 117 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 117 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 119 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 119 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 119 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 120 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 122 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 125 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 125 |
org/apache/maven/model/management/DependencyManagementInjector.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. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 |
org/apache/maven/model/management/PluginManagementInjector.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 followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 |
org/apache/maven/model/merge/MavenModelMerger.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. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 69 | |
| blocks | LeftCurly | '{' at column 113 should be on a new line. | 69 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 77 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| blocks | LeftCurly | '{' at column 26 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 33 should be on a new line. | 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 followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 92 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 92 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 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 followed by whitespace. | 94 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 95 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 95 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 95 | |
| blocks | LeftCurly | '{' at column 49 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 preceded with whitespace. | 96 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 97 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 97 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 97 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 97 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 108 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 110 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 110 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 110 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 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 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 121 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 123 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 125 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 125 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 125 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 126 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 126 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 127 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 134 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 134 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 136 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 138 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 138 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 139 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 140 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 147 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 147 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 153 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 153 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 159 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 159 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 165 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 165 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 171 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 171 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 172 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 172 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 177 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 177 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 178 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 178 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 183 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 183 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 184 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 184 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 189 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 189 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 190 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 190 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 190 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 191 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 191 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 201 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 201 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 203 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 203 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 203 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 206 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 207 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 208 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 208 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 209 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 209 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 209 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 210 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 210 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 212 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 212 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 212 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 213 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 213 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 214 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 214 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 214 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 214 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 214 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 215 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 215 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 216 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 216 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 219 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 219 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 222 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 222 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 222 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 222 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 222 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 222 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 222 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 236 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 236 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 238 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 238 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 238 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 240 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 240 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 240 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 240 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 243 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 243 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 243 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 246 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 246 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 251 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 251 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 251 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 252 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 252 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 253 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 253 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 256 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 256 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 256 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 257 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 257 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 258 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 258 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 258 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 258 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 258 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 259 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 259 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 263 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 263 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 273 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 273 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 275 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 275 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 275 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 277 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 277 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 277 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 277 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 280 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 280 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 280 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 283 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 283 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 288 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 288 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 288 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 289 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 289 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 290 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 290 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 293 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 293 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 293 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 294 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 294 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 295 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 295 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 295 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 295 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 295 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 296 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 296 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 300 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 300 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 313 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 313 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 315 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 315 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 315 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 317 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 317 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 318 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 318 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 319 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 319 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 320 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 320 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 320 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 321 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 321 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 321 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 321 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 321 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 322 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 322 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 325 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 325 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 335 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 335 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 336 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 336 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 336 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 337 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 337 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 347 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 347 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 348 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 348 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 348 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 349 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 349 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 359 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 359 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 359 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 367 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 367 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 369 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 369 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 369 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 371 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 371 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 371 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 372 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 372 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 373 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 373 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 373 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 373 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 384 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 384 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 386 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 386 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 386 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 388 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 388 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 388 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 389 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 389 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 390 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 390 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 390 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 390 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 401 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 401 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 403 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 403 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 403 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 405 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 405 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 405 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 406 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 406 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 408 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 408 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 409 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 409 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 409 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 409 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 409 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 410 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 410 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 412 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 412 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 413 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 413 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 419 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 419 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 419 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 421 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 421 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 421 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 422 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 422 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 423 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 423 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 424 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 424 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 429 | |
| blocks | LeftCurly | '{' at column 114 should be on a new line. | 429 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 431 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 431 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 431 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 432 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 432 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 432 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 433 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 433 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 434 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 434 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 434 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 434 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 435 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 435 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 435 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 435 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 436 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 436 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 436 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 436 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 437 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 437 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 437 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 437 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 444 | |
| blocks | LeftCurly | '{' at column 111 should be on a new line. | 444 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 446 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 446 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 446 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 447 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 447 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 447 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 448 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 448 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 449 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 449 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 449 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 449 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 450 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 450 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 450 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 450 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 451 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 451 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 451 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 451 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 452 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 452 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 452 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 452 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 459 | |
| blocks | LeftCurly | '{' at column 111 should be on a new line. | 459 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 461 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 461 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 461 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 462 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 462 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 462 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 463 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 463 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 464 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 464 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 464 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 464 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 465 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 465 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 465 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 465 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 466 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 466 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 466 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 466 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 467 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 467 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 467 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 467 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 474 | |
| blocks | LeftCurly | '{' at column 111 should be on a new line. | 474 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 476 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 476 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 476 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 477 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 477 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 477 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 478 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 478 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 479 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 479 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 479 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 479 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 480 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 480 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 480 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 480 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 481 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 481 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 482 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 482 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 483 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 483 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 483 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 483 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 490 | |
| blocks | LeftCurly | '{' at column 120 should be on a new line. | 490 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 492 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 492 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 492 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 494 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 494 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 494 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 494 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 496 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 496 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 496 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 497 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 497 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 497 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 497 | |
| blocks | LeftCurly | '{' at column 120 should be on a new line. | 497 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 498 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 498 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 499 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 499 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 503 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 503 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 503 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 504 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 504 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 505 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 505 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 506 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 506 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 506 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 507 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 507 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 509 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 509 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 512 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 512 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 522 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 522 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 524 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 524 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 524 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 526 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 526 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 527 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 527 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 528 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 528 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 529 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 529 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 529 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 530 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 530 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 530 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 530 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 530 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 531 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 531 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 534 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 534 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 544 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 544 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 546 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 546 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 546 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 548 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 548 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 548 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 548 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 550 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 550 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 550 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 551 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 551 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 551 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 551 | |
| blocks | LeftCurly | '{' at column 114 should be on a new line. | 551 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 552 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 552 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 553 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 553 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 557 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 557 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 557 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 558 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 558 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 559 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 559 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 560 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 560 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 560 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 561 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 561 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 563 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 563 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 566 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 566 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 571 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 576 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 581 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 586 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 591 | |
| blocks | LeftCurly | '{' at column 66 should be on a new line. | 596 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 601 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 606 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 610 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 610 | |
| blocks | LeftCurly | '{' at column 109 should be on a new line. | 610 |
org/apache/maven/model/normalization/DefaultModelNormalizer.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. | 45 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| blocks | LeftCurly | '{' at column 109 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. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| blocks | LeftCurly | '{' at column 28 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. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 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 36 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. | 64 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 64 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 67 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is not preceded with 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. | 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 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 83 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 87 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 97 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 99 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 100 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 | |
| blocks | LeftCurly | '{' at column 113 should be on a new line. | 105 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 106 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 108 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 110 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 110 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 110 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 111 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 111 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 120 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 120 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 121 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 122 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 122 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 126 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 126 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 126 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 128 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 128 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 129 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 129 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 129 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 129 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 136 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 138 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 138 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 139 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 140 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 141 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 141 | |
| blocks | LeftCurly | '{' at column 31 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 38 should be on a new line. | 142 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 143 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 143 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 145 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 145 |
org/apache/maven/model/normalization/ModelNormalizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 31 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 40 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 |
org/apache/maven/model/path/DefaultModelPathTranslator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 42 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| blocks | LeftCurly | '{' at column 120 should be on a new line. | 52 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 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 followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with 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 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. | 66 | |
| 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 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| 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 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| 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 preceded with whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| 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. | 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. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 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 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. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| blocks | LeftCurly | '{' at column 61 should be on a new line. | 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 followed by whitespace. | 83 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 83 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 92 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 92 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 95 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 95 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 95 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 96 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 97 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 97 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 106 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 106 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 107 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 107 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 110 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 110 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 117 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 117 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 |
org/apache/maven/model/path/DefaultModelUrlNormalizer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 43 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 43 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 49 | |
| 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| blocks | LeftCurly | '{' at column 26 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. | 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 followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| blocks | LeftCurly | '{' at column 31 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 71 | |
| blocks | LeftCurly | '{' at column 42 should be on a new line. | 71 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 72 |
org/apache/maven/model/path/DefaultPathTranslator.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. | 32 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 35 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 35 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 41 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 42 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 45 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 45 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 45 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 48 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 48 | |
| 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 |
org/apache/maven/model/path/DefaultUrlNormalizer.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. | 34 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 34 | |
| blocks | LeftCurly | '{' at column 41 should be on a new line. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 37 | |
| blocks | LeftCurly | '{' at column 29 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 26 should be on a new line. | 38 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 40 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 42 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| blocks | LeftCurly | '{' at column 38 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 followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 53 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 |
org/apache/maven/model/path/ModelPathTranslator.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. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 |
org/apache/maven/model/path/ModelUrlNormalizer.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. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 |
org/apache/maven/model/path/PathTranslator.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. | 28 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 |
org/apache/maven/model/path/ProfileActivationFilePathInterpolator.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. | 39 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| blocks | LeftCurly | '{' at column 81 should be on a new line. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| blocks | LeftCurly | '{' at column 108 should be on a new line. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 62 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 65 | |
| 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 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 76 | |
| 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 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 76 | |
| 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. | 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 |
org/apache/maven/model/path/UrlNormalizer.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. | 27 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 35 |
org/apache/maven/model/plugin/DefaultPluginConfigurationExpander.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 88 should be on a new line. | 40 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 43 | |
| blocks | LeftCurly | '{' at column 118 should be on a new line. | 43 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 46 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 46 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 46 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| blocks | LeftCurly | '{' at column 43 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. | 57 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 57 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 58 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 62 | |
| 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 |
org/apache/maven/model/plugin/DefaultReportConfigurationExpander.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 88 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. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| blocks | LeftCurly | '{' at column 32 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 70 should be on a new line. | 45 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 49 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 52 |
org/apache/maven/model/plugin/LifecycleBindingsInjector.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. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 |
org/apache/maven/model/plugin/PluginConfigurationExpander.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. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 |
org/apache/maven/model/plugin/ReportConfigurationExpander.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. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 |
org/apache/maven/model/profile/DefaultProfileActivationContext.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. | 35 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| coding | HiddenField | 'activeProfileIds' hides a field. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| blocks | LeftCurly | '{' at column 95 should be on a new line. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| coding | HiddenField | 'inactiveProfileIds' hides a field. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| blocks | LeftCurly | '{' at column 99 should be on a new line. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 77 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 82 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 94 | |
| coding | HiddenField | 'systemProperties' hides a field. | 94 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 | |
| blocks | LeftCurly | '{' at column 93 should be on a new line. | 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 105 | |
| coding | HiddenField | 'systemProperties' hides a field. | 105 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 105 | |
| blocks | LeftCurly | '{' at column 102 should be on a new line. | 105 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 106 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 106 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 111 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 124 | |
| coding | HiddenField | 'userProperties' hides a field. | 124 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 124 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 124 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 125 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 125 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 125 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 125 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| coding | HiddenField | 'userProperties' hides a field. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| blocks | LeftCurly | '{' at column 98 should be on a new line. | 136 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 137 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 137 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 142 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 153 | |
| coding | HiddenField | 'projectDirectory' hides a field. | 153 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 153 | |
| blocks | LeftCurly | '{' at column 87 should be on a new line. | 153 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 160 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 164 | |
| coding | HiddenField | 'projectProperties' hides a field. | 164 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 164 | |
| blocks | LeftCurly | '{' at column 95 should be on a new line. | 164 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 165 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 165 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 165 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 165 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 168 | |
| coding | HiddenField | 'projectProperties' hides a field. | 168 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 168 | |
| blocks | LeftCurly | '{' at column 104 should be on a new line. | 168 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 169 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 169 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 174 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 174 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 174 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 175 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 175 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 178 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 178 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 178 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 179 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 179 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 182 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 182 | |
| blocks | LeftCurly | '{' at column 69 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 58 should be on a new line. | 183 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 185 | |
| 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 followed by whitespace. | 185 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 185 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 185 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 185 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 187 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 187 |
org/apache/maven/model/profile/DefaultProfileInjector.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. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 59 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 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. | 64 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 64 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 64 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| 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 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 78 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| blocks | LeftCurly | '{' at column 99 should be on a new line. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 81 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| blocks | LeftCurly | '{' at column 99 should be on a new line. | 84 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 94 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 96 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 98 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 100 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 100 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 101 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 101 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 102 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 107 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 107 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 110 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 110 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 110 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 111 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 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 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 113 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| blocks | RightCurly | '}' at column 21 should be alone on a line. | 117 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 117 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 118 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 118 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 122 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 123 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 124 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 125 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 125 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 125 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 126 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 126 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 128 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 128 | |
| 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 preceded with whitespace. | 132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 142 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 142 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 144 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 144 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 144 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 146 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 146 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 146 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 146 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 148 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 148 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 148 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 150 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 150 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 153 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 153 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 153 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 154 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 154 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 155 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 155 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 156 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 156 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 156 | |
| 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 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 162 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 162 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 172 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 172 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 174 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 174 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 174 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 176 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 176 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 176 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 176 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 178 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 178 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 178 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 179 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 179 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 180 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 180 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 183 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 183 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 183 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 184 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 184 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 185 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 185 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 186 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 186 | |
| blocks | LeftCurly | '{' at column 43 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. | 189 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 189 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 192 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 192 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 202 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 202 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 204 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 204 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 204 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 206 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 206 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 206 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 208 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 208 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 208 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 209 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 209 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 210 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 210 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 213 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 213 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 213 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 214 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 214 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 215 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 215 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 216 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 216 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 216 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 217 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 217 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 219 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 219 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 222 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 222 |
org/apache/maven/model/profile/DefaultProfileSelector.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. | 44 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 53 | |
| 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 90 should be on a new line. | 57 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 58 | |
| blocks | LeftCurly | '{' at column 39 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 preceded with whitespace. | 66 | |
| blocks | LeftCurly | '{' at column 109 should be on a new line. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 74 | |
| blocks | LeftCurly | '{' at column 42 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 preceded with whitespace. | 75 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 75 | |
| 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 followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| blocks | LeftCurly | '{' at column 101 should be on a new line. | 76 | |
| 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 followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 79 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 79 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 82 | |
| 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 56 should be on a new line. | 82 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 83 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 83 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 83 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 83 | |
| blocks | LeftCurly | '{' at column 73 should be on a new line. | 83 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| blocks | RightCurly | '}' at column 21 should be alone on a line. | 85 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 85 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 92 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 92 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 92 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| blocks | LeftCurly | '{' at column 113 should be on a new line. | 99 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 101 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 101 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 101 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 102 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 102 | |
| blocks | LeftCurly | '{' at column 72 should be on a new line. | 102 | |
| blocks | LeftCurly | '{' at column 21 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 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 105 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 108 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 108 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 110 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 110 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 111 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 111 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 111 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 111 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 120 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 120 |
org/apache/maven/model/profile/ProfileActivationContext.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 |
org/apache/maven/model/profile/ProfileInjector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 31 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 |
org/apache/maven/model/profile/ProfileSelector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| header | RegexpHeader | Line does not match expected header line of '^package '. | 1 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 31 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 |
org/apache/maven/model/profile/activation/FileProfileActivator.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. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| blocks | LeftCurly | '{' at column 110 should be on a new line. | 56 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 | |
| blocks | LeftCurly | '{' at column 112 should be on a new line. | 61 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 64 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 64 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 70 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 70 | |
| 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 55 should be on a new line. | 77 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 80 | |
| 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 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 80 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 83 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 83 | |
| blocks | LeftCurly | '{' at column 13 should be on a new line. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 89 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 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 followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 92 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with 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 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 94 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 98 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 98 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 102 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 102 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 104 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 104 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| blocks | LeftCurly | '{' at column 119 should be on a new line. | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 117 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 117 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 117 |
org/apache/maven/model/profile/activation/JdkVersionProfileActivator.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. | 40 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 40 | |
| blocks | LeftCurly | '{' at column 69 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 112 should be on a new line. | 45 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 48 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 48 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 54 | |
| 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 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 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 followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 63 | |
| 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 | |
| blocks | LeftCurly | '{' at column 103 should be on a new line. | 69 | |
| 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 | |
| blocks | LeftCurly | '{' at column 47 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 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 72 | |
| 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 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 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 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 74 | |
| blocks | LeftCurly | '{' at column 16 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. | 80 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 | |
| blocks | LeftCurly | '{' at column 119 should be on a new line. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 83 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 83 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 83 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 92 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 92 | |
| blocks | LeftCurly | '{' at column 76 should be on a new line. | 92 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 95 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 95 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 95 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 99 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 99 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 106 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 106 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 107 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 107 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 111 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 111 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 113 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 113 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 113 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 113 | |
| whitespace | ParenPad | ')' is not preceded with 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 followed by whitespace. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 116 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 117 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 117 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 119 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 119 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 119 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 120 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 120 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 121 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 121 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 122 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 122 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 124 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 124 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 124 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 128 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 128 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 128 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 134 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 134 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 134 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 136 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 140 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 140 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 141 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 141 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 141 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 141 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 144 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 144 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 144 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 147 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 147 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 147 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 147 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 147 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 148 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 148 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 148 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 148 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 148 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 149 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 149 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 149 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 150 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 150 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 150 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 150 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 150 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 150 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 151 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 151 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 151 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 151 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 151 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 151 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 152 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 152 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 152 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 152 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 152 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 152 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 153 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 153 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 153 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 153 | |
| whitespace | ParenPad | ')' is not preceded with 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 followed by whitespace. | 154 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 154 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 154 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 154 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 155 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 155 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 155 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 155 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 155 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 155 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 156 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 156 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 156 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 156 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 157 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 157 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 157 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 157 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 160 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 160 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 160 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 161 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 161 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 161 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 161 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 166 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 171 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 171 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 171 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 177 |
org/apache/maven/model/profile/activation/OperatingSystemProfileActivator.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 | |
| blocks | LeftCurly | '{' at column 74 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 112 should be on a new line. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 50 | |
| blocks | LeftCurly | '{' at column 25 should be on a new line. | 50 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 56 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 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 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 59 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| blocks | LeftCurly | '{' at column 45 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. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| blocks | LeftCurly | '{' at column 48 should be on a new line. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| blocks | LeftCurly | '{' at column 119 should be on a new line. | 73 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| blocks | LeftCurly | '{' at column 62 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 59 should be on a new line. | 89 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 93 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 95 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 95 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 98 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 98 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 107 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 107 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 107 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 107 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 109 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 117 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 117 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 117 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 121 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 121 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 121 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 126 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 126 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 131 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 131 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 131 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 135 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 137 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 137 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 140 |
org/apache/maven/model/profile/activation/ProfileActivator.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. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 |
org/apache/maven/model/profile/activation/PropertyProfileActivator.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. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 41 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 44 | |
| blocks | LeftCurly | '{' at column 112 should be on a new line. | 44 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 47 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 47 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 53 | |
| 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 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| blocks | LeftCurly | '{' at column 49 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 followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 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 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. | 73 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 73 | |
| blocks | LeftCurly | '{' at column 31 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. | 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 | |
| blocks | LeftCurly | '{' at column 48 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 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 80 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 82 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 87 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 87 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 88 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 93 | |
| blocks | LeftCurly | '{' at column 119 should be on a new line. | 93 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 96 |
org/apache/maven/model/resolution/InvalidRepositoryException.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. | 28 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 42 | |
| blocks | LeftCurly | '{' at column 95 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. | 53 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| blocks | LeftCurly | '{' at column 78 should be on a new line. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 63 |
org/apache/maven/model/resolution/ModelResolver.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. | 34 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 45 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 65 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 85 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 95 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 95 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 108 | |
| javadoc | JavadocMethod | Expected @param tag for 'replace'. | 108 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 108 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 119 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 119 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 120 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 121 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 122 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 122 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 123 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 123 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 124 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 129 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 129 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 130 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 131 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 131 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 132 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 132 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 133 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 133 | |
| blocks | LeftCurly | '{' at column 44 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 followed by whitespace. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 139 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 139 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 140 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 140 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 140 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 143 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 143 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 143 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 144 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 144 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 144 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 144 |
org/apache/maven/model/resolution/UnresolvableModelException.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. | 26 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 53 | |
| blocks | LeftCurly | '{' at column 97 should be on a new line. | 53 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 54 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 55 | |
| 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. | 68 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 68 | |
| blocks | LeftCurly | '{' at column 106 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. | 83 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 83 | |
| blocks | LeftCurly | '{' at column 107 should be on a new line. | 83 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 84 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 95 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 104 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 113 |
org/apache/maven/model/resolution/WorkspaceModelResolver.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. | 26 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 28 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 28 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 31 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 31 |
org/apache/maven/model/superpom/DefaultSuperPomProvider.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. | 39 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 49 | |
| blocks | LeftCurly | '{' at column 67 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 48 should be on a new line. | 54 | |
| 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. | 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 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 60 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 62 | |
| blocks | LeftCurly | '{' at column 17 should be on a new line. | 65 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 66 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 67 | |
| 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. | 75 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 75 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 76 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 76 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 76 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 80 |
org/apache/maven/model/superpom/SuperPomProvider.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. | 28 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 38 |
org/apache/maven/model/validation/DefaultModelValidator.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. | 67 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 69 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 86 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 86 | |
| sizes | MethodLength | Method validateFileModel length is 163 lines (max allowed is 150). | 90 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 91 | |
| blocks | LeftCurly | '{' at column 107 should be on a new line. | 91 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 96 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 96 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 98 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 101 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 103 | |
| blocks | LeftCurly | '{' at column 115 should be on a new line. | 103 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 115 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 115 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 115 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 115 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 115 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 115 | |
| blocks | LeftCurly | '{' at column 98 should be on a new line. | 115 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 123 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 127 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 127 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 127 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 129 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 129 | |
| blocks | LeftCurly | '{' at column 68 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. | 131 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 131 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 131 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 131 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 131 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 139 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 139 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 143 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 143 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 151 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 151 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 153 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 153 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 155 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 155 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 156 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 156 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 156 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 157 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 157 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 160 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 160 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 161 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 161 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 163 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 163 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 164 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 164 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 164 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 165 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 165 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 168 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 168 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 171 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 173 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 173 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 173 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 179 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 182 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 182 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 185 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 188 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 188 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 188 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 189 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 189 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 192 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 192 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 192 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 194 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 200 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 200 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 200 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 203 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 203 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 205 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 205 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 205 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 205 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 205 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 213 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 217 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 220 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 222 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 222 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 222 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 228 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 232 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 239 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 242 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 242 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 242 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 243 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 243 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 246 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 246 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 246 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 248 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 256 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 256 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 256 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 261 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 261 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 261 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 263 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 273 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 273 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 274 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 274 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 274 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 280 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 280 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 280 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 284 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 284 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 284 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 284 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 284 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 287 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 287 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 287 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 287 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 287 | |
| blocks | LeftCurly | '{' at column 67 should be on a new line. | 287 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 290 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 290 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 294 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 294 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 294 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 294 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 294 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 299 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 299 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 304 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 304 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 304 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 305 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 305 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 305 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 305 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 305 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 305 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 310 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 310 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 314 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 314 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 314 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 324 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 324 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 325 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 325 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 329 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 329 | |
| blocks | LeftCurly | '{' at column 39 should be on a new line. | 329 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 330 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 331 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 332 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 332 | |
| blocks | LeftCurly | '{' at column 71 should be on a new line. | 332 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 340 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 343 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 344 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 345 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 345 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 345 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 353 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 357 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 357 | |
| blocks | LeftCurly | '{' at column 86 should be on a new line. | 357 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 365 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 370 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 370 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 372 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 372 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 372 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 380 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 381 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 381 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 382 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 382 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 387 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 387 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 387 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 388 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 388 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 388 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 388 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 388 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 396 | |
| sizes | MethodLength | Method validateEffectiveModel length is 155 lines (max allowed is 150). | 402 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 403 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 403 | |
| blocks | LeftCurly | '{' at column 112 should be on a new line. | 403 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 406 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 406 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 408 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 408 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 410 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 410 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 412 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 412 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 414 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 414 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 414 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 415 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 415 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 415 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 415 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 415 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 424 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 427 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 427 | |
| blocks | LeftCurly | '{' at column 68 should be on a new line. | 427 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 428 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 428 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 429 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 429 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 429 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 429 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 429 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 437 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 437 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 437 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 442 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 442 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 444 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 444 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 446 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 446 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 449 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 449 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 449 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 450 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 450 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 453 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 453 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 453 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 454 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 454 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 457 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 458 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 458 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 461 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 461 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 461 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 462 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 462 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 462 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 469 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 472 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 475 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 485 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 495 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 497 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 497 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 500 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 500 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 503 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 507 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 507 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 507 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 508 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 508 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 508 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 515 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 523 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 527 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 527 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 527 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 528 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 528 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 531 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 531 | |
| blocks | LeftCurly | '{' at column 69 should be on a new line. | 531 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 532 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 532 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 536 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 536 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 536 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 537 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 537 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 537 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 545 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 549 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 554 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 564 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 564 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 565 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 565 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 566 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 566 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 570 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 570 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 570 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 573 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 573 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 573 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 573 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 573 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 574 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 574 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 574 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 574 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 574 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 582 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 583 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 583 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 583 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 583 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 583 | |
| blocks | LeftCurly | '{' at column 80 should be on a new line. | 583 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 591 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 593 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 593 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 593 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 593 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 593 | |
| blocks | LeftCurly | '{' at column 64 should be on a new line. | 593 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 595 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 595 | |
| blocks | LeftCurly | '{' at column 102 should be on a new line. | 595 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 603 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 607 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 607 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 607 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 607 | |
| blocks | LeftCurly | '{' at column 54 should be on a new line. | 607 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 608 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 608 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 608 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 608 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 608 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 616 | |
| blocks | RightCurly | '}' at column 21 should be alone on a line. | 617 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 617 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 617 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 617 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 617 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 617 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 617 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 617 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 626 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 631 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 631 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 631 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 631 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 631 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 631 | |
| blocks | LeftCurly | '{' at column 106 should be on a new line. | 631 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 639 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 642 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 642 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 644 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 644 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 644 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 646 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 646 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 646 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 646 | |
| blocks | LeftCurly | '{' at column 77 should be on a new line. | 646 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 647 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 647 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 648 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 648 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 649 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 649 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 650 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 650 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 660 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 661 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 661 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 662 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 662 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 672 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 672 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 678 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 678 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 678 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 680 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 680 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 682 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 682 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 682 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 682 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 682 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 693 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 703 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 703 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 704 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 704 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 708 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 708 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 708 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 709 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 709 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 711 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 711 | |
| blocks | LeftCurly | '{' at column 98 should be on a new line. | 711 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 713 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 715 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 715 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 715 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 717 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 736 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 738 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 738 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 739 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 739 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 754 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 765 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 765 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 767 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 767 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 769 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 769 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 769 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 769 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 769 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 774 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 779 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 779 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 782 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 782 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 782 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 785 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 785 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 787 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 787 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 787 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 788 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 788 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 791 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 804 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 814 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 814 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 823 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 826 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 828 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 828 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 828 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 830 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 832 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 832 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 835 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 835 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 835 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 835 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 835 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 838 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 838 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 838 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 838 | |
| blocks | LeftCurly | '{' at column 50 should be on a new line. | 838 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 846 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 847 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 847 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 848 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 848 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 849 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 849 | |
| blocks | LeftCurly | '{' at column 44 should be on a new line. | 849 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 857 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 858 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 858 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 858 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 858 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 860 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 860 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 860 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 860 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 862 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 862 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 863 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 863 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 863 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 863 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 863 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 873 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 876 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 876 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 876 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 876 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 876 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 876 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 884 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 887 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 887 | |
| blocks | LeftCurly | '{' at column 94 should be on a new line. | 887 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 888 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 888 | |
| blocks | LeftCurly | '{' at column 59 should be on a new line. | 888 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 889 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 889 | |
| blocks | LeftCurly | '{' at column 101 should be on a new line. | 889 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 898 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 908 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 909 | |
| blocks | LeftCurly | '{' at column 24 should be on a new line. | 909 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 918 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 928 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 937 | |
| javadoc | JavadocMethod | Expected @param tag for 'problems'. | 937 | |
| javadoc | JavadocMethod | Expected @param tag for 'd'. | 937 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 937 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 937 | |
| blocks | LeftCurly | '{' at column 107 should be on a new line. | 937 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 939 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 947 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 947 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 950 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 950 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 950 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 952 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 954 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 963 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 963 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 963 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 965 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 965 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 966 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 966 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 966 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 967 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 967 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 967 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 967 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 967 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 967 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 967 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 967 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 967 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 967 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 967 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 967 | |
| blocks | LeftCurly | '{' at column 98 should be on a new line. | 967 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 974 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 982 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 982 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 984 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 984 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 984 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 985 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 985 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 995 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 996 | |
| blocks | LeftCurly | '{' at column 20 should be on a new line. | 996 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 997 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 997 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1003 | |
| blocks | LeftCurly | '{' at column 113 should be on a new line. | 1003 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1004 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1004 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 1004 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1005 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1005 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1016 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1018 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1018 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1018 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1018 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 1018 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1027 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1030 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1030 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1030 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1030 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 1030 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1038 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1044 | |
| blocks | LeftCurly | '{' at column 116 should be on a new line. | 1044 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1045 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1045 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1047 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1047 | |
| blocks | LeftCurly | '{' at column 45 should be on a new line. | 1047 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1056 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1066 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1075 | |
| blocks | LeftCurly | '{' at column 104 should be on a new line. | 1075 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1076 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1076 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1079 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1079 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1088 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1088 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1089 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1089 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1089 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1089 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 1089 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1092 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1092 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1092 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1092 | |
| blocks | LeftCurly | '{' at column 111 should be on a new line. | 1092 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 1094 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 1094 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1095 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1095 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1095 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1095 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1095 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1103 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1106 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1106 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1111 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1111 | |
| blocks | LeftCurly | '{' at column 52 should be on a new line. | 1111 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1112 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1112 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 1112 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1113 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1113 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1114 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1114 | |
| blocks | LeftCurly | '{' at column 51 should be on a new line. | 1114 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1121 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1121 | |
| blocks | LeftCurly | '{' at column 58 should be on a new line. | 1121 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1125 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1125 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1134 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1134 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1135 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1135 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1135 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1138 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1138 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1138 | |
| blocks | LeftCurly | '{' at column 111 should be on a new line. | 1138 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 1140 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 1140 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1141 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1141 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1141 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1141 | |
| blocks | LeftCurly | '{' at column 40 should be on a new line. | 1141 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1149 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1152 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1152 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1157 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1157 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1157 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1158 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1158 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1158 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1158 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 1158 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1169 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1169 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1178 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1178 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1179 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1179 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1179 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1179 | |
| blocks | LeftCurly | '{' at column 111 should be on a new line. | 1179 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 1181 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 1181 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1182 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1182 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1182 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1182 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 1182 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1190 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1197 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1197 | |
| blocks | LeftCurly | '{' at column 65 should be on a new line. | 1197 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1198 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1198 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 1198 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1199 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1199 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1200 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1200 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1200 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1200 | |
| blocks | LeftCurly | '{' at column 63 should be on a new line. | 1200 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1207 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1207 | |
| blocks | LeftCurly | '{' at column 70 should be on a new line. | 1207 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1208 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1208 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1217 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1217 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1218 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1218 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1218 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1218 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 1218 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1229 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1240 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1240 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1241 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1241 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1241 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1241 | |
| blocks | LeftCurly | '{' at column 37 should be on a new line. | 1241 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1245 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1245 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1246 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1246 | |
| blocks | LeftCurly | '{' at column 26 should be on a new line. | 1246 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1247 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1247 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1248 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1248 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1248 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1248 | |
| blocks | LeftCurly | '{' at column 62 should be on a new line. | 1248 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1256 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1265 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1265 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1265 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1266 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1266 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1269 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1269 | |
| blocks | LeftCurly | '{' at column 56 should be on a new line. | 1269 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1270 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1270 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1279 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1279 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1280 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1280 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1291 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1291 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1301 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1301 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1302 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1302 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1302 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1302 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 1302 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1306 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1306 | |
| blocks | LeftCurly | '{' at column 32 should be on a new line. | 1306 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1310 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1310 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1323 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1323 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1332 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1332 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1333 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1333 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1333 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1333 | |
| blocks | LeftCurly | '{' at column 108 should be on a new line. | 1333 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1337 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1337 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 1337 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1341 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1341 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1353 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1353 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1362 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1362 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1363 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1363 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 1363 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1367 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1367 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1379 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1379 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1389 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1389 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1390 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1390 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 1390 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1394 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1394 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1399 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1399 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1408 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1408 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1409 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1409 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 1409 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1413 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1413 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1413 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1413 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1413 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1413 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 1413 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1424 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1429 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1429 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1439 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 1439 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1440 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1440 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 1440 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1444 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1444 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1446 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1446 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1446 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1446 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 1446 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1457 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1462 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1462 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1464 | |
| blocks | LeftCurly | '{' at column 115 should be on a new line. | 1464 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1465 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1465 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 1465 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1469 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1469 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1471 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1471 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1471 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1471 | |
| blocks | LeftCurly | '{' at column 38 should be on a new line. | 1471 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1477 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1477 | |
| blocks | LeftCurly | '{' at column 49 should be on a new line. | 1477 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1478 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1478 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1483 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1483 | |
| blocks | LeftCurly | '{' at column 27 should be on a new line. | 1483 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1492 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 1494 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1494 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1494 | |
| blocks | LeftCurly | '{' at column 34 should be on a new line. | 1494 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1504 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 1506 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 1506 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1514 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1528 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1528 | |
| blocks | LeftCurly | '{' at column 74 should be on a new line. | 1528 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1530 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1530 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1531 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1531 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1532 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1532 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1532 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1532 | |
| blocks | LeftCurly | '{' at column 89 should be on a new line. | 1532 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1533 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1533 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1533 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1533 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1533 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1533 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1534 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1534 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 1534 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1538 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1538 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 1538 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1544 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1544 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1554 | |
| blocks | LeftCurly | '{' at column 28 should be on a new line. | 1554 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1555 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1555 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 1555 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1556 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1556 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 1556 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1557 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1557 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1557 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1557 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1557 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1557 | |
| blocks | LeftCurly | '{' at column 60 should be on a new line. | 1557 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1564 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1564 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1565 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1574 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1574 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1583 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1583 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1584 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1584 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 1584 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1588 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1588 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1588 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1588 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 1588 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1596 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1601 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1611 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1611 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1612 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1612 | |
| blocks | LeftCurly | '{' at column 53 should be on a new line. | 1612 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1616 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1616 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1616 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1616 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1616 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1616 | |
| blocks | LeftCurly | '{' at column 75 should be on a new line. | 1616 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1624 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1637 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1637 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1638 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1638 | |
| blocks | LeftCurly | '{' at column 29 should be on a new line. | 1638 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1643 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1643 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1645 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1645 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1645 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1645 | |
| blocks | LeftCurly | '{' at column 110 should be on a new line. | 1645 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1649 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1649 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1649 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1649 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1649 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1649 | |
| blocks | LeftCurly | '{' at column 90 should be on a new line. | 1649 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1657 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1671 | |
| blocks | LeftCurly | '{' at column 43 should be on a new line. | 1671 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1672 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1672 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1673 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1673 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1673 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1673 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1673 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1673 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1675 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1675 | |
| blocks | LeftCurly | '{' at column 33 should be on a new line. | 1675 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1676 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1676 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1676 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1676 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1679 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1679 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1679 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1679 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1681 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1681 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1681 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1682 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1682 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1683 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1683 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1683 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1683 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1683 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1686 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1686 | |
| blocks | LeftCurly | '{' at column 117 should be on a new line. | 1686 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1689 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1689 | |
| blocks | LeftCurly | '{' at column 30 should be on a new line. | 1689 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1690 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1690 | |
| blocks | LeftCurly | '{' at column 36 should be on a new line. | 1690 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1693 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1693 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1694 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1694 | |
| blocks | LeftCurly | '{' at column 31 should be on a new line. | 1694 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1695 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1695 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1699 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1699 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1699 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1699 | |
| blocks | LeftCurly | '{' at column 46 should be on a new line. | 1699 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1700 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1700 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1700 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1700 | |
| blocks | LeftCurly | '{' at column 25 should be on a new line. | 1701 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1702 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1702 | |
| blocks | RightCurly | '}' at column 21 should be alone on a line. | 1703 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1703 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1703 | |
| blocks | LeftCurly | '{' at column 55 should be on a new line. | 1703 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1708 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1708 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1711 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1711 | |
| blocks | LeftCurly | '{' at column 35 should be on a new line. | 1711 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1712 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1712 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1716 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1716 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1719 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1719 | |
| blocks | LeftCurly | '{' at column 57 should be on a new line. | 1719 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1720 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1720 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1720 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1720 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1720 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1720 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1723 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1723 | |
| blocks | LeftCurly | '{' at column 91 should be on a new line. | 1723 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1724 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1724 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1727 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1727 | |
| blocks | LeftCurly | '{' at column 82 should be on a new line. | 1727 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 1728 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 1728 | |
| blocks | LeftCurly | '{' at column 47 should be on a new line. | 1728 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 1730 | |
| blocks | LeftCurly | '{' at column 16 should be on a new line. | 1730 |
org/apache/maven/model/validation/ModelValidator.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. | 30 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 39 | |
| blocks | LeftCurly | '{' at column 111 should be on a new line. | 39 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 51 | |
| whitespace | ParenPad | '(' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | ')' is not preceded with whitespace. | 61 |





