Skip to content

Refactor configuration node on set callbacks to split up load and change events #693

Refactor configuration node on set callbacks to split up load and change events

Refactor configuration node on set callbacks to split up load and change events #693

Triggered via pull request December 9, 2025 03:28
Status Success
Total duration 26s
Artifacts

pr.checkstyle.yml

on: pull_request
checkstyle  /  checkstyle
21s
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.com/orgs/community/discussions/26680#discussioncomment-3252835
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/world/WorldConfigNodes.java#L63
[checkstyle] reported by reviewdog 🐶 Lambda body length is 12 lines (max allowed is 10). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/world/WorldConfigNodes.java:63:51: info: Lambda body length is 12 lines (max allowed is 10). (LambdaGettingTooLong)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/config/node/functions/SenderNodeChangeCallback.java#L20
[checkstyle] reported by reviewdog 🐶 Must include @java.lang.Override annotation when '@inheritdoc' Javadoc tag exists. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/node/functions/SenderNodeChangeCallback.java:20:5: warning: Must include @java.lang.Override annotation when '@inheritdoc' Javadoc tag exists. (com.puppycrawl.tools.checkstyle.checks.annotation.MissingOverrideCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/config/node/functions/NodeValueCallback.java#L10
[checkstyle] reported by reviewdog 🐶 Type Javadoc comment is missing @param <T> tag. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/node/functions/NodeValueCallback.java:10:1: 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/config/node/ConfigNode.java#L424
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 127). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/node/ConfigNode.java:424:0: warning: Line is longer than 120 characters (found 127). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/config/node/ConfigNode.java#L242
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/node/ConfigNode.java:242:9: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/config/node/ConfigNode.java#L241
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/node/ConfigNode.java:241:9: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/config/node/ConfigNode.java#L240
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/node/ConfigNode.java:240:9: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/config/node/ConfigNode.java#L61
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/node/ConfigNode.java:61:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/config/node/ConfigNode.java#L60
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/node/ConfigNode.java:60:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/config/node/ConfigNode.java#L59
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/node/ConfigNode.java:59:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)