Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
21 74 8 403

Files

File  I  W  E
org/universAAL/middleware/managers/configuration/core/impl/ConfigurationManagerImpl.java 4 0 73
org/universAAL/middleware/managers/configuration/core/impl/GenericConfigurationEntity.java 1 0 17
org/universAAL/middleware/managers/configuration/core/impl/LocalConfigurationEntity.java 1 0 8
org/universAAL/middleware/managers/configuration/core/impl/LocalConfigurationFileEditor.java 1 0 21
org/universAAL/middleware/managers/configuration/core/impl/LocalConfigurationParameterEditor.java 2 0 24
org/universAAL/middleware/managers/configuration/core/impl/RemoteConfigurationEntity.java 1 0 16
org/universAAL/middleware/managers/configuration/core/impl/RemoteConfigurationFileEditor.java 1 0 21
org/universAAL/middleware/managers/configuration/core/impl/RemoteConfigurationParamaterEditor.java 1 1 25
org/universAAL/middleware/managers/configuration/core/impl/factories/EntityFactory.java 19 1 3
org/universAAL/middleware/managers/configuration/core/impl/factories/ScopeFactory.java 1 0 6
org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/ConfigurationEditorPool.java 1 0 6
org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/EntityManager.java 5 0 23
org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/FileManagement.java 1 0 6
org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/ModuleRegistry.java 0 0 14
org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/PendingRequestsManager.java 0 0 11
org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/SharedObjectConnector.java 3 1 16
org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/SynchronousConfEntityManager.java 0 0 7
org/universAAL/middleware/managers/configuration/core/owl/ConfigurationFile.java 1 1 38
org/universAAL/middleware/managers/configuration/core/owl/ConfigurationOntology.java 0 4 6
org/universAAL/middleware/managers/configuration/core/owl/ConfigurationParameter.java 30 0 31
org/universAAL/middleware/managers/configuration/core/owl/Entity.java 1 0 31

Rules

Category Rule Violations Severity
coding MissingSwitchDefault 1  Warning
design DesignForExtension 113  Error
HideUtilityClassConstructor 2  Error
VisibilityModifier
  • protectedAllowed: "true"
5  Error
imports UnusedImports 8  Info
javadoc JavadocMethod 189  Error
JavadocPackage
  • allowLegacy: "true"
4  Warning
JavadocStyle 45  Error
JavadocType 1  Error
JavadocVariable 48  Error
misc NewlineAtEndOfFile 4  Info
modifier ModifierOrder 3  Info
naming LocalVariableName 3  Warning
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
28  Info
sizes LineLength
  • max: "120"
  • tabWidth: "4"
20  Info
whitespace OperatorWrap 1  Info
WhitespaceAround 10  Info

Details

org/universAAL/middleware/managers/configuration/core/impl/ConfigurationManagerImpl.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Error design VisibilityModifier Variable 'shared' must be private and have accessor methods. 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 84
 Error design VisibilityModifier Variable 'fileM' must be private and have accessor methods. 84
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Error design VisibilityModifier Variable 'manager' must be private and have accessor methods. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Error design VisibilityModifier Variable 'entitiesSources' must be private and have accessor methods. 92
 Error javadoc JavadocVariable Missing a Javadoc comment. 93
 Error javadoc JavadocMethod Expected @param tag for 'mc'. 98
 Error javadoc JavadocMethod Expected @param tag for 'fm'. 98
 Error design DesignForExtension Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 112
 Error javadoc JavadocMethod Missing a Javadoc comment. 112
 Error design DesignForExtension Method 'finish' is not designed for extension - needs to be abstract, final or empty. 116
 Error javadoc JavadocMethod Missing a Javadoc comment. 116
 Error javadoc JavadocStyle First sentence should end with a period. 128
 Error design DesignForExtension Method 'register' is not designed for extension - needs to be abstract, final or empty. 129
 Error javadoc JavadocMethod Expected @param tag for 'confPattern'. 129
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 129
 Info regexp RegexpSingleline Line has trailing spaces. 146
 Info regexp RegexpSingleline Line has trailing spaces. 151
 Info sizes LineLength Line is longer than 120 characters (found 133). 156
 Info regexp RegexpSingleline Line has trailing spaces. 163
 Error javadoc JavadocStyle First sentence should end with a period. 168
 Error design DesignForExtension Method 'register' is not designed for extension - needs to be abstract, final or empty. 169
 Error javadoc JavadocMethod Expected @param tag for 'confPattern'. 169
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 169
 Error javadoc JavadocStyle First sentence should end with a period. 173
 Error design DesignForExtension Method 'unregister' is not designed for extension - needs to be abstract, final or empty. 174
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 174
 Error javadoc JavadocMethod Expected @param tag for 'list'. 181
 Error javadoc JavadocMethod Expected an @return tag. 223
 Error design DesignForExtension Method 'updateLocalValue' is not designed for extension - needs to be abstract, final or empty. 223
 Error javadoc JavadocMethod Expected @param tag for 'e'. 223
 Error design DesignForExtension Method 'updateLocalAndPropagate' is not designed for extension - needs to be abstract, final or empty. 315
 Error javadoc JavadocMethod Missing a Javadoc comment. 315
 Error javadoc JavadocStyle First sentence should end with a period. 324
 Error design DesignForExtension Method 'updatedDescription' is not designed for extension - needs to be abstract, final or empty. 325
 Error javadoc JavadocMethod Expected @param tag for 'dentity'. 325
 Error javadoc JavadocStyle First sentence should end with a period. 336
 Error design DesignForExtension Method 'updatedValue' is not designed for extension - needs to be abstract, final or empty. 337
 Error javadoc JavadocMethod Expected @param tag for 'dentity'. 337
 Error javadoc JavadocMethod Expected @param tag for 'value'. 337
 Error javadoc JavadocStyle First sentence should end with a period. 396
 Error javadoc JavadocMethod Expected an @return tag. 397
 Error design DesignForExtension Method 'getMatchingConfigurationEditors' is not designed for extension - needs to be abstract, final or empty. 397
 Error javadoc JavadocMethod Expected @param tag for 'configPattern'. 397
 Error javadoc JavadocMethod Expected @param tag for 'locale'. 398
 Error javadoc JavadocStyle First sentence should end with a period. 406
 Error design DesignForExtension Method 'registerConfigurableEntityManager' is not designed for extension - needs to be abstract, final or empty. 407
 Error javadoc JavadocMethod Expected @param tag for 'cmanager'. 407
 Error javadoc JavadocMethod Expected @param tag for 'configPattern'. 407
 Error javadoc JavadocMethod Expected @param tag for 'locale'. 408
 Error javadoc JavadocStyle First sentence should end with a period. 441
 Error design DesignForExtension Method 'unRegisterConfigurableEntityManager' is not designed for extension - needs to be abstract, final or empty. 442
 Error javadoc JavadocMethod Expected @param tag for 'manager'. 442
 Error design DesignForExtension Method 'propagate' is not designed for extension - needs to be abstract, final or empty. 446
 Error javadoc JavadocMethod Missing a Javadoc comment. 446
 Error javadoc JavadocMethod Expected an @return tag. 457
 Error design DesignForExtension Method 'localOnlyExpression' is not designed for extension - needs to be abstract, final or empty. 457
 Error javadoc JavadocMethod Missing a Javadoc comment. 464
 Error javadoc JavadocMethod Missing a Javadoc comment. 474
 Error javadoc JavadocMethod Missing a Javadoc comment. 484
 Error javadoc JavadocStyle First sentence should end with a period. 498
 Error design DesignForExtension Method 'processPropagation' is not designed for extension - needs to be abstract, final or empty. 499
 Error javadoc JavadocMethod Expected @param tag for 'message'. 500
 Error javadoc JavadocStyle First sentence should end with a period. 516
 Error design DesignForExtension Method 'processRequest' is not designed for extension - needs to be abstract, final or empty. 517
 Error javadoc JavadocMethod Expected @param tag for 'message'. 518
 Error design DesignForExtension Method 'processResponse' is not designed for extension - needs to be abstract, final or empty. 549
 Error javadoc JavadocMethod Missing a Javadoc comment. 549

org/universAAL/middleware/managers/configuration/core/impl/GenericConfigurationEntity.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocMethod Expected @param tag for 'configurationManagerImpl'. 48
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 48
 Error design DesignForExtension Method 'getURI' is not designed for extension - needs to be abstract, final or empty. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Error javadoc JavadocStyle First sentence should end with a period. 58
 Error design DesignForExtension Method 'subscribe2Changes' is not designed for extension - needs to be abstract, final or empty. 59
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 59
 Error javadoc JavadocStyle First sentence should end with a period. 64
 Error design DesignForExtension Method 'unsubscribe2Changes' is not designed for extension - needs to be abstract, final or empty. 65
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 65
 Error javadoc JavadocStyle First sentence should end with a period. 69
 Error javadoc JavadocMethod Expected an @return tag. 70
 Error design DesignForExtension Method 'getScope' is not designed for extension - needs to be abstract, final or empty. 70
 Error design DesignForExtension Method 'updated' is not designed for extension - needs to be abstract, final or empty. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 74

org/universAAL/middleware/managers/configuration/core/impl/LocalConfigurationEntity.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Error javadoc JavadocMethod Expected @param tag for 'configurationManagerImpl'. 39
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 39
 Error javadoc JavadocStyle First sentence should end with a period. 43
 Error javadoc JavadocMethod Expected an @return tag. 44
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 44
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 44
 Error design DesignForExtension Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 52

org/universAAL/middleware/managers/configuration/core/impl/LocalConfigurationFileEditor.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. 27
 Error javadoc JavadocMethod Expected @param tag for 'configurationManagerImpl'. 45
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 45
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Error javadoc JavadocMethod Expected an @return tag. 50
 Error design DesignForExtension Method 'getDefaultFileRef' is not designed for extension - needs to be abstract, final or empty. 50
 Error javadoc JavadocStyle First sentence should end with a period. 62
 Error javadoc JavadocMethod Expected an @return tag. 63
 Error design DesignForExtension Method 'getExtensionfilter' is not designed for extension - needs to be abstract, final or empty. 63
 Error javadoc JavadocStyle First sentence should end with a period. 71
 Error javadoc JavadocMethod Expected an @return tag. 72
 Error design DesignForExtension Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. 72
 Error javadoc JavadocStyle First sentence should end with a period. 89
 Error javadoc JavadocMethod Expected an @return tag. 90
 Error design DesignForExtension Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. 90
 Error javadoc JavadocStyle First sentence should end with a period. 105
 Error javadoc JavadocMethod Expected an @return tag. 106
 Error design DesignForExtension Method 'pullFile' is not designed for extension - needs to be abstract, final or empty. 106
 Error javadoc JavadocStyle First sentence should end with a period. 128
 Error javadoc JavadocMethod Expected an @return tag. 129
 Error design DesignForExtension Method 'pushFile' is not designed for extension - needs to be abstract, final or empty. 129
 Error javadoc JavadocMethod Expected @param tag for 'file'. 129

org/universAAL/middleware/managers/configuration/core/impl/LocalConfigurationParameterEditor.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. 20
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Error javadoc JavadocStyle First sentence should end with a period. 40
 Error javadoc JavadocMethod Expected an @return tag. 41
 Error design DesignForExtension Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. 41
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Error javadoc JavadocMethod Expected an @return tag. 50
 Error design DesignForExtension Method 'getType' is not designed for extension - needs to be abstract, final or empty. 50
 Error javadoc JavadocStyle First sentence should end with a period. 58
 Error javadoc JavadocMethod Expected an @return tag. 59
 Error design DesignForExtension Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. 59
 Error javadoc JavadocStyle First sentence should end with a period. 68
 Error javadoc JavadocMethod Expected an @return tag. 69
 Error design DesignForExtension Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. 69
 Error javadoc JavadocMethod Expected an @return tag. 83
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 83
 Error javadoc JavadocMethod Expected @param tag for 'e'. 83
 Error javadoc JavadocMethod Expected @param tag for 'val'. 83
 Error javadoc JavadocStyle First sentence should end with a period. 91
 Error javadoc JavadocMethod Expected an @return tag. 92
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 92
 Error javadoc JavadocMethod Expected @param tag for 'value'. 92
 Error javadoc JavadocStyle First sentence should end with a period. 100
 Error javadoc JavadocMethod Expected an @return tag. 101
 Error design DesignForExtension Method 'getConfiguredValue' is not designed for extension - needs to be abstract, final or empty. 101

org/universAAL/middleware/managers/configuration/core/impl/RemoteConfigurationEntity.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocMethod Expected @param tag for 'configurationManagerImpl'. 45
 Error javadoc JavadocMethod Expected @param tag for 'remote'. 45
 Error design DesignForExtension Method 'updateRemoteEntity' is not designed for extension - needs to be abstract, final or empty. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Error javadoc JavadocStyle First sentence should end with a period. 54
 Error javadoc JavadocMethod Expected an @return tag. 55
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 55
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 55
 Error design DesignForExtension Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. 65
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Error javadoc JavadocStyle First sentence should end with a period. 69
 Error design DesignForExtension Method 'updated' is not designed for extension - needs to be abstract, final or empty. 70
 Error design DesignForExtension Method 'sendRequestFor' is not designed for extension - needs to be abstract, final or empty. 84
 Error javadoc JavadocMethod Expected @param tag for 'e'. 84
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 84

org/universAAL/middleware/managers/configuration/core/impl/RemoteConfigurationFileEditor.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. 24
 Error javadoc JavadocMethod Expected @param tag for 'configurationManagerImpl'. 41
 Error javadoc JavadocMethod Expected @param tag for 'entity'. 41
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Error javadoc JavadocMethod Expected an @return tag. 46
 Error design DesignForExtension Method 'getDefaultFileRef' is not designed for extension - needs to be abstract, final or empty. 46
 Error javadoc JavadocStyle First sentence should end with a period. 58
 Error javadoc JavadocMethod Expected an @return tag. 59
 Error design DesignForExtension Method 'getExtensionfilter' is not designed for extension - needs to be abstract, final or empty. 59
 Error javadoc JavadocStyle First sentence should end with a period. 67
 Error javadoc JavadocMethod Expected an @return tag. 68
 Error design DesignForExtension Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. 68
 Error javadoc JavadocStyle First sentence should end with a period. 78
 Error javadoc JavadocMethod Expected an @return tag. 79
 Error design DesignForExtension Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. 79
 Error javadoc JavadocStyle First sentence should end with a period. 91
 Error javadoc JavadocMethod Expected an @return tag. 92
 Error design DesignForExtension Method 'pullFile' is not designed for extension - needs to be abstract, final or empty. 92
 Error javadoc JavadocStyle First sentence should end with a period. 104
 Error javadoc JavadocMethod Expected an @return tag. 105
 Error design DesignForExtension Method 'pushFile' is not designed for extension - needs to be abstract, final or empty. 105
 Error javadoc JavadocMethod Expected @param tag for 'file'. 105

org/universAAL/middleware/managers/configuration/core/impl/RemoteConfigurationParamaterEditor.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. 20
 Error javadoc JavadocMethod Expected @param tag for 'configurationManagerImpl'. 40
 Error javadoc JavadocMethod Expected @param tag for 'remote'. 40
 Error javadoc JavadocStyle First sentence should end with a period. 44
 Error javadoc JavadocMethod Expected an @return tag. 45
 Error design DesignForExtension Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. 45
 Error javadoc JavadocStyle First sentence should end with a period. 53
 Error javadoc JavadocMethod Expected an @return tag. 54
 Error design DesignForExtension Method 'getType' is not designed for extension - needs to be abstract, final or empty. 54
 Error javadoc JavadocStyle First sentence should end with a period. 62
 Error javadoc JavadocMethod Expected an @return tag. 63
 Error design DesignForExtension Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. 63
 Error javadoc JavadocStyle First sentence should end with a period. 72
 Error javadoc JavadocMethod Expected an @return tag. 73
 Error design DesignForExtension Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. 73
 Error javadoc JavadocMethod Expected an @return tag. 87
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 87
 Error javadoc JavadocMethod Expected @param tag for 'e'. 87
 Error javadoc JavadocMethod Expected @param tag for 'val'. 87
 Error javadoc JavadocStyle First sentence should end with a period. 96
 Error javadoc JavadocMethod Expected an @return tag. 97
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 97
 Error javadoc JavadocMethod Expected @param tag for 'value'. 97
 Error javadoc JavadocStyle First sentence should end with a period. 105
 Error javadoc JavadocMethod Expected an @return tag. 106
 Error design DesignForExtension Method 'getConfiguredValue' is not designed for extension - needs to be abstract, final or empty. 106

org/universAAL/middleware/managers/configuration/core/impl/factories/EntityFactory.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 35
 Info sizes LineLength Line is longer than 120 characters (found 183). 55
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Info sizes LineLength Line is longer than 120 characters (found 142). 63
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info regexp RegexpSingleline Line has trailing spaces. 75
 Info sizes LineLength Line is longer than 120 characters (found 173). 77
 Error javadoc JavadocMethod Unused @param tag for 'OldEntity'. 97
 Error javadoc JavadocMethod Expected @param tag for 'oldEntity'. 107
 Info sizes LineLength Line is longer than 120 characters (found 129). 119
 Info sizes LineLength Line is longer than 120 characters (found 202). 124
 Info sizes LineLength Line is longer than 120 characters (found 202). 126
 Info regexp RegexpSingleline Line has trailing spaces. 127
 Info regexp RegexpSingleline Line has trailing spaces. 137
 Info sizes LineLength Line is longer than 120 characters (found 192). 140
 Info sizes LineLength Line is longer than 120 characters (found 192). 141
 Info regexp RegexpSingleline Line has trailing spaces. 142
 Info regexp RegexpSingleline Line has trailing spaces. 150
 Info whitespace WhitespaceAround '+' is not preceded with whitespace. 151
 Info whitespace WhitespaceAround '+' is not followed by whitespace. 151
 Info regexp RegexpSingleline Line has trailing spaces. 152

org/universAAL/middleware/managers/configuration/core/impl/factories/ScopeFactory.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.universAAL.middleware.managers.configuration.core.owl.Entity. 26
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 33
 Error javadoc JavadocStyle First sentence should end with a period. 35
 Error javadoc JavadocStyle First sentence should end with a period. 39
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Error javadoc JavadocStyle First sentence should end with a period. 55
 Error javadoc JavadocMethod Expected @param tag for 'scope'. 67

org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/ConfigurationEditorPool.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error design DesignForExtension Method 'get' is not designed for extension - needs to be abstract, final or empty. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 81
 Error design DesignForExtension Method 'entityUpdated' is not designed for extension - needs to be abstract, final or empty. 99
 Error javadoc JavadocMethod Missing a Javadoc comment. 111

org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/EntityManager.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.scope.Scope. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocMethod Expected @param tag for 'connector'. 61
 Error javadoc JavadocMethod Expected @param tag for 'file'. 61
 Error javadoc JavadocMethod Expected an @return tag. 81
 Error javadoc JavadocMethod Expected @throws tag for 'FileNotFoundException'. 82
 Error javadoc JavadocMethod Expected an @return tag. 114
 Error javadoc JavadocMethod Expected @param tag for 'entities'. 133
 Error design DesignForExtension Method 'addEntity' is not designed for extension - needs to be abstract, final or empty. 159
 Error javadoc JavadocMethod Expected an @return tag. 186
 Error javadoc JavadocMethod Expected @param tag for 'newEnt'. 186
 Error javadoc JavadocMethod Expected @param tag for 'emap'. 186
 Error design DesignForExtension Method 'mergeProbe' is not designed for extension - needs to be abstract, final or empty. 205
 Info sizes LineLength Line is longer than 120 characters (found 129). 212
 Info sizes LineLength Line is longer than 120 characters (found 155). 217
 Info regexp RegexpSingleline Line has trailing spaces. 226
 Info sizes LineLength Line is longer than 120 characters (found 142). 235
 Error design DesignForExtension Method 'mergeAdd' is not designed for extension - needs to be abstract, final or empty. 252
 Error design DesignForExtension Method 'find' is not designed for extension - needs to be abstract, final or empty. 268
 Error design DesignForExtension Method 'find' is not designed for extension - needs to be abstract, final or empty. 284
 Error javadoc JavadocMethod Expected an @return tag. 302
 Error javadoc JavadocMethod Expected @param tag for 'list'. 302
 Error javadoc JavadocMethod Expected @param tag for 'filters'. 302

org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/FileManagement.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationFile. 23
 Error javadoc JavadocMethod Expected an @return tag. 39
 Error javadoc JavadocMethod Expected @param tag for 'url'. 39
 Error javadoc JavadocMethod Expected an @return tag. 47
 Error javadoc JavadocMethod Expected an @return tag. 56
 Error javadoc JavadocMethod Expected @param tag for 'id'. 56
 Error javadoc JavadocMethod Expected an @return tag. 64

org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/ModuleRegistry.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error design VisibilityModifier Variable 'moduleRegistry' must be private and have accessor methods. 38
 Error design DesignForExtension Method 'put' is not designed for extension - needs to be abstract, final or empty. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 47
 Error design DesignForExtension Method 'clear' is not designed for extension - needs to be abstract, final or empty. 61
 Error design DesignForExtension Method 'remove' is not designed for extension - needs to be abstract, final or empty. 65
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Error javadoc JavadocMethod Expected an @return tag. 89
 Error design DesignForExtension Method 'contains' is not designed for extension - needs to be abstract, final or empty. 89
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 89
 Error javadoc JavadocMethod Expected an @return tag. 98
 Error design DesignForExtension Method 'configurationChanged' is not designed for extension - needs to be abstract, final or empty. 98
 Error javadoc JavadocMethod Expected @param tag for 'scope'. 98
 Error javadoc JavadocMethod Expected @param tag for 'value'. 98

org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/PendingRequestsManager.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocMethod Expected @param tag for 'editorPool'. 45
 Error design DesignForExtension Method 'add' is not designed for extension - needs to be abstract, final or empty. 56
 Error javadoc JavadocMethod Expected @param tag for 'mngr'. 56
 Error javadoc JavadocMethod Expected @param tag for 'filter'. 56
 Error design DesignForExtension Method 'remove' is not designed for extension - needs to be abstract, final or empty. 70
 Error javadoc JavadocMethod Expected @param tag for 'manager'. 70
 Error design DesignForExtension Method 'processResponse' is not designed for extension - needs to be abstract, final or empty. 81
 Error javadoc JavadocMethod Expected @param tag for 'ents'. 81
 Error design DesignForExtension Method 'clear' is not designed for extension - needs to be abstract, final or empty. 93

org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/SharedObjectConnector.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error design DesignForExtension Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 40
 Info modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 47
 Info modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 60
 Info modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 73
 Error javadoc JavadocMethod Missing a Javadoc comment. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 103
 Error design DesignForExtension Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 110
 Error design DesignForExtension Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. 116
 Error javadoc JavadocMethod Missing a Javadoc comment. 116
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 126
 Error javadoc JavadocMethod Missing a Javadoc comment. 126

org/universAAL/middleware/managers/configuration/core/impl/secondaryManagers/SynchronousConfEntityManager.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocStyle First sentence should end with a period. 45
 Error design DesignForExtension Method 'addConfigurableEntity' is not designed for extension - needs to be abstract, final or empty. 46
 Error javadoc JavadocMethod Expected @param tag for 'cent'. 46
 Error design DesignForExtension Method 'getList' is not designed for extension - needs to be abstract, final or empty. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 50

org/universAAL/middleware/managers/configuration/core/owl/ConfigurationFile.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Info sizes LineLength Line is longer than 120 characters (found 126). 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Error design DesignForExtension Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 72
 Error javadoc JavadocMethod Missing a Javadoc comment. 72
 Error design DesignForExtension Method 'setContent' is not designed for extension - needs to be abstract, final or empty. 76
 Error javadoc JavadocMethod Missing a Javadoc comment. 76
 Error design DesignForExtension Method 'getDefaultURL' is not designed for extension - needs to be abstract, final or empty. 80
 Error javadoc JavadocMethod Missing a Javadoc comment. 80
 Error design DesignForExtension Method 'setDefaultURL' is not designed for extension - needs to be abstract, final or empty. 84
 Error javadoc JavadocMethod Missing a Javadoc comment. 84
 Error design DesignForExtension Method 'getLocalURL' is not designed for extension - needs to be abstract, final or empty. 89
 Error javadoc JavadocMethod Missing a Javadoc comment. 89
 Error design DesignForExtension Method 'setLocalURL' is not designed for extension - needs to be abstract, final or empty. 93
 Error javadoc JavadocMethod Missing a Javadoc comment. 93
 Error design DesignForExtension Method 'getExtensionFilter' is not designed for extension - needs to be abstract, final or empty. 97
 Error javadoc JavadocMethod Missing a Javadoc comment. 97
 Error design DesignForExtension Method 'setExtensionFilter' is not designed for extension - needs to be abstract, final or empty. 101
 Error javadoc JavadocMethod Missing a Javadoc comment. 101
 Error design DesignForExtension Method 'loadContentFromLocalURL' is not designed for extension - needs to be abstract, final or empty. 106
 Error javadoc JavadocMethod Missing a Javadoc comment. 106
 Error design DesignForExtension Method 'loadContentFromDefaultURL' is not designed for extension - needs to be abstract, final or empty. 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 110
 Error design DesignForExtension Method 'loadContentFormURL' is not designed for extension - needs to be abstract, final or empty. 114
 Error javadoc JavadocMethod Missing a Javadoc comment. 114
 Error javadoc JavadocMethod Expected an @return tag. 130
 Error javadoc JavadocMethod Expected @param tag for 'content'. 130
 Error javadoc JavadocMethod Expected @param tag for 'f'. 130

org/universAAL/middleware/managers/configuration/core/owl/ConfigurationOntology.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 37
 Error design DesignForExtension Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Warning coding MissingSwitchDefault switch without "default" clause. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 59
 Warning naming LocalVariableName Name 'oci_Entity' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
 Warning naming LocalVariableName Name 'oci_ConfigurationFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
 Warning naming LocalVariableName Name 'oci_ConfigurationParameter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68

org/universAAL/middleware/managers/configuration/core/owl/ConfigurationParameter.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Info sizes LineLength Line is longer than 120 characters (found 128). 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Info regexp RegexpSingleline Line has trailing spaces. 35
 Info sizes LineLength Line is longer than 120 characters (found 135). 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Info sizes LineLength Line is longer than 120 characters (found 133). 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Info sizes LineLength Line is longer than 120 characters (found 181). 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Info sizes LineLength Line is longer than 120 characters (found 179). 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 56
 Info regexp RegexpSingleline Line has trailing spaces. 59
 Info regexp RegexpSingleline Line has trailing spaces. 62
 Info regexp RegexpSingleline Line has trailing spaces. 78
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Info sizes LineLength Line is longer than 120 characters (found 130). 83
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 87
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 93
 Info regexp RegexpSingleline Line has trailing spaces. 96
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Info regexp RegexpSingleline Line has trailing spaces. 107
 Error javadoc JavadocMethod Missing a Javadoc comment. 110
 Error design DesignForExtension Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 114
 Error javadoc JavadocMethod Missing a Javadoc comment. 114
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 120
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 121
 Info regexp RegexpSingleline Line has trailing spaces. 124
 Error design DesignForExtension Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. 128
 Error javadoc JavadocMethod Missing a Javadoc comment. 128
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 131
 Error design DesignForExtension Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. 135
 Error javadoc JavadocMethod Missing a Javadoc comment. 135
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 141
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 142
 Info regexp RegexpSingleline Line has trailing spaces. 145
 Error design DesignForExtension Method 'setValueRestriction' is not designed for extension - needs to be abstract, final or empty. 149
 Error javadoc JavadocMethod Missing a Javadoc comment. 149
 Info regexp RegexpSingleline Line has trailing spaces. 169
 Error design DesignForExtension Method 'getValueRestriction' is not designed for extension - needs to be abstract, final or empty. 174
 Error javadoc JavadocMethod Missing a Javadoc comment. 174
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 176
 Info regexp RegexpSingleline Line has trailing spaces. 178
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 179
 Error javadoc JavadocMethod Missing a Javadoc comment. 179
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 181
 Info whitespace OperatorWrap '?' should be on a new line. 181
 Info regexp RegexpSingleline Line has trailing spaces. 191
 Info sizes LineLength Line is longer than 120 characters (found 132). 192

org/universAAL/middleware/managers/configuration/core/owl/Entity.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 51
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 55
 Error javadoc JavadocMethod Missing a Javadoc comment. 55
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 63
 Error design DesignForExtension Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. 67
 Error javadoc JavadocMethod Missing a Javadoc comment. 67
 Error design DesignForExtension Method 'isNewerThan' is not designed for extension - needs to be abstract, final or empty. 72
 Error javadoc JavadocMethod Missing a Javadoc comment. 72
 Error design DesignForExtension Method 'incrementVersion' is not designed for extension - needs to be abstract, final or empty. 85
 Error javadoc JavadocMethod Missing a Javadoc comment. 85
 Error design DesignForExtension Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. 89
 Error javadoc JavadocMethod Missing a Javadoc comment. 89
 Error design DesignForExtension Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 98
 Error javadoc JavadocMethod Expected @param tag for 'description'. 98
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 98
 Error javadoc JavadocMethod Expected an @return tag. 108
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 108
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 112
 Error javadoc JavadocMethod Expected an @return tag. 120
 Error design DesignForExtension Method 'containsDescriptionIn' is not designed for extension - needs to be abstract, final or empty. 120
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 121
 Info regexp RegexpSingleline Line has trailing spaces. 145
 Error design DesignForExtension Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. 146
 Error javadoc JavadocMethod Missing a Javadoc comment. 146