Skip to content

Refactor API Response and Other Classes #14

Refactor API Response and Other Classes

Refactor API Response and Other Classes #14

Triggered via pull request September 29, 2024 13:53
Status Failure
Total duration 45s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Checkstyle: src/main/java/com/ittovative/otpservice/util/APIResponse.java#L3
[reviewdog] reported by reviewdog 🐶 ',' is not followed by whitespace. Raw Output: /github/workspace/./src/main/java/com/ittovative/otpservice/util/APIResponse.java:3:44: error: ',' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
Checkstyle: src/main/java/com/ittovative/otpservice/util/APIResponse.java#L3
[reviewdog] reported by reviewdog 🐶 ',' is not followed by whitespace. Raw Output: /github/workspace/./src/main/java/com/ittovative/otpservice/util/APIResponse.java:3:59: error: ',' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
Checkstyle: src/main/java/com/ittovative/otpservice/util/APIResponse.java#L3
[reviewdog] reported by reviewdog 🐶 '{' is not followed by whitespace. Raw Output: /github/workspace/./src/main/java/com/ittovative/otpservice/util/APIResponse.java:3:68: error: '{' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
Checkstyle: src/main/java/com/ittovative/otpservice/util/APIResponse.java#L3
[reviewdog] reported by reviewdog 🐶 '}' is not preceded with whitespace. Raw Output: /github/workspace/./src/main/java/com/ittovative/otpservice/util/APIResponse.java:3:69: error: '}' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
Checkstyle: src/main/java/com/ittovative/otpservice/util/ResponseUtil.java#L3
[reviewdog] reported by reviewdog 🐶 Utility classes should not have a public or default constructor. Raw Output: /github/workspace/./src/main/java/com/ittovative/otpservice/util/ResponseUtil.java:3:1: error: Utility classes should not have a public or default constructor. (com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck)
Checkstyle: src/main/java/com/ittovative/otpservice/util/ResponseUtil.java#L5
[reviewdog] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/main/java/com/ittovative/otpservice/util/ResponseUtil.java:5:5: error: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
Checkstyle: src/main/java/com/ittovative/otpservice/util/ResponseUtil.java#L5
[reviewdog] reported by reviewdog 🐶 '<' is not preceded with whitespace. Raw Output: /github/workspace/./src/main/java/com/ittovative/otpservice/util/ResponseUtil.java:5:18: error: '<' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck)
Checkstyle: src/main/java/com/ittovative/otpservice/util/ResponseUtil.java#L5
[reviewdog] reported by reviewdog 🐶 '{' is not preceded with whitespace. Raw Output: /github/workspace/./src/main/java/com/ittovative/otpservice/util/ResponseUtil.java:5:98: error: '{' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)
Checkstyle: src/main/java/com/ittovative/otpservice/exception/GeneralExceptionHandler.java#L42
[reviewdog] reported by reviewdog 🐶 Line is longer than 120 characters (found 126). Raw Output: /github/workspace/./src/main/java/com/ittovative/otpservice/exception/GeneralExceptionHandler.java:42:0: error: Line is longer than 120 characters (found 126). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
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