Skip to content

Parameterize scorpio topic names for adaptable configuration #10

Parameterize scorpio topic names for adaptable configuration

Parameterize scorpio topic names for adaptable configuration #10

Triggered via push August 25, 2023 12:00
Status Success
Total duration 28m 53s
Artifacts

pmd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: AtContextServer/src/main/java/eu/neclab/ngsildbroker/atcontextserver/AtContextServer.java#L8
Design - UseUtilityClass: All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.. This applies from line 8 to 14 and from column 30 to 1. For more information on this rule visit https://pmd.github.io/pmd-6.33.0/pmd_rules_java_design.html#useutilityclass.
build: AtContextServer/src/main/java/eu/neclab/ngsildbroker/atcontextserver/AtContextServer.java#L8
Documentation - CommentRequired: Class comments are required. This applies from line 8 to 14 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: AtContextServer/src/main/java/eu/neclab/ngsildbroker/atcontextserver/AtContextServer.java#L10
Code Style - MethodArgumentCouldBeFinal: Parameter 'args' is not assigned and could be declared final. This applies from line 10 to 10 and from column 26 to 38. For more information on this rule visit https://pmd.github.io/pmd-6.33.0/pmd_rules_java_codestyle.html#methodargumentcouldbefinal.
build: AtContextServer/src/main/java/eu/neclab/ngsildbroker/atcontextserver/AtContextServer.java#L10
Documentation - CommentRequired: Public method and constructor comments are required. This applies from line 10 to 12 and from column 16 to 2. 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#L8
Documentation - CommentRequired: Class comments are required. This applies from line 8 to 133 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#L8
Code Style - ClassNamingConventions: The utility class name 'Constants' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Constants)'. This applies from line 8 to 133 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#L10
Documentation - CommentRequired: Field comments are required. This applies from line 10 to 10 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#L10
Code Style - FieldNamingConventions: The public constant name 'allowedDateTimes' doesn't match '[A-Z][A-Z_0-9]*'. This applies from line 10 to 10 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.