Skip to content

Enhance StringFormatter methods to handle null inputs and improve type annotations #721

Enhance StringFormatter methods to handle null inputs and improve type annotations

Enhance StringFormatter methods to handle null inputs and improve type annotations #721

Triggered via pull request January 2, 2026 01:49
Status Success
Total duration 25s
Artifacts

pr.checkstyle.yml

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

Annotations

3 warnings
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/utils/StringFormatter.java#L120
[checkstyle] reported by reviewdog 🐶 Cyclomatic Complexity is 12 (max allowed is 7). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/StringFormatter.java:120:5: warning: Cyclomatic Complexity is 12 (max allowed is 7). (com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/utils/StringFormatter.java#L57
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 127). Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/StringFormatter.java:57: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/utils/StringFormatter.java#L41
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/utils/StringFormatter.java:41:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)