Skip to content

PR #15961

PR #15961 #2927

Triggered via dynamic June 3, 2025 06:36
Status Success
Total duration 1m 20s
Artifacts

codeql

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

Annotations

17 warnings
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: cdap-securestore-ext-cloudkms/src/main/java/io/cdap/cdap/securestore/gcp/cloudkms/CloudKMSClient.java#L80
Block comment has incorrect indentation level 2, expected is 3, indentation should be the same level as line 85.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: cdap-securestore-ext-cloudkms/src/main/java/io/cdap/cdap/securestore/gcp/cloudkms/CloudKMSClient.java#L118
Block comment has incorrect indentation level 2, expected is 3, indentation should be the same level as line 124.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cdap-securestore-ext-cloudkms/src/test/java/io/cdap/cdap/securestore/gcp/cloudkms/CloudKMSClientTest.java#L36
Import statement for 'org.junit.Assert.assertEquals' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cdap-securestore-ext-cloudkms/src/test/java/io/cdap/cdap/securestore/gcp/cloudkms/CloudKMSClientTest.java#L37
Import statement for 'org.junit.Assert.assertNotNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cdap-securestore-ext-cloudkms/src/test/java/io/cdap/cdap/securestore/gcp/cloudkms/CloudKMSClientTest.java#L38
Import statement for 'org.junit.Assert.assertTrue' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cdap-securestore-ext-cloudkms/src/test/java/io/cdap/cdap/securestore/gcp/cloudkms/CloudKMSClientTest.java#L39
Import statement for 'org.mockito.ArgumentMatchers.any' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cdap-securestore-ext-cloudkms/src/test/java/io/cdap/cdap/securestore/gcp/cloudkms/CloudKMSClientTest.java#L40
Import statement for 'org.mockito.ArgumentMatchers.anyString' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cdap-securestore-ext-cloudkms/src/test/java/io/cdap/cdap/securestore/gcp/cloudkms/CloudKMSClientTest.java#L41
Import statement for 'org.mockito.Mockito.times' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cdap-securestore-ext-cloudkms/src/test/java/io/cdap/cdap/securestore/gcp/cloudkms/CloudKMSClientTest.java#L42
Import statement for 'org.mockito.Mockito.verify' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cdap-securestore-ext-cloudkms/src/test/java/io/cdap/cdap/securestore/gcp/cloudkms/CloudKMSClientTest.java#L43
Import statement for 'org.mockito.Mockito.when' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: cdap-securestore-ext-cloudkms/src/test/java/io/cdap/cdap/securestore/gcp/cloudkms/CloudKMSClientTest.java#L104
Distance between variable 'testStartTime' declaration and its first usage is 5, 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).