Skip to content

[CDAP-20840] Check for empty LDAP password

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 Oct 10, 2023 in 0s

Checkstyle report

8 violation(s) found

Annotations

Check warning on line 50 in cdap-security/src/main/java/io/cdap/cdap/security/server/JAASLoginService.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 52 in cdap-security/src/main/java/io/cdap/cdap/security/server/JAASLoginService.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 55 in cdap-security/src/main/java/io/cdap/cdap/security/server/JAASLoginService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

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

Check warning on line 108 in cdap-security/src/main/java/io/cdap/cdap/security/server/JAASLoginService.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 162 in cdap-security/src/main/java/io/cdap/cdap/security/server/JAASLoginService.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 182 in cdap-security/src/main/java/io/cdap/cdap/security/server/JAASLoginService.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 35 in cdap-security/src/test/java/io/cdap/cdap/security/server/ExternalLDAPAuthenticationServerTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

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

Check warning on line 79 in cdap-security/src/test/java/io/cdap/cdap/security/server/ExternalLDAPAuthenticationServerTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck

Block comment has incorrect indentation level 2, expected is 3, indentation should be the same level as line 82.