Skip to content

[CDAP-21062] Propagate internal credentials in Router #544

[CDAP-21062] Propagate internal credentials in Router

[CDAP-21062] Propagate internal credentials in Router #544

GitHub Actions / Checkstyle completed Aug 28, 2024 in 0s

Checkstyle report

5 violation(s) found

Annotations

Check warning on line 49 in cdap-security/src/main/java/io/cdap/cdap/security/auth/ProxyUserIdentityExtractor.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 59 in cdap-security/src/main/java/io/cdap/cdap/security/auth/ProxyUserIdentityExtractor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Distance between variable 'now' 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 92 in cdap-security/src/main/java/io/cdap/cdap/security/auth/ProxyUserIdentityExtractor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck

'if' is not followed by whitespace.

Check warning on line 92 in cdap-security/src/main/java/io/cdap/cdap/security/auth/ProxyUserIdentityExtractor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck

WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)

Check warning on line 92 in cdap-security/src/main/java/io/cdap/cdap/security/auth/ProxyUserIdentityExtractor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck

WhitespaceAround: '{' is not preceded with whitespace.

Check warning on line 49 in cdap-security/src/main/java/io/cdap/cdap/security/auth/ProxyUserIdentityExtractor.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 59 in cdap-security/src/main/java/io/cdap/cdap/security/auth/ProxyUserIdentityExtractor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Distance between variable 'now' 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 92 in cdap-security/src/main/java/io/cdap/cdap/security/auth/ProxyUserIdentityExtractor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck

'if' is not followed by whitespace.

Check warning on line 92 in cdap-security/src/main/java/io/cdap/cdap/security/auth/ProxyUserIdentityExtractor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck

WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)

Check warning on line 92 in cdap-security/src/main/java/io/cdap/cdap/security/auth/ProxyUserIdentityExtractor.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck

WhitespaceAround: '{' is not preceded with whitespace.