Skip to content

PR #15959

PR #15959 #2957

Triggered via dynamic June 4, 2025 13:55
Status Success
Total duration 1m 22s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

1 error and 17 warnings
SupportBundleGeneratorTest.testSupportBundleService: SupportBundleGeneratorTest#L147
com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 322 path $
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: cdap-data-fabric/src/main/java/io/cdap/cdap/spi/metadata/dataset/DatasetMetadataStorage.java#L297
Distance between variable 'propertiesToAdd' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).