Skip to content

Fix naming scheme which was broken with rebase #15

Fix naming scheme which was broken with rebase

Fix naming scheme which was broken with rebase #15

Triggered via push October 11, 2024 11:56
Status Success
Total duration 29m 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 182 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 182 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#L30
Documentation - CommentRequired: Field comments are required. This applies from line 30 to 30 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#L30
Code Style - FieldNamingConventions: The public constant name 'allowedUrls' doesn't match '[A-Z][A-Z_0-9]*'. This applies from line 30 to 30 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#L47
Documentation - CommentRequired: Field comments are required. This applies from line 47 to 47 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#L47
Code Style - FieldNamingConventions: The public constant name 'allowedScalars' doesn't match '[A-Z][A-Z_0-9]*'. This applies from line 47 to 47 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 1327 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=316, ATFD=430, TCC=20.690%). This applies from line 37 to 1327 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.