More checkstyle and sonarqube fixes. #351
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
20s
Annotations
1 error and 11 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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
checkstyle / checkstyle
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commandtools/context/GameRuleValue.java#L6
[checkstyle] reported by reviewdog 🐶
Type Javadoc comment is missing @param value tag.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/context/GameRuleValue.java:6:1: warning: Type Javadoc comment is missing @param value tag. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java#L21
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java:21:9: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java#L22
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java:22:9: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java#L26
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java:26:9: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java#L27
[checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java:27:9: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java#L53
[checkstyle] reported by reviewdog 🐶
Comment matches to-do format 'TODO'.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java:53:11: info: Comment matches to-do format 'TODO'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java#L59
[checkstyle] reported by reviewdog 🐶
switch without "default" clause.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java:59:13: warning: switch without "default" clause. (com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java#L61
[checkstyle] reported by reviewdog 🐶
The String "{service}" appears 3 times in the file.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java:61:25: warning: The String "{service}" appears 3 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java#L62
[checkstyle] reported by reviewdog 🐶
The String "{link}" appears 3 times in the file.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java:62:25: warning: The String "{link}" appears 3 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java#L71
[checkstyle] reported by reviewdog 🐶
switch without "default" clause.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/DumpsLogPoster.java:71:9: warning: switch without "default" clause. (com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck)
|