Checkstyle report
26 violation(s) found
Annotations
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - io.cdap.cdap.app.guice.AppFabricServiceRuntimeModule.ServiceType.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - java.util.EnumSet.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck
Missing a Javadoc comment.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - io.cdap.cdap.app.guice.AppFabricServiceRuntimeModule.ServiceType.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - java.util.EnumSet.
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).
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - io.cdap.cdap.app.guice.AppFabricServiceRuntimeModule.ServiceType.
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
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
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - java.util.EnumSet.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - io.cdap.cdap.app.guice.AppFabricServiceRuntimeModule.ServiceType.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - io.cdap.cdap.proto.id.NamespaceId.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - java.util.EnumSet.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - java.util.EnumSet.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - java.util.EnumSet.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - java.util.EnumSet.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck
First sentence of Javadoc is missing an ending period.
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
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
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
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
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - java.util.EnumSet.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - io.cdap.cdap.app.guice.AppFabricServiceRuntimeModule.ServiceType.
github-actions / Checkstyle
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck
Unused import - java.util.EnumSet.
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).