fix:code check plugin(Checkstyle +PMD+SpotBugs) #158
Annotations
13 warnings
|
checkstyle
(indentation) Indentation: 'method def' child has incorrect indentation level 16, expected level should be 8.
|
|
checkstyle
(coding) MagicNumber: '42' is a magic number.
|
|
checkstyle
(indentation) Indentation: 'method def' child has incorrect indentation level 16, expected level should be 8.
|
|
checkstyle
(indentation) Indentation: 'method def modifier' has incorrect indentation level 8, expected level should be 4.
|
|
checkstyle
(naming) ConstantName: Name 'myConstant' must match pattern '(^[A-Z0-9_]{0,19}$)'.
|
|
checkstyle
(indentation) Indentation: 'member def modifier' has incorrect indentation level 8, expected level should be 4.
|
|
checkstyle
(indentation) Indentation: 'member def modifier' has incorrect indentation level 8, expected level should be 4.
|
|
checkstyle
(naming) ParameterName: Name 'streamingResponseBodyConverter' must match pattern '(^[a-z][a-zA-Z0-9_]{0,19}$)'.
|
|
checkstyle
(naming) MemberName: Name 'streamingResponseBodyConverter' must match pattern '(^[a-z][a-z0-9][a-zA-Z0-9]{0,19}$)'.
|
|
checkstyle
(whitespace) WhitespaceAfter: ',' is not followed by whitespace.
|
|
checkstyle:
base/src/main/java/com/tinyengine/it/model/dto/BlockDto.java#L40
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
|
|
checkstyle:
base/src/main/java/com/tinyengine/it/model/dto/BlockGroupDto.java#L35
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
|
|
checkstyle:
base/src/main/java/com/tinyengine/it/model/dto/BlockParam.java#L43
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
checkstyle-report
|
661 KB |
sha256:82e22a82d37db05215484e7122aad0b8e8b6d82e9f0267097519ad8ada5e75b5
|
|