CheckStyle Audit

Designed for use with CheckStyle and Ant.

Summary

FilesErrorsWarningsInfos
2902710

Files

NameErrorsWarningsInfos
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/entities/EntityWrapper.java0450
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/HyperstateController.java0380
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/HyperstateRootController.java0310
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/HyperstateApplication.java0150
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/Link.java0140
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/entities/LinkedEntity.java0130
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/Action.java0110
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/entities/Entity.java0110
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/Labelled.java0100
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/serialization/MessageSourceAwareSerializer.java0100
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/Resolver.java080
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/EntityRelationship.java070
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/JavaAction.java070
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/NavigationalRelationship.java070
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/JavaLink.java060
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/serialization/MediaTypeSerializer.java060
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/EntityRepository.java050
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/Parameter.java050
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/FutureConverter.java040
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/Relationship.java030
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/ResponseHeaderInterceptor.java030
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/entities/HyperstateRootEntity.java030
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/entities/CreatedEntity.java020
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/entities/UpdatedEntity.java020
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/entities/VanillaEntity.java020
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/annotations/PresentationType.java010
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/package-info.java010
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/WebConfiguration.java010
/var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/MediaTypes.java000

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/annotations/PresentationType.java

SeverityError DescriptionLine
warningMissing a Javadoc comment.49
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/Action.java

SeverityError DescriptionLine
warningImport statement for 'org.springframework.http.HttpMethod' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.13
warningImport statement for 'com.fasterxml.jackson.annotation.JsonIgnore' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.15
warningImport statement for 'com.fasterxml.jackson.annotation.JsonInclude' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.16
warningImport statement for 'com.fasterxml.jackson.annotation.JsonProperty' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.17
warningImport statement for 'com.google.common.base.Predicates' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line.18
warningImport statement for 'com.google.common.collect.Maps' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line.19
warningMissing a Javadoc comment.41
warning'protected' modifier out of order with the JLS suggestions.49
warningMissing a Javadoc comment.52
warningMissing a Javadoc comment.69
warningMissing a Javadoc comment.80
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/EntityRelationship.java

SeverityError DescriptionLine
warningWrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonIgnore' import. Should be before 'org.springframework.context.ApplicationContext'.7
warningWrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonUnwrapped' import. Should be before 'org.springframework.context.ApplicationContext'.8
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.core.entities.Entity' import. Should be before 'org.springframework.context.ApplicationContext'.10
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.core.entities.LinkedEntity' import. Should be before 'org.springframework.context.ApplicationContext'.11
warningMissing a Javadoc comment.20
warningMissing a Javadoc comment.38
warningMissing a Javadoc comment.43
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/EntityRepository.java

SeverityError DescriptionLine
warningImport statement for 'org.springframework.data.repository.Repository' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.6
warningImport statement for 'org.springframework.scheduling.annotation.Async' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.7
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.EntityWrapper' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.9
warningMissing a Javadoc comment.53
warningMissing a Javadoc comment.69
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/FutureConverter.java

SeverityError DescriptionLine
warningImport statement for 'org.springframework.util.concurrent.ListenableFuture' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.5
warningImport statement for 'org.springframework.util.concurrent.ListenableFutureCallback' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.6
warningMissing a Javadoc comment.10
warningParameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.25
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/JavaAction.java

SeverityError DescriptionLine
warningImport statement for 'org.springframework.http.HttpMethod' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.14
warningImport statement for 'au.com.mountainpass.hyperstate.annotations.PresentationType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.16
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.CreatedEntity' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.17
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.EntityWrapper' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.18
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.UpdatedEntity' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.19
warningMissing a Javadoc comment.23
warningMissing a Javadoc comment.76
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/JavaLink.java

SeverityError DescriptionLine
warningImport statement for 'org.springframework.core.ParameterizedTypeReference' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.5
warningImport statement for 'org.springframework.hateoas.mvc.BasicLinkBuilder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.6
warningImport statement for 'org.springframework.http.MediaType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.7
warningImport statement for 'com.fasterxml.jackson.annotation.JsonProperty' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.9
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.EntityWrapper' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.11
warningMissing a Javadoc comment.20
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/Labelled.java

SeverityError DescriptionLine
warningImport statement for 'org.eclipse.jdt.annotation.Nullable' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.9
warningImport statement for 'com.fasterxml.jackson.annotation.JsonProperty' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.11
warningImport statement for 'com.fasterxml.jackson.databind.annotation.JsonSerialize' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.12
warningImport statement for 'au.com.mountainpass.hyperstate.server.serialization.MessageSourceAwareSerializer' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.14
warning'public' modifier out of order with the JLS suggestions.16
warningMissing a Javadoc comment.23
warningMissing a Javadoc comment.26
warningMissing a Javadoc comment.32
warningMissing a Javadoc comment.37
warningMissing a Javadoc comment.59
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/Link.java

SeverityError DescriptionLine
warningImport statement for 'org.springframework.core.ParameterizedTypeReference' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.6
warningImport statement for 'org.springframework.http.MediaType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.7
warningImport statement for 'com.fasterxml.jackson.annotation.JsonIgnore' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.9
warningImport statement for 'com.fasterxml.jackson.annotation.JsonInclude' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.10
warningImport statement for 'com.fasterxml.jackson.annotation.JsonProperty' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.11
warning'public' modifier out of order with the JLS suggestions.14
warningMissing a Javadoc comment.16
warningMissing a Javadoc comment.19
warningMissing a Javadoc comment.23
warningMissing a Javadoc comment.27
warningMissing a Javadoc comment.30
warningMissing a Javadoc comment.33
warningMissing a Javadoc comment.36
warningMissing a Javadoc comment.38
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/MediaTypes.java

SeverityError DescriptionLine
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/NavigationalRelationship.java

SeverityError DescriptionLine
warningWrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonUnwrapped' import. Should be before 'org.springframework.context.ApplicationContext'.7
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.core.entities.EntityWrapper' import. Should be before 'org.springframework.context.ApplicationContext'.9
warningMissing a Javadoc comment.18
warningMissing a Javadoc comment.23
warningMissing a Javadoc comment.28
warningMissing a Javadoc comment.33
warningMissing a Javadoc comment.40
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/Parameter.java

SeverityError DescriptionLine
warningWrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonInclude' import. Should be before 'org.eclipse.jdt.annotation.Nullable'.5
warningWrong lexicographical order for 'com.fasterxml.jackson.annotation.JsonProperty' import. Should be before 'org.eclipse.jdt.annotation.Nullable'.6
warningMissing a Javadoc comment.28
warningMissing a Javadoc comment.33
warningMissing a Javadoc comment.39
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/Relationship.java

SeverityError DescriptionLine
warningImport statement for 'com.fasterxml.jackson.annotation.JsonProperty' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.5
warningMissing a Javadoc comment.532
warningMissing a Javadoc comment.544
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/Resolver.java

SeverityError DescriptionLine
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.CreatedEntity' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.7
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.EntityWrapper' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.8
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.UpdatedEntity' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.9
warningMissing a Javadoc comment.13
warningMissing a Javadoc comment.15
warningMissing a Javadoc comment.17
warningMissing a Javadoc comment.19
warningMissing a Javadoc comment.22
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/entities/CreatedEntity.java

SeverityError DescriptionLine
warningMissing a Javadoc comment.8
warningMissing a Javadoc comment.12
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/entities/Entity.java

SeverityError DescriptionLine
warningImport statement for 'org.springframework.core.ParameterizedTypeReference' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.6
warningImport statement for 'com.fasterxml.jackson.annotation.JsonIgnore' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.8
warningImport statement for 'au.com.mountainpass.hyperstate.core.Labelled' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.10
warningMissing a Javadoc comment.14
warningMissing a Javadoc comment.17
warningMissing a Javadoc comment.21
warningMissing a Javadoc comment.25
warningMissing a Javadoc comment.27
warningMissing a Javadoc comment.29
warningMissing a Javadoc comment.31
warningMissing a Javadoc comment.33
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/entities/EntityWrapper.java

SeverityError DescriptionLine
warningImport statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.18
warningImport statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.19
warningImport statement for 'org.springframework.core.ParameterizedTypeReference' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.20
warningImport statement for 'org.springframework.hateoas.Identifiable' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.21
warningImport statement for 'org.springframework.http.HttpMethod' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.22
warningImport statement for 'com.fasterxml.jackson.annotation.JsonIgnore' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.24
warningImport statement for 'com.fasterxml.jackson.annotation.JsonInclude' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.25
warningImport statement for 'com.fasterxml.jackson.annotation.JsonProperty' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.26
warningImport statement for 'com.fasterxml.jackson.annotation.JsonPropertyOrder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.27
warningImport statement for 'com.google.common.collect.ImmutableSet' is in the wrong order. Should be in the 'SPECIAL_IMPORTS' group, expecting not assigned imports on this line.28
warningImport statement for 'au.com.mountainpass.hyperstate.core.Action' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.30
warningImport statement for 'au.com.mountainpass.hyperstate.core.EntityRelationship' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.31
warningImport statement for 'au.com.mountainpass.hyperstate.core.EntityRepository' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.32
warningImport statement for 'au.com.mountainpass.hyperstate.core.JavaAction' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.33
warningImport statement for 'au.com.mountainpass.hyperstate.core.JavaLink' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.34
warningImport statement for 'au.com.mountainpass.hyperstate.core.Link' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.35
warningImport statement for 'au.com.mountainpass.hyperstate.core.NavigationalRelationship' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.36
warningImport statement for 'au.com.mountainpass.hyperstate.core.Relationship' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.37
warningAbbreviation in name 'LOGGER' must contain no more than '1' capital letters.48
warningMember name 'LOGGER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.48
warningMissing a Javadoc comment.59
warning'case' child have incorrect indentation level 8, expected level should be 10.79
warning'block' child have incorrect indentation level 10, expected level should be 12.80
warning'block' child have incorrect indentation level 10, expected level should be 12.81
warning'case' child have incorrect indentation level 8, expected level should be 10.82
warning'block' child have incorrect indentation level 10, expected level should be 12.83
warning'block' child have incorrect indentation level 10, expected level should be 12.84
warning'case' child have incorrect indentation level 8, expected level should be 10.85
warning'block' child have incorrect indentation level 10, expected level should be 12.86
warning'case' child have incorrect indentation level 8, expected level should be 10.87
warningFall through from previous branch of the switch statement.87
warning'block' child have incorrect indentation level 10, expected level should be 12.88
warning'case' child have incorrect indentation level 8, expected level should be 10.89
warningFall through from previous branch of the switch statement.89
warningMissing a Javadoc comment.106
warningMissing a Javadoc comment.110
warningMissing a Javadoc comment.114
warningMissing a Javadoc comment.125
warningMissing a Javadoc comment.129
warningMissing a Javadoc comment.154
warningMissing a Javadoc comment.164
warningMissing a Javadoc comment.168
warningMissing a Javadoc comment.196
warningMissing a Javadoc comment.203
warningMissing a Javadoc comment.211
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/entities/LinkedEntity.java

SeverityError DescriptionLine
warningImport statement for 'org.apache.commons.lang3.NotImplementedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.8
warningImport statement for 'org.springframework.beans.factory.annotation.Autowired' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.9
warningImport statement for 'org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.10
warningImport statement for 'org.springframework.context.ApplicationContext' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.11
warningImport statement for 'org.springframework.core.ParameterizedTypeReference' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.12
warningImport statement for 'com.fasterxml.jackson.annotation.JsonIgnore' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.14
warningImport statement for 'com.fasterxml.jackson.annotation.JsonProperty' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.15
warningImport statement for 'au.com.mountainpass.hyperstate.core.Link' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.17
warningMissing a Javadoc comment.22
warningMissing a Javadoc comment.26
warningMissing a Javadoc comment.40
warningMissing a Javadoc comment.52
warningMissing a Javadoc comment.72
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/entities/UpdatedEntity.java

SeverityError DescriptionLine
warningMissing a Javadoc comment.8
warningMissing a Javadoc comment.12
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/core/entities/VanillaEntity.java

SeverityError DescriptionLine
warningMissing a Javadoc comment.11
warningMissing a Javadoc comment.15
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/package-info.java

SeverityError DescriptionLine
warning'package' should be separated from previous statement.2
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/HyperstateApplication.java

SeverityError DescriptionLine
warningImport statement for 'org.apache.commons.lang3.NotImplementedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.6
warningImport statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.7
warningImport statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.8
warningImport statement for 'org.springframework.beans.BeansException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.9
warningImport statement for 'org.springframework.beans.factory.annotation.Autowired' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.10
warningImport statement for 'org.springframework.context.ApplicationContext' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.11
warningImport statement for 'au.com.mountainpass.hyperstate.core.EntityRepository' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.13
warningImport statement for 'au.com.mountainpass.hyperstate.core.Relationship' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.14
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.CreatedEntity' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.15
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.EntityWrapper' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.16
warningAbbreviation in name 'LOGGER' must contain no more than '1' capital letters.23
warningMember name 'LOGGER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.23
warningMissing a Javadoc comment.28
warningMissing a Javadoc comment.32
warningMissing a Javadoc comment.38
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/HyperstateController.java

SeverityError DescriptionLine
warningImport statement for 'org.apache.commons.lang3.NotImplementedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.14
warningImport statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.15
warningImport statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.16
warningImport statement for 'org.springframework.beans.factory.annotation.Autowired' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.17
warningImport statement for 'org.springframework.context.ApplicationContext' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.18
warningImport statement for 'org.springframework.core.annotation.AnnotationUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.19
warningImport statement for 'org.springframework.http.HttpMethod' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.20
warningImport statement for 'org.springframework.http.HttpStatus' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.21
warningImport statement for 'org.springframework.http.MediaType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.22
warningImport statement for 'org.springframework.http.ResponseEntity' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.23
warningImport statement for 'org.springframework.scheduling.annotation.Async' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.24
warningImport statement for 'org.springframework.util.LinkedMultiValueMap' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.25
warningImport statement for 'org.springframework.util.MultiValueMap' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.26
warningImport statement for 'org.springframework.web.bind.annotation.ExceptionHandler' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.27
warningImport statement for 'org.springframework.web.bind.annotation.RequestMapping' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.28
warningImport statement for 'org.springframework.web.bind.annotation.RequestMethod' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.29
warningImport statement for 'org.springframework.web.bind.annotation.RequestParam' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.30
warningImport statement for 'org.springframework.web.bind.annotation.ResponseBody' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.31
warningImport statement for 'org.springframework.web.context.request.RequestAttributes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.32
warningImport statement for 'org.springframework.web.context.request.RequestContextHolder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.33
warningImport statement for 'org.springframework.web.servlet.HandlerMapping' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.34
warningImport statement for 'au.com.mountainpass.hyperstate.core.Action' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.36
warningImport statement for 'au.com.mountainpass.hyperstate.core.EntityRepository' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.37
warningImport statement for 'au.com.mountainpass.hyperstate.core.MediaTypes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.38
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.Entity' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.39
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.EntityWrapper' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.40
warningAbbreviation in name 'LOGGER' must contain no more than '1' capital letters.47
warningMember name 'LOGGER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.47
warningMissing a Javadoc comment.52
warningMissing a Javadoc comment.56
warningMissing a Javadoc comment.94
warningMissing a Javadoc comment.122
warningMissing a Javadoc comment.133
warningMissing a Javadoc comment.146
warningParameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.147
warningMissing a Javadoc comment.152
warningMissing a Javadoc comment.183
warning'final' have incorrect indentation level 2, expected level should be 6.189
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/HyperstateRootController.java

SeverityError DescriptionLine
warningImport statement for 'org.apache.commons.lang3.NotImplementedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.12
warningImport statement for 'org.slf4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.13
warningImport statement for 'org.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.14
warningImport statement for 'org.springframework.beans.factory.annotation.Autowired' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.15
warningImport statement for 'org.springframework.context.ApplicationContext' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.16
warningImport statement for 'org.springframework.http.HttpStatus' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.17
warningImport statement for 'org.springframework.http.MediaType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.18
warningImport statement for 'org.springframework.http.ResponseEntity' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.19
warningImport statement for 'org.springframework.scheduling.annotation.Async' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.20
warningImport statement for 'org.springframework.util.LinkedMultiValueMap' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.21
warningImport statement for 'org.springframework.util.MultiValueMap' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.22
warningImport statement for 'org.springframework.web.bind.annotation.ExceptionHandler' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.23
warningImport statement for 'org.springframework.web.bind.annotation.RequestMapping' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.24
warningImport statement for 'org.springframework.web.bind.annotation.RequestMethod' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.25
warningImport statement for 'org.springframework.web.bind.annotation.RequestParam' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.26
warningImport statement for 'org.springframework.web.bind.annotation.ResponseBody' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.27
warningImport statement for 'org.springframework.web.servlet.HandlerMapping' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.28
warningImport statement for 'au.com.mountainpass.hyperstate.core.Action' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.30
warningImport statement for 'au.com.mountainpass.hyperstate.core.MediaTypes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.31
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.Entity' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.32
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.EntityWrapper' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.33
warningAbbreviation in name 'LOGGER' must contain no more than '1' capital letters.44
warningMember name 'LOGGER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.44
warningMissing a Javadoc comment.46
warningMissing a Javadoc comment.57
warningMissing a Javadoc comment.62
warningParameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.63
warningMissing a Javadoc comment.68
warningMissing a Javadoc comment.96
warning'final' have incorrect indentation level 2, expected level should be 6.101
warningMissing a Javadoc comment.127
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/ResponseHeaderInterceptor.java

SeverityError DescriptionLine
warningImport statement for 'org.springframework.http.HttpHeaders' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.6
warningImport statement for 'org.springframework.web.servlet.HandlerInterceptor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.7
warningImport statement for 'org.springframework.web.servlet.ModelAndView' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.8
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/WebConfiguration.java

SeverityError DescriptionLine
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.core.MediaTypes' import. Should be before 'org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter'.12
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/entities/HyperstateRootEntity.java

SeverityError DescriptionLine
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.core.entities.VanillaEntity' import. Should be before 'org.springframework.web.bind.annotation.RequestMapping'.7
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.server.HyperstateController' import. Should be before 'org.springframework.web.bind.annotation.RequestMapping'.8
warningMissing a Javadoc comment.15
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/serialization/MediaTypeSerializer.java

SeverityError DescriptionLine
warningImport statement for 'org.springframework.http.MediaType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.5
warningImport statement for 'com.fasterxml.jackson.core.JsonGenerationException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.7
warningImport statement for 'com.fasterxml.jackson.core.JsonGenerator' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.8
warningImport statement for 'com.fasterxml.jackson.databind.SerializerProvider' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.9
warningImport statement for 'com.fasterxml.jackson.databind.ser.std.StdScalarSerializer' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.10
warningMissing a Javadoc comment.19
Back to top

File /var/snap-ci/repo/src/main/java/au/com/mountainpass/hyperstate/server/serialization/MessageSourceAwareSerializer.java

SeverityError DescriptionLine
warningImport statement for 'org.springframework.beans.factory.annotation.Autowired' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.7
warningImport statement for 'org.springframework.context.MessageSource' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.8
warningImport statement for 'org.springframework.context.i18n.LocaleContextHolder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.9
warningImport statement for 'org.springframework.stereotype.Component' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.10
warningImport statement for 'com.fasterxml.jackson.core.JsonGenerator' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.12
warningImport statement for 'com.fasterxml.jackson.core.JsonProcessingException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.13
warningImport statement for 'com.fasterxml.jackson.databind.JsonSerializer' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.14
warningImport statement for 'com.fasterxml.jackson.databind.SerializerProvider' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.15
warningMissing a Javadoc comment.23
warningMissing a Javadoc comment.26
Back to top