fix:code check plugin(Checkstyle +PMD+SpotBugs) #174
Annotations
13 warnings
|
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/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.
|
|
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.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
checkstyle-report
|
736 KB |
sha256:c396f9f24417f16989b96cd5861d93adc7034d413c242a2bf75eed978e267815
|
|