Skip to content

Extracting encryption from cdap-security into cdap-common

Sign in for the full log view
GitHub Actions / Checkstyle completed Jan 2, 2025 in 0s

Checkstyle report

53 violation(s) found

Annotations

Check warning on line 155 in cdap-app-fabric/src/main/java/io/cdap/cdap/app/guice/AppFabricServiceRuntimeModule.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.common.encryption.guice.DataStorageAeadEncryptionModule' import. Should be before 'io.cdap.cdap.securestore.spi.SecretStore'.

Check warning on line 24 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/credential/CredentialProfileStore.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.common.encryption.AeadCipher' import. Should be before 'io.cdap.cdap.proto.id.CredentialProfileId'.

Check warning on line 25 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/credential/CredentialProfileStore.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.common.encryption.guice.DataStorageAeadEncryptionModule' import. Should be before 'io.cdap.cdap.proto.id.CredentialProfileId'.

Check warning on line 24 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/credential/CredentialIdentityStore.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.common.encryption.AeadCipher' import. Should be before 'io.cdap.cdap.proto.id.CredentialProfileId'.

Check warning on line 25 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/credential/CredentialIdentityStore.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.common.encryption.guice.DataStorageAeadEncryptionModule' import. Should be before 'io.cdap.cdap.proto.id.CredentialProfileId'.

Check warning on line 39 in cdap-app-fabric/src/test/java/io/cdap/cdap/internal/credential/CredentialProviderTestBase.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.common.encryption.NoOpAeadCipher' import. Should be before 'io.cdap.cdap.security.authorization.AuthorizationEnforcementModule'.

Check warning on line 30 in cdap-common/src/main/java/io/cdap/cdap/common/encryption/guice/AeadCipherCryptorExtensionLoader.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 31 in cdap-common/src/main/java/io/cdap/cdap/common/encryption/guice/AbstractAeadCipherProvider.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-common/src/main/java/io/cdap/cdap/common/encryption/guice/AbstractAeadCipherProvider.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-common/src/main/java/io/cdap/cdap/common/encryption/guice/AbstractAeadCipherProvider.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 24 in cdap-common/src/test/java/io/cdap/cdap/common/encryption/DataStorageAeadEncryptionModuleTest.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.common.encryption.guice.DataStorageAeadEncryptionModule' import. Should be before 'io.cdap.cdap.common.guice.ConfigModule'.

Check warning on line 24 in cdap-common/src/test/java/io/cdap/cdap/common/encryption/UserCredentialAeadEncryptionModuleTest.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.common.encryption.guice.UserCredentialAeadEncryptionModule' import. Should be before 'io.cdap.cdap.common.guice.ConfigModule'.

Check warning on line 32 in cdap-gateway/src/main/java/io/cdap/cdap/gateway/router/RouterMain.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.common.encryption.guice.UserCredentialAeadEncryptionModule' import. Should be before 'io.cdap.cdap.common.runtime.DaemonMain'.

Check warning on line 38 in cdap-gateway/src/main/java/io/cdap/cdap/gateway/router/NettyRouter.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.common.encryption.AeadCipher' import. Should be before 'io.cdap.cdap.security.auth.UserIdentityExtractor'.

Check warning on line 39 in cdap-gateway/src/main/java/io/cdap/cdap/gateway/router/NettyRouter.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.common.encryption.guice.UserCredentialAeadEncryptionModule' import. Should be before 'io.cdap.cdap.security.auth.UserIdentityExtractor'.

Check warning on line 106 in cdap-gateway/src/main/java/io/cdap/cdap/gateway/router/NettyRouter.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 216 in cdap-gateway/src/main/java/io/cdap/cdap/gateway/router/NettyRouter.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

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

Check warning on line 282 in cdap-gateway/src/main/java/io/cdap/cdap/gateway/router/NettyRouter.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 35 in cdap-gateway/src/main/java/io/cdap/cdap/gateway/router/handlers/AuthenticationHandler.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.common.encryption.AeadCipher' import. Should be before 'io.cdap.cdap.security.auth.UserIdentityPair'.

Check warning on line 87 in cdap-gateway/src/main/java/io/cdap/cdap/gateway/router/handlers/AuthenticationHandler.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

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

Check warning on line 92 in cdap-gateway/src/main/java/io/cdap/cdap/gateway/router/handlers/AuthenticationHandler.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 137 in cdap-gateway/src/main/java/io/cdap/cdap/gateway/router/handlers/AuthenticationHandler.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

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

Check warning on line 194 in cdap-gateway/src/main/java/io/cdap/cdap/gateway/router/handlers/AuthenticationHandler.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

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

Check warning on line 301 in cdap-gateway/src/main/java/io/cdap/cdap/gateway/router/handlers/AuthenticationHandler.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

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

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

Check warning on line 34 in cdap-gateway/src/test/java/io/cdap/cdap/gateway/router/AuthServerAnnounceTest.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.common.encryption.NoOpAeadCipher' import. Should be before 'io.cdap.cdap.security.auth.UserIdentityExtractor'.