Skip to content
Triggered via pull request September 25, 2023 06:09
@benwoo1110benwoo1110
synchronize #2824
MV5
Status Success
Total duration 32s
Artifacts

pr.checkstyle.yml

on: pull_request
checkstyle  /  checkstyle
23s
checkstyle / checkstyle
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
checkstyle / checkstyle
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestEntitySpawnRules.java#L39
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestEntitySpawnRules.java:39:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestEntitySpawnRules.java#L39
[checkstyle] reported by reviewdog 🐶 Variable 'mvWorld' must be private and have accessor methods. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestEntitySpawnRules.java:39:13: warning: Variable 'mvWorld' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestWorldPurger.java#L26
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestWorldPurger.java:26:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestWorldPurger.java#L26
[checkstyle] reported by reviewdog 🐶 Variable 'mvWorld' must be private and have accessor methods. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestWorldPurger.java:26:13: warning: Variable 'mvWorld' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java#L191
[checkstyle] reported by reviewdog 🐶 There is more than 1 empty line after this line. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java:191:10: warning: There is more than 1 empty line after this line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java#L242
[checkstyle] reported by reviewdog 🐶 There is more than 1 empty line after this line. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java:242:10: warning: There is more than 1 empty line after this line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java#L295
[checkstyle] reported by reviewdog 🐶 There is more than 1 empty line after this line. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java:295:10: warning: There is more than 1 empty line after this line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java#L338
[checkstyle] reported by reviewdog 🐶 Class 'TestWorldProperties' looks like designed for extension (can be subclassed), but the method 'createEvents' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TestWorldProperties' final or making the method 'createEvents' static/final/abstract/empty, or adding allowed annotation for the method. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java:338:5: info: Class 'TestWorldProperties' looks like designed for extension (can be subclassed), but the method 'createEvents' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TestWorldProperties' final or making the method 'createEvents' static/final/abstract/empty, or adding allowed annotation for the method. (com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java#L338
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java:338:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java#L338
[checkstyle] reported by reviewdog 🐶 Executable statement count is 36 (max allowed is 30). Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java:338:5: warning: Executable statement count is 36 (max allowed is 30). (com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck)