Checker framework #244
Annotations
2 errors and 2 warnings
task ':linq4j:autostyleJavaCheck'#L1
Execution failed for task ':linq4j:autostyleJavaCheck':
See 'What went wrong' below
|
Execution failed for task ':linq4j:autostyleJavaCheck'.
> The following files have format violations:
linq4j/src/main/java/org/apache/calcite/linq4j/tree/MethodDeclaration.java
@@ -91,7 +91,8 @@
final int flinkDefaultMaxMembersGeneratedCode = 10000;
// TODO: Use code splitter conditionally based on configuration.
-····writer.append(StringUtils.stripStart(␊
+····writer.append(␊
+········StringUtils.stripStart(␊
JavaCodeSplitter.split(tempWriter.toString(), flinkDefaultMaxGeneratedCodeLength,
flinkDefaultMaxMembersGeneratedCode), " "));
writer.newlineAndIndent();
Run './gradlew autostyleApply' to fix the violations.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading