Skip to content
GitHub Actions / Checkstyle completed Jan 16, 2025 in 0s

Checkstyle report

26 violation(s) found

Annotations

Check warning on line 36 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/worker/system/SystemWorkerTwillRunnable.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - io.cdap.cdap.app.guice.AppFabricServiceRuntimeModule.ServiceType.

Check warning on line 95 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/app/worker/system/SystemWorkerTwillRunnable.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - java.util.EnumSet.

Check warning on line 190 in cdap-app-fabric/src/main/java/io/cdap/cdap/app/guice/AppFabricServiceRuntimeModule.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck

Missing a Javadoc comment.

Check warning on line 21 in cdap-app-fabric/src/test/java/io/cdap/cdap/internal/guice/AppFabricTestModule.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - io.cdap.cdap.app.guice.AppFabricServiceRuntimeModule.ServiceType.

Check warning on line 53 in cdap-app-fabric/src/test/java/io/cdap/cdap/internal/guice/AppFabricTestModule.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - java.util.EnumSet.

Check warning on line 74 in cdap-app-fabric/src/test/java/io/cdap/cdap/internal/guice/AppFabricTestModule.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck

Distance between variable 'localDataDir' 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).

Check warning on line 28 in cdap-app-fabric-tests/src/test/java/io/cdap/cdap/internal/app/runtime/distributed/DistributedWorkflowProgramRunnerTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - io.cdap.cdap.app.guice.AppFabricServiceRuntimeModule.ServiceType.

Check warning on line 73 in cdap-app-fabric-tests/src/test/java/io/cdap/cdap/internal/app/runtime/distributed/DistributedWorkflowProgramRunnerTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - java.util.EnumSet.

Check warning on line 36 in cdap-master/src/main/java/io/cdap/cdap/data/tools/JobQueueDebugger.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - io.cdap.cdap.app.guice.AppFabricServiceRuntimeModule.ServiceType.

Check warning on line 77 in cdap-master/src/main/java/io/cdap/cdap/data/tools/JobQueueDebugger.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - java.util.EnumSet.

Check warning on line 33 in cdap-master/src/main/java/io/cdap/cdap/data/runtime/main/MasterServiceMain.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - io.cdap.cdap.app.guice.AppFabricServiceRuntimeModule.ServiceType.

Check warning on line 82 in cdap-master/src/main/java/io/cdap/cdap/data/runtime/main/MasterServiceMain.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - io.cdap.cdap.proto.id.NamespaceId.

Check warning on line 109 in cdap-master/src/main/java/io/cdap/cdap/data/runtime/main/MasterServiceMain.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - java.util.EnumSet.

Check warning on line 69 in cdap-master/src/main/java/io/cdap/cdap/master/environment/k8s/AppFabricProcessorServiceMain.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - java.util.EnumSet.

Check warning on line 69 in cdap-master/src/main/java/io/cdap/cdap/master/environment/k8s/AppFabricServiceMain.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - java.util.EnumSet.

Check warning on line 55 in cdap-master/src/main/java/io/cdap/cdap/master/environment/k8s/PreviewServiceMain.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - java.util.EnumSet.

Check warning on line 73 in cdap-master/src/main/java/io/cdap/cdap/master/environment/k8s/PreviewServiceMain.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

First sentence of Javadoc is missing an ending period.

Check warning on line 141 in cdap-master/src/main/java/io/cdap/cdap/master/environment/k8s/PreviewServiceMain.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck

Distance between variable 'cConf' 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).

Check warning on line 32 in cdap-standalone/src/main/java/io/cdap/cdap/StandaloneMain.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - io.cdap.cdap.app.guice.AppFabricServiceRuntimeModule.ServiceType.

Check warning on line 85 in cdap-standalone/src/main/java/io/cdap/cdap/StandaloneMain.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'io.cdap.cdap.messaging.guice.MessagingServerRuntimeModule' import. Should be before 'io.cdap.cdap.messaging.spi.MessagingService'.

Check warning on line 86 in cdap-standalone/src/main/java/io/cdap/cdap/StandaloneMain.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Wrong lexicographical order for 'io.cdap.cdap.messaging.server.MessagingHttpService' import. Should be before 'io.cdap.cdap.messaging.spi.MessagingService'.

Check warning on line 114 in cdap-standalone/src/main/java/io/cdap/cdap/StandaloneMain.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - java.util.EnumSet.

Check warning on line 21 in cdap-support-bundle/src/test/java/io/cdap/cdap/SupportBundleTestModule.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - io.cdap.cdap.app.guice.AppFabricServiceRuntimeModule.ServiceType.

Check warning on line 53 in cdap-support-bundle/src/test/java/io/cdap/cdap/SupportBundleTestModule.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - java.util.EnumSet.

Check warning on line 70 in cdap-support-bundle/src/test/java/io/cdap/cdap/SupportBundleTestModule.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck

Distance between variable 'localDataDir' 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).