Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfosWarningsErrors
2300196

Files

FilesIWE
ca/pjer/cm/module/metadata/defaultimpl/MetaDataImpl.java 0064
ca/pjer/cm/module/metadata/defaultimpl/MetaDataServiceImpl.java 0041
ca/pjer/cm/module/metadata/defaultimpl/MetaDatas.java 0013
ca/pjer/cm/module/metadata/defaultimpl/MetaFieldImpl.java 0013
ca/pjer/cm/module/metadata/defaultimpl/MetaImpl.java 0020
ca/pjer/cm/module/metadata/defaultimpl/MetaPropertyImpl.java 006
ca/pjer/cm/module/metadata/defaultimpl/MetaRelationImpl.java 007
ca/pjer/cm/module/metadata/defaultimpl/MetaRelationManyToManyImpl.java 008
ca/pjer/cm/module/metadata/defaultimpl/MetaRelationManyToOneImpl.java 008
ca/pjer/cm/module/metadata/defaultimpl/MetaRelationOneToManyImpl.java 008
ca/pjer/cm/module/metadata/defaultimpl/MetaRelationOneToOneImpl.java 007
ca/pjer/cm/module/metadata/defaultimpl/package.html 001

ca/pjer/cm/module/metadata/defaultimpl/MetaDataImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 28
Error Line has trailing spaces. 36
Error Missing a Javadoc comment. 40
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 40
Error Line is longer than 80 characters. 41
Error Missing a Javadoc comment. 41
Error Missing a Javadoc comment. 43
Error Missing a Javadoc comment. 45
Error Missing a Javadoc comment. 47
Error Missing a Javadoc comment. 48
Error Missing a Javadoc comment. 49
Error Missing a Javadoc comment. 50
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 53
Error Method 'getClazz' is not designed for extension - needs to be abstract, final or empty. 55
Error Missing a Javadoc comment. 55
Error The double-checked locking idiom is broken and should be avoided. 59
Error Line is longer than 80 characters. 64
Error Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. 72
Error Missing a Javadoc comment. 72
Error Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. 76
Error Missing a Javadoc comment. 76
Error Parameter className should be final. 76
Error 'className' hides a field. 76
Error Method 'getRoot' is not designed for extension - needs to be abstract, final or empty. 80
Error Missing a Javadoc comment. 80
Error Method 'setRoot' is not designed for extension - needs to be abstract, final or empty. 84
Error Missing a Javadoc comment. 84
Error Parameter root should be final. 84
Error 'root' hides a field. 84
Error Method 'getMetaPropertyList' is not designed for extension - needs to be abstract, final or empty. 88
Error Missing a Javadoc comment. 88
Error Method 'setMetaPropertyList' is not designed for extension - needs to be abstract, final or empty. 92
Error Missing a Javadoc comment. 92
Error Parameter metaPropertyList should be final. 92
Error 'metaPropertyList' hides a field. 92
Error Method 'getMetaRelationManyToManyList' is not designed for extension - needs to be abstract, final or empty. 96
Error Missing a Javadoc comment. 96
Error Method 'setMetaRelationManyToManyList' is not designed for extension - needs to be abstract, final or empty. 100
Error Missing a Javadoc comment. 100
Error Parameter metaRelationManyToManyList should be final. 100
Error 'metaRelationManyToManyList' hides a field. 100
Error Method 'getMetaRelationManyToOneList' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error Method 'setMetaRelationManyToOneList' is not designed for extension - needs to be abstract, final or empty. 108
Error Missing a Javadoc comment. 108
Error Parameter metaRelationManyToOneList should be final. 108
Error 'metaRelationManyToOneList' hides a field. 108
Error Method 'getMetaRelationOneToManyList' is not designed for extension - needs to be abstract, final or empty. 112
Error Missing a Javadoc comment. 112
Error Method 'setMetaRelationOneToManyList' is not designed for extension - needs to be abstract, final or empty. 116
Error Missing a Javadoc comment. 116
Error Parameter metaRelationOneToManyList should be final. 116
Error 'metaRelationOneToManyList' hides a field. 116
Error Method 'getMetaRelationOneToOneList' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error Method 'setMetaRelationOneToOneList' is not designed for extension - needs to be abstract, final or empty. 124
Error Missing a Javadoc comment. 124
Error Parameter metaRelationOneToOneList should be final. 124
Error 'metaRelationOneToOneList' hides a field. 124

ca/pjer/cm/module/metadata/defaultimpl/MetaDataServiceImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Using the '.*' form of import should be avoided - java.util.*. 26
Error First sentence should end with a period. 37
Error Line has trailing spaces. 45
Error Missing a Javadoc comment. 49
Error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 49
Error Missing a Javadoc comment. 50
Error Line is longer than 80 characters. 51
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 58
Error Method 'setDiscoveryService' is not designed for extension - needs to be abstract, final or empty. 60
Error Missing a Javadoc comment. 60
Error Parameter discoveryService should be final. 60
Error 'discoveryService' hides a field. 60
Error Missing a Javadoc comment. 64
Error Line is longer than 80 characters. 66
Error Line is longer than 80 characters. 71
Error Line is longer than 80 characters. 78
Error 'metaDataList' hides a field. 86
Error Line is longer than 80 characters. 92
Error Line is longer than 80 characters. 93
Error Line is longer than 80 characters. 97
Error Method 'initializeService' is not designed for extension - needs to be abstract, final or empty. 104
Error Missing a Javadoc comment. 104
Error Line is longer than 80 characters. 109
Error Line is longer than 80 characters. 111
Error Line is longer than 80 characters. 120
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error Parameter clazz should be final. 120
Error Line is longer than 80 characters. 123
Error Method 'list' is not designed for extension - needs to be abstract, final or empty. 128
Error Missing a Javadoc comment. 128
Error Method 'listRoot' is not designed for extension - needs to be abstract, final or empty. 132
Error Missing a Javadoc comment. 132

ca/pjer/cm/module/metadata/defaultimpl/MetaDatas.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 23
Error Line has trailing spaces. 31
Error Missing a Javadoc comment. 35
Error Method 'getMetaDataList' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Method 'setMetaDataList' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter metaDataList should be final. 41
Error 'metaDataList' hides a field. 41

ca/pjer/cm/module/metadata/defaultimpl/MetaFieldImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 34
Error Method 'getName' is not designed for extension - needs to be abstract, final or empty. 36
Error Missing a Javadoc comment. 36
Error Method 'setName' is not designed for extension - needs to be abstract, final or empty. 40
Error Missing a Javadoc comment. 40
Error Parameter name should be final. 40
Error 'name' hides a field. 40

ca/pjer/cm/module/metadata/defaultimpl/MetaImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Line has trailing spaces. 30
Error Missing a Javadoc comment. 34
Error Missing a Javadoc comment. 35
Error Method 'getTitleKey' is not designed for extension - needs to be abstract, final or empty. 37
Error Missing a Javadoc comment. 37
Error Method 'setTitleKey' is not designed for extension - needs to be abstract, final or empty. 41
Error Missing a Javadoc comment. 41
Error Parameter titleKey should be final. 41
Error 'titleKey' hides a field. 41
Error Method 'getDescriptionKey' is not designed for extension - needs to be abstract, final or empty. 45
Error Missing a Javadoc comment. 45
Error Method 'setDescriptionKey' is not designed for extension - needs to be abstract, final or empty. 49
Error Missing a Javadoc comment. 49
Error Parameter descriptionKey should be final. 49
Error 'descriptionKey' hides a field. 49

ca/pjer/cm/module/metadata/defaultimpl/MetaPropertyImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Line has trailing spaces. 30

ca/pjer/cm/module/metadata/defaultimpl/MetaRelationImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Line has trailing spaces. 30
Error Line is longer than 80 characters. 33

ca/pjer/cm/module/metadata/defaultimpl/MetaRelationManyToManyImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Line is longer than 80 characters. 24
Error Line has trailing spaces. 30
Error Line is longer than 80 characters. 33

ca/pjer/cm/module/metadata/defaultimpl/MetaRelationManyToOneImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Line is longer than 80 characters. 24
Error Line has trailing spaces. 30
Error Line is longer than 80 characters. 33

ca/pjer/cm/module/metadata/defaultimpl/MetaRelationOneToManyImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Line is longer than 80 characters. 24
Error Line has trailing spaces. 30
Error Line is longer than 80 characters. 33

ca/pjer/cm/module/metadata/defaultimpl/MetaRelationOneToOneImpl.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 3
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 22
Error Line has trailing spaces. 30
Error Line is longer than 80 characters. 33

ca/pjer/cm/module/metadata/defaultimpl/package.html

ErrorLine
Error Missing package documentation file.0