encryptorcode/iam-oauth

View on GitHub
src/main/java/io/github/encryptorcode/implementation/storage/jdbc/JdbcAuthenticationHandler.java

Summary

Maintainability
A
0 mins
Test Coverage

Class type name 'User' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'.
Open

public class JdbcAuthenticationHandler<Session extends ASession, User extends AUser> extends AAuthenticationHandler {

Wrong lexicographical order for 'io.github.encryptorcode.implementation.storage.jdbc.tables.AUTHENTICATION_DETAILS.AUTHENTICATION_DETAILS' import. Should be before 'org.jooq.DSLContext'.
Open

import static io.github.encryptorcode.implementation.storage.jdbc.tables.AUTHENTICATION_DETAILS.AUTHENTICATION_DETAILS;

Checks that the groups of import declarations appear in the order specifiedby the user. If there is an import but its group is not specified in theconfiguration such an import should be placed at the end of the import list.

This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

Line is longer than 100 characters (found 117).
Open

public class JdbcAuthenticationHandler<Session extends ASession, User extends AUser> extends AAuthenticationHandler {

Checks for long lines.

Rationale: Long lines are hard to read in printouts or if developershave limited screen space for the source code, e.g. if the IDEdisplays additional information like project tree, class hierarchy,etc.

This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

First sentence of Javadoc is missing an ending period.
Open

/**

Checks thatJavadoc summary sentence does not contain phrases that are not recommended to use.Summaries that contain only the {@inheritDoc} tag are skipped. Check alsoviolate Javadoc that does not contain first sentence.

This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

Class type name 'Session' must match pattern '(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)'.
Open

public class JdbcAuthenticationHandler<Session extends ASession, User extends AUser> extends AAuthenticationHandler {

Extra separation in import group before 'io.github.encryptorcode.implementation.storage.jdbc.tables.AUTHENTICATION_DETAILS.AUTHENTICATION_DETAILS'
Open

import static io.github.encryptorcode.implementation.storage.jdbc.tables.AUTHENTICATION_DETAILS.AUTHENTICATION_DETAILS;

Checks that the groups of import declarations appear in the order specifiedby the user. If there is an import but its group is not specified in theconfiguration such an import should be placed at the end of the import list.

This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

There are no issues that match your filters.

Category
Status