Skip to content

Update ScorpioBroker to the v4 #11

Update ScorpioBroker to the v4

Update ScorpioBroker to the v4 #11

Triggered via push May 31, 2024 13:38
Status Success
Total duration 30m 53s
Artifacts

pmd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Commons/src/main/java/com/github/jsonldjava/core/Constants.java#L7
Documentation - CommentRequired: Class comments are required. This applies from line 7 to 178 and from column 8 to 1. For more information on this rule visit https://pmd.github.io/pmd-6.33.0/pmd_rules_java_documentation.html#commentrequired.
build: Commons/src/main/java/com/github/jsonldjava/core/Constants.java#L7
Code Style - ClassNamingConventions: The utility class name 'Constants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Constants)'. This applies from line 7 to 178 and from column 8 to 1. For more information on this rule visit https://pmd.github.io/pmd-6.33.0/pmd_rules_java_codestyle.html#classnamingconventions.
build: Commons/src/main/java/com/github/jsonldjava/core/Constants.java#L9
Documentation - CommentRequired: Field comments are required. This applies from line 9 to 9 and from column 22 to 92. For more information on this rule visit https://pmd.github.io/pmd-6.33.0/pmd_rules_java_documentation.html#commentrequired.
build: Commons/src/main/java/com/github/jsonldjava/core/Constants.java#L9
Code Style - FieldNamingConventions: The public constant name 'allowedDateTimes' doesn't match '[A-Z][A-Z_0-9]*'. This applies from line 9 to 9 and from column 52 to 67. For more information on this rule visit https://pmd.github.io/pmd-6.33.0/pmd_rules_java_codestyle.html#fieldnamingconventions.
build: Commons/src/main/java/com/github/jsonldjava/core/Constants.java#L29
Documentation - CommentRequired: Field comments are required. This applies from line 29 to 29 and from column 22 to 87. For more information on this rule visit https://pmd.github.io/pmd-6.33.0/pmd_rules_java_documentation.html#commentrequired.
build: Commons/src/main/java/com/github/jsonldjava/core/Constants.java#L29
Code Style - FieldNamingConventions: The public constant name 'allowedUrls' doesn't match '[A-Z][A-Z_0-9]*'. This applies from line 29 to 29 and from column 52 to 62. For more information on this rule visit https://pmd.github.io/pmd-6.33.0/pmd_rules_java_codestyle.html#fieldnamingconventions.
build: Commons/src/main/java/com/github/jsonldjava/core/Constants.java#L46
Documentation - CommentRequired: Field comments are required. This applies from line 46 to 46 and from column 22 to 90. For more information on this rule visit https://pmd.github.io/pmd-6.33.0/pmd_rules_java_documentation.html#commentrequired.
build: Commons/src/main/java/com/github/jsonldjava/core/Constants.java#L46
Code Style - FieldNamingConventions: The public constant name 'allowedScalars' doesn't match '[A-Z][A-Z_0-9]*'. This applies from line 46 to 46 and from column 52 to 65. For more information on this rule visit https://pmd.github.io/pmd-6.33.0/pmd_rules_java_codestyle.html#fieldnamingconventions.
build: Commons/src/main/java/com/github/jsonldjava/core/Context.java#L37
Design - ExcessiveClassLength: Avoid really long classes.. This applies from line 37 to 1313 and from column 8 to 1. For more information on this rule visit https://pmd.github.io/pmd-6.33.0/pmd_rules_java_design.html#excessiveclasslength.
build: Commons/src/main/java/com/github/jsonldjava/core/Context.java#L37
Design - GodClass: Possible God Class (WMC=313, ATFD=427, TCC=23.647%). This applies from line 37 to 1313 and from column 8 to 1. For more information on this rule visit https://pmd.github.io/pmd-6.33.0/pmd_rules_java_design.html#godclass.