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
6 71 4 72

Rules

Category Rule Violations Severity
coding MissingSwitchDefault 1  Warning
design DesignForExtension 24  Error
VisibilityModifier
  • protectedAllowed: "true"
1  Error
imports AvoidStarImport 1  Info
javadoc JavadocMethod 33  Error
JavadocPackage
  • allowLegacy: "true"
2  Warning
JavadocStyle 1  Error
JavadocType 2  Error
JavadocVariable 11  Error
naming MemberName 1  Warning
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
44  Info
sizes LineLength
  • max: "120"
  • tabWidth: "4"
7  Info
whitespace WhitespaceAround 19  Info

Details

org/universAAL/ontology/lddi/config/DatapointConfigActivator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info imports AvoidStarImport Using the '.*' form of import should be avoided - org.universAAL.ontology.lddi.config.datapoints.*. 7
 Error javadoc JavadocType Missing a Javadoc comment. 10
 Error javadoc JavadocVariable Missing a Javadoc comment. 12
 Warning naming MemberName Name '_dataOntology' must match pattern '^[a-z][a-zA-Z0-9]*$'. 12
 Error design VisibilityModifier Variable '_dataOntology' must be private and have accessor methods. 12
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 15
 Error javadoc JavadocMethod Missing a Javadoc comment. 15
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 19
 Error javadoc JavadocMethod Missing a Javadoc comment. 19
 Info regexp RegexpSingleline Line has trailing spaces. 22

org/universAAL/ontology/lddi/config/DatapointConfigFactory.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 10
 Error design DesignForExtension Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. 13
 Error javadoc JavadocMethod Missing a Javadoc comment. 13
 Warning coding MissingSwitchDefault switch without "default" clause. 14
 Info regexp RegexpSingleline Line has trailing spaces. 16
 Info regexp RegexpSingleline Line has trailing spaces. 20
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Info regexp RegexpSingleline Line has trailing spaces. 27

org/universAAL/ontology/lddi/config/datapoints/Component.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 23
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Error javadoc JavadocStyle First sentence should end with a period. 25
 Info sizes LineLength Line is longer than 120 characters (found 132). 26
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 46
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 56
 Error javadoc JavadocMethod Missing a Javadoc comment. 56
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 60
 Error javadoc JavadocMethod Missing a Javadoc comment. 60
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Info whitespace WhitespaceAround '>' is not preceded with whitespace. 65
 Info whitespace WhitespaceAround '>' is not followed by whitespace. 65
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 65
 Info whitespace WhitespaceAround '!=' is not followed by whitespace. 65
 Error design DesignForExtension Method 'getSeqNoInConfig' is not designed for extension - needs to be abstract, final or empty. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Info regexp RegexpSingleline Line has trailing spaces. 74
 Error design DesignForExtension Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. 75
 Error javadoc JavadocMethod Missing a Javadoc comment. 75
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 77
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Error design DesignForExtension Method 'getLocationURI' is not designed for extension - needs to be abstract, final or empty. 80
 Error javadoc JavadocMethod Missing a Javadoc comment. 80
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 82
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 83
 Info regexp RegexpSingleline Line has trailing spaces. 85
 Error design DesignForExtension Method 'getOntDescription' is not designed for extension - needs to be abstract, final or empty. 86
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 88
 Info regexp RegexpSingleline Line has trailing spaces. 90
 Error design DesignForExtension Method 'getExternalTypeSystem' is not designed for extension - needs to be abstract, final or empty. 91
 Error javadoc JavadocMethod Missing a Javadoc comment. 91
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 93

org/universAAL/ontology/lddi/config/datapoints/Datapoint.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 2
 Info regexp RegexpSingleline Line has trailing spaces. 12
 Error javadoc JavadocVariable Missing a Javadoc comment. 18
 Info regexp RegexpSingleline Line has trailing spaces. 19
 Info regexp RegexpSingleline Line has trailing spaces. 30
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info regexp RegexpSingleline Line has trailing spaces. 59
 Info regexp RegexpSingleline Line has trailing spaces. 65
 Info regexp RegexpSingleline Line has trailing spaces. 72
 Info regexp RegexpSingleline Line has trailing spaces. 79
 Info sizes LineLength Line is longer than 120 characters (found 124). 81
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Info regexp RegexpSingleline Line has trailing spaces. 87
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Info regexp RegexpSingleline Line has trailing spaces. 98
 Error javadoc JavadocMethod Missing a Javadoc comment. 111
 Error javadoc JavadocMethod Missing a Javadoc comment. 116
 Error design DesignForExtension Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. 121
 Error javadoc JavadocMethod Missing a Javadoc comment. 121
 Error design DesignForExtension Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. 125
 Error javadoc JavadocMethod Missing a Javadoc comment. 125
 Error design DesignForExtension Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 129
 Error javadoc JavadocMethod Missing a Javadoc comment. 129
 Info whitespace WhitespaceAround '>' is not preceded with whitespace. 130
 Info whitespace WhitespaceAround '>' is not followed by whitespace. 130
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 131
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 132
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 133
 Info whitespace WhitespaceAround '!=' is not preceded with whitespace. 134
 Info regexp RegexpSingleline Line has trailing spaces. 138
 Error design DesignForExtension Method 'getComponentID' is not designed for extension - needs to be abstract, final or empty. 139
 Error javadoc JavadocMethod Missing a Javadoc comment. 139
 Info regexp RegexpSingleline Line has trailing spaces. 143
 Error design DesignForExtension Method 'getPullAddress' is not designed for extension - needs to be abstract, final or empty. 144
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 Info regexp RegexpSingleline Line has trailing spaces. 147
 Error design DesignForExtension Method 'getPushAddress' is not designed for extension - needs to be abstract, final or empty. 148
 Error javadoc JavadocMethod Missing a Javadoc comment. 148
 Info regexp RegexpSingleline Line has trailing spaces. 151
 Error design DesignForExtension Method 'getSetAddress' is not designed for extension - needs to be abstract, final or empty. 152
 Error javadoc JavadocMethod Missing a Javadoc comment. 152
 Error design DesignForExtension Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 156
 Error javadoc JavadocMethod Missing a Javadoc comment. 156
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 158
 Info regexp RegexpSingleline Line has trailing spaces. 160
 Error design DesignForExtension Method 'getAutoPullWaitSeconds' is not designed for extension - needs to be abstract, final or empty. 161
 Error javadoc JavadocMethod Missing a Javadoc comment. 161
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 163
 Info regexp RegexpSingleline Line has trailing spaces. 165
 Error design DesignForExtension Method 'getPushDeadSeconds' is not designed for extension - needs to be abstract, final or empty. 166
 Error javadoc JavadocMethod Missing a Javadoc comment. 166
 Info whitespace WhitespaceAround '?' is not preceded with whitespace. 168

org/universAAL/ontology/lddi/config/datapoints/ExternalTypeSystem.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 9
 Info regexp RegexpSingleline Line has trailing spaces. 10
 Info regexp RegexpSingleline Line has trailing spaces. 14
 Error javadoc JavadocVariable Missing a Javadoc comment. 15
 Error javadoc JavadocVariable Missing a Javadoc comment. 16
 Error javadoc JavadocMethod Missing a Javadoc comment. 18
 Error javadoc JavadocMethod Missing a Javadoc comment. 27
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error javadoc JavadocMethod Missing a Javadoc comment. 36
 Info regexp RegexpSingleline Line has trailing spaces. 38
 Error design DesignForExtension Method 'getClassURI' 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 'getPropSerializationType' 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 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. 54
 Error javadoc JavadocMethod Missing a Javadoc comment. 54

org/universAAL/ontology/lddi/config/datapoints/LDDIDatapointsOntology.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 23
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Info whitespace WhitespaceAround '=' is not followed by whitespace. 31
 Info regexp RegexpSingleline Line has trailing spaces. 32
 Error javadoc JavadocMethod Missing a Javadoc comment. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 37
 Info sizes LineLength Line is longer than 120 characters (found 161). 40
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Info sizes LineLength Line is longer than 120 characters (found 313). 54
 Info sizes LineLength Line is longer than 120 characters (found 451). 60
 Info sizes LineLength Line is longer than 120 characters (found 198). 81
 Info sizes LineLength Line is longer than 120 characters (found 122). 107