PR #16135 #3783
codeql
on: dynamic
Matrix: analyze
Annotations
1 error and 10 warnings
|
ProvisioningServiceTest.testCancelDeprovision:
ProvisioningServiceTest#L301
Timeout occurred. Expected CANCELLED but found REQUESTING_DELETE.
|
|
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck:
cdap-data-fabric/src/test/java/io/cdap/cdap/spi/data/sql/SqlStructuredTableTest.java#L89
Abbreviation in name 'populateCConf' must contain no more than '1' consecutive capital letters.
|
|
|
|
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck:
cdap-storage-ext-spanner/src/test/java/io/cdap/cdap/storage/spanner/SpannerStructuredTableTest.java#L68
Distance between variable 'credentialsPath' declaration and its first usage is 6, 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).
|
|
|
|
|
|
|
|
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck:
cdap-storage-spi/src/test/java/io/cdap/cdap/spi/data/StructuredTableTest.java#L580
Distance between variable 'outPutFields' declaration and its first usage is 8, 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).
|
|
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck:
cdap-storage-spi/src/test/java/io/cdap/cdap/spi/data/StructuredTableTest.java#L1736
Distance between variable 'rowRef' 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).
|
|
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck:
cdap-storage-spi/src/test/java/io/cdap/cdap/spi/data/StructuredTableTest.java#L2006
Distance between variable 'rowRef' 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).
|
|
|