CheckStyle Audit

Designed for use with CheckStyle and Ant.

Summary

FilesErrorsWarningsInfos
3204460

Files

NameErrorsWarningsInfos
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/server/config/HyperstateTestConfiguration.java0940
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/webdriver/WebDriverResolver.java0600
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/server/StepDefs.java0470
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/builder/RestActionBuilder.java0290
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/RestTemplateResolver.java0220
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/RestLink.java0180
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/server/config/HyperstateTestMapper.java0170
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/EntityWrapperProxyDeserializer.java0130
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/SpringBeanHandlerInstantiator.java0110
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/builder/EntityRelationshipBuilder.java0100
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/server/HyperstateTestController.java0100
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/RepositoryResolver.java090
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/server/entities/AccountProperties.java090
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/AutowiringDeserializer.java080
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/webdriver/WebDriverFactory.java080
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/webdriver/WebDriverLink.java080
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/CreateAction.java070
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/GetAction.java070
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/UpdateAction.java070
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/builder/NavigationalRelationshipBuilder.java070
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/server/InMemoryRepository.java070
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/server/config/HyperstateTestKeyStoreManager.java070
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/DeleteAction.java060
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/RestEntity.java060
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/webdriver/WebDriverTestConfiguration.java060
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/MediaTypeDeserializer.java040
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/server/entities/Account.java030
/var/snap-ci/repo/src/test/java/HyperstateTests.java020
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/mixins/ActionMixin.java010
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/mixins/EntityRelationshipMixin.java010
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/mixins/LinkMixin.java010
/var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/mixins/NavigationalRelationshipMixin.java010

File /var/snap-ci/repo/src/test/java/HyperstateTests.java

SeverityError DescriptionLine
warningWrong lexicographical order for 'cucumber.api.CucumberOptions' import. Should be before 'org.junit.runner.RunWith'.3
warningWrong lexicographical order for 'cucumber.api.junit.Cucumber' import. Should be before 'org.junit.runner.RunWith'.4
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/AutowiringDeserializer.java

SeverityError DescriptionLine
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.5
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.6
warningImport statement for 'com.fasterxml.jackson.core.JsonParser' 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.core.JsonProcessingException' 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.DeserializationContext' 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.databind.JsonDeserializer' 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.deser.std.DelegatingDeserializer' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.12
warningMissing a Javadoc comment.23
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/CreateAction.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.6
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.8
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.9
warningImport statement for 'au.com.mountainpass.hyperstate.core.Parameter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.10
warningImport statement for 'au.com.mountainpass.hyperstate.core.Resolver' 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.entities.CreatedEntity' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.12
warningMissing a Javadoc comment.16
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/DeleteAction.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.6
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.8
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.9
warningImport statement for 'au.com.mountainpass.hyperstate.core.Parameter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.10
warningImport statement for 'au.com.mountainpass.hyperstate.core.Resolver' 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.15
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/EntityWrapperProxyDeserializer.java

SeverityError DescriptionLine
warningImport statement for 'org.springframework.cglib.proxy.Enhancer' 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.cglib.proxy.MethodInterceptor' 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.cglib.proxy.MethodProxy' 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.springframework.context.ApplicationContext' 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.core.JsonParser' 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.core.JsonProcessingException' 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.databind.DeserializationContext' 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.fasterxml.jackson.databind.JsonDeserializer' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.18
warningImport statement for 'com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.19
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.21
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.22
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.23
warningMissing a Javadoc comment.34
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/GetAction.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.6
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.8
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.9
warningImport statement for 'au.com.mountainpass.hyperstate.core.Parameter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.10
warningImport statement for 'au.com.mountainpass.hyperstate.core.Resolver' 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.entities.EntityWrapper' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.12
warningMissing a Javadoc comment.16
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/MediaTypeDeserializer.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.databind.DeserializationContext' 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.databind.deser.std.FromStringDeserializer' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.8
warningMissing a Javadoc comment.16
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/RepositoryResolver.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.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.stereotype.Component' 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.EntityRepository' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.10
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.11
warningImport statement for 'au.com.mountainpass.hyperstate.core.Resolver' 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.core.entities.CreatedEntity' 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.entities.EntityWrapper' 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.UpdatedEntity' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.15
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/RestEntity.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.7
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.8
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.10
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.17
warningMissing a Javadoc comment.22
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/RestLink.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.6
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.core.ParameterizedTypeReference' 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.http.HttpMethod' 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.http.MediaType' 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.http.RequestEntity' 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.http.ResponseEntity' 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.springframework.web.client.RestTemplate' 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.JsonProperty' 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.Link' 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.MediaTypes' 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.30
warningMissing a Javadoc comment.33
warningMissing a Javadoc comment.37
warningMissing a Javadoc comment.42
warningMissing a Javadoc comment.82
warningMissing a Javadoc comment.86
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/RestTemplateResolver.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.8
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.9
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.10
warningImport statement for 'org.springframework.context.annotation.Primary' 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.context.annotation.Profile' 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.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 'org.springframework.http.MediaType' 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.http.RequestEntity' 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.http.ResponseEntity' 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.stereotype.Component' 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.util.LinkedMultiValueMap' 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.util.MultiValueMap' 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.util.concurrent.ListenableFuture' 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.web.client.AsyncRestTemplate' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.21
warningImport statement for 'au.com.mountainpass.hyperstate.core.FutureConverter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.23
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.24
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.25
warningImport statement for 'au.com.mountainpass.hyperstate.core.Resolver' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.26
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.27
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.28
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.29
warningImport statement for 'au.com.mountainpass.hyperstate.server.config.HyperstateTestConfiguration' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.30
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/SpringBeanHandlerInstantiator.java

SeverityError DescriptionLine
warningWrong lexicographical order for 'com.fasterxml.jackson.databind.DeserializationConfig' import. Should be before 'org.springframework.stereotype.Component'.8
warningWrong lexicographical order for 'com.fasterxml.jackson.databind.JsonDeserializer' import. Should be before 'org.springframework.stereotype.Component'.9
warningWrong lexicographical order for 'com.fasterxml.jackson.databind.JsonSerializer' import. Should be before 'org.springframework.stereotype.Component'.10
warningWrong lexicographical order for 'com.fasterxml.jackson.databind.KeyDeserializer' import. Should be before 'org.springframework.stereotype.Component'.11
warningWrong lexicographical order for 'com.fasterxml.jackson.databind.SerializationConfig' import. Should be before 'org.springframework.stereotype.Component'.12
warningWrong lexicographical order for 'com.fasterxml.jackson.databind.cfg.HandlerInstantiator' import. Should be before 'org.springframework.stereotype.Component'.13
warningWrong lexicographical order for 'com.fasterxml.jackson.databind.cfg.MapperConfig' import. Should be before 'org.springframework.stereotype.Component'.14
warningWrong lexicographical order for 'com.fasterxml.jackson.databind.introspect.Annotated' import. Should be before 'org.springframework.stereotype.Component'.15
warningWrong lexicographical order for 'com.fasterxml.jackson.databind.jsontype.TypeIdResolver' import. Should be before 'org.springframework.stereotype.Component'.16
warningWrong lexicographical order for 'com.fasterxml.jackson.databind.jsontype.TypeResolverBuilder' import. Should be before 'org.springframework.stereotype.Component'.17
warningMissing a Javadoc comment.24
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/UpdateAction.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.6
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.8
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.9
warningImport statement for 'au.com.mountainpass.hyperstate.core.Parameter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.10
warningImport statement for 'au.com.mountainpass.hyperstate.core.Resolver' 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.entities.UpdatedEntity' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.12
warningMissing a Javadoc comment.16
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/builder/EntityRelationshipBuilder.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
warningImport statement for 'au.com.mountainpass.hyperstate.client.RestLink' 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.EntityRelationship' 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.LinkedEntity' 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.19
warningMissing a Javadoc comment.25
warningMissing a Javadoc comment.31
warningMissing a Javadoc comment.37
warningMissing a Javadoc comment.43
warningMissing a Javadoc comment.49
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/builder/NavigationalRelationshipBuilder.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
warningImport statement for 'au.com.mountainpass.hyperstate.client.RestLink' 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.NavigationalRelationship' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.8
warningMissing a Javadoc comment.16
warningMissing a Javadoc comment.20
warningMissing a Javadoc comment.26
warningMissing a Javadoc comment.32
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/builder/RestActionBuilder.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.7
warningImport statement for 'com.fasterxml.jackson.annotation.JacksonInject' 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.JsonCreator' 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
warningImport statement for 'au.com.mountainpass.hyperstate.client.CreateAction' 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.client.DeleteAction' 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.client.GetAction' 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.client.RestLink' 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.client.UpdateAction' 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.Action' 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.Parameter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.19
warningImport statement for 'au.com.mountainpass.hyperstate.core.Resolver' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.20
warningMissing a Javadoc comment.31
warningMissing a Javadoc comment.36
warning'case' child have incorrect indentation level 4, expected level should be 6.38
warning'block' child have incorrect indentation level 6, expected level should be 8.39
warning'case' child have incorrect indentation level 4, expected level should be 6.40
warning'block' child have incorrect indentation level 6, expected level should be 8.41
warning'case' child have incorrect indentation level 4, expected level should be 6.42
warning'block' child have incorrect indentation level 6, expected level should be 8.43
warning'case' child have incorrect indentation level 4, expected level should be 6.44
warning'block' child have incorrect indentation level 6, expected level should be 8.45
warning'case' child have incorrect indentation level 4, expected level should be 6.46
warning'block' child have incorrect indentation level 6, expected level should be 8.47
warningMissing a Javadoc comment.51
warningMissing a Javadoc comment.56
warningMissing a Javadoc comment.62
warningMissing a Javadoc comment.68
warningMissing a Javadoc comment.74
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/mixins/ActionMixin.java

SeverityError DescriptionLine
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.client.builder.RestActionBuilder' import. Should be before 'com.fasterxml.jackson.databind.annotation.JsonDeserialize'.5
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/mixins/EntityRelationshipMixin.java

SeverityError DescriptionLine
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.client.builder.EntityRelationshipBuilder' import. Should be before 'com.fasterxml.jackson.databind.annotation.JsonDeserialize'.5
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/mixins/LinkMixin.java

SeverityError DescriptionLine
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.client.RestLink' import. Should be before 'com.fasterxml.jackson.databind.annotation.JsonDeserialize'.5
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/mixins/NavigationalRelationshipMixin.java

SeverityError DescriptionLine
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.client.builder.NavigationalRelationshipBuilder' import. Should be before 'com.fasterxml.jackson.databind.annotation.JsonDeserialize'.5
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/webdriver/WebDriverFactory.java

SeverityError DescriptionLine
warningImport statement for 'org.openqa.selenium.Capabilities' 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.openqa.selenium.Dimension' 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.openqa.selenium.WebDriver' 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.openqa.selenium.remote.DesiredCapabilities' 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.Value' 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.annotation.Profile' 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.stereotype.Component' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.12
warningMissing a Javadoc comment.35
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/webdriver/WebDriverLink.java

SeverityError DescriptionLine
warningImport statement for 'org.openqa.selenium.WebElement' 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.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 '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.9
warningImport statement for 'cucumber.api.PendingException' 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.17
warningMissing a Javadoc comment.22
warningMissing a Javadoc comment.41
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/webdriver/WebDriverResolver.java

SeverityError DescriptionLine
warningImport statement for 'org.openqa.selenium.By' 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.openqa.selenium.JavascriptExecutor' 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.openqa.selenium.WebDriver' 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.openqa.selenium.WebElement' 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.openqa.selenium.support.ui.ExpectedCondition' 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.openqa.selenium.support.ui.ExpectedConditions' 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.openqa.selenium.support.ui.WebDriverWait' 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.slf4j.Logger' 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.slf4j.LoggerFactory' 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.beans.factory.annotation.Autowired' 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.cglib.proxy.Enhancer' 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.cglib.proxy.MethodInterceptor' 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.cglib.proxy.MethodProxy' 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.context.annotation.Primary' 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.context.annotation.Profile' 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.stereotype.Component' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.32
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.34
warningImport statement for 'au.com.mountainpass.hyperstate.client.CreateAction' 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.client.GetAction' 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.Action' 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.EntityRelationship' 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.Link' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.40
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.41
warningImport statement for 'au.com.mountainpass.hyperstate.core.Resolver' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.42
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.43
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.44
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.45
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.LinkedEntity' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.46
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.47
warningImport statement for 'au.com.mountainpass.hyperstate.server.config.HyperstateTestConfiguration' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.48
warningImport statement for 'cucumber.api.PendingException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.49
warningMissing a Javadoc comment.56
warningAbbreviation in name 'LOGGER' must contain no more than '1' capital letters.81
warningMember name 'LOGGER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.81
warningMissing a Javadoc comment.152
warningMissing a Javadoc comment.161
warningLine is longer than 100 characters (found 127).176
warning'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14.187
warning'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16.188
warning'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14.190
warning'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16.191
warning'case' child have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14.193
warning'block' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16.194
warningParameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.206
warningParameter name 'a' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.227
warning'if' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16.310
warning'if rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14.311
warning'else' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16.312
warning'else' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16.314
warning'for' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16.315
warning'for' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18.316
warning'for rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16.317
warning'else' child have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16.319
warning'if' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16.320
warning'if' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18.321
warning'if rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16.323
warning'else' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18.324
warning'else' child have incorrect indentation level 12, expected level should be one of the following: 14, 16, 18.327
warning'else rcurly' have incorrect indentation level 10, expected level should be one of the following: 12, 14, 16.328
warning'else rcurly' have incorrect indentation level 8, expected level should be one of the following: 10, 12, 14.329
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/client/webdriver/WebDriverTestConfiguration.java

SeverityError DescriptionLine
warningImport statement for 'org.openqa.selenium.WebDriver' 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.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.annotation.Bean' 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.annotation.Configuration' 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.context.annotation.Profile' 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/test/java/au/com/mountainpass/hyperstate/server/HyperstateTestController.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.5
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.6
warningImport statement for 'org.springframework.stereotype.Controller' 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.bind.annotation.RequestMapping' 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.EntityRepository' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.10
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.11
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.12
warningImport statement for 'au.com.mountainpass.hyperstate.core.entities.VanillaEntity' 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.server.entities.HyperstateRootEntity' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.14
warningMissing a Javadoc comment.26
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/server/InMemoryRepository.java

SeverityError DescriptionLine
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.10
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.11
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.13
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.14
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.15
warningLine is longer than 100 characters (found 122).21
warningLine is longer than 100 characters (found 109).48
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/server/StepDefs.java

SeverityError DescriptionLine
warningUsing the '.*' form of import should be avoided - org.hamcrest.Matchers.*.3
warningUsing the '.*' form of import should be avoided - org.junit.Assert.*.4
warningImport statement for 'java.util.HashMap' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line.6
warningImport statement for 'java.util.Map' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line.7
warningImport statement for 'java.util.Optional' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line.8
warningImport statement for 'java.util.Set' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line.9
warningImport statement for 'java.util.concurrent.CompletableFuture' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line.10
warningImport statement for 'java.util.concurrent.ExecutionException' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line.11
warningImport statement for 'java.util.stream.Collectors' is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group, expecting group 'THIRD_PARTY_PACKAGE' on this line.12
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.core.EntityRelationship' import. Should be before 'org.springframework.web.bind.annotation.RequestMapping'.26
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.core.EntityRepository' import. Should be before 'org.springframework.web.bind.annotation.RequestMapping'.27
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.core.Relationship' import. Should be before 'org.springframework.web.bind.annotation.RequestMapping'.28
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.core.Resolver' import. Should be before 'org.springframework.web.bind.annotation.RequestMapping'.29
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.core.entities.EntityWrapper' import. Should be before 'org.springframework.web.bind.annotation.RequestMapping'.30
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.core.entities.VanillaEntity' import. Should be before 'org.springframework.web.bind.annotation.RequestMapping'.31
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.server.config.HyperstateTestConfiguration' import. Should be before 'org.springframework.web.bind.annotation.RequestMapping'.32
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.server.entities.Account' import. Should be before 'org.springframework.web.bind.annotation.RequestMapping'.33
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.server.entities.AccountProperties' import. Should be before 'org.springframework.web.bind.annotation.RequestMapping'.34
warningWrong lexicographical order for 'cucumber.api.PendingException' import. Should be before 'org.springframework.web.bind.annotation.RequestMapping'.35
warningWrong lexicographical order for 'cucumber.api.java.en.Given' import. Should be before 'org.springframework.web.bind.annotation.RequestMapping'.36
warningWrong lexicographical order for 'cucumber.api.java.en.Then' import. Should be before 'org.springframework.web.bind.annotation.RequestMapping'.37
warningWrong lexicographical order for 'cucumber.api.java.en.When' import. Should be before 'org.springframework.web.bind.annotation.RequestMapping'.38
warningAbbreviation in name 'LOGGER' must contain no more than '1' capital letters.106
warningMember name 'LOGGER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.106
warningMissing a Javadoc comment.114
warningMethod name 'a_Hyperstate_controller_at' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'.115
warningMissing a Javadoc comment.130
warningMissing a Javadoc comment.141
warningMissing a Javadoc comment.146
warningMissing a Javadoc comment.151
warningMissing a Javadoc comment.156
warningMissing a Javadoc comment.161
warningMissing a Javadoc comment.166
warningMissing a Javadoc comment.172
warningMissing a Javadoc comment.177
warningMissing a Javadoc comment.182
warningMissing a Javadoc comment.190
warningMissing a Javadoc comment.205
warningMissing a Javadoc comment.211
warning'case' child have incorrect indentation level 4, expected level should be 6.217
warning'block' child have incorrect indentation level 6, expected level should be 8.218
warning'block' child have incorrect indentation level 6, expected level should be 8.219
warning'block' child have incorrect indentation level 6, expected level should be 8.220
warning'block' child have incorrect indentation level 6, expected level should be 8.221
warning'block' child have incorrect indentation level 6, expected level should be 8.222
warning'case' child have incorrect indentation level 4, expected level should be 6.223
warning'block' child have incorrect indentation level 6, expected level should be 8.224
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/server/config/HyperstateTestConfiguration.java

SeverityError DescriptionLine
warningImport statement for 'org.apache.catalina.startup.Tomcat' 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.apache.http.client.config.RequestConfig' 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.apache.http.config.Registry' 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.apache.http.config.RegistryBuilder' 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.apache.http.conn.HttpClientConnectionManager' 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.apache.http.conn.socket.ConnectionSocketFactory' 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.apache.http.conn.socket.PlainConnectionSocketFactory' 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.apache.http.conn.ssl.SSLConnectionSocketFactory' 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.apache.http.impl.client.CloseableHttpClient' 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.apache.http.impl.client.HttpClientBuilder' 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.apache.http.impl.conn.PoolingHttpClientConnectionManager' 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.apache.http.impl.nio.client.CloseableHttpAsyncClient' 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.apache.http.impl.nio.client.HttpAsyncClientBuilder' 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.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager' 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.apache.http.impl.nio.reactor.DefaultConnectingIOReactor' 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.apache.http.impl.nio.reactor.IOReactorConfig' 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.apache.http.nio.conn.NHttpClientConnectionManager' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.34
warningImport statement for 'org.apache.http.nio.conn.NoopIOSessionStrategy' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.35
warningImport statement for 'org.apache.http.nio.conn.SchemeIOSessionStrategy' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.36
warningImport statement for 'org.apache.http.nio.conn.ssl.SSLIOSessionStrategy' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.37
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.38
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.39
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.40
warningImport statement for 'org.springframework.beans.factory.annotation.Value' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.41
warningImport statement for 'org.springframework.boot.autoconfigure.EnableAutoConfiguration' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.42
warningImport statement for 'org.springframework.boot.autoconfigure.SpringBootApplication' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.43
warningImport statement for 'org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.44
warningImport statement for 'org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.45
warningImport statement for 'org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.46
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.47
warningImport statement for 'org.springframework.context.ApplicationListener' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.48
warningImport statement for 'org.springframework.context.annotation.Bean' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.49
warningImport statement for 'org.springframework.context.annotation.ComponentScan' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.50
warningImport statement for 'org.springframework.context.annotation.EnableAspectJAutoProxy' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.51
warningImport statement for 'org.springframework.context.annotation.Primary' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.52
warningImport statement for 'org.springframework.context.annotation.Profile' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.53
warningImport statement for 'org.springframework.context.support.ReloadableResourceBundleMessageSource' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.54
warningImport statement for 'org.springframework.core.io.FileSystemResource' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.55
warningImport statement for 'org.springframework.http.client.AsyncClientHttpRequestFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.56
warningImport statement for 'org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.57
warningImport statement for 'org.springframework.http.client.HttpComponentsClientHttpRequestFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.58
warningImport statement for 'org.springframework.http.converter.HttpMessageConverter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.59
warningImport statement for 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.60
warningImport statement for 'org.springframework.http.converter.json.MappingJackson2HttpMessageConverter' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.61
warningImport statement for 'org.springframework.scheduling.annotation.EnableAsync' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.62
warningImport statement for 'org.springframework.util.StringUtils' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.63
warningImport statement for 'org.springframework.web.client.AsyncRestTemplate' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.64
warningImport statement for 'org.springframework.web.client.RestTemplate' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.65
warningImport statement for 'org.springframework.web.servlet.LocaleResolver' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.66
warningImport statement for 'org.springframework.web.servlet.i18n.SessionLocaleResolver' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.67
warningImport statement for 'com.fasterxml.jackson.databind.BeanDescription' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.69
warningImport statement for 'com.fasterxml.jackson.databind.DeserializationConfig' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.70
warningImport statement for 'com.fasterxml.jackson.databind.JsonDeserializer' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.71
warningImport statement for 'com.fasterxml.jackson.databind.ObjectMapper' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.72
warningImport statement for 'com.fasterxml.jackson.databind.cfg.HandlerInstantiator' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.73
warningImport statement for 'com.fasterxml.jackson.databind.deser.BeanDeserializerModifier' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.74
warningImport statement for 'com.fasterxml.jackson.databind.module.SimpleModule' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.75
warningImport statement for 'au.com.mountainpass.hyperstate.client.AutowiringDeserializer' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.77
warningImport statement for 'au.com.mountainpass.hyperstate.client.EntityWrapperProxyDeserializer' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.78
warningImport statement for 'au.com.mountainpass.hyperstate.client.SpringBeanHandlerInstantiator' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.79
warningAbbreviation in name 'LOGGER' must contain no more than '1' capital letters.117
warningMember name 'LOGGER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.117
warningLine is longer than 100 characters (found 112).173
warningMissing a Javadoc comment.179
warningMissing a Javadoc comment.194
warningMissing a Javadoc comment.198
warningMissing a Javadoc comment.202
warningMissing a Javadoc comment.214
warningMissing a Javadoc comment.218
warningMissing a Javadoc comment.222
warningMissing a Javadoc comment.229
warningMissing a Javadoc comment.236
warningMissing a Javadoc comment.241
warningLine is longer than 100 characters (found 104).252
warningMissing a Javadoc comment.259
warningLine is longer than 100 characters (found 102).261
warningGenericWhitespace '>' is followed by whitespace.276
warningMissing a Javadoc comment.288
warningLine is longer than 100 characters (found 156).292
warningMissing a Javadoc comment.333
warningMissing a Javadoc comment.340
warningMissing a Javadoc comment.347
warningLine is longer than 100 characters (found 108).349
warningMissing a Javadoc comment.355
warningMethod name 'nHttpClientConntectionManager' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'.356
warningLine is longer than 100 characters (found 106).357
warningMissing a Javadoc comment.369
warningAbbreviation in name 'schemeIOSessionStrategyRegistry' must contain no more than '1' capital letters.386
warningGenericWhitespace '>' is followed by whitespace.387
warningMissing a Javadoc comment.392
warningMissing a Javadoc comment.396
warningMissing a Javadoc comment.406
warningMissing a Javadoc comment.412
warningMissing a Javadoc comment.423
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/server/config/HyperstateTestKeyStoreManager.java

SeverityError DescriptionLine
warningImport statement for 'org.bouncycastle.jce.provider.BouncyCastleProvider' 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.bouncycastle.x509.X509V1CertificateGenerator' 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.Logger' 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.slf4j.LoggerFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.20
warningAbbreviation in name 'LOGGER' must contain no more than '1' capital letters.29
warningMember name 'LOGGER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.29
warningMissing a Javadoc comment.31
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/server/config/HyperstateTestMapper.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.5
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.6
warningImport statement for 'org.springframework.context.annotation.Configuration' 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.annotation.Profile' 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.InjectableValues' 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.databind.ObjectMapper' 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.client.RestTemplateResolver' 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.client.mixins.ActionMixin' 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.client.mixins.EntityRelationshipMixin' 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.client.mixins.LinkMixin' 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.client.mixins.NavigationalRelationshipMixin' 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.Action' 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.EntityRelationship' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.19
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.20
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.21
warningImport statement for 'au.com.mountainpass.hyperstate.core.Resolver' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line.22
warningMissing a Javadoc comment.34
Back to top

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

SeverityError DescriptionLine
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.core.EntityRepository' import. Should be before 'org.springframework.context.ApplicationContext'.6
warningWrong lexicographical order for 'au.com.mountainpass.hyperstate.core.entities.EntityWrapper' import. Should be before 'org.springframework.context.ApplicationContext'.7
warningMissing a Javadoc comment.27
Back to top

File /var/snap-ci/repo/src/test/java/au/com/mountainpass/hyperstate/server/entities/AccountProperties.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.5
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.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
warningAbbreviation in name 'LOGGER' must contain no more than '1' capital letters.20
warningMember name 'LOGGER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.20
warningMissing a Javadoc comment.24
warningMissing a Javadoc comment.27
warningMissing a Javadoc comment.32
warningMissing a Javadoc comment.36
Back to top