Skip to content

Use normal CLI with parameters and options #64

Use normal CLI with parameters and options

Use normal CLI with parameters and options #64

GitHub Actions / testtool failed Jul 14, 2023 in 3s

reviewdog [testtool] report

reported by reviewdog 🐶

Findings (114)

examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java|4 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java|5 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java|6 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java|7 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java|11 col 76| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java|11 col 77| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java|4 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java|5 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java|6 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java|7 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java|11 col 77| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java|11 col 78| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java|4 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java|5 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java|10 col 79| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java|10 col 80| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/UserSearch.java|5 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserSearch.java|6 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserSearch.java|7 col 1| Wrong lexicographical order for 'com.descope.model.user.request.UserSearchRequest' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserSearch.java|8 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserSearch.java|9 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserSearch.java|14 col 69| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/UserSearch.java|14 col 70| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/UserSearch.java|18| Line is longer than 120 characters (found 124).
examples/management-cli/src/main/java/com/descope/UserLoad.java|4 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserLoad.java|5 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserLoad.java|6 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserLoad.java|7 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserLoad.java|11 col 67| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/UserLoad.java|11 col 68| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/TenantCreate.java|6 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'org.apache.commons.lang3.StringUtils'.
examples/management-cli/src/main/java/com/descope/TenantCreate.java|7 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'org.apache.commons.lang3.StringUtils'.
examples/management-cli/src/main/java/com/descope/TenantCreate.java|12 col 71| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/TenantCreate.java|12 col 72| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/AuditSearch.java|7 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'org.apache.commons.lang3.StringUtils'.
examples/management-cli/src/main/java/com/descope/AuditSearch.java|8 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'org.apache.commons.lang3.StringUtils'.
examples/management-cli/src/main/java/com/descope/AuditSearch.java|9 col 1| Wrong lexicographical order for 'com.descope.model.audit.AuditSearchRequest' import. Should be before 'org.apache.commons.lang3.StringUtils'.
examples/management-cli/src/main/java/com/descope/AuditSearch.java|10 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'org.apache.commons.lang3.StringUtils'.
examples/management-cli/src/main/java/com/descope/AuditSearch.java|11 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'org.apache.commons.lang3.StringUtils'.
examples/management-cli/src/main/java/com/descope/AuditSearch.java|12 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.datatype.jsr310.JavaTimeModule' import. Should be before 'org.apache.commons.lang3.StringUtils'.
examples/management-cli/src/main/java/com/descope/AuditSearch.java|17 col 70| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/AuditSearch.java|17 col 71| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/AuditSearch.java|34 col 7| Distance between variable 'auditService' 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).
examples/management-cli/src/main/java/com/descope/RoleUpdate.java|6 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'org.apache.commons.lang3.StringUtils'.
examples/management-cli/src/main/java/com/descope/RoleUpdate.java|7 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'org.apache.commons.lang3.StringUtils'.
examples/management-cli/src/main/java/com/descope/RoleUpdate.java|12 col 69| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/RoleUpdate.java|12 col 70| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/RoleCreate.java|5 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/RoleCreate.java|6 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/RoleCreate.java|11 col 69| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/RoleCreate.java|11 col 70| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/UserCreate.java|4 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserCreate.java|5 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserCreate.java|6 col 1| Wrong lexicographical order for 'com.descope.model.user.request.UserRequest' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserCreate.java|11 col 75| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/UserCreate.java|11 col 76| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/AccessKeySearch.java|5 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeySearch.java|6 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeySearch.java|7 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeySearch.java|8 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeySearch.java|13 col 74| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/AccessKeySearch.java|13 col 75| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/UserDelete.java|4 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserDelete.java|5 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserDelete.java|9 col 69| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/UserDelete.java|9 col 70| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/PermissionCreate.java|4 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/PermissionCreate.java|5 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/PermissionCreate.java|10 col 81| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/PermissionCreate.java|10 col 82| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/PermissionDelete.java|4 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/PermissionDelete.java|5 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/PermissionDelete.java|9 col 81| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/PermissionDelete.java|9 col 82| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/TenantLoad.java|4 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/TenantLoad.java|5 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/TenantLoad.java|6 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/TenantLoad.java|7 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/TenantLoad.java|11 col 69| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/TenantLoad.java|11 col 70| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/RoleLoadAll.java|4 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/RoleLoadAll.java|5 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/RoleLoadAll.java|6 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/RoleLoadAll.java|7 col 1| Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/RoleLoadAll.java|11 col 70| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/RoleLoadAll.java|11 col 71| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/TenantUpdate.java|5 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/TenantUpdate.java|6 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/TenantUpdate.java|11 col 73| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/TenantUpdate.java|11 col 74| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/RoleDelete.java|4 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/RoleDelete.java|5 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/RoleDelete.java|9 col 69| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/RoleDelete.java|9 col 70| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/PermissionUpdate.java|5 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'org.apache.commons.lang3.StringUtils'.
examples/management-cli/src/main/java/com/descope/PermissionUpdate.java|6 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'org.apache.commons.lang3.StringUtils'.
examples/management-cli/src/main/java/com/descope/PermissionUpdate.java|11 col 81| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/PermissionUpdate.java|11 col 82| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/AccessKeyDelete.java|4 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeyDelete.java|5 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeyDelete.java|9 col 79| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/AccessKeyDelete.java|9 col 80| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/TenantDelete.java|4 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/TenantDelete.java|5 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeyCreate.java|7 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeyCreate.java|8 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeyCreate.java|9 col 1| Wrong lexicographical order for 'com.descope.model.auth.AssociatedTenant' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/AccessKeyCreate.java|14 col 74| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/AccessKeyCreate.java|14 col 75| WhitespaceAround: '{' is not preceded with whitespace.
examples/management-cli/src/main/java/com/descope/UserUpdate.java|4 col 1| Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserUpdate.java|5 col 1| Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserUpdate.java|6 col 1| Wrong lexicographical order for 'com.descope.model.user.request.UserRequest' import. Should be before 'java.util.concurrent.Callable'.
examples/management-cli/src/main/java/com/descope/UserUpdate.java|10 col 75| GenericWhitespace '>' should followed by whitespace.
examples/management-cli/src/main/java/com/descope/UserUpdate.java|10 col 76| WhitespaceAround: '{' is not preceded with whitespace.

Filtered Findings (0)

Annotations

Check failure on line 4 in examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java#L4 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java:4:1: error: Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

Check failure on line 5 in examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java#L5 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java:5:1: error: Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

Check failure on line 6 in examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java#L6 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java:6:1: error: Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

Check failure on line 7 in examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java#L7 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java:7:1: error: Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

Check failure on line 11 in examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java#L11 <com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck>

GenericWhitespace '>' should followed by whitespace.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java:11:76: error: GenericWhitespace '>' should followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck)

Check failure on line 11 in examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java#L11 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>

WhitespaceAround: '{' is not preceded with whitespace.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/PermissionLoadAll.java:11:77: error: WhitespaceAround: '{' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)

Check failure on line 4 in examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java#L4 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java:4:1: error: Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

Check failure on line 5 in examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java#L5 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java:5:1: error: Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

Check failure on line 6 in examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java#L6 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java:6:1: error: Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

Check failure on line 7 in examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java#L7 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java:7:1: error: Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

Check failure on line 11 in examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java#L11 <com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck>

GenericWhitespace '>' should followed by whitespace.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java:11:77: error: GenericWhitespace '>' should followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck)

Check failure on line 11 in examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java#L11 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>

WhitespaceAround: '{' is not preceded with whitespace.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/AccessKeyLoad.java:11:78: error: WhitespaceAround: '{' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)

Check failure on line 4 in examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java#L4 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java:4:1: error: Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

Check failure on line 5 in examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java#L5 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java:5:1: error: Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

Check failure on line 10 in examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java#L10 <com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck>

GenericWhitespace '>' should followed by whitespace.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java:10:79: error: GenericWhitespace '>' should followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck)

Check failure on line 10 in examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java#L10 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>

WhitespaceAround: '{' is not preceded with whitespace.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/AccessKeyUpdate.java:10:80: error: WhitespaceAround: '{' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)

Check failure on line 5 in examples/management-cli/src/main/java/com/descope/UserSearch.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/UserSearch.java#L5 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/UserSearch.java:5:1: error: Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

Check failure on line 6 in examples/management-cli/src/main/java/com/descope/UserSearch.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/UserSearch.java#L6 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/UserSearch.java:6:1: error: Wrong lexicographical order for 'com.descope.exception.DescopeException' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

Check failure on line 7 in examples/management-cli/src/main/java/com/descope/UserSearch.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/UserSearch.java#L7 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.descope.model.user.request.UserSearchRequest' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/UserSearch.java:7:1: error: Wrong lexicographical order for 'com.descope.model.user.request.UserSearchRequest' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

Check failure on line 8 in examples/management-cli/src/main/java/com/descope/UserSearch.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/UserSearch.java#L8 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/UserSearch.java:8:1: error: Wrong lexicographical order for 'com.fasterxml.jackson.core.JsonProcessingException' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

Check failure on line 9 in examples/management-cli/src/main/java/com/descope/UserSearch.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/UserSearch.java#L9 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/UserSearch.java:9:1: error: Wrong lexicographical order for 'com.fasterxml.jackson.databind.ObjectMapper' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)

Check failure on line 14 in examples/management-cli/src/main/java/com/descope/UserSearch.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/UserSearch.java#L14 <com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck>

GenericWhitespace '>' should followed by whitespace.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/UserSearch.java:14:69: error: GenericWhitespace '>' should followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.GenericWhitespaceCheck)

Check failure on line 14 in examples/management-cli/src/main/java/com/descope/UserSearch.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/UserSearch.java#L14 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>

WhitespaceAround: '{' is not preceded with whitespace.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/UserSearch.java:14:70: error: WhitespaceAround: '{' is not preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck)

Check failure on line 18 in examples/management-cli/src/main/java/com/descope/UserSearch.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/UserSearch.java#L18 <com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck>

Line is longer than 120 characters (found 124).
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/UserSearch.java:18:0: error: Line is longer than 120 characters (found 124). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)

Check failure on line 4 in examples/management-cli/src/main/java/com/descope/UserLoad.java

See this annotation in the file changed.

@github-actions github-actions / testtool

[testtool] examples/management-cli/src/main/java/com/descope/UserLoad.java#L4 <com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck>

Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'.
Raw output
/github/workspace/./examples/management-cli/src/main/java/com/descope/UserLoad.java:4:1: error: Wrong lexicographical order for 'com.descope.client.DescopeClient' import. Should be before 'java.util.concurrent.Callable'. (com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck)