Add config option for /mv confirm
timeout
#393
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
16s
Annotations
4 warnings
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfig.java#L470
[checkstyle] reported by reviewdog 🐶
Class 'MVCoreConfig' looks like designed for extension (can be subclassed), but the method 'getConfirmTimeout' 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 'getConfirmTimeout' 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:470:5: info: Class 'MVCoreConfig' looks like designed for extension (can be subclassed), but the method 'getConfirmTimeout' 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 'getConfirmTimeout' 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#L474
[checkstyle] reported by reviewdog 🐶
Class 'MVCoreConfig' looks like designed for extension (can be subclassed), but the method 'setConfirmTimeout' 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 'setConfirmTimeout' 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:474:5: info: Class 'MVCoreConfig' looks like designed for extension (can be subclassed), but the method 'setConfirmTimeout' 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 'setConfirmTimeout' 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#L474
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfig.java:474:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfigNodes.java#L326
[checkstyle] reported by reviewdog 🐶
'30' is a magic number.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfigNodes.java:326:27: warning: '30' is a magic number. (com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck)
|