Skip to content

Ben/mv5/revamp teleport #273

Ben/mv5/revamp teleport

Ben/mv5/revamp teleport #273

Triggered via pull request January 9, 2025 14:29
Status Success
Total duration 33s
Artifacts

pr.checkstyle.yml

on: pull_request
checkstyle  /  checkstyle
21s
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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporter.java#L33
[checkstyle] reported by reviewdog 🐶 Class 'AsyncSafetyTeleporter' looks like designed for extension (can be subclassed), but the method 'to' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AsyncSafetyTeleporter' final or making the method 'to' static/final/abstract/empty, or adding allowed annotation for the method. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporter.java:33:5: info: Class 'AsyncSafetyTeleporter' looks like designed for extension (can be subclassed), but the method 'to' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AsyncSafetyTeleporter' final or making the method 'to' static/final/abstract/empty, or adding allowed annotation for the method. (com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporter.java#L33
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporter.java:33:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporter.java#L39
[checkstyle] reported by reviewdog 🐶 ')' should be on the previous line. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporter.java:39:9: warning: ')' should be on the previous line. (SeparatorWrapEol)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporter.java#L42
[checkstyle] reported by reviewdog 🐶 Class 'AsyncSafetyTeleporter' looks like designed for extension (can be subclassed), but the method 'to' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AsyncSafetyTeleporter' final or making the method 'to' static/final/abstract/empty, or adding allowed annotation for the method. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporter.java:42:5: info: Class 'AsyncSafetyTeleporter' looks like designed for extension (can be subclassed), but the method 'to' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'AsyncSafetyTeleporter' final or making the method 'to' static/final/abstract/empty, or adding allowed annotation for the method. (com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporter.java#L42
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporter.java:42:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporter.java#L48
[checkstyle] reported by reviewdog 🐶 ')' should be on the previous line. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporter.java:48:9: warning: ')' should be on the previous line. (SeparatorWrapEol)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporterAction.java#L14
[checkstyle] reported by reviewdog 🐶 'org.mvplugins.multiverse.core.api.BlockSafety' should be separated from previous imports. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporterAction.java:14:1: warning: 'org.mvplugins.multiverse.core.api.BlockSafety' should be separated from previous imports. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporterAction.java#L21
[checkstyle] reported by reviewdog 🐶 Wrong order for 'java.util.List' import. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporterAction.java:21:1: warning: Wrong order for 'java.util.List' import. (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporterAction.java#L23
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporterAction.java:23:1: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporterAction.java#L33
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/teleportation/AsyncSafetyTeleporterAction.java:33:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)