Skip to content

[CDAP-20872] Add AeadCipher SPI for Encryption in CDAP #13553

[CDAP-20872] Add AeadCipher SPI for Encryption in CDAP

[CDAP-20872] Add AeadCipher SPI for Encryption in CDAP #13553

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

Checkstyle report

8 violation(s) found

Annotations

Check warning on line 31 in cdap-security/src/main/java/io/cdap/cdap/security/encryption/guice/AbstractAeadCipherServiceProvider.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

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

Check warning on line 31 in cdap-security/src/main/java/io/cdap/cdap/security/encryption/guice/AbstractAeadCipherServiceProvider.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.MemberNameCheck

Member name 'NOOP_AEAD_CIPHER_NAME' must match pattern '^[a-z][a-zA-Z0-9]+$'.

Check warning on line 37 in cdap-security/src/main/java/io/cdap/cdap/security/encryption/guice/AbstractAeadCipherServiceProvider.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 30 in cdap-security/src/main/java/io/cdap/cdap/security/encryption/guice/AeadCipherExtensionLoader.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck

Missing a Javadoc comment.

Check warning on line 284 in cdap-security/src/main/java/io/cdap/cdap/security/authorization/DefaultAccessEnforcer.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

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

Check warning on line 223 in cdap-security/src/test/java/io/cdap/cdap/security/authorization/DefaultAccessEnforcerTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Distance between variable 'authEnforcementService' declaration and its first usage is 11, 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 232 in cdap-security/src/test/java/io/cdap/cdap/security/authorization/DefaultAccessEnforcerTest.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Distance between variable 'namespaces' declaration and its first usage is 11, 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 24 in cdap-security-spi/src/main/java/io/cdap/cdap/security/spi/encryption/AeadCipher.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

Summary javadoc is missing.