Add support for cloning unloaded worlds #729
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
17s
Annotations
9 warnings
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/options/CloneWorldOptions.java#L24
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 125).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/options/CloneWorldOptions.java:24:0: warning: Line is longer than 120 characters (found 125). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/options/CloneWorldOptions.java#L20
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 122).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/options/CloneWorldOptions.java:20:0: warning: Line is longer than 120 characters (found 122). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/reasons/CloneFailureReason.java#L6
[checkstyle] reported by reviewdog 🐶
Extra separation in import group before 'org.jetbrains.annotations.ApiStatus'
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/reasons/CloneFailureReason.java:6:1: warning: Extra separation in import group before 'org.jetbrains.annotations.ApiStatus' (com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/helpers/DataStore.java#L94
[checkstyle] reported by reviewdog 🐶
Type Javadoc comment is missing @param <T> tag.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/helpers/DataStore.java:94:5: warning: Type Javadoc comment is missing @param <T> tag. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/world/WorldManager.java#L797
[checkstyle] reported by reviewdog 🐶
Lambda body length is 18 lines (max allowed is 10).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/WorldManager.java:797:52: info: Lambda body length is 18 lines (max allowed is 10). (LambdaGettingTooLong)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/event/world/MVWorldClonedEvent.java#L26
[checkstyle] reported by reviewdog 🐶
@return tag should be present and have description.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/event/world/MVWorldClonedEvent.java:26:0: warning: @return tag should be present and have description. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/event/world/MVWorldClonedEvent.java#L23
[checkstyle] reported by reviewdog 🐶
Summary javadoc is missing.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/event/world/MVWorldClonedEvent.java:23:0: warning: Summary javadoc is missing. (com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck)
|
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/event/world/MVWorldClonedEvent.java#L18
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/event/world/MVWorldClonedEvent.java:18:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
|
checkstyle / checkstyle:
src/main/resources/multiverse-core_en.properties#L276
[checkstyle] reported by reviewdog 🐶
Property key 'mv-core.cloneworld.fromworldfolderinvalid' is not in the right order with previous property 'mv-core.cloneworld.worldexistloaded'.
Raw Output:
/github/workspace/./src/main/resources/multiverse-core_en.properties:276:0: warning: Property key 'mv-core.cloneworld.fromworldfolderinvalid' is not in the right order with previous property 'mv-core.cloneworld.worldexistloaded'. (com.puppycrawl.tools.checkstyle.checks.OrderedPropertiesCheck)
|