Checkstyle Results
The following document contains the results of Checkstyle 9.3 with src/main/checkstyle/checkstyle.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
61 | 0 | 0 | 350 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 3 | ![]() |
NeedBraces | 3 | ![]() | |
coding | EmptyStatement | 1 | ![]() |
design | DesignForExtension | 8 | ![]() |
HideUtilityClassConstructor | 7 | ![]() | |
VisibilityModifier | 20 | ![]() | |
javadoc | JavadocMethod | 23 | ![]() |
JavadocPackage | 6 | ![]() | |
JavadocStyle | 14 | ![]() | |
modifier | RedundantModifier | 5 | ![]() |
naming | ConstantName | 5 | ![]() |
StaticVariableName | 1 | ![]() | |
regexp | RegexpSingleline
|
144 | ![]() |
sizes | LineLength
|
28 | ![]() |
MethodLength | 1 | ![]() | |
whitespace | NoWhitespaceAfter | 3 | ![]() |
OperatorWrap | 7 | ![]() | |
ParenPad | 19 | ![]() | |
WhitespaceAfter | 8 | ![]() | |
WhitespaceAround | 44 | ![]() |
Details
com/github/davidmoten/aws/lw/client/AwsSdkV2Main.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 166). | 24 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 141). | 31 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 143). | 38 |
com/github/davidmoten/aws/lw/client/BaseUrlFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 10 |
![]() |
modifier | RedundantModifier | Redundant 'static' modifier. | 10 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 10 |
com/github/davidmoten/aws/lw/client/Client.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 133 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 162 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 163 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 173 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 305 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 321 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 327 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 336 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 346 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 352 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 355 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 364 |
com/github/davidmoten/aws/lw/client/ClientCountLoadedClassesMain.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 4 |
com/github/davidmoten/aws/lw/client/ClientMain.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 20 |
![]() |
sizes | MethodLength | Method main length is 253 lines (max allowed is 150). | 24 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 137). | 126 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 129 |
com/github/davidmoten/aws/lw/client/ClientTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | ConstantName | Name 'hc' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 |
![]() |
naming | ConstantName | Name 's3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 250). | 67 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 75 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 250). | 140 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 139). | 147 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 156 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 208 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 213 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 218 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 223 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 228 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 153). | 328 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 198). | 341 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 498 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 363). | 541 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 348). | 564 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 348). | 585 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 373). | 605 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 317). | 625 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 337). | 645 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 265). | 675 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 703 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 726 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 726 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 736 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 737 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 737 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 747 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 748 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 748 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 758 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 759 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 759 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 769 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 770 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 770 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 780 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 781 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 781 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 791 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 839 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 899 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 904 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 911 |
com/github/davidmoten/aws/lw/client/Credentials.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
com/github/davidmoten/aws/lw/client/ExceptionFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 14 |
com/github/davidmoten/aws/lw/client/Formats.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 15 |
com/github/davidmoten/aws/lw/client/FormatsTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
com/github/davidmoten/aws/lw/client/HttpClientTesting.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'endpointUrl' must be private and have accessor methods. | 17 |
![]() |
design | VisibilityModifier | Variable 'httpMethod' must be private and have accessor methods. | 18 |
![]() |
design | VisibilityModifier | Variable 'headers' must be private and have accessor methods. | 19 |
![]() |
design | VisibilityModifier | Variable 'requestBody' must be private and have accessor methods. | 20 |
![]() |
design | VisibilityModifier | Variable 'connectTimeoutMs' must be private and have accessor methods. | 21 |
![]() |
design | VisibilityModifier | Variable 'readTimeoutMs' must be private and have accessor methods. | 22 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 41 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 41 |
com/github/davidmoten/aws/lw/client/HttpClientTestingWithQueue.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | DesignForExtension | Class 'HttpClientTestingWithQueue' looks like designed for extension (can be subclassed), but the method 'add' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpClientTestingWithQueue' final or making the method 'add' static/final/abstract/empty, or adding allowed annotation for the method. | 19 |
![]() |
design | DesignForExtension | Class 'HttpClientTestingWithQueue' looks like designed for extension (can be subclassed), but the method 'add' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpClientTestingWithQueue' final or making the method 'add' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
design | DesignForExtension | Class 'HttpClientTestingWithQueue' looks like designed for extension (can be subclassed), but the method 'urls' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpClientTestingWithQueue' final or making the method 'urls' static/final/abstract/empty, or adding allowed annotation for the method. | 27 |
![]() |
design | DesignForExtension | Class 'HttpClientTestingWithQueue' looks like designed for extension (can be subclassed), but the method 'bytes' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpClientTestingWithQueue' final or making the method 'bytes' static/final/abstract/empty, or adding allowed annotation for the method. | 31 |
![]() |
design | DesignForExtension | Class 'HttpClientTestingWithQueue' looks like designed for extension (can be subclassed), but the method 'request' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'HttpClientTestingWithQueue' final or making the method 'request' static/final/abstract/empty, or adding allowed annotation for the method. | 35 |
com/github/davidmoten/aws/lw/client/HttpMethod.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 4 |
com/github/davidmoten/aws/lw/client/LightweightMain.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 4 |
com/github/davidmoten/aws/lw/client/MaxAttemptsExceededException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 6 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 9 |
com/github/davidmoten/aws/lw/client/Multipart.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | VisibilityModifier | Variable 'key' must be private and have accessor methods. | 34 |
![]() |
design | VisibilityModifier | Variable 'executor' must be private and have accessor methods. | 35 |
![]() |
design | VisibilityModifier | Variable 'timeoutMs' must be private and have accessor methods. | 36 |
![]() |
design | VisibilityModifier | Variable 'transform' must be private and have accessor methods. | 37 |
![]() |
design | VisibilityModifier | Variable 'partSize' must be private and have accessor methods. | 38 |
![]() |
design | VisibilityModifier | Variable 'retries' must be private and have accessor methods. | 39 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 124 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 130 |
com/github/davidmoten/aws/lw/client/MultipartMain.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 5 |
com/github/davidmoten/aws/lw/client/MultipartTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 92 |
![]() |
design | DesignForExtension | Class 'MultipartTest' looks like designed for extension (can be subclassed), but the method 'testMultipart' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MultipartTest' final or making the method 'testMultipart' static/final/abstract/empty, or adding allowed annotation for the method. | 99 |
![]() |
whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 108 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 126 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 207 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 243 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 287 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 342 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 353 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 361 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 369 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 377 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 385 |
com/github/davidmoten/aws/lw/client/Request.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 94 |
![]() |
whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 144 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 148 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 166 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 184 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 202 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 221 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'expectedStatusCode'. | 225 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 292 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 335 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 336 |
com/github/davidmoten/aws/lw/client/RequestHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 214 |
![]() |
design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 215 |
com/github/davidmoten/aws/lw/client/RequestTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | '->' is not followed by whitespace. | 32 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 32 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 32 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 32 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 33 |
![]() |
whitespace | WhitespaceAround | '->' is not followed by whitespace. | 42 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 42 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 42 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 42 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 43 |
![]() |
whitespace | WhitespaceAround | '->' is not followed by whitespace. | 51 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 51 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 51 |
![]() |
whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 52 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 60 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 61 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 62 |
com/github/davidmoten/aws/lw/client/Response.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 109 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 110 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 118 |
com/github/davidmoten/aws/lw/client/ResponseInputStream.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 23 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 31 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
com/github/davidmoten/aws/lw/client/ResponseInputStreamTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 11 |
![]() |
whitespace | WhitespaceAround | '->' is not followed by whitespace. | 14 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 14 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 14 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 14 |
com/github/davidmoten/aws/lw/client/ResponseTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 93 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 101 |
com/github/davidmoten/aws/lw/client/RuntimeAnalysisTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | EmptyStatement | Empty statement. | 37 |
![]() |
design | VisibilityModifier | Variable 'coldStartRuntime2GBLight' must be private and have accessor methods. | 48 |
![]() |
design | VisibilityModifier | Variable 'warmStartRuntime2GBLight10SampleAverage' must be private and have accessor methods. | 49 |
![]() |
design | VisibilityModifier | Variable 'apigLambdaRequestTimeMs' must be private and have accessor methods. | 50 |
![]() |
modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 132 |
com/github/davidmoten/aws/lw/client/internal/Clock.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 7 |
com/github/davidmoten/aws/lw/client/internal/EnvironmentDefault.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
naming | StaticVariableName | Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 6 |
![]() |
design | VisibilityModifier | Variable 'INSTANCE' must be private and have accessor methods. | 6 |
com/github/davidmoten/aws/lw/client/internal/EnvironmentDefaultTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
com/github/davidmoten/aws/lw/client/internal/ExceptionFactoryDefault.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 10 |
![]() |
design | DesignForExtension | Class 'ExceptionFactoryDefault' looks like designed for extension (can be subclassed), but the method 'create' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExceptionFactoryDefault' final or making the method 'create' static/final/abstract/empty, or adding allowed annotation for the method. | 12 |
com/github/davidmoten/aws/lw/client/internal/ExceptionFactoryExtended.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 167). | 16 |
![]() |
design | DesignForExtension | Class 'ExceptionFactoryExtended' looks like designed for extension (can be subclassed), but the method 'create' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'ExceptionFactoryExtended' final or making the method 'create' static/final/abstract/empty, or adding allowed annotation for the method. | 22 |
com/github/davidmoten/aws/lw/client/internal/HttpClientDefaultTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 76 |
com/github/davidmoten/aws/lw/client/internal/Retries.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 35 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 121 |
com/github/davidmoten/aws/lw/client/internal/RetriesTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 59 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 64 |
com/github/davidmoten/aws/lw/client/internal/auth/Aws4SignerForChunkedUpload.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 21 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 26 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 45 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 51 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 56 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 154 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 155 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 157 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 176 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 179 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 195 |
com/github/davidmoten/aws/lw/client/internal/auth/AwsSignatureVersion4.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 28 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 34 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 42 |
![]() |
naming | ConstantName | Name 'ISO8601BasicFormat' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() |
naming | ConstantName | Name 'DateStringFormat' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 157 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 260 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 271 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 282 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 309 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 331 |
com/github/davidmoten/aws/lw/client/internal/auth/AwsSignatureVersion4Test.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 12 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 22 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 23 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 23 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 27 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 28 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 28 |
com/github/davidmoten/aws/lw/client/internal/auth/HttpUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 14 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 17 |
com/github/davidmoten/aws/lw/client/internal/auth/PutS3ObjectChunkedSample.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 12 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 16 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 17 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 18 |
![]() |
naming | ConstantName | Name 'contentSeed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 122). | 24 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 28 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 123). | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'bucketName'. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'regionName'. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'awsAccessKey'. | 32 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'awsSecretKey'. | 32 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 36 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 41 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 132). | 46 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 49 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 63 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 66 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 67 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 127). | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 72 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 74 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 78 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 81 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 87 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 91 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 96 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 99 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 101 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 101 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 115 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 132 |
![]() |
whitespace | ParenPad | '(' is followed by whitespace. | 134 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 134 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 137 |
com/github/davidmoten/aws/lw/client/internal/util/Preconditions.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 21 |
![]() |
blocks | NeedBraces | 'if' construct must use '{}'s. | 26 |
com/github/davidmoten/aws/lw/client/internal/util/PreconditionsTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 14 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 14 |
com/github/davidmoten/aws/lw/client/internal/util/Util.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 111 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'text'. | 111 |
![]() |
modifier | RedundantModifier | Redundant 'final' modifier. | 157 |
com/github/davidmoten/aws/lw/client/internal/util/UtilTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 25 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 104 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 109 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 114 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 116 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 204 |
com/github/davidmoten/aws/lw/client/xml/XmlElement.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 54 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 55 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 197 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 205 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 215 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 226 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 234 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 443 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 444 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 445 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 446 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 447 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 448 |
![]() |
whitespace | OperatorWrap | '||' should be on a new line. | 449 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'result'. | 479 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'string'. | 499 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'data'. | 520 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 546 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'buf'. | 546 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 666 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 679 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 866 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 878 |
com/github/davidmoten/aws/lw/client/xml/XmlParseException.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 1 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 2 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 5 |
![]() |
blocks | LeftCurly | '{' at column 1 should be on the previous line. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 56 |
![]() |
javadoc | JavadocStyle | Extra HTML tag found: </dl><dl><dt><b>Preconditions:</b></dt><dd> | 84 |
![]() |
javadoc | JavadocStyle | Unclosed HTML tag found: <dl> | 91 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 96 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 110 |
![]() |
blocks | LeftCurly | '{' at column 5 should be on the previous line. | 111 |
com/github/davidmoten/aws/lw/client/xml/builder/Xml.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
com/github/davidmoten/aws/lw/client/xml/builder/XmlTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 120 characters (found 133). | 21 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 47 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 52 |
![]() |
whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 |
![]() |
whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 57 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 61 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 65 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 128). | 69 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 71 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 126). | 75 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 77 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 83 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 231). | 87 |
![]() |
whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 |