Skip to content

More testsss

More testsss #213

Triggered via pull request November 16, 2024 09:04
Status Success
Total duration 32s
Artifacts

pr.checkstyle.yml

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

Annotations

1 error and 11 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
checkstyle / checkstyle: src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java#L1
[checkstyle] reported by reviewdog 🐶 Missing package-info.java file. Raw Output: /github/workspace/./src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java:1:0: warning: Missing package-info.java file. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck)
checkstyle / checkstyle: src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java#L10
[checkstyle] reported by reviewdog 🐶 Wrong order for 'java.io.File' import. Raw Output: /github/workspace/./src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java:10:1: warning: Wrong order for 'java.io.File' import. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)
checkstyle / checkstyle: src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java#L14
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java:14:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
checkstyle / checkstyle: src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java#L18
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java:18:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
checkstyle / checkstyle: src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java#L18
[checkstyle] reported by reviewdog 🐶 Throws count is 1 (max allowed is 0). Raw Output: /github/workspace/./src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java:18:27: warning: Throws count is 1 (max allowed is 0). (com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck)
checkstyle / checkstyle: src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java#L19
[checkstyle] reported by reviewdog 🐶 Unnecessary call to superclass constructor with no arguments. Raw Output: /github/workspace/./src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java:19:9: warning: Unnecessary call to superclass constructor with no arguments. (com.puppycrawl.tools.checkstyle.checks.coding.AvoidNoArgumentSuperConstructorCallCheck)
checkstyle / checkstyle: src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java#L26
[checkstyle] reported by reviewdog 🐶 Class 'MVServerMock' looks like designed for extension (can be subclassed), but the method 'getCommandMap' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MVServerMock' final or making the method 'getCommandMap' static/final/abstract/empty, or adding allowed annotation for the method. Raw Output: /github/workspace/./src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java:26:5: info: Class 'MVServerMock' looks like designed for extension (can be subclassed), but the method 'getCommandMap' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MVServerMock' final or making the method 'getCommandMap' static/final/abstract/empty, or adding allowed annotation for the method. (com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck)
checkstyle / checkstyle: src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java#L31
[checkstyle] reported by reviewdog 🐶 Class 'MVServerMock' looks like designed for extension (can be subclassed), but the method 'getWorldContainer' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MVServerMock' final or making the method 'getWorldContainer' static/final/abstract/empty, or adding allowed annotation for the method. Raw Output: /github/workspace/./src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java:31:5: info: Class 'MVServerMock' looks like designed for extension (can be subclassed), but the method 'getWorldContainer' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MVServerMock' final or making the method 'getWorldContainer' static/final/abstract/empty, or adding allowed annotation for the method. (com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck)
checkstyle / checkstyle: src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java#L36
[checkstyle] reported by reviewdog 🐶 Class 'MVServerMock' looks like designed for extension (can be subclassed), but the method 'createWorld' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MVServerMock' final or making the method 'createWorld' static/final/abstract/empty, or adding allowed annotation for the method. Raw Output: /github/workspace/./src/test/java/org/mvplugins/multiverse/core/mock/MVServerMock.java:36:5: info: Class 'MVServerMock' looks like designed for extension (can be subclassed), but the method 'createWorld' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MVServerMock' final or making the method 'createWorld' static/final/abstract/empty, or adding allowed annotation for the method. (com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck)
checkstyle / checkstyle: src/test/java/org/mvplugins/multiverse/core/mock/MVWorldMock.java#L8
[checkstyle] reported by reviewdog 🐶 Wrong order for 'java.io.File' import. Raw Output: /github/workspace/./src/test/java/org/mvplugins/multiverse/core/mock/MVWorldMock.java:8:1: warning: Wrong order for 'java.io.File' import. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)