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
35 220 638 897

Files

File  I  W  E
org/universAAL/context/rdf4j/sail/CardinalitySailStore.java 11 64 65
org/universAAL/context/rdf4j/sail/CardinalityStore.java 13 20 46
org/universAAL/context/rdf4j/sail/CardinalityStoreConnection.java 3 13 15
org/universAAL/context/rdf4j/sail/Collection2SailStore.java 16 64 67
org/universAAL/context/rdf4j/sail/Collection2Store.java 14 20 46
org/universAAL/context/rdf4j/sail/Collection2StoreConnection.java 4 13 15
org/universAAL/context/rdf4j/sail/CollectionSailStore.java 14 65 66
org/universAAL/context/rdf4j/sail/CollectionStore.java 14 20 46
org/universAAL/context/rdf4j/sail/CollectionStoreConnection.java 4 13 15
org/universAAL/context/rdf4j/sail/LRUCache.java 2 0 7
org/universAAL/context/rdf4j/sail/LimitedSizeNativeStore.java 0 2 5
org/universAAL/context/rdf4j/sail/LimitedSizeNativeStoreConnection.java 0 1 8
org/universAAL/context/rdf4j/sail/MemoryOverflowModel.java 8 10 37
org/universAAL/context/rdf4j/sail/NamespaceStore.java 2 11 12
org/universAAL/context/rdf4j/sail/NativeEvaluationStatistics.java 8 2 7
org/universAAL/context/rdf4j/sail/NativeSailStore.java 4 64 57
org/universAAL/context/rdf4j/sail/NativeStatementIterator.java 3 6 7
org/universAAL/context/rdf4j/sail/NativeStore.java 11 20 44
org/universAAL/context/rdf4j/sail/NativeStoreConnection.java 0 13 15
org/universAAL/context/rdf4j/sail/RecordCache.java 5 9 15
org/universAAL/context/rdf4j/sail/SailSourceModel.java 9 33 36
org/universAAL/context/rdf4j/sail/SequentialRecordCache.java 1 8 10
org/universAAL/context/rdf4j/sail/SortedRecordCache.java 1 5 3
org/universAAL/context/rdf4j/sail/TripleStore.java 14 86 76
org/universAAL/context/rdf4j/sail/TxnStatusFile.java 4 6 4
org/universAAL/context/rdf4j/sail/ValueStore.java 34 45 56
org/universAAL/context/rdf4j/sail/ValueStoreRevision.java 3 0 5
org/universAAL/context/rdf4j/sail/crypt/Codec.java 0 1 2
org/universAAL/context/rdf4j/sail/crypt/CryptDataStore.java 13 14 13
org/universAAL/context/rdf4j/sail/crypt/CryptUtil.java 1 3 44
org/universAAL/context/rdf4j/sail/model/NativeBNode.java 1 2 14
org/universAAL/context/rdf4j/sail/model/NativeIRI.java 1 2 16
org/universAAL/context/rdf4j/sail/model/NativeLiteral.java 1 2 18
org/universAAL/context/rdf4j/sail/model/NativeResource.java 0 0 1
org/universAAL/context/rdf4j/sail/model/NativeValue.java 1 1 4

Rules

Category Rule Violations Severity
blocks LeftCurly 285  Warning
RightCurly 341  Warning
coding EqualsHashCode 3  Warning
InnerAssignment 1  Warning
MissingSwitchDefault 1  Warning
design DesignForExtension 164  Error
VisibilityModifier
  • protectedAllowed: "true"
25  Error
imports UnusedImports 6  Info
javadoc JavadocMethod 509  Error
JavadocPackage
  • allowLegacy: "true"
3  Warning
JavadocStyle 17  Error
JavadocType 22  Error
JavadocVariable 160  Error
modifier ModifierOrder 1  Info
naming ConstantName 4  Warning
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
135  Info
sizes LineLength
  • max: "120"
  • tabWidth: "4"
6  Info
ParameterNumber 4  Info
whitespace WhitespaceAfter 62  Info
WhitespaceAround 6  Info

Details

org/universAAL/context/rdf4j/sail/CardinalitySailStore.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error design VisibilityModifier Variable 'logger' must be private and have accessor methods. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error design VisibilityModifier Variable 'tripleStore' must be private and have accessor methods. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error design VisibilityModifier Variable 'valueStore' must be private and have accessor methods. 61
 Error javadoc JavadocVariable Missing a Javadoc comment. 63
 Error design VisibilityModifier Variable 'namespaceStore' must be private and have accessor methods. 63
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 65
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error javadoc JavadocVariable Missing a Javadoc comment. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error javadoc JavadocMethod Expected @param tag for 'dataDir'. 87
 Error javadoc JavadocMethod Expected @param tag for 'tripleIndexes'. 87
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 88
 Error javadoc JavadocMethod Expected @throws tag for 'SailException'. 88
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 89
 Info sizes ParameterNumber More than 7 parameters (found 8). 97
 Error javadoc JavadocMethod Expected @param tag for 'dataDir'. 97
 Error javadoc JavadocMethod Expected @param tag for 'tripleIndexes'. 97
 Error javadoc JavadocMethod Expected @param tag for 'forceSync'. 97
 Error javadoc JavadocMethod Expected @param tag for 'valueCacheSize'. 97
 Error javadoc JavadocMethod Expected @param tag for 'valueIDCacheSize'. 98
 Error javadoc JavadocMethod Expected @param tag for 'namespaceCacheSize'. 98
 Error javadoc JavadocMethod Expected @param tag for 'namespaceIDCacheSize'. 98
 Error javadoc JavadocMethod Expected @param tag for 'encrypt'. 98
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 99
 Error javadoc JavadocMethod Expected @throws tag for 'SailException'. 99
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 100
 Info regexp RegexpSingleline Line has trailing spaces. 108
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 119
 Error javadoc JavadocMethod Missing a Javadoc comment. 127
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 133
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 139
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 145
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 152
 Error javadoc JavadocMethod Missing a Javadoc comment. 159
 Error javadoc JavadocMethod Missing a Javadoc comment. 163
 Error javadoc JavadocMethod Missing a Javadoc comment. 167
 Error javadoc JavadocMethod Missing a Javadoc comment. 171
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 173
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 185
 Info regexp RegexpSingleline Line has trailing spaces. 199
 Error javadoc JavadocMethod Expected @param tag for 'explicit'. 213
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 214
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 215
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 243
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 248
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 271
 Error javadoc JavadocMethod Missing a Javadoc comment. 277
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 279
 Error javadoc JavadocType Missing a Javadoc comment. 315
 Error javadoc JavadocVariable Missing a Javadoc comment. 317
 Error javadoc JavadocMethod Missing a Javadoc comment. 319
 Error javadoc JavadocMethod Missing a Javadoc comment. 328
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 330
 Error javadoc JavadocMethod Missing a Javadoc comment. 334
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 336
 Error javadoc JavadocType Missing a Javadoc comment. 342
 Error javadoc JavadocVariable Missing a Javadoc comment. 344
 Error javadoc JavadocMethod Missing a Javadoc comment. 346
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 348
 Error javadoc JavadocMethod Missing a Javadoc comment. 352
 Error javadoc JavadocMethod Missing a Javadoc comment. 356
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 358
 Error javadoc JavadocMethod Missing a Javadoc comment. 362
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 364
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 369
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 373
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 382
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 386
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 390
 Error javadoc JavadocMethod Missing a Javadoc comment. 396
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 398
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 403
 Error javadoc JavadocMethod Missing a Javadoc comment. 409
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 411
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 416
 Error javadoc JavadocMethod Missing a Javadoc comment. 422
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 424
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 429
 Error javadoc JavadocMethod Missing a Javadoc comment. 435
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 437
 Error javadoc JavadocMethod Missing a Javadoc comment. 441
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 443
 Error javadoc JavadocMethod Missing a Javadoc comment. 447
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 449
 Error javadoc JavadocMethod Missing a Javadoc comment. 453
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 455
 Info regexp RegexpSingleline Line has trailing spaces. 461
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 467
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 472
 Error javadoc JavadocMethod Missing a Javadoc comment. 480
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 483
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 512
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 515
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 519
 Error javadoc JavadocMethod Missing a Javadoc comment. 527
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 534
 Info regexp RegexpSingleline Line has trailing spaces. 555
 Error javadoc JavadocMethod Missing a Javadoc comment. 556
 Info regexp RegexpSingleline Line has trailing spaces. 577
 Error javadoc JavadocMethod Missing a Javadoc comment. 578
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 581
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 612
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 617
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 636
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 639
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 643
 Error javadoc JavadocVariable Missing a Javadoc comment. 655
 Error javadoc JavadocMethod Missing a Javadoc comment. 657
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 659
 Error javadoc JavadocMethod Missing a Javadoc comment. 663
 Error javadoc JavadocMethod Missing a Javadoc comment. 667
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 669
 Error javadoc JavadocMethod Missing a Javadoc comment. 673
 Error javadoc JavadocMethod Missing a Javadoc comment. 677
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 679
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 694
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 717
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 729
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 731
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 732
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 735
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 743
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 746
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 753
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 759
 Warning blocks RightCurly '}' at column 8 should be on the same line as the next part of a multi-block statement. 765
 Warning blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement. 771
 Warning blocks RightCurly '}' at column 10 should be on the same line as the next part of a multi-block statement. 777
 Warning blocks RightCurly '}' at column 12 should be on the same line as the next part of a multi-block statement. 782
 Error javadoc JavadocMethod Missing a Javadoc comment. 797
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 800
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 803

org/universAAL/context/rdf4j/sail/CardinalityStore.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy. 23
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 78
 Error javadoc JavadocVariable Missing a Javadoc comment. 85
 Error javadoc JavadocStyle First sentence should end with a period. 87
 Error javadoc JavadocStyle First sentence should end with a period. 90
 Error javadoc JavadocVariable Missing a Javadoc comment. 108
 Info regexp RegexpSingleline Line has trailing spaces. 109
 Error javadoc JavadocMethod Missing a Javadoc comment. 124
 Error javadoc JavadocMethod Missing a Javadoc comment. 129
 Info regexp RegexpSingleline Line has trailing spaces. 141
 Error design DesignForExtension Method 'setTripleIndexes' is not designed for extension - needs to be abstract, final or empty. 145
 Error design DesignForExtension Method 'getTripleIndexes' is not designed for extension - needs to be abstract, final or empty. 153
 Error javadoc JavadocMethod Missing a Javadoc comment. 153
 Error design DesignForExtension Method 'setForceSync' is not designed for extension - needs to be abstract, final or empty. 162
 Error javadoc JavadocMethod Expected @param tag for 'forceSync'. 162
 Error design DesignForExtension Method 'getForceSync' is not designed for extension - needs to be abstract, final or empty. 166
 Error javadoc JavadocMethod Missing a Javadoc comment. 166
 Error design DesignForExtension Method 'setValueCacheSize' is not designed for extension - needs to be abstract, final or empty. 170
 Error javadoc JavadocMethod Missing a Javadoc comment. 170
 Error design DesignForExtension Method 'setValueIDCacheSize' is not designed for extension - needs to be abstract, final or empty. 174
 Error javadoc JavadocMethod Missing a Javadoc comment. 174
 Error design DesignForExtension Method 'setNamespaceCacheSize' is not designed for extension - needs to be abstract, final or empty. 178
 Error javadoc JavadocMethod Missing a Javadoc comment. 178
 Error design DesignForExtension Method 'setNamespaceIDCacheSize' is not designed for extension - needs to be abstract, final or empty. 182
 Error javadoc JavadocMethod Missing a Javadoc comment. 182
 Error design DesignForExtension Method 'getEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. 189
 Error design DesignForExtension Method 'setEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. 200
 Error javadoc JavadocMethod Expected @param tag for 'factory'. 200
 Error design DesignForExtension Method 'getFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. 207
 Info regexp RegexpSingleline Line has trailing spaces. 220
 Error design DesignForExtension Method 'setFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. 224
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 227
 Info regexp RegexpSingleline Line has trailing spaces. 233
 Error design DesignForExtension Method 'initializeInternal' is not designed for extension - needs to be abstract, final or empty. 237
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 240
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 248
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 254
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 257
 Warning blocks LeftCurly '{' at column 7 should be on the previous line. 283
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 296
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 307
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 313
 Error design DesignForExtension Method 'shutDownInternal' is not designed for extension - needs to be abstract, final or empty. 324
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 327
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 334
 Error design DesignForExtension Method 'isWritable' is not designed for extension - needs to be abstract, final or empty. 344
 Error javadoc JavadocMethod Missing a Javadoc comment. 344
 Error design DesignForExtension Method 'getConnectionInternal' is not designed for extension - needs to be abstract, final or empty. 348
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 351
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 354
 Error design DesignForExtension Method 'getValueFactory' is not designed for extension - needs to be abstract, final or empty. 360
 Error javadoc JavadocMethod Missing a Javadoc comment. 360
 Info regexp RegexpSingleline Line has trailing spaces. 370
 Error design DesignForExtension Method 'getTransactionLock' is not designed for extension - needs to be abstract, final or empty. 376
 Error javadoc JavadocMethod Expected @throws tag for 'SailException'. 377
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 378
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 386
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 393
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 397
 Info regexp RegexpSingleline Line has trailing spaces. 405
 Error design DesignForExtension Method 'isIsolationDisabled' is not designed for extension - needs to be abstract, final or empty. 408
 Error design DesignForExtension Method 'getSailStore' is not designed for extension - needs to be abstract, final or empty. 412
 Error javadoc JavadocMethod Missing a Javadoc comment. 412
 Error design DesignForExtension Method 'upgradeStore' is not designed for extension - needs to be abstract, final or empty. 416
 Error javadoc JavadocMethod Missing a Javadoc comment. 416
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 418
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 425
 Info sizes LineLength Line is longer than 120 characters (found 213). 432
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 435
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 439

org/universAAL/context/rdf4j/sail/CardinalityStoreConnection.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 23
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocVariable Missing a Javadoc comment. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 49
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 51
 Error design DesignForExtension Method 'startTransactionInternal' is not designed for extension - needs to be abstract, final or empty. 61
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 64
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 74
 Error design DesignForExtension Method 'commitInternal' is not designed for extension - needs to be abstract, final or empty. 82
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 85
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 88
 Error design DesignForExtension Method 'rollbackInternal' is not designed for extension - needs to be abstract, final or empty. 101
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 104
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 107
 Error design DesignForExtension Method 'addStatementInternal' is not designed for extension - needs to be abstract, final or empty. 117
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 120
 Error design DesignForExtension Method 'addInferredStatement' is not designed for extension - needs to be abstract, final or empty. 125
 Error javadoc JavadocMethod Missing a Javadoc comment. 125
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 127
 Error design DesignForExtension Method 'removeStatementsInternal' is not designed for extension - needs to be abstract, final or empty. 134
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 137
 Error design DesignForExtension Method 'removeInferredStatement' is not designed for extension - needs to be abstract, final or empty. 141
 Error javadoc JavadocMethod Missing a Javadoc comment. 141
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 143
 Error design DesignForExtension Method 'clearInternal' is not designed for extension - needs to be abstract, final or empty. 149
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 152
 Error design DesignForExtension Method 'clearInferred' is not designed for extension - needs to be abstract, final or empty. 157
 Error javadoc JavadocMethod Missing a Javadoc comment. 157
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 159
 Info regexp RegexpSingleline Line has trailing spaces. 163
 Info regexp RegexpSingleline Line has trailing spaces. 164

org/universAAL/context/rdf4j/sail/Collection2SailStore.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info regexp RegexpSingleline Line has trailing spaces. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error design VisibilityModifier Variable 'logger' must be private and have accessor methods. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error design VisibilityModifier Variable 'tripleStore' must be private and have accessor methods. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error design VisibilityModifier Variable 'valueStore' must be private and have accessor methods. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error design VisibilityModifier Variable 'namespaceStore' must be private and have accessor methods. 66
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error javadoc JavadocMethod Expected @param tag for 'dataDir'. 90
 Error javadoc JavadocMethod Expected @param tag for 'tripleIndexes'. 90
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 91
 Error javadoc JavadocMethod Expected @throws tag for 'SailException'. 91
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 92
 Info sizes ParameterNumber More than 7 parameters (found 8). 100
 Error javadoc JavadocMethod Expected @param tag for 'dataDir'. 100
 Error javadoc JavadocMethod Expected @param tag for 'tripleIndexes'. 100
 Error javadoc JavadocMethod Expected @param tag for 'forceSync'. 100
 Error javadoc JavadocMethod Expected @param tag for 'valueCacheSize'. 100
 Error javadoc JavadocMethod Expected @param tag for 'valueIDCacheSize'. 101
 Error javadoc JavadocMethod Expected @param tag for 'namespaceCacheSize'. 101
 Error javadoc JavadocMethod Expected @param tag for 'namespaceIDCacheSize'. 101
 Error javadoc JavadocMethod Expected @param tag for 'encrypt'. 101
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 102
 Error javadoc JavadocMethod Expected @throws tag for 'SailException'. 102
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 103
 Info regexp RegexpSingleline Line has trailing spaces. 111
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 122
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Error javadoc JavadocMethod Missing a Javadoc comment. 134
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 136
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 142
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 148
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 155
 Error javadoc JavadocMethod Missing a Javadoc comment. 162
 Error javadoc JavadocMethod Missing a Javadoc comment. 166
 Error javadoc JavadocMethod Missing a Javadoc comment. 170
 Error javadoc JavadocMethod Missing a Javadoc comment. 174
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 176
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 188
 Info regexp RegexpSingleline Line has trailing spaces. 202
 Error javadoc JavadocMethod Expected @param tag for 'explicit'. 216
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 217
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 218
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 246
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 251
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 274
 Error javadoc JavadocMethod Missing a Javadoc comment. 280
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 282
 Error javadoc JavadocType Missing a Javadoc comment. 318
 Error javadoc JavadocVariable Missing a Javadoc comment. 320
 Error javadoc JavadocMethod Missing a Javadoc comment. 322
 Error javadoc JavadocMethod Missing a Javadoc comment. 331
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 333
 Error javadoc JavadocMethod Missing a Javadoc comment. 337
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 339
 Error javadoc JavadocType Missing a Javadoc comment. 345
 Error javadoc JavadocVariable Missing a Javadoc comment. 347
 Error javadoc JavadocMethod Missing a Javadoc comment. 349
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 351
 Error javadoc JavadocMethod Missing a Javadoc comment. 355
 Error javadoc JavadocMethod Missing a Javadoc comment. 359
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 361
 Error javadoc JavadocMethod Missing a Javadoc comment. 365
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 367
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 372
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 376
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 385
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 389
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 393
 Error javadoc JavadocMethod Missing a Javadoc comment. 399
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 401
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 406
 Error javadoc JavadocMethod Missing a Javadoc comment. 412
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 414
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 419
 Error javadoc JavadocMethod Missing a Javadoc comment. 425
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 427
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 432
 Error javadoc JavadocMethod Missing a Javadoc comment. 438
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 440
 Error javadoc JavadocMethod Missing a Javadoc comment. 444
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 446
 Error javadoc JavadocMethod Missing a Javadoc comment. 450
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 452
 Error javadoc JavadocMethod Missing a Javadoc comment. 456
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 458
 Info regexp RegexpSingleline Line has trailing spaces. 464
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 470
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 475
 Error javadoc JavadocMethod Missing a Javadoc comment. 483
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 486
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 517
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 520
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 524
 Info regexp RegexpSingleline Line has trailing spaces. 531
 Error javadoc JavadocMethod Missing a Javadoc comment. 532
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 533
 Info regexp RegexpSingleline Line has trailing spaces. 540
 Error javadoc JavadocMethod Missing a Javadoc comment. 541
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 547
 Error javadoc JavadocMethod Missing a Javadoc comment. 566
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 573
 Info regexp RegexpSingleline Line has trailing spaces. 594
 Error javadoc JavadocMethod Missing a Javadoc comment. 595
 Info regexp RegexpSingleline Line has trailing spaces. 616
 Error javadoc JavadocMethod Missing a Javadoc comment. 617
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 620
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 651
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 656
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 675
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 678
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 682
 Error javadoc JavadocVariable Missing a Javadoc comment. 694
 Error javadoc JavadocMethod Missing a Javadoc comment. 696
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 698
 Error javadoc JavadocMethod Missing a Javadoc comment. 702
 Error javadoc JavadocMethod Missing a Javadoc comment. 706
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 708
 Error javadoc JavadocMethod Missing a Javadoc comment. 712
 Error javadoc JavadocMethod Missing a Javadoc comment. 716
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 718
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 733
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 756
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 768
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 770
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 771
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 774
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 782
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 785
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 792
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 798
 Warning blocks RightCurly '}' at column 8 should be on the same line as the next part of a multi-block statement. 804
 Warning blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement. 810
 Warning blocks RightCurly '}' at column 10 should be on the same line as the next part of a multi-block statement. 816
 Warning blocks RightCurly '}' at column 12 should be on the same line as the next part of a multi-block statement. 821
 Error javadoc JavadocMethod Missing a Javadoc comment. 836
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 839
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 842

org/universAAL/context/rdf4j/sail/Collection2Store.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy. 23
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error javadoc JavadocStyle First sentence should end with a period. 88
 Error javadoc JavadocStyle First sentence should end with a period. 91
 Error javadoc JavadocVariable Missing a Javadoc comment. 109
 Info regexp RegexpSingleline Line has trailing spaces. 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 125
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Info regexp RegexpSingleline Line has trailing spaces. 142
 Error design DesignForExtension Method 'setTripleIndexes' is not designed for extension - needs to be abstract, final or empty. 146
 Error design DesignForExtension Method 'getTripleIndexes' is not designed for extension - needs to be abstract, final or empty. 154
 Error javadoc JavadocMethod Missing a Javadoc comment. 154
 Error design DesignForExtension Method 'setForceSync' is not designed for extension - needs to be abstract, final or empty. 163
 Error javadoc JavadocMethod Expected @param tag for 'forceSync'. 163
 Error design DesignForExtension Method 'getForceSync' is not designed for extension - needs to be abstract, final or empty. 167
 Error javadoc JavadocMethod Missing a Javadoc comment. 167
 Error design DesignForExtension Method 'setValueCacheSize' is not designed for extension - needs to be abstract, final or empty. 171
 Error javadoc JavadocMethod Missing a Javadoc comment. 171
 Error design DesignForExtension Method 'setValueIDCacheSize' is not designed for extension - needs to be abstract, final or empty. 175
 Error javadoc JavadocMethod Missing a Javadoc comment. 175
 Error design DesignForExtension Method 'setNamespaceCacheSize' is not designed for extension - needs to be abstract, final or empty. 179
 Error javadoc JavadocMethod Missing a Javadoc comment. 179
 Error design DesignForExtension Method 'setNamespaceIDCacheSize' is not designed for extension - needs to be abstract, final or empty. 183
 Error javadoc JavadocMethod Missing a Javadoc comment. 183
 Error design DesignForExtension Method 'getEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. 190
 Error design DesignForExtension Method 'setEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. 201
 Error javadoc JavadocMethod Expected @param tag for 'factory'. 201
 Error design DesignForExtension Method 'getFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. 208
 Info regexp RegexpSingleline Line has trailing spaces. 221
 Error design DesignForExtension Method 'setFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. 225
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 228
 Info regexp RegexpSingleline Line has trailing spaces. 234
 Error design DesignForExtension Method 'initializeInternal' is not designed for extension - needs to be abstract, final or empty. 238
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 241
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 249
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 255
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 258
 Warning blocks LeftCurly '{' at column 7 should be on the previous line. 284
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 297
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 308
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 314
 Error design DesignForExtension Method 'shutDownInternal' is not designed for extension - needs to be abstract, final or empty. 325
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 328
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 335
 Error design DesignForExtension Method 'isWritable' is not designed for extension - needs to be abstract, final or empty. 345
 Error javadoc JavadocMethod Missing a Javadoc comment. 345
 Error design DesignForExtension Method 'getConnectionInternal' is not designed for extension - needs to be abstract, final or empty. 349
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 352
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 355
 Error design DesignForExtension Method 'getValueFactory' is not designed for extension - needs to be abstract, final or empty. 361
 Error javadoc JavadocMethod Missing a Javadoc comment. 361
 Info regexp RegexpSingleline Line has trailing spaces. 371
 Error design DesignForExtension Method 'getTransactionLock' is not designed for extension - needs to be abstract, final or empty. 377
 Error javadoc JavadocMethod Expected @throws tag for 'SailException'. 378
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 379
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 387
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 394
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 398
 Info regexp RegexpSingleline Line has trailing spaces. 406
 Error design DesignForExtension Method 'isIsolationDisabled' is not designed for extension - needs to be abstract, final or empty. 409
 Error design DesignForExtension Method 'getSailStore' is not designed for extension - needs to be abstract, final or empty. 413
 Error javadoc JavadocMethod Missing a Javadoc comment. 413
 Error design DesignForExtension Method 'upgradeStore' is not designed for extension - needs to be abstract, final or empty. 417
 Error javadoc JavadocMethod Missing a Javadoc comment. 417
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 419
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 426
 Info sizes LineLength Line is longer than 120 characters (found 213). 433
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 436
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 440

org/universAAL/context/rdf4j/sail/Collection2StoreConnection.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 23
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 52
 Error design DesignForExtension Method 'startTransactionInternal' is not designed for extension - needs to be abstract, final or empty. 62
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 65
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 75
 Error design DesignForExtension Method 'commitInternal' is not designed for extension - needs to be abstract, final or empty. 83
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 86
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 89
 Error design DesignForExtension Method 'rollbackInternal' is not designed for extension - needs to be abstract, final or empty. 102
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 105
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 108
 Error design DesignForExtension Method 'addStatementInternal' is not designed for extension - needs to be abstract, final or empty. 118
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 121
 Error design DesignForExtension Method 'addInferredStatement' is not designed for extension - needs to be abstract, final or empty. 126
 Error javadoc JavadocMethod Missing a Javadoc comment. 126
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 128
 Error design DesignForExtension Method 'removeStatementsInternal' is not designed for extension - needs to be abstract, final or empty. 135
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 138
 Error design DesignForExtension Method 'removeInferredStatement' is not designed for extension - needs to be abstract, final or empty. 142
 Error javadoc JavadocMethod Missing a Javadoc comment. 142
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 144
 Error design DesignForExtension Method 'clearInternal' is not designed for extension - needs to be abstract, final or empty. 150
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 153
 Error design DesignForExtension Method 'clearInferred' is not designed for extension - needs to be abstract, final or empty. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 158
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 160
 Info regexp RegexpSingleline Line has trailing spaces. 164
 Info regexp RegexpSingleline Line has trailing spaces. 165

org/universAAL/context/rdf4j/sail/CollectionSailStore.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info regexp RegexpSingleline Line has trailing spaces. 54
 Info regexp RegexpSingleline Line has trailing spaces. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error design VisibilityModifier Variable 'logger' must be private and have accessor methods. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error design VisibilityModifier Variable 'tripleStore' must be private and have accessor methods. 62
 Error javadoc JavadocVariable Missing a Javadoc comment. 64
 Error design VisibilityModifier Variable 'valueStore' must be private and have accessor methods. 64
 Error javadoc JavadocVariable Missing a Javadoc comment. 66
 Error design VisibilityModifier Variable 'namespaceStore' must be private and have accessor methods. 66
 Info regexp RegexpSingleline Line has trailing spaces. 67
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 69
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error javadoc JavadocMethod Expected @param tag for 'dataDir'. 90
 Error javadoc JavadocMethod Expected @param tag for 'tripleIndexes'. 90
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 91
 Error javadoc JavadocMethod Expected @throws tag for 'SailException'. 91
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 92
 Info sizes ParameterNumber More than 7 parameters (found 8). 100
 Error javadoc JavadocMethod Expected @param tag for 'dataDir'. 100
 Error javadoc JavadocMethod Expected @param tag for 'tripleIndexes'. 100
 Error javadoc JavadocMethod Expected @param tag for 'forceSync'. 100
 Error javadoc JavadocMethod Expected @param tag for 'valueCacheSize'. 100
 Error javadoc JavadocMethod Expected @param tag for 'valueIDCacheSize'. 101
 Error javadoc JavadocMethod Expected @param tag for 'namespaceCacheSize'. 101
 Error javadoc JavadocMethod Expected @param tag for 'namespaceIDCacheSize'. 101
 Error javadoc JavadocMethod Expected @param tag for 'encrypt'. 101
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 102
 Error javadoc JavadocMethod Expected @throws tag for 'SailException'. 102
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 103
 Info regexp RegexpSingleline Line has trailing spaces. 111
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 122
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Error javadoc JavadocMethod Missing a Javadoc comment. 134
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 136
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 142
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 148
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 155
 Error javadoc JavadocMethod Missing a Javadoc comment. 162
 Error javadoc JavadocMethod Missing a Javadoc comment. 166
 Error javadoc JavadocMethod Missing a Javadoc comment. 170
 Error javadoc JavadocMethod Missing a Javadoc comment. 174
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 176
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 188
 Info regexp RegexpSingleline Line has trailing spaces. 202
 Error javadoc JavadocMethod Expected @param tag for 'explicit'. 216
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 217
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 218
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 246
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 251
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 274
 Error javadoc JavadocMethod Missing a Javadoc comment. 280
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 282
 Error javadoc JavadocType Missing a Javadoc comment. 318
 Error javadoc JavadocVariable Missing a Javadoc comment. 320
 Error javadoc JavadocMethod Missing a Javadoc comment. 322
 Error javadoc JavadocMethod Missing a Javadoc comment. 331
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 333
 Error javadoc JavadocMethod Missing a Javadoc comment. 337
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 339
 Error javadoc JavadocType Missing a Javadoc comment. 345
 Error javadoc JavadocVariable Missing a Javadoc comment. 347
 Error javadoc JavadocMethod Missing a Javadoc comment. 349
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 351
 Error javadoc JavadocMethod Missing a Javadoc comment. 355
 Error javadoc JavadocMethod Missing a Javadoc comment. 359
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 361
 Error javadoc JavadocMethod Missing a Javadoc comment. 365
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 367
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 372
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 376
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 385
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 389
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 393
 Error javadoc JavadocMethod Missing a Javadoc comment. 399
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 401
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 406
 Error javadoc JavadocMethod Missing a Javadoc comment. 412
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 414
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 419
 Error javadoc JavadocMethod Missing a Javadoc comment. 425
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 427
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 432
 Error javadoc JavadocMethod Missing a Javadoc comment. 438
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 440
 Error javadoc JavadocMethod Missing a Javadoc comment. 444
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 446
 Error javadoc JavadocMethod Missing a Javadoc comment. 450
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 452
 Error javadoc JavadocMethod Missing a Javadoc comment. 456
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 458
 Info regexp RegexpSingleline Line has trailing spaces. 464
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 470
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 475
 Error javadoc JavadocMethod Missing a Javadoc comment. 483
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 486
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 515
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 518
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 522
 Info regexp RegexpSingleline Line has trailing spaces. 529
 Error javadoc JavadocMethod Missing a Javadoc comment. 530
 Info whitespace WhitespaceAround '{' is not followed by whitespace. 531
 Error javadoc JavadocMethod Missing a Javadoc comment. 539
 Info whitespace WhitespaceAfter ';' is not followed by whitespace. 546
 Info regexp RegexpSingleline Line has trailing spaces. 567
 Error javadoc JavadocMethod Missing a Javadoc comment. 568
 Info regexp RegexpSingleline Line has trailing spaces. 589
 Error javadoc JavadocMethod Missing a Javadoc comment. 590
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 593
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 624
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 629
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 648
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 651
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 655
 Error javadoc JavadocVariable Missing a Javadoc comment. 667
 Error javadoc JavadocMethod Missing a Javadoc comment. 669
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 671
 Error javadoc JavadocMethod Missing a Javadoc comment. 675
 Error javadoc JavadocMethod Missing a Javadoc comment. 679
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 681
 Error javadoc JavadocMethod Missing a Javadoc comment. 685
 Error javadoc JavadocMethod Missing a Javadoc comment. 689
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 691
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 706
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 729
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 741
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 743
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 744
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 747
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 755
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 758
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 765
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 771
 Warning blocks RightCurly '}' at column 8 should be on the same line as the next part of a multi-block statement. 777
 Warning blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement. 783
 Warning blocks RightCurly '}' at column 10 should be on the same line as the next part of a multi-block statement. 789
 Warning blocks RightCurly '}' at column 12 should be on the same line as the next part of a multi-block statement. 794
 Error javadoc JavadocMethod Missing a Javadoc comment. 809
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 812
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 815

org/universAAL/context/rdf4j/sail/CollectionStore.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy. 23
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Info regexp RegexpSingleline Line has trailing spaces. 47
 Info regexp RegexpSingleline Line has trailing spaces. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error javadoc JavadocVariable Missing a Javadoc comment. 79
 Error javadoc JavadocVariable Missing a Javadoc comment. 86
 Error javadoc JavadocStyle First sentence should end with a period. 88
 Error javadoc JavadocStyle First sentence should end with a period. 91
 Error javadoc JavadocVariable Missing a Javadoc comment. 109
 Info regexp RegexpSingleline Line has trailing spaces. 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 125
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Info regexp RegexpSingleline Line has trailing spaces. 142
 Error design DesignForExtension Method 'setTripleIndexes' is not designed for extension - needs to be abstract, final or empty. 146
 Error design DesignForExtension Method 'getTripleIndexes' is not designed for extension - needs to be abstract, final or empty. 154
 Error javadoc JavadocMethod Missing a Javadoc comment. 154
 Error design DesignForExtension Method 'setForceSync' is not designed for extension - needs to be abstract, final or empty. 163
 Error javadoc JavadocMethod Expected @param tag for 'forceSync'. 163
 Error design DesignForExtension Method 'getForceSync' is not designed for extension - needs to be abstract, final or empty. 167
 Error javadoc JavadocMethod Missing a Javadoc comment. 167
 Error design DesignForExtension Method 'setValueCacheSize' is not designed for extension - needs to be abstract, final or empty. 171
 Error javadoc JavadocMethod Missing a Javadoc comment. 171
 Error design DesignForExtension Method 'setValueIDCacheSize' is not designed for extension - needs to be abstract, final or empty. 175
 Error javadoc JavadocMethod Missing a Javadoc comment. 175
 Error design DesignForExtension Method 'setNamespaceCacheSize' is not designed for extension - needs to be abstract, final or empty. 179
 Error javadoc JavadocMethod Missing a Javadoc comment. 179
 Error design DesignForExtension Method 'setNamespaceIDCacheSize' is not designed for extension - needs to be abstract, final or empty. 183
 Error javadoc JavadocMethod Missing a Javadoc comment. 183
 Error design DesignForExtension Method 'getEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. 190
 Error design DesignForExtension Method 'setEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. 201
 Error javadoc JavadocMethod Expected @param tag for 'factory'. 201
 Error design DesignForExtension Method 'getFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. 208
 Info regexp RegexpSingleline Line has trailing spaces. 221
 Error design DesignForExtension Method 'setFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. 225
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 228
 Info regexp RegexpSingleline Line has trailing spaces. 234
 Error design DesignForExtension Method 'initializeInternal' is not designed for extension - needs to be abstract, final or empty. 238
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 241
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 249
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 255
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 258
 Warning blocks LeftCurly '{' at column 7 should be on the previous line. 284
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 297
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 308
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 314
 Error design DesignForExtension Method 'shutDownInternal' is not designed for extension - needs to be abstract, final or empty. 325
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 328
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 335
 Error design DesignForExtension Method 'isWritable' is not designed for extension - needs to be abstract, final or empty. 345
 Error javadoc JavadocMethod Missing a Javadoc comment. 345
 Error design DesignForExtension Method 'getConnectionInternal' is not designed for extension - needs to be abstract, final or empty. 349
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 352
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 355
 Error design DesignForExtension Method 'getValueFactory' is not designed for extension - needs to be abstract, final or empty. 361
 Error javadoc JavadocMethod Missing a Javadoc comment. 361
 Info regexp RegexpSingleline Line has trailing spaces. 371
 Error design DesignForExtension Method 'getTransactionLock' is not designed for extension - needs to be abstract, final or empty. 377
 Error javadoc JavadocMethod Expected @throws tag for 'SailException'. 378
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 379
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 387
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 394
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 398
 Info regexp RegexpSingleline Line has trailing spaces. 406
 Error design DesignForExtension Method 'isIsolationDisabled' is not designed for extension - needs to be abstract, final or empty. 409
 Error design DesignForExtension Method 'getSailStore' is not designed for extension - needs to be abstract, final or empty. 413
 Error javadoc JavadocMethod Missing a Javadoc comment. 413
 Error design DesignForExtension Method 'upgradeStore' is not designed for extension - needs to be abstract, final or empty. 417
 Error javadoc JavadocMethod Missing a Javadoc comment. 417
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 419
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 426
 Info sizes LineLength Line is longer than 120 characters (found 213). 433
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 436
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 440

org/universAAL/context/rdf4j/sail/CollectionStoreConnection.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 23
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 50
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 52
 Error design DesignForExtension Method 'startTransactionInternal' is not designed for extension - needs to be abstract, final or empty. 62
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 65
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 75
 Error design DesignForExtension Method 'commitInternal' is not designed for extension - needs to be abstract, final or empty. 83
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 86
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 89
 Error design DesignForExtension Method 'rollbackInternal' is not designed for extension - needs to be abstract, final or empty. 102
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 105
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 108
 Error design DesignForExtension Method 'addStatementInternal' is not designed for extension - needs to be abstract, final or empty. 118
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 121
 Error design DesignForExtension Method 'addInferredStatement' is not designed for extension - needs to be abstract, final or empty. 126
 Error javadoc JavadocMethod Missing a Javadoc comment. 126
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 128
 Error design DesignForExtension Method 'removeStatementsInternal' is not designed for extension - needs to be abstract, final or empty. 135
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 138
 Error design DesignForExtension Method 'removeInferredStatement' is not designed for extension - needs to be abstract, final or empty. 142
 Error javadoc JavadocMethod Missing a Javadoc comment. 142
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 144
 Error design DesignForExtension Method 'clearInternal' is not designed for extension - needs to be abstract, final or empty. 150
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 153
 Error design DesignForExtension Method 'clearInferred' is not designed for extension - needs to be abstract, final or empty. 158
 Error javadoc JavadocMethod Missing a Javadoc comment. 158
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 160
 Info regexp RegexpSingleline Line has trailing spaces. 164
 Info regexp RegexpSingleline Line has trailing spaces. 165

org/universAAL/context/rdf4j/sail/LRUCache.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 15
 Error javadoc JavadocType Type Javadoc comment is missing an @param <K> tag. 18
 Error javadoc JavadocType Type Javadoc comment is missing an @param <V> tag. 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 20
 Error javadoc JavadocVariable Missing a Javadoc comment. 22
 Error javadoc JavadocMethod Missing a Javadoc comment. 24
 Error javadoc JavadocMethod Missing a Javadoc comment. 28
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 33

org/universAAL/context/rdf4j/sail/LimitedSizeNativeStore.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Expected @param tag for 'dataDir'. 25
 Error javadoc JavadocMethod Expected @param tag for 'string'. 25
 Error javadoc JavadocMethod Missing a Javadoc comment. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 33
 Error design DesignForExtension Method 'getConnectionInternal' is not designed for extension - needs to be abstract, final or empty. 37
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 40
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 43

org/universAAL/context/rdf4j/sail/LimitedSizeNativeStoreConnection.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 22
 Error javadoc JavadocMethod Expected @param tag for 'nativeStore'. 28
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 29
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 30
 Error design DesignForExtension Method 'getMaxCollectionsSize' is not designed for extension - needs to be abstract, final or empty. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Error design DesignForExtension Method 'setMaxCollectionsSize' 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 'getEvaluationStrategy' is not designed for extension - needs to be abstract, final or empty. 42

org/universAAL/context/rdf4j/sail/MemoryOverflowModel.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 46
 Error javadoc JavadocVariable Missing a Javadoc comment. 48
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error design VisibilityModifier Variable 'logger' must be private and have accessor methods. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error design VisibilityModifier Variable 'dataDir' must be private and have accessor methods. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error design VisibilityModifier Variable 'store' must be private and have accessor methods. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 58
 Error design VisibilityModifier Variable 'disk' must be private and have accessor methods. 58
 Error javadoc JavadocVariable Missing a Javadoc comment. 60
 Error javadoc JavadocVariable Missing a Javadoc comment. 62
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 68
 Error javadoc JavadocMethod Missing a Javadoc comment. 73
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Error javadoc JavadocMethod Missing a Javadoc comment. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 94
 Error javadoc JavadocMethod Missing a Javadoc comment. 98
 Error javadoc JavadocMethod Missing a Javadoc comment. 102
 Error javadoc JavadocMethod Missing a Javadoc comment. 106
 Error javadoc JavadocMethod Missing a Javadoc comment. 110
 Error javadoc JavadocMethod Missing a Javadoc comment. 114
 Error javadoc JavadocMethod Missing a Javadoc comment. 119
 Error javadoc JavadocMethod Missing a Javadoc comment. 123
 Error javadoc JavadocMethod Missing a Javadoc comment. 127
 Error javadoc JavadocMethod Missing a Javadoc comment. 131
 Error javadoc JavadocMethod Missing a Javadoc comment. 135
 Warning blocks LeftCurly '{' at column 4 should be on the previous line. 153
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 162
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 165
 Error javadoc JavadocMethod Missing a Javadoc comment. 171
 Error javadoc JavadocMethod Missing a Javadoc comment. 175
 Error javadoc JavadocMethod Missing a Javadoc comment. 181
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 183
 Error javadoc JavadocMethod Missing a Javadoc comment. 199
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 202
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 209
 Error javadoc JavadocMethod Missing a Javadoc comment. 213
 Info regexp RegexpSingleline Line has trailing spaces. 219
 Info regexp RegexpSingleline Line has trailing spaces. 222
 Info regexp RegexpSingleline Line has trailing spaces. 225
 Info regexp RegexpSingleline Line has trailing spaces. 228
 Error javadoc JavadocMethod Missing a Javadoc comment. 249
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 260
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 265
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 268
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 282
 Info whitespace WhitespaceAround 'catch' is not preceded with whitespace. 286
 Info whitespace WhitespaceAround '}' is not followed by whitespace. 286
 Error javadoc JavadocMethod Missing a Javadoc comment. 292
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 294

org/universAAL/context/rdf4j/sail/NamespaceStore.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 29
 Info regexp RegexpSingleline Line has trailing spaces. 36
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 81
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 83
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 90
 Error javadoc JavadocMethod Missing a Javadoc comment. 103
 Error javadoc JavadocMethod Missing a Javadoc comment. 112
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 120
 Error javadoc JavadocMethod Missing a Javadoc comment. 127
 Error javadoc JavadocMethod Missing a Javadoc comment. 135
 Error javadoc JavadocMethod Missing a Javadoc comment. 139
 Error javadoc JavadocMethod Missing a Javadoc comment. 146
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 148
 Error javadoc JavadocMethod Missing a Javadoc comment. 156
 Error javadoc JavadocMethod Missing a Javadoc comment. 163
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 165
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 177
 Error javadoc JavadocMethod Missing a Javadoc comment. 184
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 186
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 199
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 212
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 217
 Error javadoc JavadocMethod Missing a Javadoc comment. 228
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 230

org/universAAL/context/rdf4j/sail/NativeEvaluationStatistics.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 32
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Error javadoc JavadocType Missing a Javadoc comment. 44
 Info regexp RegexpSingleline Line has trailing spaces. 51
 Info regexp RegexpSingleline Line has trailing spaces. 52
 Info regexp RegexpSingleline Line has trailing spaces. 53
 Info regexp RegexpSingleline Line has trailing spaces. 58
 Info regexp RegexpSingleline Line has trailing spaces. 64
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 67
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 67
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 67
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 68
 Error javadoc JavadocMethod Missing a Javadoc comment. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 84

org/universAAL/context/rdf4j/sail/NativeSailStore.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error design VisibilityModifier Variable 'logger' must be private and have accessor methods. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error design VisibilityModifier Variable 'tripleStore' must be private and have accessor methods. 57
 Error javadoc JavadocVariable Missing a Javadoc comment. 59
 Error design VisibilityModifier Variable 'valueStore' must be private and have accessor methods. 59
 Error javadoc JavadocVariable Missing a Javadoc comment. 61
 Error design VisibilityModifier Variable 'namespaceStore' must be private and have accessor methods. 61
 Error javadoc JavadocMethod Expected @param tag for 'dataDir'. 79
 Error javadoc JavadocMethod Expected @param tag for 'tripleIndexes'. 79
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 80
 Error javadoc JavadocMethod Expected @throws tag for 'SailException'. 80
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 81
 Error javadoc JavadocMethod Expected @param tag for 'dataDir'. 89
 Error javadoc JavadocMethod Expected @param tag for 'tripleIndexes'. 89
 Error javadoc JavadocMethod Expected @param tag for 'forceSync'. 89
 Error javadoc JavadocMethod Expected @param tag for 'valueCacheSize'. 89
 Error javadoc JavadocMethod Expected @param tag for 'valueIDCacheSize'. 90
 Error javadoc JavadocMethod Expected @param tag for 'namespaceCacheSize'. 90
 Error javadoc JavadocMethod Expected @param tag for 'namespaceIDCacheSize'. 90
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 91
 Error javadoc JavadocMethod Expected @throws tag for 'SailException'. 91
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 92
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 100
 Error javadoc JavadocMethod Missing a Javadoc comment. 108
 Error javadoc JavadocMethod Missing a Javadoc comment. 112
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 114
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 120
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 126
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 133
 Error javadoc JavadocMethod Missing a Javadoc comment. 140
 Error javadoc JavadocMethod Missing a Javadoc comment. 144
 Error javadoc JavadocMethod Missing a Javadoc comment. 148
 Error javadoc JavadocMethod Missing a Javadoc comment. 152
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 154
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 166
 Info regexp RegexpSingleline Line has trailing spaces. 180
 Error javadoc JavadocMethod Expected @param tag for 'explicit'. 194
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 195
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 196
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 224
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 229
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 252
 Error javadoc JavadocMethod Missing a Javadoc comment. 258
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 260
 Error javadoc JavadocType Missing a Javadoc comment. 296
 Error javadoc JavadocVariable Missing a Javadoc comment. 298
 Error javadoc JavadocMethod Missing a Javadoc comment. 300
 Error javadoc JavadocMethod Missing a Javadoc comment. 309
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 311
 Error javadoc JavadocMethod Missing a Javadoc comment. 315
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 317
 Error javadoc JavadocType Missing a Javadoc comment. 323
 Error javadoc JavadocVariable Missing a Javadoc comment. 325
 Error javadoc JavadocMethod Missing a Javadoc comment. 327
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 329
 Error javadoc JavadocMethod Missing a Javadoc comment. 333
 Error javadoc JavadocMethod Missing a Javadoc comment. 337
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 339
 Error javadoc JavadocMethod Missing a Javadoc comment. 343
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 345
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 350
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 354
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 363
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 367
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 371
 Error javadoc JavadocMethod Missing a Javadoc comment. 377
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 379
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 384
 Error javadoc JavadocMethod Missing a Javadoc comment. 390
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 392
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 397
 Error javadoc JavadocMethod Missing a Javadoc comment. 403
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 405
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 410
 Error javadoc JavadocMethod Missing a Javadoc comment. 416
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 418
 Error javadoc JavadocMethod Missing a Javadoc comment. 422
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 424
 Error javadoc JavadocMethod Missing a Javadoc comment. 428
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 430
 Error javadoc JavadocMethod Missing a Javadoc comment. 434
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 436
 Info regexp RegexpSingleline Line has trailing spaces. 442
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 448
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 453
 Error javadoc JavadocMethod Missing a Javadoc comment. 461
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 464
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 487
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 490
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 494
 Error javadoc JavadocMethod Missing a Javadoc comment. 502
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 505
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 536
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 541
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 560
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 563
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 567
 Error javadoc JavadocVariable Missing a Javadoc comment. 579
 Error javadoc JavadocMethod Missing a Javadoc comment. 581
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 583
 Error javadoc JavadocMethod Missing a Javadoc comment. 587
 Error javadoc JavadocMethod Missing a Javadoc comment. 591
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 593
 Error javadoc JavadocMethod Missing a Javadoc comment. 597
 Error javadoc JavadocMethod Missing a Javadoc comment. 601
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 603
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 618
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 641
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 653
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 655
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 656
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 659
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 667
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 670
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 677
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 683
 Warning blocks RightCurly '}' at column 8 should be on the same line as the next part of a multi-block statement. 689
 Warning blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement. 695
 Warning blocks RightCurly '}' at column 10 should be on the same line as the next part of a multi-block statement. 701
 Warning blocks RightCurly '}' at column 12 should be on the same line as the next part of a multi-block statement. 706
 Error javadoc JavadocMethod Missing a Javadoc comment. 721
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 724
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 727

org/universAAL/context/rdf4j/sail/NativeStatementIterator.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 31
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocMethod Expected @param tag for 'btreeIter'. 42
 Error javadoc JavadocMethod Expected @param tag for 'valueStore'. 42
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 43
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 55
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 64
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 67
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 75
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 79
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 88
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 91
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 95
 Error javadoc JavadocMethod Missing a Javadoc comment. 102

org/universAAL/context/rdf4j/sail/NativeStore.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy. 23
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Info regexp RegexpSingleline Line has trailing spaces. 44
 Error javadoc JavadocVariable Missing a Javadoc comment. 54
 Error javadoc JavadocVariable Missing a Javadoc comment. 68
 Error javadoc JavadocVariable Missing a Javadoc comment. 70
 Error javadoc JavadocVariable Missing a Javadoc comment. 72
 Error javadoc JavadocVariable Missing a Javadoc comment. 74
 Error javadoc JavadocVariable Missing a Javadoc comment. 76
 Error javadoc JavadocVariable Missing a Javadoc comment. 83
 Error javadoc JavadocStyle First sentence should end with a period. 85
 Error javadoc JavadocStyle First sentence should end with a period. 88
 Error javadoc JavadocMethod Missing a Javadoc comment. 120
 Error javadoc JavadocMethod Missing a Javadoc comment. 125
 Info regexp RegexpSingleline Line has trailing spaces. 136
 Error design DesignForExtension Method 'setTripleIndexes' is not designed for extension - needs to be abstract, final or empty. 140
 Error design DesignForExtension Method 'getTripleIndexes' 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 'setForceSync' is not designed for extension - needs to be abstract, final or empty. 157
 Error javadoc JavadocMethod Expected @param tag for 'forceSync'. 157
 Error design DesignForExtension Method 'getForceSync' is not designed for extension - needs to be abstract, final or empty. 161
 Error javadoc JavadocMethod Missing a Javadoc comment. 161
 Error design DesignForExtension Method 'setValueCacheSize' is not designed for extension - needs to be abstract, final or empty. 165
 Error javadoc JavadocMethod Missing a Javadoc comment. 165
 Error design DesignForExtension Method 'setValueIDCacheSize' is not designed for extension - needs to be abstract, final or empty. 169
 Error javadoc JavadocMethod Missing a Javadoc comment. 169
 Error design DesignForExtension Method 'setNamespaceCacheSize' is not designed for extension - needs to be abstract, final or empty. 173
 Error javadoc JavadocMethod Missing a Javadoc comment. 173
 Error design DesignForExtension Method 'setNamespaceIDCacheSize' is not designed for extension - needs to be abstract, final or empty. 177
 Error javadoc JavadocMethod Missing a Javadoc comment. 177
 Error design DesignForExtension Method 'getEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. 184
 Error design DesignForExtension Method 'setEvaluationStrategyFactory' is not designed for extension - needs to be abstract, final or empty. 195
 Error javadoc JavadocMethod Expected @param tag for 'factory'. 195
 Error design DesignForExtension Method 'getFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. 202
 Info regexp RegexpSingleline Line has trailing spaces. 215
 Error design DesignForExtension Method 'setFederatedServiceResolver' is not designed for extension - needs to be abstract, final or empty. 219
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 222
 Info regexp RegexpSingleline Line has trailing spaces. 228
 Error design DesignForExtension Method 'initializeInternal' is not designed for extension - needs to be abstract, final or empty. 232
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 235
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 243
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 249
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 252
 Warning blocks LeftCurly '{' at column 7 should be on the previous line. 278
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 291
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 302
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 308
 Error design DesignForExtension Method 'shutDownInternal' is not designed for extension - needs to be abstract, final or empty. 319
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 322
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 329
 Error design DesignForExtension Method 'isWritable' is not designed for extension - needs to be abstract, final or empty. 339
 Error javadoc JavadocMethod Missing a Javadoc comment. 339
 Error design DesignForExtension Method 'getConnectionInternal' is not designed for extension - needs to be abstract, final or empty. 343
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 346
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 349
 Error design DesignForExtension Method 'getValueFactory' is not designed for extension - needs to be abstract, final or empty. 355
 Error javadoc JavadocMethod Missing a Javadoc comment. 355
 Info regexp RegexpSingleline Line has trailing spaces. 365
 Error design DesignForExtension Method 'getTransactionLock' is not designed for extension - needs to be abstract, final or empty. 371
 Error javadoc JavadocMethod Expected @throws tag for 'SailException'. 372
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 373
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 381
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 388
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 392
 Info regexp RegexpSingleline Line has trailing spaces. 400
 Error design DesignForExtension Method 'isIsolationDisabled' is not designed for extension - needs to be abstract, final or empty. 403
 Error design DesignForExtension Method 'getSailStore' is not designed for extension - needs to be abstract, final or empty. 407
 Error javadoc JavadocMethod Missing a Javadoc comment. 407
 Error javadoc JavadocMethod Missing a Javadoc comment. 411
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 413
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 420
 Info sizes LineLength Line is longer than 120 characters (found 213). 427
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 430
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 434

org/universAAL/context/rdf4j/sail/NativeStoreConnection.java

Severity Category Rule Message Line
 Error javadoc JavadocVariable Missing a Javadoc comment. 30
 Error javadoc JavadocVariable Missing a Javadoc comment. 36
 Error javadoc JavadocMethod Missing a Javadoc comment. 47
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 49
 Error design DesignForExtension Method 'startTransactionInternal' is not designed for extension - needs to be abstract, final or empty. 59
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 62
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 72
 Error design DesignForExtension Method 'commitInternal' is not designed for extension - needs to be abstract, final or empty. 80
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 83
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 86
 Error design DesignForExtension Method 'rollbackInternal' is not designed for extension - needs to be abstract, final or empty. 99
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 102
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 105
 Error design DesignForExtension Method 'addStatementInternal' is not designed for extension - needs to be abstract, final or empty. 115
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 118
 Error design DesignForExtension Method 'addInferredStatement' is not designed for extension - needs to be abstract, final or empty. 123
 Error javadoc JavadocMethod Missing a Javadoc comment. 123
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 125
 Error design DesignForExtension Method 'removeStatementsInternal' is not designed for extension - needs to be abstract, final or empty. 132
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 135
 Error design DesignForExtension Method 'removeInferredStatement' is not designed for extension - needs to be abstract, final or empty. 139
 Error javadoc JavadocMethod Missing a Javadoc comment. 139
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 141
 Error design DesignForExtension Method 'clearInternal' is not designed for extension - needs to be abstract, final or empty. 147
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 150
 Error design DesignForExtension Method 'clearInferred' is not designed for extension - needs to be abstract, final or empty. 155
 Error javadoc JavadocMethod Missing a Javadoc comment. 155
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 157

org/universAAL/context/rdf4j/sail/RecordCache.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 56
 Info regexp RegexpSingleline Line has trailing spaces. 63
 Error javadoc JavadocMethod Expected an @return tag. 68
 Info regexp RegexpSingleline Line has trailing spaces. 78
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 83
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 84
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 90
 Info regexp RegexpSingleline Line has trailing spaces. 99
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 104
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 105
 Warning coding InnerAssignment Inner assignments should be avoided. 110
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 112
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 115
 Error javadoc JavadocMethod Missing a Javadoc comment. 122
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 129
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 130
 Error javadoc JavadocMethod Missing a Javadoc comment. 135
 Info regexp RegexpSingleline Line has trailing spaces. 141
 Error javadoc JavadocMethod Missing a Javadoc comment. 154
 Error javadoc JavadocMethod Expected an @return tag. 160
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 168

org/universAAL/context/rdf4j/sail/SailSourceModel.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Warning naming ConstantName Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 45
 Error javadoc JavadocType Missing a Javadoc comment. 47
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error design VisibilityModifier Variable 'stmts' must be private and have accessor methods. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Error design VisibilityModifier Variable 'last' must be private and have accessor methods. 51
 Error javadoc JavadocMethod Missing a Javadoc comment. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 63
 Error javadoc JavadocMethod Missing a Javadoc comment. 69
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 76
 Error javadoc JavadocMethod Missing a Javadoc comment. 82
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Error design VisibilityModifier Variable 'source' must be private and have accessor methods. 90
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Error design VisibilityModifier Variable 'dataset' must be private and have accessor methods. 92
 Error javadoc JavadocVariable Missing a Javadoc comment. 94
 Error design VisibilityModifier Variable 'sink' must be private and have accessor methods. 94
 Error javadoc JavadocVariable Missing a Javadoc comment. 96
 Error javadoc JavadocVariable Missing a Javadoc comment. 98
 Error javadoc JavadocMethod Missing a Javadoc comment. 100
 Error javadoc JavadocMethod Missing a Javadoc comment. 104
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 113
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 114
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 139
 Error javadoc JavadocMethod Missing a Javadoc comment. 145
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 155
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 159
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 166
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 168
 Error javadoc JavadocMethod Missing a Javadoc comment. 172
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 181
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 185
 Error javadoc JavadocMethod Missing a Javadoc comment. 192
 Info whitespace WhitespaceAround '=' is not preceded with whitespace. 195
 Info whitespace WhitespaceAround '=' is not followed by whitespace. 195
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 197
 Error javadoc JavadocMethod Missing a Javadoc comment. 203
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 206
 Error javadoc JavadocMethod Missing a Javadoc comment. 213
 Error javadoc JavadocMethod Missing a Javadoc comment. 217
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 221
 Error javadoc JavadocMethod Missing a Javadoc comment. 228
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 233
 Error javadoc JavadocMethod Missing a Javadoc comment. 239
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 252
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 259
 Error javadoc JavadocMethod Missing a Javadoc comment. 265
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 272
 Error javadoc JavadocMethod Missing a Javadoc comment. 279
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 290
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 296
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 307
 Error javadoc JavadocMethod Missing a Javadoc comment. 313
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 332
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 333
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 337
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 349
 Warning blocks LeftCurly '{' at column 4 should be on the previous line. 358
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 367
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 376
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 381
 Error javadoc JavadocMethod Missing a Javadoc comment. 387
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 389
 Error javadoc JavadocMethod Missing a Javadoc comment. 396
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 398
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 402
 Error javadoc JavadocMethod Missing a Javadoc comment. 418
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 420
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 428
 Error javadoc JavadocMethod Missing a Javadoc comment. 434
 Error javadoc JavadocMethod Missing a Javadoc comment. 449
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 451
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 459
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 460
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 465

org/universAAL/context/rdf4j/sail/SequentialRecordCache.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 21
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Error javadoc JavadocVariable Missing a Javadoc comment. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 45
 Error javadoc JavadocMethod Missing a Javadoc comment. 51
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 53
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 59
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 78
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 85
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 92
 Error javadoc JavadocType Missing a Javadoc comment. 105
 Error javadoc JavadocVariable Missing a Javadoc comment. 107
 Error javadoc JavadocMethod Missing a Javadoc comment. 109
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 111
 Error javadoc JavadocMethod Missing a Javadoc comment. 130
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 132
 Error javadoc JavadocMethod Missing a Javadoc comment. 138
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 140

org/universAAL/context/rdf4j/sail/SortedRecordCache.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 20
 Error javadoc JavadocVariable Missing a Javadoc comment. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 35
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 37
 Error javadoc JavadocMethod Missing a Javadoc comment. 41
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 43
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 55
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 67
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 74

org/universAAL/context/rdf4j/sail/TripleStore.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 41
 Error javadoc JavadocVariable Missing a Javadoc comment. 88
 Error javadoc JavadocVariable Missing a Javadoc comment. 90
 Error javadoc JavadocVariable Missing a Javadoc comment. 92
 Error javadoc JavadocVariable Missing a Javadoc comment. 94
 Error javadoc JavadocVariable Missing a Javadoc comment. 96
 Error javadoc JavadocVariable Missing a Javadoc comment. 98
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 103
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 108
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 113
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 119
 Error javadoc JavadocVariable Missing a Javadoc comment. 125
 Error javadoc JavadocVariable Missing a Javadoc comment. 142
 Error javadoc JavadocVariable Missing a Javadoc comment. 144
 Error javadoc JavadocVariable Missing a Javadoc comment. 146
 Error javadoc JavadocMethod Missing a Javadoc comment. 152
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 154
 Error javadoc JavadocMethod Missing a Javadoc comment. 158
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 160
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 180
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 194
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 205
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 214
 Error javadoc JavadocMethod Missing a Javadoc comment. 226
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 228
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 233
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 239
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 243
 Error javadoc JavadocMethod Missing a Javadoc comment. 250
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 252
 Info regexp RegexpSingleline Line has trailing spaces. 271
 Error javadoc JavadocMethod Expected @throws tag for 'SailException'. 277
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 278
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 289
 Error javadoc JavadocMethod Missing a Javadoc comment. 301
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 303
 Error javadoc JavadocMethod Missing a Javadoc comment. 310
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 312
 Warning coding MissingSwitchDefault switch without "default" clause. 313
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 319
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 330
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 341
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 353
 Error javadoc JavadocMethod Missing a Javadoc comment. 362
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 364
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 391
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 397
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 425
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 429
 Error javadoc JavadocMethod Missing a Javadoc comment. 446
 Error javadoc JavadocMethod Missing a Javadoc comment. 450
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 452
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 458
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 467
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 471
 Error javadoc JavadocMethod Missing a Javadoc comment. 483
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 485
 Error javadoc JavadocMethod Missing a Javadoc comment. 490
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 492
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 496
 Info regexp RegexpSingleline Line has trailing spaces. 505
 Error javadoc JavadocMethod Expected @param tag for 'readTransaction'. 510
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 511
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 512
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 516
 Error javadoc JavadocMethod Missing a Javadoc comment. 523
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 526
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 533
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 548
 Error javadoc JavadocType Missing a Javadoc comment. 561
 Error javadoc JavadocVariable Missing a Javadoc comment. 563
 Error javadoc JavadocMethod Missing a Javadoc comment. 565
 Error javadoc JavadocMethod Missing a Javadoc comment. 569
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 571
 Error javadoc JavadocMethod Missing a Javadoc comment. 589
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 591
 Error javadoc JavadocMethod Missing a Javadoc comment. 595
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 597
 Error javadoc JavadocType Missing a Javadoc comment. 602
 Error javadoc JavadocVariable Missing a Javadoc comment. 604
 Error javadoc JavadocMethod Missing a Javadoc comment. 606
 Error javadoc JavadocMethod Missing a Javadoc comment. 610
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 612
 Error javadoc JavadocMethod Missing a Javadoc comment. 628
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 630
 Error javadoc JavadocMethod Missing a Javadoc comment. 634
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 636
 Error javadoc JavadocMethod Missing a Javadoc comment. 641
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 643
 Error javadoc JavadocMethod Missing a Javadoc comment. 649
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 651
 Error javadoc JavadocMethod Missing a Javadoc comment. 662
 Info sizes ParameterNumber More than 7 parameters (found 8). 662
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 664
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 674
 Error javadoc JavadocMethod Missing a Javadoc comment. 681
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 683
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 691
 Error javadoc JavadocMethod Missing a Javadoc comment. 701
 Error javadoc JavadocMethod Missing a Javadoc comment. 716
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 718
 Error javadoc JavadocMethod Missing a Javadoc comment. 724
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 726
 Error javadoc JavadocMethod Missing a Javadoc comment. 730
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 732
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 746
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 763
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 775
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 782
 Error javadoc JavadocMethod Missing a Javadoc comment. 804
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 806
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 828
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 829
 Error javadoc JavadocMethod Missing a Javadoc comment. 835
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 837
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 860
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 872
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 877
 Error javadoc JavadocMethod Missing a Javadoc comment. 885
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 887
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 896
 Info sizes LineLength Line is longer than 120 characters (found 134). 898
 Error javadoc JavadocMethod Missing a Javadoc comment. 903
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 905
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 918
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 934
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 946
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 953
 Error javadoc JavadocMethod Missing a Javadoc comment. 969
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 971
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 986
 Error javadoc JavadocMethod Missing a Javadoc comment. 993
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 995
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 1010
 Warning blocks RightCurly '}' at column 6 should be on the same line as the next part of a multi-block statement. 1026
 Warning blocks RightCurly '}' at column 8 should be on the same line as the next part of a multi-block statement. 1034
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 1042
 Error javadoc JavadocMethod Missing a Javadoc comment. 1057
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 1059
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 1064
 Error javadoc JavadocMethod Missing a Javadoc comment. 1074
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1081
 Error javadoc JavadocMethod Missing a Javadoc comment. 1086
 Error javadoc JavadocMethod Missing a Javadoc comment. 1090
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1105
 Error javadoc JavadocMethod Missing a Javadoc comment. 1110
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1117
 Error javadoc JavadocMethod Missing a Javadoc comment. 1122
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1129
 Error javadoc JavadocMethod Missing a Javadoc comment. 1134
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 1136
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1142
 Error javadoc JavadocMethod Missing a Javadoc comment. 1148
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 1150
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 1154
 Error javadoc JavadocType Missing a Javadoc comment. 1164
 Error javadoc JavadocVariable Missing a Javadoc comment. 1166
 Error javadoc JavadocVariable Missing a Javadoc comment. 1168
 Error javadoc JavadocMethod Missing a Javadoc comment. 1170
 Warning blocks LeftCurly '{' at column 3 should be on the previous line. 1172
 Error javadoc JavadocMethod Missing a Javadoc comment. 1178
 Error javadoc JavadocMethod Missing a Javadoc comment. 1182
 Error javadoc JavadocMethod Missing a Javadoc comment. 1186
 Error javadoc JavadocMethod Expected an @return tag. 1195
 Error javadoc JavadocMethod Expected @param tag for 'subj'. 1195
 Error javadoc JavadocMethod Expected @param tag for 'pred'. 1195
 Error javadoc JavadocMethod Expected @param tag for 'obj'. 1195
 Error javadoc JavadocMethod Expected @param tag for 'context'. 1195
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 1203
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 1211
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 1219
 Warning blocks RightCurly '}' at column 7 should be on the same line as the next part of a multi-block statement. 1227
 Error javadoc JavadocVariable Missing a Javadoc comment. 1257
 Error javadoc JavadocMethod Missing a Javadoc comment. 1259
 Error javadoc JavadocMethod Missing a Javadoc comment. 1263
 Error javadoc JavadocMethod Missing a Javadoc comment. 1267

org/universAAL/context/rdf4j/sail/TxnStatusFile.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 21
 Error javadoc JavadocVariable Missing a Javadoc comment. 50
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Info regexp RegexpSingleline Line has trailing spaces. 61
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 69
 Error javadoc JavadocMethod Missing a Javadoc comment. 78
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 80
 Info regexp RegexpSingleline Line has trailing spaces. 86
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 94
 Info regexp RegexpSingleline Line has trailing spaces. 102
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 110
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 111
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 115
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 122

org/universAAL/context/rdf4j/sail/ValueStore.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 40
 Info regexp RegexpSingleline Line has trailing spaces. 42
 Error javadoc JavadocVariable Missing a Javadoc comment. 71
 Error javadoc JavadocVariable Missing a Javadoc comment. 73
 Error javadoc JavadocVariable Missing a Javadoc comment. 75
 Error javadoc JavadocVariable Missing a Javadoc comment. 77
 Error javadoc JavadocMethod Missing a Javadoc comment. 126
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 128
 Error javadoc JavadocMethod Missing a Javadoc comment. 132
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 134
 Error javadoc JavadocMethod Missing a Javadoc comment. 139
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 142
 Error design DesignForExtension Method 'getRevision' is not designed for extension - needs to be abstract, final or empty. 169
 Error javadoc JavadocMethod Missing a Javadoc comment. 169
 Error javadoc JavadocMethod Expected an @return tag. 177
 Error design DesignForExtension Method 'getReadLock' is not designed for extension - needs to be abstract, final or empty. 177
 Error javadoc JavadocMethod Expected @throws tag for 'InterruptedException'. 178
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 179
 Info regexp RegexpSingleline Line has trailing spaces. 185
 Error design DesignForExtension Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 192
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 194
 Info regexp RegexpSingleline Line has trailing spaces. 216
 Error design DesignForExtension Method 'getID' is not designed for extension - needs to be abstract, final or empty. 223
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 225
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 230
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 249
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 259
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 266
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 272
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 273
 Info regexp RegexpSingleline Line has trailing spaces. 291
 Error design DesignForExtension Method 'storeValue' is not designed for extension - needs to be abstract, final or empty. 298
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 300
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 305
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 325
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 337
 Info regexp RegexpSingleline Line has trailing spaces. 350
 Error design DesignForExtension Method 'clear' is not designed for extension - needs to be abstract, final or empty. 354
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 356
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 370
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 374
 Info regexp RegexpSingleline Line has trailing spaces. 384
 Error design DesignForExtension Method 'sync' is not designed for extension - needs to be abstract, final or empty. 388
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 390
 Info regexp RegexpSingleline Line has trailing spaces. 397
 Error design DesignForExtension Method 'close' is not designed for extension - needs to be abstract, final or empty. 401
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 403
 Error design DesignForExtension Method 'checkConsistency' is not designed for extension - needs to be abstract, final or empty. 412
 Error javadoc JavadocMethod Expected @throws tag for 'SailException'. 413
 Error javadoc JavadocMethod Expected @throws tag for 'IOException'. 413
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 414
 Warning blocks LeftCurly '{' at column 6 should be on the previous line. 423
 Warning blocks RightCurly '}' at column 5 should be on the same line as the next part of a multi-block statement. 426
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 432
 Error javadoc JavadocMethod Missing a Javadoc comment. 443
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 446
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 448
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 451
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 455
 Error javadoc JavadocMethod Expected an @return tag. 464
 Error javadoc JavadocMethod Expected @param tag for 'value'. 464
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 466
 Error javadoc JavadocMethod Expected an @return tag. 472
 Error javadoc JavadocMethod Expected @param tag for 'value'. 472
 Error javadoc JavadocMethod Missing a Javadoc comment. 476
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 478
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 480
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 481
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 483
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 484
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 486
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 487
 Error javadoc JavadocMethod Missing a Javadoc comment. 493
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 495
 Error javadoc JavadocMethod Missing a Javadoc comment. 515
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 517
 Error javadoc JavadocMethod Missing a Javadoc comment. 527
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 529
 Error javadoc JavadocMethod Missing a Javadoc comment. 533
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 535
 Error javadoc JavadocMethod Missing a Javadoc comment. 542
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 544
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 550
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 575
 Error javadoc JavadocMethod Missing a Javadoc comment. 584
 Error javadoc JavadocMethod Missing a Javadoc comment. 588
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 590
 Error javadoc JavadocMethod Missing a Javadoc comment. 604
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 606
 Error javadoc JavadocMethod Missing a Javadoc comment. 615
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 617
 Error javadoc JavadocMethod Missing a Javadoc comment. 622
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 624
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 629
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 644
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 647
 Error javadoc JavadocMethod Missing a Javadoc comment. 653
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 655
 Error javadoc JavadocMethod Missing a Javadoc comment. 659
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 661
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 672
 Error javadoc JavadocMethod Missing a Javadoc comment. 684
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 686
 Error design DesignForExtension Method 'createIRI' is not designed for extension - needs to be abstract, final or empty. 704
 Error design DesignForExtension Method 'createIRI' is not designed for extension - needs to be abstract, final or empty. 709
 Error design DesignForExtension Method 'createBNode' is not designed for extension - needs to be abstract, final or empty. 714
 Error design DesignForExtension Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. 719
 Error design DesignForExtension Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. 724
 Error design DesignForExtension Method 'createLiteral' is not designed for extension - needs to be abstract, final or empty. 729
 Info regexp RegexpSingleline Line has trailing spaces. 735
 Error design DesignForExtension Method 'getNativeValue' is not designed for extension - needs to be abstract, final or empty. 738
 Error javadoc JavadocMethod Missing a Javadoc comment. 738
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 740
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 741
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 743
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 744
 Error design DesignForExtension Method 'getNativeResource' is not designed for extension - needs to be abstract, final or empty. 750
 Error javadoc JavadocMethod Missing a Javadoc comment. 750
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 752
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 753
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 755
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 756
 Info regexp RegexpSingleline Line has trailing spaces. 766
 Error design DesignForExtension Method 'getNativeURI' is not designed for extension - needs to be abstract, final or empty. 769
 Error javadoc JavadocMethod Expected @param tag for 'uri'. 769
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 771
 Info regexp RegexpSingleline Line has trailing spaces. 781
 Error design DesignForExtension Method 'getNativeBNode' is not designed for extension - needs to be abstract, final or empty. 784
 Error javadoc JavadocMethod Expected @param tag for 'bnode'. 784
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 786
 Info regexp RegexpSingleline Line has trailing spaces. 796
 Error design DesignForExtension Method 'getNativeLiteral' is not designed for extension - needs to be abstract, final or empty. 799
 Error javadoc JavadocMethod Expected @param tag for 'l'. 799
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 801
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 806

org/universAAL/context/rdf4j/sail/ValueStoreRevision.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - org.eclipse.rdf4j.sail.nativerdf.model.NativeValue. 12
 Info regexp RegexpSingleline Line has trailing spaces. 18
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Info modifier ModifierOrder 'private' modifier out of order with the JLS suggestions. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Error design DesignForExtension Method 'getValueStore' is not designed for extension - needs to be abstract, final or empty. 47
 Error javadoc JavadocMethod Missing a Javadoc comment. 47

org/universAAL/context/rdf4j/sail/crypt/Codec.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocMethod Missing a Javadoc comment. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 31

org/universAAL/context/rdf4j/sail/crypt/CryptDataStore.java

Severity Category Rule Message Line
 Info regexp RegexpSingleline Line has trailing spaces. 22
 Info regexp RegexpSingleline Line has trailing spaces. 24
 Error javadoc JavadocVariable Missing a Javadoc comment. 33
 Error javadoc JavadocVariable Missing a Javadoc comment. 35
 Error javadoc JavadocVariable Missing a Javadoc comment. 37
 Info regexp RegexpSingleline Line has trailing spaces. 43
 Error javadoc JavadocVariable Missing a Javadoc comment. 44
 Error javadoc JavadocMethod Missing a Javadoc comment. 58
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 60
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 66
 Info regexp RegexpSingleline Line has trailing spaces. 93
 Error design DesignForExtension Method 'getData' is not designed for extension - needs to be abstract, final or empty. 100
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 102
 Info regexp RegexpSingleline Line has trailing spaces. 122
 Error design DesignForExtension Method 'getID' is not designed for extension - needs to be abstract, final or empty. 129
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 131
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 154
 Info regexp RegexpSingleline Line has trailing spaces. 164
 Error design DesignForExtension Method 'getMaxID' is not designed for extension - needs to be abstract, final or empty. 169
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 171
 Info regexp RegexpSingleline Line has trailing spaces. 178
 Error design DesignForExtension Method 'storeData' is not designed for extension - needs to be abstract, final or empty. 185
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 187
 Info regexp RegexpSingleline Line has trailing spaces. 210
 Error design DesignForExtension Method 'sync' is not designed for extension - needs to be abstract, final or empty. 214
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 216
 Info regexp RegexpSingleline Line has trailing spaces. 224
 Error design DesignForExtension Method 'clear' is not designed for extension - needs to be abstract, final or empty. 228
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 230
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 233
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 237
 Info regexp RegexpSingleline Line has trailing spaces. 247
 Error design DesignForExtension Method 'close' is not designed for extension - needs to be abstract, final or empty. 251
 Warning blocks LeftCurly '{' at column 2 should be on the previous line. 254
 Warning blocks RightCurly '}' at column 3 should be on the same line as the next part of a multi-block statement. 257
 Warning blocks RightCurly '}' at column 4 should be on the same line as the next part of a multi-block statement. 261
 Info regexp RegexpSingleline Line has trailing spaces. 270
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 278
 Info sizes LineLength Line is longer than 120 characters (found 124). 293

org/universAAL/context/rdf4j/sail/crypt/CryptUtil.java

Severity Category Rule Message Line
 Info imports UnusedImports Unused import - java.util.Vector. 31
 Error javadoc JavadocStyle First sentence should end with a period. 39
 Error javadoc JavadocVariable Missing a Javadoc comment. 49
 Error javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning naming ConstantName Name 'keyFileName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 51
 Error javadoc JavadocVariable Missing a Javadoc comment. 52
 Warning naming ConstantName Name 'randomizationAlgorithm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 52
 Error javadoc JavadocVariable Missing a Javadoc comment. 53
 Warning naming ConstantName Name 'secretKeyAlgorithm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 53
 Error javadoc JavadocVariable Missing a Javadoc comment. 55
 Error javadoc JavadocVariable Missing a Javadoc comment. 56
 Error javadoc JavadocVariable Missing a Javadoc comment. 57
 Error javadoc JavadocStyle First sentence should end with a period. 157
 Error javadoc JavadocMethod Unused @param tag for 'String'. 161
 Error javadoc JavadocMethod Expected an @return tag. 167
 Error javadoc JavadocMethod Expected @param tag for 'dir'. 167
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 167
 Error javadoc JavadocStyle First sentence should end with a period. 196
 Error javadoc JavadocMethod Unused @param tag for 'String'. 200
 Error javadoc JavadocMethod Expected @param tag for 'cipher'. 205
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 205
 Error javadoc JavadocStyle First sentence should end with a period. 209
 Error javadoc JavadocMethod Unused @param tag for 'String'. 213
 Error javadoc JavadocMethod Unused @param tag for 'SecretKey'. 215
 Error javadoc JavadocMethod Expected @param tag for 'cipher'. 220
 Error javadoc JavadocMethod Expected @param tag for 'skey'. 220
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 220
 Error javadoc JavadocStyle First sentence should end with a period. 226
 Error javadoc JavadocMethod Unused @param tag for 'String'. 230
 Error javadoc JavadocMethod Expected @param tag for 'clear'. 235
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 235
 Error javadoc JavadocStyle First sentence should end with a period. 239
 Error javadoc JavadocMethod Unused @param tag for 'String'. 243
 Error javadoc JavadocMethod Unused @param tag for 'SecretKey'. 245
 Error javadoc JavadocMethod Expected @param tag for 'clear'. 250
 Error javadoc JavadocMethod Expected @param tag for 'skey'. 250
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 250
 Error javadoc JavadocStyle First sentence should end with a period. 256
 Error javadoc JavadocMethod Unused @param tag for 'File'. 259
 Error javadoc JavadocMethod Expected @param tag for 'keyFile'. 264
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 264
 Error javadoc JavadocStyle First sentence should end with a period. 277
 Error design DesignForExtension Method 'generateKeyPair' is not designed for extension - needs to be abstract, final or empty. 282
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 282
 Error javadoc JavadocStyle First sentence should end with a period. 299
 Error javadoc JavadocMethod Unused @param tag for 'File'. 302
 Error javadoc JavadocMethod Expected @param tag for 'keyFile'. 307
 Error javadoc JavadocMethod Expected @throws tag for 'Exception'. 307

org/universAAL/context/rdf4j/sail/model/NativeBNode.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 13
 Error javadoc JavadocVariable Missing a Javadoc comment. 19
 Error javadoc JavadocVariable Missing a Javadoc comment. 25
 Error javadoc JavadocVariable Missing a Javadoc comment. 27
 Error javadoc JavadocMethod Missing a Javadoc comment. 33
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 42
 Error design DesignForExtension Method 'setInternalID' 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 'getValueStoreRevision' 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 'getInternalID' is not designed for extension - needs to be abstract, final or empty. 60
 Error javadoc JavadocMethod Missing a Javadoc comment. 60
 Warning coding EqualsHashCode Definition of 'equals()' without corresponding definition of 'hashCode()'. 64
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 64
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 71
 Warning blocks LeftCurly '{' at column 4 should be on the previous line. 75

org/universAAL/context/rdf4j/sail/model/NativeIRI.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 13
 Error javadoc JavadocVariable Missing a Javadoc comment. 15
 Error javadoc JavadocVariable Missing a Javadoc comment. 21
 Error javadoc JavadocVariable Missing a Javadoc comment. 23
 Error javadoc JavadocMethod Missing a Javadoc comment. 29
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 38
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 47
 Error design DesignForExtension Method 'setInternalID' 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 'getValueStoreRevision' 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 'getInternalID' is not designed for extension - needs to be abstract, final or empty. 64
 Error javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning coding EqualsHashCode Definition of 'equals()' without corresponding definition of 'hashCode()'. 68
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 68
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 75
 Warning blocks LeftCurly '{' at column 4 should be on the previous line. 79

org/universAAL/context/rdf4j/sail/model/NativeLiteral.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 14
 Error javadoc JavadocVariable Missing a Javadoc comment. 20
 Error javadoc JavadocVariable Missing a Javadoc comment. 26
 Error javadoc JavadocVariable Missing a Javadoc comment. 28
 Error javadoc JavadocMethod Missing a Javadoc comment. 34
 Error javadoc JavadocMethod Missing a Javadoc comment. 39
 Error javadoc JavadocMethod Missing a Javadoc comment. 43
 Error javadoc JavadocMethod Missing a Javadoc comment. 48
 Error javadoc JavadocMethod Missing a Javadoc comment. 52
 Error javadoc JavadocMethod Missing a Javadoc comment. 57
 Error javadoc JavadocMethod Missing a Javadoc comment. 61
 Error design DesignForExtension Method 'setInternalID' is not designed for extension - needs to be abstract, final or empty. 70
 Error javadoc JavadocMethod Missing a Javadoc comment. 70
 Error design DesignForExtension Method 'getValueStoreRevision' is not designed for extension - needs to be abstract, final or empty. 75
 Error javadoc JavadocMethod Missing a Javadoc comment. 75
 Error design DesignForExtension Method 'getInternalID' is not designed for extension - needs to be abstract, final or empty. 79
 Error javadoc JavadocMethod Missing a Javadoc comment. 79
 Warning coding EqualsHashCode Definition of 'equals()' without corresponding definition of 'hashCode()'. 83
 Error design DesignForExtension Method 'equals' is not designed for extension - needs to be abstract, final or empty. 83
 Info whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 90
 Warning blocks LeftCurly '{' at column 4 should be on the previous line. 94

org/universAAL/context/rdf4j/sail/model/NativeResource.java

Severity Category Rule Message Line
 Error javadoc JavadocType Missing a Javadoc comment. 12

org/universAAL/context/rdf4j/sail/model/NativeValue.java

Severity Category Rule Message Line
 Warning javadoc JavadocPackage Missing package-info.java file.
 Error javadoc JavadocType Missing a Javadoc comment. 13
 Error javadoc JavadocVariable Missing a Javadoc comment. 15
 Error javadoc JavadocMethod Expected @param tag for 'id'. 20
 Error javadoc JavadocMethod Expected @param tag for 'revision'. 20
 Info regexp RegexpSingleline Line has trailing spaces. 24