Skip to content

fix:code check plugin(Checkstyle +PMD+SpotBugs) #172

fix:code check plugin(Checkstyle +PMD+SpotBugs)

fix:code check plugin(Checkstyle +PMD+SpotBugs) #172

Triggered via pull request August 13, 2026 06:43
Status Failure
Total duration 50s
Artifacts

checkstyle.yml

on: pull_request
checkstyle
46s
checkstyle
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
checkstyle
Process completed with exit code 2.
checkstyle
No files were found with the provided path: **/target/checkstyle-result.xml **/target/checkstyle-checker.xml **/target/reports/. No artifacts will be uploaded.
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.