feat: use shared html resource and add checks to keep resources in sync #795
Annotations
1 error and 1 warning
Fail build if violations found
Process completed with exit code 1.
|
Lint:
plugin/src/main/java/io/snyk/eclipse/plugin/html/BaseHtmlProvider.java#L143
No need to call String.valueOf to append to a string; just use the valueOf() argument directly.
UselessStringValueOf (Priority: 3, Ruleset: Performance)
https://docs.pmd-code.org/pmd-doc-7.10.0/pmd_rules_java_performance.html#uselessstringvalueof
|
Loading