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 355 28 82

Rules

Category Rule Violations Severity
blocks LeftCurly 2  Warning
NeedBraces 5  Warning
RightCurly 2  Warning
coding HiddenField 5  Warning
MagicNumber 3  Warning
design DesignForExtension 21  Error
FinalClass 2  Error
HideUtilityClassConstructor 1  Error
VisibilityModifier 7  Error
javadoc JavadocMethod 26  Error
JavadocPackage
  • allowLegacy: "true"
3  Warning
JavadocStyle 1  Error
JavadocType 1  Error
JavadocVariable 23  Error
misc FinalParameters 2  Info
NewlineAtEndOfFile 6  Info
Translation 223  Info
naming LocalFinalVariableName 1  Warning
MemberName 2  Warning
StaticVariableName 4  Warning
TypeName 1  Warning
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
68  Info
sizes LineLength 41  Info
whitespace FileTabCharacter
  • eachLine: "false"
7  Info
NoWhitespaceAfter 2  Info
WhitespaceAround 6  Info

Details

org/universAAL/itests/Activator.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Error javadoc JavadocType Missing a Javadoc comment. 27
 Info regexp RegexpSingleline Line has trailing spaces. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 39
 Info regexp RegexpSingleline Line has trailing spaces. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 49

org/universAAL/itests/IntegrationTest.java

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 76
 Info regexp RegexpSingleline Line has trailing spaces. 81
 Info regexp RegexpSingleline Line has trailing spaces. 83
 Error javadoc JavadocVariable Missing a Javadoc comment. 87
 Error javadoc JavadocVariable Missing a Javadoc comment. 89
 Error javadoc JavadocVariable Missing a Javadoc comment. 91
 Error javadoc JavadocVariable Missing a Javadoc comment. 93
 Error javadoc JavadocVariable Missing a Javadoc comment. 95
 Error javadoc JavadocVariable Missing a Javadoc comment. 97
 Warning coding MagicNumber '4' is a magic number. 97
 Error javadoc JavadocVariable Missing a Javadoc comment. 99
 Error javadoc JavadocVariable Missing a Javadoc comment. 101
 Warning naming MemberName Name 'DEFAULT_RUNDIR_TMP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 101
 Error javadoc JavadocVariable Missing a Javadoc comment. 103
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 105
 Error javadoc JavadocVariable Missing a Javadoc comment. 105
 Info regexp RegexpSingleline Line has trailing spaces. 109
 Info regexp RegexpSingleline Line has trailing spaces. 116
 Info regexp RegexpSingleline Line has trailing spaces. 155
 Info regexp RegexpSingleline Line has trailing spaces. 167
 Error design DesignForExtension Method 'log' is not designed for extension - needs to be abstract, final or empty. 171
 Info regexp RegexpSingleline Line has trailing spaces. 177
 Error design DesignForExtension Method 'formatMsg' is not designed for extension - needs to be abstract, final or empty. 184
 Error design DesignForExtension Method 'logAllBundles' is not designed for extension - needs to be abstract, final or empty. 195
 Info sizes LineLength Line is longer than 80 characters (found 95). 196
 Info regexp RegexpSingleline Line has trailing spaces. 209
 Info sizes LineLength Line is longer than 80 characters (found 81). 213
 Error javadoc JavadocMethod Expected @param tag for 'is'. 213
 Error javadoc JavadocMethod Expected @param tag for 'destDirStr'. 213
 Warning naming LocalFinalVariableName Name 'BUFFER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 216
 Info sizes LineLength Line is longer than 80 characters (found 81). 218
 Info sizes LineLength Line is longer than 80 characters (found 85). 279
 Error javadoc JavadocStyle Unclosed HTML tag found: <ul> 301
 Error design DesignForExtension Method 'setLogLevel' is not designed for extension - needs to be abstract, final or empty. 304
 Error javadoc JavadocMethod Expected @param tag for 'level'. 304
 Info regexp RegexpSingleline Line has trailing spaces. 310
 Error design DesignForExtension Method 'setRunArguments' is not designed for extension - needs to be abstract, final or empty. 316
 Info regexp RegexpSingleline Line has trailing spaces. 326
 Error design DesignForExtension Method 'setRunArguments' is not designed for extension - needs to be abstract, final or empty. 330
 Info regexp RegexpSingleline Line has trailing spaces. 338
 Error design DesignForExtension Method 'setPaxArtifactUrls' is not designed for extension - needs to be abstract, final or empty. 342
 Info regexp RegexpSingleline Line has trailing spaces. 356
 Error design DesignForExtension Method 'setBundleConfLocation' is not designed for extension - needs to be abstract, final or empty. 360
 Info regexp RegexpSingleline Line has trailing spaces. 367
 Error design DesignForExtension Method 'setUseOnlyLocalRepo' is not designed for extension - needs to be abstract, final or empty. 370
 Warning coding HiddenField 'useOnlyLocalRepo' hides a field. 370
 Error javadoc JavadocMethod Expected @param tag for 'useOnlyLocalRepo'. 370
 Info regexp RegexpSingleline Line has trailing spaces. 373
 Info sizes LineLength Line is longer than 80 characters (found 88). 375
 Info sizes LineLength Line is longer than 80 characters (found 93). 376
 Info regexp RegexpSingleline Line has trailing spaces. 378
 Error design DesignForExtension Method 'setIgnoreLastBudnle' is not designed for extension - needs to be abstract, final or empty. 381
 Error javadoc JavadocMethod Expected @param tag for 'ignoreLast'. 381
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 381
 Info regexp RegexpSingleline Line has trailing spaces. 388
 Error design DesignForExtension Method 'setIgnoreVersionMismatch' is not designed for extension - needs to be abstract, final or empty. 390
 Warning coding HiddenField 'ignoreVersionMismatch' hides a field. 390
 Error javadoc JavadocMethod Expected @param tag for 'ignoreVersionMismatch'. 390
 Info regexp RegexpSingleline Line has trailing spaces. 397
 Info regexp RegexpSingleline Line has trailing spaces. 399
 Error javadoc JavadocMethod Missing a Javadoc comment. 402
 Warning coding HiddenField 'bundleUrl' hides a field. 402
 Warning coding HiddenField 'runLevel' hides a field. 402
 Error javadoc JavadocVariable Missing a Javadoc comment. 407
 Error design VisibilityModifier Variable 'bundleUrl' must be private and have accessor methods. 407
 Error javadoc JavadocVariable Missing a Javadoc comment. 408
 Error design VisibilityModifier Variable 'runLevel' must be private and have accessor methods. 408
 Error design DesignForExtension Method 'getPlatformName' is not designed for extension - needs to be abstract, final or empty. 435
 Error design DesignForExtension Method 'postProcessBundleContext' is not designed for extension - needs to be abstract, final or empty. 446
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 451
 Info regexp RegexpSingleline Line has trailing spaces. 465
 Info regexp RegexpSingleline Line has trailing spaces. 468
 Info regexp RegexpSingleline Line has trailing spaces. 470
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 472
 Info regexp RegexpSingleline Line has trailing spaces. 515
 Error javadoc JavadocMethod Expected an @return tag. 519
 Error javadoc JavadocMethod Expected @param tag for 'url'. 519
 Warning coding MagicNumber '3' is a magic number. 524
 Info sizes LineLength Line is longer than 80 characters (found 156). 529
 Info sizes LineLength Line is longer than 80 characters (found 156). 530
 Info sizes LineLength Line is longer than 80 characters (found 156). 531
 Info sizes LineLength Line is longer than 80 characters (found 134). 532
 Info regexp RegexpSingleline Line has trailing spaces. 555
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 563
 Info sizes LineLength Line is longer than 80 characters (found 82). 580
 Warning blocks NeedBraces 'if' construct must use '{}'s. 581
 Warning blocks NeedBraces 'if' construct must use '{}'s. 583
 Info regexp RegexpSingleline Line has trailing spaces. 601
 Info regexp RegexpSingleline Line has trailing spaces. 640
 Info regexp RegexpSingleline Line has trailing spaces. 686
 Info whitespace NoWhitespaceAfter '{' is followed by whitespace. 706
 Info regexp RegexpSingleline Line has trailing spaces. 739
 Error javadoc JavadocMethod Expected @param tag for 'bundles'. 742
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 743
 Info sizes LineLength Line is longer than 80 characters (found 96). 749
 Info whitespace WhitespaceAround '-' is not preceded with whitespace. 759
 Info whitespace WhitespaceAround '-' is not followed by whitespace. 759
 Info regexp RegexpSingleline Line has trailing spaces. 774
 Error design DesignForExtension Method 'getTestBundles' is not designed for extension - needs to be abstract, final or empty. 777
 Info sizes LineLength Line is longer than 80 characters (found 84). 788
 Info regexp RegexpSingleline Line has trailing spaces. 807
 Info regexp RegexpSingleline Line has trailing spaces. 809
 Error javadoc JavadocVariable Missing a Javadoc comment. 813
 Error design VisibilityModifier Variable 'systemBC' must be private and have accessor methods. 813
 Error javadoc JavadocMethod Missing a Javadoc comment. 821
 Error design DesignForExtension Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 825
 Error javadoc JavadocMethod Missing a Javadoc comment. 825
 Info sizes LineLength Line is longer than 80 characters (found 99). 835
 Info sizes LineLength Line is longer than 80 characters (found 81). 838

org/universAAL/itests/MavenUtils.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error design FinalClass Class MavenUtils should be declared as final. 29
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 35
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info sizes LineLength Line is longer than 80 characters (found 82). 62
 Info sizes LineLength Line is longer than 80 characters (found 101). 70
 Info sizes LineLength Line is longer than 80 characters (found 100). 71

org/universAAL/itests/MvnUrlHandler.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Warning coding HiddenField 'useOnlyLocalRepo' hides a field. 62
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 63
 Error design DesignForExtension Method 'openConnection' is not designed for extension - needs to be abstract, final or empty. 66
 Info regexp RegexpSingleline Line has trailing spaces. 80
 Info regexp RegexpSingleline Line has trailing spaces. 82
 Error javadoc JavadocMethod Missing a Javadoc comment. 86
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 98
 Info sizes LineLength Line is longer than 80 characters (found 652). 106
 Info sizes LineLength Line is longer than 80 characters (found 700). 110
 Warning coding MagicNumber '3' is a magic number. 124

org/universAAL/itests/conf/IntegrationTestConsts.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 4
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 31
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning naming StaticVariableName Name 'RUN_DIR_GROUP_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 34
 Error design VisibilityModifier Variable 'RUN_DIR_GROUP_ID' must be private and have accessor methods. 34
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Warning naming StaticVariableName Name 'RUN_DIR_ARTIFACT_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
 Error design VisibilityModifier Variable 'RUN_DIR_ARTIFACT_ID' must be private and have accessor methods. 36
 Info sizes LineLength Line is longer than 80 characters (found 84). 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning naming StaticVariableName Name 'SEPARATED_ARTIFACT_DEPS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
 Error design VisibilityModifier Variable 'SEPARATED_ARTIFACT_DEPS' must be private and have accessor methods. 38
 Error javadoc JavadocVariable Missing a Javadoc comment. 40
 Warning naming StaticVariableName Name 'TEST_COMPOSITE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 40
 Error design VisibilityModifier Variable 'TEST_COMPOSITE' must be private and have accessor methods. 40
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 43
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 51
 Info sizes LineLength Line is longer than 80 characters (found 85). 53

org/universAAL/itests/conf/MavenUtilsRunDir.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 25
 Error design FinalClass Class MavenUtilsRunDir should be declared as final. 29
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 35
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Info sizes LineLength Line is longer than 80 characters (found 82). 62
 Info sizes LineLength Line is longer than 80 characters (found 101). 70
 Info sizes LineLength Line is longer than 80 characters (found 100). 71

org/universAAL/itests/platform/FelixPlatform4_2.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info sizes LineLength Line is longer than 80 characters (found 84). 3
 Warning naming TypeName Name 'FelixPlatform4_2' must match pattern '^[A-Z][a-zA-Z0-9]*$'. 39
 Info whitespace FileTabCharacter File contains tab characters (this is the first instance). 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Info regexp RegexpSingleline Line has trailing spaces. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 47
 Warning naming MemberName Name 'm_fwk' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error design DesignForExtension Method 'start' is not designed for extension - needs to be abstract, final or empty. 53
 Warning blocks LeftCurly '{' at column 6 should be on the previous line. 55
 Info sizes LineLength Line is longer than 80 characters (found 94). 56
 Info sizes LineLength Line is longer than 80 characters (found 93). 60
 Info sizes LineLength Line is longer than 80 characters (found 89). 63
 Info sizes LineLength Line is longer than 80 characters (found 90). 64
 Info sizes LineLength Line is longer than 80 characters (found 89). 70
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 75
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 77
 Error design DesignForExtension Method 'stop' is not designed for extension - needs to be abstract, final or empty. 86
 Warning blocks NeedBraces 'if' construct must use '{}'s. 87
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Info sizes LineLength Line is longer than 80 characters (found 83). 95
 Info sizes LineLength Line is longer than 80 characters (found 83). 96
 Info sizes LineLength Line is longer than 80 characters (found 81). 97
 Error design DesignForExtension Method 'getConfigurationProperties' is not designed for extension - needs to be abstract, final or empty. 100
 Info sizes LineLength Line is longer than 80 characters (found 100). 109
 Info regexp RegexpSingleline Line has trailing spaces. 114
 Error design DesignForExtension Method 'getBundleContext' is not designed for extension - needs to be abstract, final or empty. 117
 Warning blocks NeedBraces 'if' construct must use '{}'s. 118
 Info regexp RegexpSingleline Line has trailing spaces. 122
 Error javadoc JavadocMethod Missing a Javadoc comment. 123
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 123
 Info regexp RegexpSingleline Line has trailing spaces. 124
 Info sizes LineLength Line is longer than 80 characters (found 128). 128
 Info regexp RegexpSingleline Line has trailing spaces. 129
 Info sizes LineLength Line is longer than 80 characters (found 110). 130
 Info regexp RegexpSingleline Line has trailing spaces. 131
 Info whitespace WhitespaceAround '{' is not preceded with whitespace. 136
 Info regexp RegexpSingleline Line has trailing spaces. 144
 Info sizes LineLength Line is longer than 80 characters (found 87). 147
 Info regexp RegexpSingleline Line has trailing spaces. 148
 Error design DesignForExtension Method 'createTempDir' is not designed for extension - needs to be abstract, final or empty. 152
 Error javadoc JavadocMethod Missing a Javadoc comment. 152
 Info misc FinalParameters Parameter suffix should be final. 152
 Warning blocks NeedBraces 'if' construct must use '{}'s. 153
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 159
 Info regexp RegexpSingleline Line has trailing spaces. 169
 Info regexp RegexpSingleline Line has trailing spaces. 172
 Info misc FinalParameters Parameter configProperties should be final. 175
 Error javadoc JavadocMethod Expected @param tag for 'configProperties'. 175
 Info sizes LineLength Line is longer than 80 characters (found 119). 183
 Info sizes LineLength Line is longer than 80 characters (found 109). 186
 Info regexp RegexpSingleline Line has trailing spaces. 187
 Info sizes LineLength Line is longer than 80 characters (found 117). 188

rundir/confadmin/ctxt.che/CHe.properties

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

rundir/confadmin/mw.connectors.communication.jgroups.core.properties

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 1
 Info misc Translation Key 'aalSpaceConfigurationPath' missing.
 Info misc Translation Key 'aalSpaceLifeTime' missing.
 Info misc Translation Key 'aalSpaceSchemaName' missing.
 Info misc Translation Key 'aalSpaceSchemaURL' missing.
 Info misc Translation Key 'aalSpaceServiceType' missing.
 Info misc Translation Key 'aalSpaceValidation' missing.
 Info misc Translation Key 'browseSLPNetwork' missing.
 Info misc Translation Key 'deployDir' missing.
 Info misc Translation Key 'moduleDescription' missing.
 Info misc Translation Key 'moduleName' missing.
 Info misc Translation Key 'moduleProvider' missing.
 Info misc Translation Key 'moduleVersion' missing.
 Info misc Translation Key 'mpaSuffix' missing.
 Info misc Translation Key 'peerRole' missing.
 Info misc Translation Key 'peerScanPeriod' missing.
 Info misc Translation Key 'sdpprtocol' missing.
 Info misc Translation Key 'slpInitDelayScan' missing.
 Info misc Translation Key 'slpPeriodScan' missing.
 Info misc Translation Key 'spaceExtension' missing.
 Info misc Translation Key 'startInstallation' missing.
 Info misc Translation Key 'waitAfterJoinRequest' missing.
 Info misc Translation Key 'waitBeforeClosingChannels' missing.

rundir/confadmin/mw.connectors.discovery.slp.core.properties

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info misc Translation Key 'aalSpaceConfigurationPath' missing.
 Info misc Translation Key 'aalSpaceLifeTime' missing.
 Info misc Translation Key 'aalSpaceSchemaName' missing.
 Info misc Translation Key 'aalSpaceSchemaURL' missing.
 Info misc Translation Key 'aalSpaceValidation' missing.
 Info misc Translation Key 'deployDir' missing.
 Info misc Translation Key 'moduleDescription' missing.
 Info misc Translation Key 'moduleName' missing.
 Info misc Translation Key 'moduleProvider' missing.
 Info misc Translation Key 'moduleVersion' missing.
 Info misc Translation Key 'mpaSuffix' missing.
 Info misc Translation Key 'peerRole' missing.
 Info misc Translation Key 'peerScanPeriod' missing.
 Info misc Translation Key 'remoteChannelConfig' missing.
 Info misc Translation Key 'spaceExtension' missing.
 Info misc Translation Key 'startInstallation' missing.
 Info misc Translation Key 'waitAfterJoinRequest' missing.
 Info misc Translation Key 'waitBeforeClosingChannels' missing.

rundir/confadmin/mw.managers.aalspace.core.properties

Severity Category Rule Message Line
 Info misc Translation Key 'aalSpaceServiceType' missing.
 Info misc Translation Key 'browseSLPNetwork' missing.
 Info misc Translation Key 'connectorDescription' missing.
 Info misc Translation Key 'connectorName' missing.
 Info misc Translation Key 'connectorProvider' missing.
 Info misc Translation Key 'connectorVersion' missing.
 Info misc Translation Key 'deployDir' missing.
 Info misc Translation Key 'moduleDescription' missing.
 Info misc Translation Key 'moduleName' missing.
 Info misc Translation Key 'moduleProvider' missing.
 Info misc Translation Key 'moduleVersion' missing.
 Info misc Translation Key 'mpaSuffix' missing.
 Info misc Translation Key 'peerScanPeriod' missing.
 Info misc Translation Key 'remoteChannelConfig' missing.
 Info misc Translation Key 'sdpprtocol' missing.
 Info misc Translation Key 'slpInitDelayScan' missing.
 Info misc Translation Key 'slpPeriodScan' missing.
 Info misc Translation Key 'startInstallation' missing.

rundir/confadmin/mw.managers.deploy.core.properties

Severity Category Rule Message Line
 Info misc Translation Key 'aalSpaceConfigurationPath' missing.
 Info misc Translation Key 'aalSpaceLifeTime' missing.
 Info misc Translation Key 'aalSpaceSchemaName' missing.
 Info misc Translation Key 'aalSpaceSchemaURL' missing.
 Info misc Translation Key 'aalSpaceServiceType' missing.
 Info misc Translation Key 'aalSpaceValidation' missing.
 Info misc Translation Key 'browseSLPNetwork' missing.
 Info misc Translation Key 'connectorDescription' missing.
 Info misc Translation Key 'connectorName' missing.
 Info misc Translation Key 'connectorProvider' missing.
 Info misc Translation Key 'connectorVersion' missing.
 Info misc Translation Key 'moduleDescription' missing.
 Info misc Translation Key 'moduleName' missing.
 Info misc Translation Key 'moduleProvider' missing.
 Info misc Translation Key 'moduleVersion' missing.
 Info misc Translation Key 'peerRole' missing.
 Info misc Translation Key 'peerScanPeriod' missing.
 Info misc Translation Key 'remoteChannelConfig' missing.
 Info misc Translation Key 'sdpprtocol' missing.
 Info misc Translation Key 'slpInitDelayScan' missing.
 Info misc Translation Key 'slpPeriodScan' missing.
 Info misc Translation Key 'spaceExtension' missing.
 Info misc Translation Key 'waitAfterJoinRequest' missing.
 Info misc Translation Key 'waitBeforeClosingChannels' missing.

rundir/confadmin/mw.modules.aalspace.core.properties

Severity Category Rule Message Line
 Info misc Translation Key 'aalSpaceConfigurationPath' missing.
 Info misc Translation Key 'aalSpaceLifeTime' missing.
 Info misc Translation Key 'aalSpaceSchemaName' missing.
 Info misc Translation Key 'aalSpaceSchemaURL' missing.
 Info misc Translation Key 'aalSpaceServiceType' missing.
 Info misc Translation Key 'aalSpaceValidation' missing.
 Info misc Translation Key 'browseSLPNetwork' missing.
 Info misc Translation Key 'connectorDescription' missing.
 Info misc Translation Key 'connectorName' missing.
 Info misc Translation Key 'connectorProvider' missing.
 Info misc Translation Key 'connectorVersion' missing.
 Info misc Translation Key 'deployDir' missing.
 Info misc Translation Key 'mpaSuffix' missing.
 Info misc Translation Key 'peerRole' missing.
 Info misc Translation Key 'remoteChannelConfig' missing.
 Info misc Translation Key 'sdpprtocol' missing.
 Info misc Translation Key 'slpInitDelayScan' missing.
 Info misc Translation Key 'slpPeriodScan' missing.
 Info misc Translation Key 'spaceExtension' missing.
 Info misc Translation Key 'startInstallation' missing.
 Info misc Translation Key 'waitAfterJoinRequest' missing.
 Info misc Translation Key 'waitBeforeClosingChannels' missing.

rundir/confadmin/services/mw.connectors.communication.jgroups.core.properties

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info misc Translation Key 'aalSpaceConfigurationPath' missing.
 Info misc Translation Key 'aalSpaceLifeTime' missing.
 Info misc Translation Key 'aalSpaceSchemaName' missing.
 Info misc Translation Key 'aalSpaceSchemaURL' missing.
 Info misc Translation Key 'aalSpaceServiceType' missing.
 Info misc Translation Key 'aalSpaceValidation' missing.
 Info misc Translation Key 'browseSLPNetwork' missing.
 Info misc Translation Key 'connectorDescription' missing.
 Info misc Translation Key 'connectorName' missing.
 Info misc Translation Key 'connectorProvider' missing.
 Info misc Translation Key 'connectorVersion' missing.
 Info misc Translation Key 'deployDir' missing.
 Info misc Translation Key 'moduleDescription' missing.
 Info misc Translation Key 'moduleName' missing.
 Info misc Translation Key 'moduleProvider' missing.
 Info misc Translation Key 'moduleVersion' missing.
 Info misc Translation Key 'mpaSuffix' missing.
 Info misc Translation Key 'peerRole' missing.
 Info misc Translation Key 'peerScanPeriod' missing.
 Info misc Translation Key 'sdpprtocol' missing.
 Info misc Translation Key 'slpInitDelayScan' missing.
 Info misc Translation Key 'slpPeriodScan' missing.
 Info misc Translation Key 'spaceExtension' missing.
 Info misc Translation Key 'startInstallation' missing.
 Info misc Translation Key 'waitAfterJoinRequest' missing.
 Info misc Translation Key 'waitBeforeClosingChannels' missing.

rundir/confadmin/services/mw.connectors.discovery.slp.core.properties

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 3
 Info misc Translation Key 'a' missing.
 Info misc Translation Key 'aalSpaceConfigurationPath' missing.
 Info misc Translation Key 'aalSpaceLifeTime' missing.
 Info misc Translation Key 'aalSpaceSchemaName' missing.
 Info misc Translation Key 'aalSpaceSchemaURL' missing.
 Info misc Translation Key 'aalSpaceValidation' missing.
 Info misc Translation Key 'deployDir' missing.
 Info misc Translation Key 'moduleDescription' missing.
 Info misc Translation Key 'moduleName' missing.
 Info misc Translation Key 'moduleProvider' missing.
 Info misc Translation Key 'moduleVersion' missing.
 Info misc Translation Key 'mpaSuffix' missing.
 Info misc Translation Key 'peerRole' missing.
 Info misc Translation Key 'peerScanPeriod' missing.
 Info misc Translation Key 'spaceExtension' missing.
 Info misc Translation Key 'startInstallation' missing.
 Info misc Translation Key 'waitAfterJoinRequest' missing.
 Info misc Translation Key 'waitBeforeClosingChannels' missing.

rundir/confadmin/services/mw.managers.aalspace.core.properties

Severity Category Rule Message Line
 Info misc Translation Key 'a' missing.
 Info misc Translation Key 'aalSpaceServiceType' missing.
 Info misc Translation Key 'browseSLPNetwork' missing.
 Info misc Translation Key 'connectorDescription' missing.
 Info misc Translation Key 'connectorName' missing.
 Info misc Translation Key 'connectorProvider' missing.
 Info misc Translation Key 'connectorVersion' missing.
 Info misc Translation Key 'deployDir' missing.
 Info misc Translation Key 'moduleDescription' missing.
 Info misc Translation Key 'moduleName' missing.
 Info misc Translation Key 'moduleProvider' missing.
 Info misc Translation Key 'moduleVersion' missing.
 Info misc Translation Key 'mpaSuffix' missing.
 Info misc Translation Key 'peerScanPeriod' missing.
 Info misc Translation Key 'sdpprtocol' missing.
 Info misc Translation Key 'slpInitDelayScan' missing.
 Info misc Translation Key 'slpPeriodScan' missing.
 Info misc Translation Key 'startInstallation' missing.

rundir/confadmin/services/mw.managers.deploy.core.properties

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info misc Translation Key 'a' missing.
 Info misc Translation Key 'aalSpaceConfigurationPath' missing.
 Info misc Translation Key 'aalSpaceLifeTime' missing.
 Info misc Translation Key 'aalSpaceSchemaName' missing.
 Info misc Translation Key 'aalSpaceSchemaURL' missing.
 Info misc Translation Key 'aalSpaceServiceType' missing.
 Info misc Translation Key 'aalSpaceValidation' missing.
 Info misc Translation Key 'browseSLPNetwork' missing.
 Info misc Translation Key 'connectorDescription' missing.
 Info misc Translation Key 'connectorName' missing.
 Info misc Translation Key 'connectorProvider' missing.
 Info misc Translation Key 'connectorVersion' missing.
 Info misc Translation Key 'moduleDescription' missing.
 Info misc Translation Key 'moduleName' missing.
 Info misc Translation Key 'moduleProvider' missing.
 Info misc Translation Key 'moduleVersion' missing.
 Info misc Translation Key 'peerRole' missing.
 Info misc Translation Key 'peerScanPeriod' missing.
 Info misc Translation Key 'sdpprtocol' missing.
 Info misc Translation Key 'slpInitDelayScan' missing.
 Info misc Translation Key 'slpPeriodScan' missing.
 Info misc Translation Key 'spaceExtension' missing.
 Info misc Translation Key 'waitAfterJoinRequest' missing.
 Info misc Translation Key 'waitBeforeClosingChannels' missing.

rundir/confadmin/services/mw.modules.aalspace.core.properties

Severity Category Rule Message Line
 Info misc NewlineAtEndOfFile File does not end with a newline.
 Info misc Translation Key 'a' missing.
 Info misc Translation Key 'aalSpaceConfigurationPath' missing.
 Info misc Translation Key 'aalSpaceLifeTime' missing.
 Info misc Translation Key 'aalSpaceSchemaName' missing.
 Info misc Translation Key 'aalSpaceSchemaURL' missing.
 Info misc Translation Key 'aalSpaceServiceType' missing.
 Info misc Translation Key 'aalSpaceValidation' missing.
 Info misc Translation Key 'browseSLPNetwork' missing.
 Info misc Translation Key 'connectorDescription' missing.
 Info misc Translation Key 'connectorName' missing.
 Info misc Translation Key 'connectorProvider' missing.
 Info misc Translation Key 'connectorVersion' missing.
 Info misc Translation Key 'deployDir' missing.
 Info misc Translation Key 'mpaSuffix' missing.
 Info misc Translation Key 'peerRole' missing.
 Info misc Translation Key 'sdpprtocol' missing.
 Info misc Translation Key 'slpInitDelayScan' missing.
 Info misc Translation Key 'slpPeriodScan' missing.
 Info misc Translation Key 'spaceExtension' missing.
 Info misc Translation Key 'startInstallation' missing.
 Info misc Translation Key 'waitAfterJoinRequest' missing.
 Info misc Translation Key 'waitBeforeClosingChannels' missing.

rundir/confadmin/services/org.ops4j.pax.logging.properties

Severity Category Rule Message Line
 Info misc Translation Key 'org.universAAL.middleware.debugMode' missing.
 Info misc Translation Key 'org.universAAL.middleware.peer.member_of' missing.

rundir/confadmin/services/org.universAAL.mw.data.representation.properties

Severity Category Rule Message Line
 Info misc Translation Key 'log4j.appender.RL' missing.
 Info misc Translation Key 'log4j.appender.RL.layout' missing.
 Info misc Translation Key 'log4j.appender.RL.layout.ConversionPattern' missing.
 Info misc Translation Key 'log4j.appender.uAAL' missing.
 Info misc Translation Key 'log4j.appender.uAAL.File' missing.
 Info misc Translation Key 'log4j.appender.uAAL.layout' missing.
 Info misc Translation Key 'log4j.appender.uAAL.layout.ConversionPattern' missing.
 Info misc Translation Key 'log4j.logger.org.universAAL' missing.
 Info misc Translation Key 'log4j.rootLogger' missing.

uAALmw.properties

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