Skip to content

Renamed EventReaderHandler to EventSubscriber

Sign in for the full log view
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Checkstyle completed Jul 12, 2023 in 0s

Checkstyle report

9 violation(s) found

Annotations

Check warning on line 32 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/events/DefaultEventReaderContext.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck

Javadoc comment at column 64 has parse error. Missed HTML close tag 'simpleclassname'. Sometimes it means that close tag missed for one of previous tags.

Check warning on line 174 in cdap-common/src/main/java/io/cdap/cdap/common/conf/Constants.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'getZKQuorum' must contain no more than '1' consecutive capital letters.

Check warning on line 188 in cdap-common/src/main/java/io/cdap/cdap/common/conf/Constants.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'HBase' must contain no more than '1' consecutive capital letters.

Check warning on line 1166 in cdap-common/src/main/java/io/cdap/cdap/common/conf/Constants.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'JVMResource' must contain no more than '1' consecutive capital letters.

Check warning on line 1602 in cdap-common/src/main/java/io/cdap/cdap/common/conf/Constants.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'SSL' must contain no more than '1' consecutive capital letters.

Check warning on line 2144 in cdap-common/src/main/java/io/cdap/cdap/common/conf/Constants.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'HBaseDDLExecutor' must contain no more than '1' consecutive capital letters.

Check warning on line 2315 in cdap-common/src/main/java/io/cdap/cdap/common/conf/Constants.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'JMXMetricsCollector' must contain no more than '1' consecutive capital letters.

Check warning on line 74 in cdap-features/src/main/java/io/cdap/cdap/features/Feature.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 73 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.internal.events.EventPublishManager' import. Should be before 'io.cdap.cdap.internal.events.EventSubscriberManager'.