Skip to content

Implement autocomplete and string parsing for config handling #136

Implement autocomplete and string parsing for config handling

Implement autocomplete and string parsing for config handling #136

Triggered via pull request September 20, 2023 15:39
Status Success
Total duration 31s
Artifacts

pr.checkstyle.yml

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

Annotations

9 warnings
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/configuration/node/ConfigNode.java#L45
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/configuration/node/ConfigNode.java:45:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/configuration/node/ConfigNode.java#L46
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/configuration/node/ConfigNode.java:46:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/configuration/node/ConfigNode.java#L167
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/configuration/node/ConfigNode.java:167:9: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/configuration/node/ConfigNode.java#L168
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/configuration/node/ConfigNode.java:168:9: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/configuration/functions/DefaultSuggesterProvider.java#L52
[checkstyle] reported by reviewdog 🐶 '10' is a magic number. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/configuration/functions/DefaultSuggesterProvider.java:52:88: warning: '10' is a magic number. (com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/configuration/handle/GenericConfigHandle.java#L20
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/configuration/handle/GenericConfigHandle.java:20:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/configuration/handle/GenericConfigHandle.java#L25
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 121). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/configuration/handle/GenericConfigHandle.java:25:0: warning: Line is longer than 120 characters (found 121). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfig.java#L118
[checkstyle] reported by reviewdog 🐶 Class 'MVCoreConfig' looks like designed for extension (can be subclassed), but the method 'suggestPropertyValues' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MVCoreConfig' final or making the method 'suggestPropertyValues' static/final/abstract/empty, or adding allowed annotation for the method. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfig.java:118:5: info: Class 'MVCoreConfig' looks like designed for extension (can be subclassed), but the method 'suggestPropertyValues' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MVCoreConfig' final or making the method 'suggestPropertyValues' 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/config/MVCoreConfig.java#L133
[checkstyle] reported by reviewdog 🐶 Class 'MVCoreConfig' looks like designed for extension (can be subclassed), but the method 'setPropertyString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MVCoreConfig' final or making the method 'setPropertyString' static/final/abstract/empty, or adding allowed annotation for the method. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfig.java:133:5: info: Class 'MVCoreConfig' looks like designed for extension (can be subclassed), but the method 'setPropertyString' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'MVCoreConfig' final or making the method 'setPropertyString' static/final/abstract/empty, or adding allowed annotation for the method. (com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck)