fix:code check plugin(Checkstyle +PMD+SpotBugs) #177
Annotations
1 error and 13 warnings
|
checkstyle
Process completed with exit code 1.
|
|
checkstyle
(indentation) Indentation: 'method def' child has incorrect indentation level 16, expected level should be 8.
|
|
checkstyle
(indentation) Indentation: 'method def' child has incorrect indentation level 16, expected level should be 8.
|
|
checkstyle
(coding) MagicNumber: '10' is a magic number.
|
|
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:
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/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/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
|
673 KB |
sha256:906a0e9fd23d7f2cf6a1cfbabe5f3b85d74c506d8b7130b02095aae37840d188
|
|