Skip to content

[CDAP-20852] : Dataplane Audit Logging Milestone 2 : Process audit log events via cdap and publish to ext #15433

[CDAP-20852] : Dataplane Audit Logging Milestone 2 : Process audit log events via cdap and publish to ext

[CDAP-20852] : Dataplane Audit Logging Milestone 2 : Process audit log events via cdap and publish to ext #15433

GitHub Actions / Checkstyle completed Nov 13, 2024 in 0s

Checkstyle report

9381 violation(s) found

Annotations

Check warning on line 16 in cdap-api/src/main/java/io/cdap/cdap/internal/customaction/DefaultCustomActionSpecification.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

'package' should be separated from previous line.

Check warning on line 37 in cdap-api/src/main/java/io/cdap/cdap/internal/workflow/condition/DefaultConditionSpecification.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 16 in cdap-api/src/main/java/io/cdap/cdap/internal/specification/PropertyFieldExtractor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

'package' should be separated from previous line.

Check warning on line 16 in cdap-api/src/main/java/io/cdap/cdap/internal/specification/DataSetFieldExtractor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

'package' should be separated from previous line.

Check warning on line 39 in cdap-api/src/main/java/io/cdap/cdap/internal/schedule/ScheduleCreationSpec.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 31 in cdap-api/src/main/java/io/cdap/cdap/internal/dataset/DatasetCreationSpec.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 38 in cdap-api/src/main/java/io/cdap/cdap/internal/app/runtime/schedule/DefaultTriggeringScheduleInfo.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 34 in cdap-api/src/main/java/io/cdap/cdap/internal/api/AbstractProgramDatasetConfigurable.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Summary javadoc is missing.

Check warning on line 43 in cdap-api/src/main/java/io/cdap/cdap/internal/api/AbstractProgramDatasetConfigurable.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Summary javadoc is missing.

Check warning on line 46 in cdap-api/src/main/java/io/cdap/cdap/internal/api/DefaultDatasetConfigurer.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 55 in cdap-api/src/main/java/io/cdap/cdap/internal/api/DefaultDatasetConfigurer.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 109 in cdap-api/src/main/java/io/cdap/cdap/internal/io/AbstractSchemaGenerator.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Distance between variable 'type' 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 25 in cdap-api/src/main/java/io/cdap/cdap/internal/io/package-info.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck

Empty line should be followed by <p> tag on the next line.

Check warning on line 21 in cdap-api/src/main/java/io/cdap/cdap/internal/io/FieldAccessor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Summary javadoc is missing.

Check warning on line 30 in cdap-api/src/main/java/io/cdap/cdap/internal/io/TypeRepresentation.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck

Empty line should be followed by <p> tag on the next line.

Check warning on line 97 in cdap-api/src/main/java/io/cdap/cdap/internal/io/TypeRepresentation.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Summary javadoc is missing.

Check warning on line 16 in cdap-api/src/main/java/io/cdap/cdap/internal/lang/Visitor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

'package' should be separated from previous line.

Check warning on line 16 in cdap-api/src/main/java/io/cdap/cdap/internal/lang/MethodVisitor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

'package' should be separated from previous line.

Check warning on line 16 in cdap-api/src/main/java/io/cdap/cdap/internal/lang/FieldVisitor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

'package' should be separated from previous line.

Check warning on line 23 in cdap-api/src/main/java/io/cdap/cdap/internal/lang/Fields.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Summary javadoc is missing.

Check warning on line 16 in cdap-api/src/main/java/io/cdap/cdap/internal/lang/Reflections.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

'package' should be separated from previous line.

Check warning on line 28 in cdap-api/src/main/java/io/cdap/cdap/internal/UserMessages.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 39 in cdap-api/src/main/java/io/cdap/cdap/internal/UserMessages.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Summary javadoc is missing.

Check warning on line 16 in cdap-api/src/main/java/io/cdap/cdap/api/customaction/CustomActionSpecification.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck

'package' should be separated from previous line.

Check warning on line 28 in cdap-api/src/main/java/io/cdap/cdap/api/customaction/CustomActionSpecification.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Summary javadoc is missing.