encryptorcode/iam-oauth

View on GitHub
src/main/java/io/github/encryptorcode/implementation/security/ZeroSecurityHandler.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 ZeroSecurityHandler<User extends AUser> extends ASecurityHandler<User> {

Extra separation in import group before 'java.util.Random'
Open

import java.util.Random;

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