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
39 42 20 302

Files

File  I  W  E
org/universAAL/middleware/interfaces/ChannelDescriptor.java 0 1 19
org/universAAL/middleware/interfaces/PeerCard.java 0 8 42
org/universAAL/middleware/interfaces/PeerRole.java 0 0 3
org/universAAL/middleware/interfaces/configuration/ConfigurableModule.java 5 2 0
org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/ConfigurationDefinedElsewhere.java 1 0 7
org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/ConfigurationFile.java 3 1 1
org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/ConfigurationParameter.java 9 0 0
org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/DescribedEntity.java 6 0 1
org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/DynamicDescribedEntity.java 2 0 2
org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/DynamicDescribedEntityListener.java 5 0 3
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurableEntityEditor.java 0 0 2
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurableEntityEditorListener.java 0 1 0
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurationFileEditor.java 1 1 0
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurationParameterEditor.java 1 0 0
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ApplicationPartPattern.java 0 0 6
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ApplicationPattern.java 0 1 5
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ConfigurationFileTypePattern.java 1 0 4
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ConfigurationParameterTypePattern.java 1 0 4
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/EntityPattern.java 0 0 1
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/IdPattern.java 0 0 4
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/InstancePattern.java 0 0 5
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ModulePattern.java 0 0 4
org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/NotPattern.java 0 0 5
org/universAAL/middleware/interfaces/configuration/scope/AppPartScope.java 0 0 1
org/universAAL/middleware/interfaces/configuration/scope/ApplicationScope.java 1 1 4
org/universAAL/middleware/interfaces/configuration/scope/InstanceScope.java 1 0 2
org/universAAL/middleware/interfaces/configuration/scope/ModuleScope.java 0 0 4
org/universAAL/middleware/interfaces/configuration/scope/Scope.java 1 0 8
org/universAAL/middleware/interfaces/configuration/scope/SpaceScope.java 1 0 0
org/universAAL/middleware/interfaces/mpa/Pair.java 1 1 14
org/universAAL/middleware/interfaces/mpa/UAPPCard.java 0 0 19
org/universAAL/middleware/interfaces/mpa/UAPPPartStatus.java 0 0 7
org/universAAL/middleware/interfaces/mpa/UAPPStatus.java 2 0 12
org/universAAL/middleware/interfaces/space/Consts.java 0 0 10
org/universAAL/middleware/interfaces/space/SpaceCard.java 0 1 66
org/universAAL/middleware/interfaces/space/SpaceDescriptor.java 0 1 17
org/universAAL/middleware/interfaces/space/SpaceStatus.java 0 0 8
org/universAAL/middleware/interfaces/space/SpaceType.java 0 0 3
org/universAAL/middleware/interfaces/utils/Util.java 0 1 9

Rules

Category Rule Violations Severity
coding SimplifyBooleanReturn 1  Warning
design DesignForExtension 74  Error
HideUtilityClassConstructor 2  Error
VisibilityModifier
  • protectedAllowed: "true"
5  Error
imports RedundantImport 2  Info
UnusedImports 20  Info
javadoc JavadocMethod 117  Error
JavadocPackage
  • allowLegacy: "true"
9  Warning
JavadocStyle 44  Error
JavadocType 1  Error
JavadocVariable 59  Error
misc NewlineAtEndOfFile 6  Info
naming ConstantName 1  Warning
MemberName 1  Warning
MethodName 5  Warning
ParameterName 3  Warning
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
4  Info
sizes LineLength
  • max: "120"
  • tabWidth: "4"
10  Info

Details

org/universAAL/middleware/interfaces/ChannelDescriptor.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 26
 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 design DesignForExtension Method 'getChannelName' is not designed for extension - needs to be abstract, final or empty. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Error design DesignForExtension Method 'setChannelName' is not designed for extension - needs to be abstract, final or empty. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Error design DesignForExtension Method 'getChannelDescriptorFileURL' is not designed for extension - needs to be abstract, final or empty. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Error design DesignForExtension Method 'setChannelDescriptorFileURL' is not designed for extension - needs to be abstract, final or empty. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Error design DesignForExtension Method 'getChannelValue' is not designed for extension - needs to be abstract, final or empty. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 54
 Error design DesignForExtension Method 'setChannelValue' is not designed for extension - needs to be abstract, final or empty. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 70

org/universAAL/middleware/interfaces/PeerCard.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning naming MemberName Name 'URI_PREFIX' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
 Error design VisibilityModifier Variable 'URI_PREFIX' must be private and have accessor methods. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Error javadoc JavadocMethod Expected @param tag for 'role'. 54
 Error javadoc JavadocMethod Expected @param tag for 'containerUnit'. 54
 Error javadoc JavadocMethod Expected @param tag for 'platformUnit'. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning naming ParameterName Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
 Error javadoc JavadocMethod Expected @param tag for 'strSerialization'. 74
 Error javadoc JavadocStyle First sentence should end with a period. 83
 Error design DesignForExtension Method 'getPeerID' is not designed for extension - needs to be abstract, final or empty. 88
 Error design DesignForExtension Method 'getRole' is not designed for extension - needs to be abstract, final or empty. 92
 Error javadoc JavadocMethod Missing a Javadoc comment. 92
 Error design DesignForExtension Method 'setRole' is not designed for extension - needs to be abstract, final or empty. 96
 Error javadoc JavadocMethod Missing a Javadoc comment. 96
 Error design DesignForExtension Method 'isCoordinator' is not designed for extension - needs to be abstract, final or empty. 106
 Error design DesignForExtension Method 'toString' 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 'hashCode' 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 'equals' is not designed for extension - needs to be abstract, final or empty. 120
 Error javadoc JavadocMethod Missing a Javadoc comment. 120
 Error design DesignForExtension Method 'getPLATFORM_UNIT' is not designed for extension - needs to be abstract, final or empty. 128
 Error javadoc JavadocMethod Missing a Javadoc comment. 128
 Warning naming MethodName Name 'getPLATFORM_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 128
 Error design DesignForExtension Method 'setPLATFORM_UNIT' is not designed for extension - needs to be abstract, final or empty. 132
 Error javadoc JavadocMethod Missing a Javadoc comment. 132
 Warning naming MethodName Name 'setPLATFORM_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 132
 Warning naming ParameterName Name 'pLATFORM_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 132
 Error design DesignForExtension Method 'getCONTAINER_UNIT' is not designed for extension - needs to be abstract, final or empty. 136
 Error javadoc JavadocMethod Missing a Javadoc comment. 136
 Warning naming MethodName Name 'getCONTAINER_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 136
 Error design DesignForExtension Method 'setCONTAINER_UNIT' is not designed for extension - needs to be abstract, final or empty. 140
 Error javadoc JavadocMethod Missing a Javadoc comment. 140
 Warning naming MethodName Name 'setCONTAINER_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 140
 Warning naming ParameterName Name 'cONTAINER_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. 140
 Error design DesignForExtension Method 'getOS' is not designed for extension - needs to be abstract, final or empty. 144
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 Error design DesignForExtension Method 'setOS' is not designed for extension - needs to be abstract, final or empty. 148
 Error javadoc JavadocMethod Missing a Javadoc comment. 148
 Error design DesignForExtension Method 'toURI' is not designed for extension - needs to be abstract, final or empty. 158

org/universAAL/middleware/interfaces/PeerRole.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 31

org/universAAL/middleware/interfaces/configuration/ConfigurableModule.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info imports UnusedImports Unused import - java.io.File. 20
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationFile. 22
 Info sizes LineLength Line is longer than 120 characters (found 147). 34
 Info sizes LineLength Line is longer than 120 characters (found 121). 37
 Warning naming ConstantName Name 'uAAL_CONFIG_FRAMEWORK_NAMESPACE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 37
 Info regexp RegexpSingleline Line has trailing spaces. 38

org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/ConfigurationDefinedElsewhere.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. 22
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocMethod Expected @param tag for 's'. 43
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Error javadoc JavadocMethod Expected an @return tag. 48
 Error javadoc JavadocStyle First sentence should end with a period. 52
 Error javadoc JavadocMethod Expected an @return tag. 53
 Error javadoc JavadocMethod Expected @param tag for 'loc'. 53

org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/ConfigurationFile.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info imports UnusedImports Unused import - java.io.File. 20
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. 23
 Info sizes LineLength Line is longer than 120 characters (found 138). 28
 Error javadoc JavadocMethod Expected an @return tag. 45

org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/ConfigurationParameter.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Info regexp RegexpSingleline Line has trailing spaces. 37
 Info sizes LineLength Line is longer than 120 characters (found 130). 39
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info sizes LineLength Line is longer than 120 characters (found 128). 48
 Info sizes LineLength Line is longer than 120 characters (found 131). 51
 Info sizes LineLength Line is longer than 120 characters (found 122). 61
 Info sizes LineLength Line is longer than 120 characters (found 137). 62
 Info sizes LineLength Line is longer than 120 characters (found 125). 65

org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/DescribedEntity.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.scope.SpaceScope. 22
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.scope.AppPartScope. 23
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.scope.ApplicationScope. 24
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.scope.InstanceScope. 25
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.scope.ModuleScope. 26
 Error javadoc JavadocType Unknown tag 'See'. 34

org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/DynamicDescribedEntity.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. 20
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.scope.Scope. 21
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 41
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 46

org/universAAL/middleware/interfaces/configuration/configurationDefinitionTypes/DynamicDescribedEntityListener.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - java.io.File. 20
 Info imports UnusedImports Unused import - java.net.URL. 21
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. 23
 Info imports UnusedImports Unused import - org.universAAL.middleware.xsd.Base64Binary. 24
 Error javadoc JavadocMethod Expected @param tag for 'dentity'. 40
 Info sizes LineLength Line is longer than 120 characters (found 126). 58
 Error javadoc JavadocMethod Expected @param tag for 'deEntity'. 64
 Error javadoc JavadocMethod Expected @param tag for 'value'. 64

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurableEntityEditor.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 50
 Error javadoc JavadocMethod Expected @param tag for 'listener'. 57

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurableEntityEditorListener.java

Severity Category Rule Message Line
 Warning naming MethodName Name 'ConfigurationChanged' must match pattern '^[a-z][a-zA-Z0-9]*$'. 35

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurationFileEditor.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. 22

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/ConfigurationParameterEditor.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. 20

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ApplicationPartPattern.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Error javadoc JavadocMethod Expected @param tag for 'appPartId'. 47
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Error javadoc JavadocMethod Expected an @return tag. 52
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 52

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ApplicationPattern.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocStyle First sentence should end with a period. 34
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Error javadoc JavadocMethod Expected an @return tag. 52
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 52

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ConfigurationFileTypePattern.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationFile. 21
 Error javadoc JavadocStyle First sentence should end with a period. 33
 Error javadoc JavadocStyle First sentence should end with a period. 38
 Error javadoc JavadocMethod Expected an @return tag. 39
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 39

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ConfigurationParameterTypePattern.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationParameter. 21
 Error javadoc JavadocStyle First sentence should end with a period. 33
 Error javadoc JavadocStyle First sentence should end with a period. 38
 Error javadoc JavadocMethod Expected an @return tag. 39
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 39

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/EntityPattern.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Missing a Javadoc comment. 28

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/IdPattern.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocStyle First sentence should end with a period. 50
 Error javadoc JavadocMethod Expected an @return tag. 51
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 51

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/InstancePattern.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Error javadoc JavadocMethod Expected an @return tag. 52
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 52

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/ModulePattern.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Error javadoc JavadocMethod Expected an @return tag. 52
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 52

org/universAAL/middleware/interfaces/configuration/configurationEditionTypes/pattern/NotPattern.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocStyle First sentence should end with a period. 33
 Error javadoc JavadocStyle First sentence should end with a period. 43
 Error javadoc JavadocMethod Expected an @return tag. 44
 Error design DesignForExtension Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. 44

org/universAAL/middleware/interfaces/configuration/scope/AppPartScope.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Expected an @return tag. 60

org/universAAL/middleware/interfaces/configuration/scope/ApplicationScope.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocMethod Expected @param tag for 'id'. 38
 Error javadoc JavadocMethod Expected @param tag for 'appID'. 38
 Error javadoc JavadocMethod Expected an @return tag. 53
 Error design DesignForExtension Method 'getAppID' is not designed for extension - needs to be abstract, final or empty. 53

org/universAAL/middleware/interfaces/configuration/scope/InstanceScope.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Error javadoc JavadocMethod Expected an @return tag. 73
 Error design DesignForExtension Method 'getPeerID' is not designed for extension - needs to be abstract, final or empty. 73

org/universAAL/middleware/interfaces/configuration/scope/ModuleScope.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Expected @param tag for 'id'. 43
 Error javadoc JavadocMethod Expected @param tag for 'peerID'. 43
 Error javadoc JavadocMethod Expected @param tag for 'moduleID'. 43
 Error javadoc JavadocMethod Expected an @return tag. 74

org/universAAL/middleware/interfaces/configuration/scope/Scope.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocMethod Expected an @return tag. 58
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 58
 Error javadoc JavadocMethod Missing a Javadoc comment. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 74
 Error javadoc JavadocMethod Missing a Javadoc comment. 78

org/universAAL/middleware/interfaces/configuration/scope/SpaceScope.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.

org/universAAL/middleware/interfaces/mpa/Pair.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error design VisibilityModifier Variable 'peerID' must be private and have accessor methods. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Error design VisibilityModifier Variable 'partStatus' must be private and have accessor methods. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Error design DesignForExtension Method 'getPeerID' is not designed for extension - needs to be abstract, final or empty. 41
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Error design DesignForExtension Method 'getPartStatus' is not designed for extension - needs to be abstract, final or empty. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 45
 Error design DesignForExtension Method 'setPeerID' is not designed for extension - needs to be abstract, final or empty. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error design DesignForExtension Method 'setPartStatus' is not designed for extension - needs to be abstract, final or empty. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 53

org/universAAL/middleware/interfaces/mpa/UAPPCard.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 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
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error design DesignForExtension Method 'getName' is not designed for extension - needs to be abstract, final or empty. 83
 Error javadoc JavadocMethod Missing a Javadoc comment. 83
 Error design DesignForExtension Method 'getId' is not designed for extension - needs to be abstract, final or empty. 87
 Error javadoc JavadocMethod Missing a Javadoc comment. 87
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 91
 Error javadoc JavadocMethod Missing a Javadoc comment. 91
 Error design DesignForExtension Method 'getServiceId' is not designed for extension - needs to be abstract, final or empty. 95
 Error javadoc JavadocMethod Missing a Javadoc comment. 95
 Error design DesignForExtension Method 'getPartId' is not designed for extension - needs to be abstract, final or empty. 99
 Error javadoc JavadocMethod Missing a Javadoc comment. 99
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 103
 Error javadoc JavadocMethod Missing a Javadoc comment. 103

org/universAAL/middleware/interfaces/mpa/UAPPPartStatus.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 24
 Error javadoc JavadocStyle First sentence should end with a period. 33
 Error javadoc JavadocStyle First sentence should end with a period. 37
 Error javadoc JavadocStyle First sentence should end with a period. 41
 Error javadoc JavadocStyle First sentence should end with a period. 47
 Error javadoc JavadocStyle First sentence should end with a period. 51
 Error javadoc JavadocStyle First sentence should end with a period. 55

org/universAAL/middleware/interfaces/mpa/UAPPStatus.java

Severity Category Rule Message Line
 Info imports RedundantImport Redundant import from the same package - org.universAAL.middleware.interfaces.mpa.UAPPCard. 27
 Info imports RedundantImport Redundant import from the same package - org.universAAL.middleware.interfaces.mpa.UAPPPartStatus. 28
 Error javadoc JavadocStyle First sentence should end with a period. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Error design VisibilityModifier Variable 'mpaCard' must be private and have accessor methods. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error design VisibilityModifier Variable 'mpaParts' must be private and have accessor methods. 42
 Error javadoc JavadocMethod Missing a Javadoc comment. 44
 Error design DesignForExtension Method 'getMpaCard' is not designed for extension - needs to be abstract, final or empty. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error design DesignForExtension Method 'updatePart' 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 'getMpaParts' is not designed for extension - needs to be abstract, final or empty. 66
 Error javadoc JavadocMethod Missing a Javadoc comment. 66

org/universAAL/middleware/interfaces/space/Consts.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 23
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 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 javadoc JavadocVariable Missing a Javadoc comment. 39

org/universAAL/middleware/interfaces/space/SpaceCard.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 29
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 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
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Error design DesignForExtension Method 'getPeerCoordinatorID' is not designed for extension - needs to be abstract, final or empty. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error design DesignForExtension Method 'setPeerCoordinatorID' 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 'getSpaceLifeTime' 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 'setSpaceLifeTime' is not designed for extension - needs to be abstract, final or empty. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Error design DesignForExtension Method 'getRetry' is not designed for extension - needs to be abstract, final or empty. 65
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Error design DesignForExtension Method 'setRetry' is not designed for extension - needs to be abstract, final or empty. 69
 Error javadoc JavadocMethod Missing a Javadoc comment. 69
 Error design DesignForExtension Method 'getPeeringChannelName' is not designed for extension - needs to be abstract, final or empty. 73
 Error javadoc JavadocMethod Missing a Javadoc comment. 73
 Error design DesignForExtension Method 'setPeeringChannelName' is not designed for extension - needs to be abstract, final or empty. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 77
 Error design DesignForExtension Method 'getPeeringChannel' is not designed for extension - needs to be abstract, final or empty. 81
 Error javadoc JavadocMethod Missing a Javadoc comment. 81
 Error design DesignForExtension Method 'setPeeringChannel' is not designed for extension - needs to be abstract, final or empty. 85
 Error javadoc JavadocMethod Missing a Javadoc comment. 85
 Error javadoc JavadocStyle First sentence should end with a period. 89
 Error javadoc JavadocMethod Expected @param tag for 'prop'. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 104
 Error design DesignForExtension Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. 107
 Error javadoc JavadocMethod Missing a Javadoc comment. 107
 Error design DesignForExtension Method 'setProfile' is not designed for extension - needs to be abstract, final or empty. 111
 Error javadoc JavadocMethod Missing a Javadoc comment. 111
 Error javadoc JavadocStyle First sentence should end with a period. 115
 Error javadoc JavadocMethod Expected an @return tag. 120
 Error design DesignForExtension Method 'getCoordinatorID' is not designed for extension - needs to be abstract, final or empty. 120
 Error design DesignForExtension Method 'setCoordinatorID' is not designed for extension - needs to be abstract, final or empty. 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 124
 Error design DesignForExtension Method 'getSpaceName' is not designed for extension - needs to be abstract, final or empty. 128
 Error javadoc JavadocMethod Missing a Javadoc comment. 128
 Error design DesignForExtension Method 'setSpaceName' is not designed for extension - needs to be abstract, final or empty. 132
 Error javadoc JavadocMethod Missing a Javadoc comment. 132
 Error design DesignForExtension Method 'getSpaceID' is not designed for extension - needs to be abstract, final or empty. 136
 Error javadoc JavadocMethod Missing a Javadoc comment. 136
 Error design DesignForExtension Method 'setSpaceID' is not designed for extension - needs to be abstract, final or empty. 140
 Error javadoc JavadocMethod Missing a Javadoc comment. 140
 Error design DesignForExtension Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 144
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 Error design DesignForExtension Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. 148
 Error javadoc JavadocMethod Missing a Javadoc comment. 148
 Error javadoc JavadocStyle First sentence should end with a period. 152
 Error javadoc JavadocMethod Expected an @return tag. 157
 Error design DesignForExtension Method 'serializeCard' is not designed for extension - needs to be abstract, final or empty. 157
 Error javadoc JavadocStyle First sentence should end with a period. 185
 Error javadoc JavadocMethod Expected an @return tag. 188
 Error design DesignForExtension Method 'toString' is not designed for extension - needs to be abstract, final or empty. 188
 Error javadoc JavadocStyle First sentence should end with a period. 194
 Error javadoc JavadocMethod Expected an @return tag. 198
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 198
 Error javadoc JavadocMethod Expected @param tag for 'o'. 198
 Warning coding SimplifyBooleanReturn Conditional logic can be removed. 201
 Error design DesignForExtension Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 211
 Error javadoc JavadocMethod Missing a Javadoc comment. 211

org/universAAL/middleware/interfaces/space/SpaceDescriptor.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocVariable Missing a Javadoc comment. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocStyle First sentence should end with a period. 44
 Error design DesignForExtension Method 'getDeployManager' is not designed for extension - needs to be abstract, final or empty. 49
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Error design DesignForExtension Method 'setDeployManager' 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 'getBrokerChannels' 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 'setBrokerChannels' is not designed for extension - needs to be abstract, final or empty. 61
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Error design DesignForExtension Method 'getSpaceCard' is not designed for extension - needs to be abstract, final or empty. 65
 Error javadoc JavadocMethod Missing a Javadoc comment. 65
 Error design DesignForExtension Method 'setSpaceCard' is not designed for extension - needs to be abstract, final or empty. 69
 Error javadoc JavadocMethod Missing a Javadoc comment. 69
 Error javadoc JavadocMethod Missing a Javadoc comment. 73
 Error javadoc JavadocMethod Missing a Javadoc comment. 78

org/universAAL/middleware/interfaces/space/SpaceStatus.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 30

org/universAAL/middleware/interfaces/space/SpaceType.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle First sentence should end with a period. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 31

org/universAAL/middleware/interfaces/utils/Util.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocStyle First sentence should end with a period. 31
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 37
 Error javadoc JavadocStyle First sentence should end with a period. 39
 Error javadoc JavadocMethod Expected an @return tag. 45
 Error javadoc JavadocMethod Expected @param tag for 'propUrl'. 45
 Error javadoc JavadocStyle First sentence should end with a period. 74
 Error javadoc JavadocMethod Expected an @return tag. 82
 Error javadoc JavadocMethod Expected @param tag for 'marker'. 82
 Error javadoc JavadocMethod Expected @param tag for 'targetDir'. 82