Add config option for /mv confirm
timeout
#392
Annotations
7 warnings
Run dbelyaev/action-checkstyle@v0.8.4:
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)
|
Run dbelyaev/action-checkstyle@v0.8.4:
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)
|
Run dbelyaev/action-checkstyle@v0.8.4:
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)
|
Run dbelyaev/action-checkstyle@v0.8.4:
src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfigNodes.java#L326
[checkstyle] reported by reviewdog 🐶
'10' is a magic number.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfigNodes.java:326:27: warning: '10' is a magic number. (com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck)
|
Run dbelyaev/action-checkstyle@v0.8.4:
src/main/java/org/mvplugins/multiverse/core/commandtools/queue/CommandQueuePayload.java#L30
[checkstyle] reported by reviewdog 🐶
'VARIABLE_DEF' should be separated from previous line.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/queue/CommandQueuePayload.java:30:5: warning: 'VARIABLE_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
|
Run dbelyaev/action-checkstyle@v0.8.4:
src/main/java/org/mvplugins/multiverse/core/commandtools/queue/CommandQueuePayload.java#L31
[checkstyle] reported by reviewdog 🐶
Don't use trailing comments.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/queue/CommandQueuePayload.java:31:34: warning: Don't use trailing comments. (com.puppycrawl.tools.checkstyle.checks.TrailingCommentCheck)
|
Run dbelyaev/action-checkstyle@v0.8.4:
src/main/java/org/mvplugins/multiverse/core/commandtools/queue/CommandQueuePayload.java#L31
[checkstyle] reported by reviewdog 🐶
Comment matches to-do format 'TODO'.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/queue/CommandQueuePayload.java:31:36: info: Comment matches to-do format 'TODO'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)
|
Loading