Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
20 0 0 1244

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
5 Errors Error
NewlineAtEndOfFile 1 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
1 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
426 Errors Error
JavadocMethod 28 Errors Error
JavadocType 1 Errors Error
JavadocVariable 23 Errors Error
JavadocStyle 11 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 2 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
LineLength 377 Errors Error
MethodLength 0 Errors Error
ParameterNumber 4 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 9 Errors Error
ParenPad 2 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 100 Errors Error
ModifierOrder 34 Errors Error
RedundantModifier 6 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 1 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 37 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 1 Errors Error
MagicNumber 6 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 1 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 2 Errors Error
DesignForExtension 37 Errors Error
FinalClass 2 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 2 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 125 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

org/bitrepository/audittrails/AuditTrailService.java

Violation Message Line
Errors Line has trailing spaces. 4
Errors Line is longer than 80 characters. 8
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 12
Errors Line has trailing spaces. 14
Errors Line has trailing spaces. 19
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 44
Errors Line has trailing spaces. 45
Errors Missing a Javadoc comment. 48
Errors Parameter store should be final. 66
Errors 'store' hides a field. 66
Errors Parameter collector should be final. 67
Errors 'collector' hides a field. 67
Errors Parameter mediator should be final. 68
Errors 'mediator' hides a field. 68
Errors Parameter settings should be final. 69
Errors 'settings' hides a field. 69
Errors Line is longer than 80 characters. 70
Errors Line is longer than 80 characters. 72
Errors Line has trailing spaces. 82
Errors Line is longer than 80 characters. 84
Errors Line is longer than 80 characters. 85
Errors Line is longer than 80 characters. 86
Errors Line is longer than 80 characters. 87
Errors Line is longer than 80 characters. 89
Errors Expected an @return tag. 93
Errors Line has trailing spaces. 93
Errors Line is longer than 80 characters. 93
Errors Method 'queryAuditTrailEventsByIterator' is not designed for extension - needs to be abstract, final or empty. 93
Errors More than 7 parameters. 93
Errors Parameter fromDate should be final. 93
Errors Parameter toDate should be final. 93
Errors Parameter fileID should be final. 93
Errors Line has trailing spaces. 94
Errors Line is longer than 80 characters. 94
Errors Parameter collectionID should be final. 94
Errors Expected @param tag for 'collectionID'. 94
Errors Parameter reportingComponent should be final. 94
Errors Parameter actor should be final. 94
Errors Parameter action should be final. 94
Errors Parameter fingerprint should be final. 95
Errors Expected @param tag for 'fingerprint'. 95
Errors Parameter operationID should be final. 95
Errors Expected @param tag for 'operationID'. 95
Errors Line has trailing spaces. 96
Errors Line is longer than 80 characters. 96
Errors Line is longer than 80 characters. 102
Errors Method 'collectAuditTrails' is not designed for extension - needs to be abstract, final or empty. 105
Errors Line has trailing spaces. 106
Errors 'for' is not followed by whitespace. 106
Errors Line is longer than 80 characters. 107
Errors Method 'start' is not designed for extension - needs to be abstract, final or empty. 112
Errors Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. 117
Errors '(' is followed by whitespace. 123
Errors Line is longer than 80 characters. 127

org/bitrepository/audittrails/AuditTrailServiceFactory.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line has trailing spaces. 4
Errors Line is longer than 80 characters. 8
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 12
Errors Line has trailing spaces. 14
Errors Line has trailing spaces. 19
Errors Line has trailing spaces. 20
Errors First sentence should end with a period. 63
Errors Line has trailing spaces. 64
Errors Line is longer than 80 characters. 68
Errors Missing a Javadoc comment. 68
Errors Line has trailing spaces. 69
Errors Line has trailing spaces. 76
Errors Line is longer than 80 characters. 77
Errors Line is longer than 80 characters. 79
Errors Line is longer than 80 characters. 80
Errors Line has trailing spaces. 81
Errors Line has trailing spaces. 86
Errors Line has trailing spaces. 88
Errors Line is longer than 80 characters. 89
Errors Parameter confDir should be final. 91
Errors Line has trailing spaces. 94
Errors First sentence should end with a period. 95
Errors Line has trailing spaces. 96
Errors 'if' is not followed by whitespace. 100
Errors Line is longer than 80 characters. 108
Errors Line is longer than 80 characters. 117
Errors Line has trailing spaces. 118
Errors Line is longer than 80 characters. 119
Errors Line has trailing spaces. 120
Errors Line has trailing spaces. 122
Errors Line is longer than 80 characters. 122
Errors Line has trailing spaces. 124
Errors Line has trailing spaces. 125
Errors Line is longer than 80 characters. 125
Errors Line has trailing spaces. 127
Errors Line is longer than 80 characters. 128
Errors Line is longer than 80 characters. 129
Errors Line is longer than 80 characters. 130
Errors Line has trailing spaces. 131
Errors Line is longer than 80 characters. 131
Errors Line is longer than 80 characters. 132
Errors Line is longer than 80 characters. 134
Errors Line is longer than 80 characters. 136
Errors Line is longer than 80 characters. 138
Errors Line is longer than 80 characters. 141
Errors Line has trailing spaces. 143
Errors Line is longer than 80 characters. 144
Errors Line has trailing spaces. 149
Errors Line has trailing spaces. 152
Errors Line is longer than 80 characters. 160

org/bitrepository/audittrails/collector/AuditTrailCollector.java

Violation Message Line
Errors Line has trailing spaces. 4
Errors Line is longer than 80 characters. 8
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 12
Errors Line has trailing spaces. 14
Errors Line has trailing spaces. 19
Errors Line has trailing spaces. 20
Errors Missing a Javadoc comment. 47
Errors Line has trailing spaces. 49
Errors Line is longer than 80 characters. 49
Errors Missing a Javadoc comment. 53
Errors Line is longer than 80 characters. 55
Errors Line is longer than 80 characters. 60
Errors Line is longer than 80 characters. 63
Errors Parameter settings should be final. 63
Errors 'settings' hides a field. 63
Errors Parameter client should be final. 63
Errors Parameter store should be final. 63
Errors Line is longer than 80 characters. 70
Errors Line has trailing spaces. 71
Errors Line is longer than 80 characters. 72
Errors 'for' is not followed by whitespace. 72
Errors Line is longer than 80 characters. 74
Errors Line is longer than 80 characters. 76
Errors Line has trailing spaces. 77
Errors Line is longer than 80 characters. 77
Errors '(' is followed by whitespace. 77
Errors '+' should be on a new line. 79
Errors '+' should be on a new line. 80
Errors Line is longer than 80 characters. 81
Errors Line is longer than 80 characters. 82
Errors '/' is not preceded with whitespace. 82
Errors '/' is not followed by whitespace. 82
Errors '10' is a magic number. 82
Errors Line has trailing spaces. 86
Errors Method 'collectNewestAudits' is not designed for extension - needs to be abstract, final or empty. 90
Errors Parameter collectionID should be final. 90
Errors Expected @param tag for 'collectionID'. 90
Errors Line is longer than 80 characters. 95
Errors Line is longer than 80 characters. 99
Errors Line is longer than 80 characters. 100
Errors Line has trailing spaces. 105
Errors Method 'close' is not designed for extension - needs to be abstract, final or empty. 109
Errors 'for' is not followed by whitespace. 110
Errors Class AuditTrailCollectionTimerTask should be declared as final. 119
Errors Missing a Javadoc comment. 124
Errors Line has trailing spaces. 125
Errors Line is longer than 80 characters. 129
Errors Parameter collector should be final. 129
Errors 'collector' hides a field. 129
Errors Expected @param tag for 'collector'. 129
Errors Parameter interval should be final. 129
Errors 'interval' hides a field. 129
Errors Line is longer than 80 characters. 133
Errors Line has trailing spaces. 135
Errors Line is longer than 80 characters. 137
Errors Line is longer than 80 characters. 140
Errors Line is longer than 80 characters. 142
Errors 'if' is not followed by whitespace. 147

org/bitrepository/audittrails/collector/IncrementalCollector.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line is longer than 80 characters. 5
Errors Line has trailing spaces. 8
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 16
Errors Line has trailing spaces. 17
Errors Line is longer than 80 characters. 44
Errors Missing a Javadoc comment. 48
Errors Missing a Javadoc comment. 49
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 51
Errors Missing a Javadoc comment. 52
Errors First sentence should end with a period. 58
Errors Missing a Javadoc comment. 60
Errors Line is longer than 80 characters. 66
Errors Line is longer than 80 characters. 69
Errors Parameter collectionID should be final. 69
Errors 'collectionID' hides a field. 69
Errors Expected @param tag for 'collectionID'. 69
Errors Parameter clientID should be final. 69
Errors 'clientID' hides a field. 69
Errors Parameter client should be final. 69
Errors 'client' hides a field. 69
Errors Parameter store should be final. 69
Errors 'store' hides a field. 69
Errors Parameter maxNumberOfResults should be final. 70
Errors 'maxNumberOfResults' hides a field. 70
Errors '?' is not preceded with whitespace. 75
Errors '?' should be on a new line. 75
Errors Avoid inline conditionals. 75
Errors First sentence should end with a period. 79
Errors Line has trailing spaces. 81
Errors Method 'getCollectionID' is not designed for extension - needs to be abstract, final or empty. 83
Errors Line has trailing spaces. 86
Errors Method 'performCollection' is not designed for extension - needs to be abstract, final or empty. 91
Errors Parameter contributors should be final. 91
Errors Expected @param tag for 'contributors'. 91
Errors Line has trailing spaces. 93
Errors 'for' is not followed by whitespace. 94
Errors Line is longer than 80 characters. 96
Errors Line is longer than 80 characters. 101
Errors Line is longer than 80 characters. 105
Errors Line is longer than 80 characters. 113
Errors Missing a Javadoc comment. 117
Errors Variable 'contributorsWithPartialResults' must be private and have accessor methods. 117
Errors Missing a Javadoc comment. 118
Errors Parameter event should be final. 121
Errors 'if' is not followed by whitespace. 122
Errors Line is longer than 80 characters. 125
Errors Line is longer than 80 characters. 130
Errors Line is longer than 80 characters. 132
Errors Line is longer than 80 characters. 135
Errors '+' should be on a new line. 135
Errors Line is longer than 80 characters. 136
Errors '+' should be on a new line. 136
Errors Line has trailing spaces. 137
Errors Line is longer than 80 characters. 137
Errors Line is longer than 80 characters. 138
Errors Line is longer than 80 characters. 140
Errors '||' should be on a new line. 140
Errors Line is longer than 80 characters. 141
Errors '||' should be on a new line. 141
Errors Line is longer than 80 characters. 142

org/bitrepository/audittrails/preserver/AuditPacker.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line is longer than 80 characters. 5
Errors Line has trailing spaces. 8
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 16
Errors Line has trailing spaces. 17
Errors Line is longer than 80 characters. 43
Errors Line has trailing spaces. 44
Errors Line is longer than 80 characters. 44
Errors Line is longer than 80 characters. 58
Errors Line has trailing spaces. 60
Errors Line has trailing spaces. 63
Errors Line is longer than 80 characters. 68
Errors Parameter store should be final. 68
Errors 'store' hides a field. 68
Errors Parameter settings should be final. 68
Errors Expected @param tag for 'settings'. 68
Errors Parameter collectionId should be final. 68
Errors 'collectionId' hides a field. 68
Errors Expected @param tag for 'collectionId'. 68
Errors Line is longer than 80 characters. 71
Errors Line is longer than 80 characters. 72
Errors Line has trailing spaces. 73
Errors Line has trailing spaces. 76
Errors Line is longer than 80 characters. 79
Errors Method 'getSequenceNumbersReached' is not designed for extension - needs to be abstract, final or empty. 81
Errors Line has trailing spaces. 84
Errors Line is longer than 80 characters. 86
Errors 'for' is not followed by whitespace. 89
Errors Line is longer than 80 characters. 90
Errors Line has trailing spaces. 94
Errors Line has trailing spaces. 96
Errors Line is longer than 80 characters. 96
Errors Line has trailing spaces. 99
Errors Method 'createNewPackage' is not designed for extension - needs to be abstract, final or empty. 101
Errors Line is longer than 80 characters. 102
Errors Line is longer than 80 characters. 108
Errors 'if' is not followed by whitespace. 111
Errors Line has trailing spaces. 116
Errors Parameter container should be final. 122
Errors 'for' is not followed by whitespace. 126
Errors 'if' is not followed by whitespace. 130
Errors Line has trailing spaces. 136
Errors Line is longer than 80 characters. 138
Errors Line is longer than 80 characters. 141
Errors Unused Javadoc tag. 141
Errors Parameter contributorId should be final. 143
Errors Parameter writer should be final. 143
Errors Line is longer than 80 characters. 144
Errors Line is longer than 80 characters. 147
Errors Line has trailing spaces. 148
Errors Line is longer than 80 characters. 148
Errors '1000' is a magic number. 151
Errors 'while' is not followed by whitespace. 155
Errors 'if' is not followed by whitespace. 157
Errors Line has trailing spaces. 161
Errors 'if' is not followed by whitespace. 162
Errors Line is longer than 80 characters. 163
Errors Line is longer than 80 characters. 166
Errors 'if' is not followed by whitespace. 167
Errors Line has trailing spaces. 171
Errors Line is longer than 80 characters. 174
Errors Line has trailing spaces. 176
Errors Parameter fileToCompress should be final. 181
Errors Line is longer than 80 characters. 182

org/bitrepository/audittrails/preserver/AuditPreservationEventHandler.java

Violation Message Line
Errors Line is longer than 80 characters. 5
Errors Line has trailing spaces. 8
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 16
Errors Line has trailing spaces. 17
Errors Line is longer than 80 characters. 35
Errors Line has trailing spaces. 36
Errors Line is longer than 80 characters. 37
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 49
Errors Line has trailing spaces. 51
Errors Line is longer than 80 characters. 54
Errors Line is longer than 80 characters. 55
Errors Line has trailing spaces. 56
Errors Line is longer than 80 characters. 56
Errors Line is longer than 80 characters. 58
Errors Parameter preservationSequenceNumber should be final. 58
Errors Parameter store should be final. 58
Errors 'store' hides a field. 58
Errors Parameter collectionID should be final. 58
Errors 'collectionID' hides a field. 58
Errors Line has trailing spaces. 63
Errors Method 'handleEvent' is not designed for extension - needs to be abstract, final or empty. 64
Errors Parameter event should be final. 65
Errors 'if' is not followed by whitespace. 66
Errors Line is longer than 80 characters. 69
Errors Line has trailing spaces. 72
Errors Unused @param tag for 'collectionId'. 75
Errors 'for' is not followed by whitespace. 78
Errors 'if' is not followed by whitespace. 79
Errors Line is longer than 80 characters. 80
Errors Line is longer than 80 characters. 82

org/bitrepository/audittrails/preserver/AuditTrailPreserver.java

Violation Message Line
Errors Line is longer than 80 characters. 5
Errors Line has trailing spaces. 8
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 16
Errors Line has trailing spaces. 17
Errors Line has trailing spaces. 33
Errors Line is longer than 80 characters. 35
Errors Line has trailing spaces. 38

org/bitrepository/audittrails/preserver/LocalAuditTrailPreserver.java

Violation Message Line
Errors Line is longer than 80 characters. 5
Errors Line has trailing spaces. 8
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 16
Errors Line has trailing spaces. 17
Errors Line is longer than 80 characters. 56
Errors Line is longer than 80 characters. 57
Errors Line is longer than 80 characters. 71
Errors Variable 'auditPackers' must be private and have accessor methods. 72
Errors First sentence should end with a period. 75
Errors First sentence should end with a period. 77
Errors Line is longer than 80 characters. 77
Errors Line has trailing spaces. 79
Errors Line is longer than 80 characters. 84
Errors Line is longer than 80 characters. 86
Errors Parameter settings should be final. 86
Errors 'settings' hides a field. 86
Errors Parameter store should be final. 86
Errors 'store' hides a field. 86
Errors Parameter client should be final. 86
Errors 'client' hides a field. 86
Errors Parameter exchange should be final. 87
Errors 'exchange' hides a field. 87
Errors Expected @param tag for 'exchange'. 87
Errors Line is longer than 80 characters. 88
Errors Line has trailing spaces. 91
Errors Line is longer than 80 characters. 93
Errors 'for' is not followed by whitespace. 97
Errors Line is longer than 80 characters. 98
Errors Line has trailing spaces. 101
Errors Method 'start' is not designed for extension - needs to be abstract, final or empty. 102
Errors 'if' is not followed by whitespace. 104
Errors Line is longer than 80 characters. 108
Errors '/' is not preceded with whitespace. 109
Errors '/' is not followed by whitespace. 109
Errors '10' is a magic number. 109
Errors '+' should be on a new line. 110
Errors Line is longer than 80 characters. 114
Errors Method 'close' is not designed for extension - needs to be abstract, final or empty. 117
Errors 'if' is not followed by whitespace. 119
Errors Method 'preserveRepositoryAuditTrails' is not designed for extension - needs to be abstract, final or empty. 124
Errors 'if' is not followed by whitespace. 126
Errors 'for' is not followed by whitespace. 131
Errors Line has trailing spaces. 135
Errors Line is longer than 80 characters. 138
Errors Line has trailing spaces. 140
Errors Line is longer than 80 characters. 140
Errors Line is longer than 80 characters. 142
Errors Line is longer than 80 characters. 144
Errors Parameter collectionId should be final. 144
Errors Line is longer than 80 characters. 146
Errors Line is longer than 80 characters. 148
Errors Line has trailing spaces. 149
Errors Line is longer than 80 characters. 150
Errors Line has trailing spaces. 151
Errors Line is longer than 80 characters. 153
Errors Line is longer than 80 characters. 154
Errors Line is longer than 80 characters. 155
Errors Line is longer than 80 characters. 156
Errors Line is longer than 80 characters. 161
Errors Line is longer than 80 characters. 163
Errors Line has trailing spaces. 166
Errors Line has trailing spaces. 168
Errors Expected an @return tag. 170
Errors Line is longer than 80 characters. 170
Errors Parameter file should be final. 170
Errors Expected @param tag for 'file'. 170
Errors Line has trailing spaces. 180
Errors Line has trailing spaces. 181
Errors Parameter file should be final. 188
Errors Line is longer than 80 characters. 189
Errors Line has trailing spaces. 191
Errors Class AuditPreservationTimerTask should be declared as final. 195
Errors Line has trailing spaces. 200
Errors Parameter interval should be final. 205
Errors 'interval' hides a field. 205
Errors Line has trailing spaces. 209
Errors Line has trailing spaces. 216
Errors 'if' is not followed by whitespace. 219
Errors Line is longer than 80 characters. 224

org/bitrepository/audittrails/store/AuditDatabaseConstants.java

Violation Message Line
Errors Line is longer than 80 characters. 5
Errors Line has trailing spaces. 8
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 16
Errors Line has trailing spaces. 17
Errors Line has trailing spaces. 29
Errors Line has trailing spaces. 32
Errors 'static' modifier out of order with the JLS suggestions. 34
Errors 'static' modifier out of order with the JLS suggestions. 36
Errors 'static' modifier out of order with the JLS suggestions. 38
Errors 'static' modifier out of order with the JLS suggestions. 40
Errors 'static' modifier out of order with the JLS suggestions. 42
Errors 'static' modifier out of order with the JLS suggestions. 44
Errors 'static' modifier out of order with the JLS suggestions. 46
Errors 'static' modifier out of order with the JLS suggestions. 48
Errors 'static' modifier out of order with the JLS suggestions. 50
Errors 'static' modifier out of order with the JLS suggestions. 52
Errors 'static' modifier out of order with the JLS suggestions. 54
Errors 'static' modifier out of order with the JLS suggestions. 56
Errors Line has trailing spaces. 57
Errors 'static' modifier out of order with the JLS suggestions. 59
Errors 'static' modifier out of order with the JLS suggestions. 61
Errors 'static' modifier out of order with the JLS suggestions. 63
Errors 'static' modifier out of order with the JLS suggestions. 65
Errors Line has trailing spaces. 66
Errors 'static' modifier out of order with the JLS suggestions. 68
Errors 'static' modifier out of order with the JLS suggestions. 70
Errors 'static' modifier out of order with the JLS suggestions. 72
Errors Line has trailing spaces. 73
Errors 'static' modifier out of order with the JLS suggestions. 75
Errors 'static' modifier out of order with the JLS suggestions. 77
Errors 'static' modifier out of order with the JLS suggestions. 79
Errors Line has trailing spaces. 80
Errors 'static' modifier out of order with the JLS suggestions. 82
Errors 'static' modifier out of order with the JLS suggestions. 84
Errors 'static' modifier out of order with the JLS suggestions. 86
Errors Line has trailing spaces. 87
Errors 'static' modifier out of order with the JLS suggestions. 89
Errors 'static' modifier out of order with the JLS suggestions. 91
Errors 'static' modifier out of order with the JLS suggestions. 93
Errors 'static' modifier out of order with the JLS suggestions. 95
Errors Line is longer than 80 characters. 96
Errors 'static' modifier out of order with the JLS suggestions. 97
Errors 'static' modifier out of order with the JLS suggestions. 100

org/bitrepository/audittrails/store/AuditDatabaseExtractor.java

Violation Message Line
Errors Line is longer than 80 characters. 5
Errors Line has trailing spaces. 8
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 16
Errors Line has trailing spaces. 17
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 27
Errors Line is longer than 80 characters. 28
Errors Line is longer than 80 characters. 29
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 31
Errors Line is longer than 80 characters. 32
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 37
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 39
Errors Line is longer than 80 characters. 40
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 42
Errors Line is longer than 80 characters. 43
Errors Line is longer than 80 characters. 44
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 46
Errors Line is longer than 80 characters. 47
Errors Line has trailing spaces. 62
Errors Line has trailing spaces. 64
Errors Line is longer than 80 characters. 64
Errors Line is longer than 80 characters. 65
Errors Line has trailing spaces. 66
Errors Line has trailing spaces. 67
Errors Line has trailing spaces. 69
Errors Line is longer than 80 characters. 69
Errors Line has trailing spaces. 75
Errors Line has trailing spaces. 96
Errors Line has trailing spaces. 101
Errors Line is longer than 80 characters. 104
Errors Line is longer than 80 characters. 105
Errors Parameter model should be final. 107
Errors 'model' hides a field. 107
Errors Parameter dbConnector should be final. 107
Errors 'dbConnector' hides a field. 107
Errors Line has trailing spaces. 110
Errors Line has trailing spaces. 114
Errors First sentence should end with a period. 115
Errors Line has trailing spaces. 117
Errors Line is longer than 80 characters. 117
Errors Method 'extractAuditEventsByIterator' is not designed for extension - needs to be abstract, final or empty. 119
Errors Line has trailing spaces. 120
Errors Line is longer than 80 characters. 120
Errors Line has trailing spaces. 123
Errors Line is longer than 80 characters. 123
Errors Line is longer than 80 characters. 124
Errors Line has trailing spaces. 125
Errors Line is longer than 80 characters. 125
Errors Line is longer than 80 characters. 129
Errors Line has trailing spaces. 132
Errors Line has trailing spaces. 134
Errors Line is longer than 80 characters. 135
Errors Line has trailing spaces. 140
Errors Line has trailing spaces. 152
Errors Line has trailing spaces. 155
Errors Line has trailing spaces. 158
Errors Line is longer than 80 characters. 162
Errors Line has trailing spaces. 163
Errors Line has trailing spaces. 168
Errors Line has trailing spaces. 172
Errors Line is longer than 80 characters. 172
Errors Line has trailing spaces. 173
Errors Line has trailing spaces. 175
Errors Line has trailing spaces. 178
Errors Line has trailing spaces. 182
Errors Line is longer than 80 characters. 182
Errors Line has trailing spaces. 183
Errors Line has trailing spaces. 185
Errors Line is longer than 80 characters. 187
Errors Line has trailing spaces. 192
Errors 'if' is not followed by whitespace. 193
Errors '+' is not preceded with whitespace. 195
Errors 'if' is not followed by whitespace. 198
Errors Line has trailing spaces. 200
Errors Line is longer than 80 characters. 200
Errors Line has trailing spaces. 203
Errors 'if' is not followed by whitespace. 204
Errors Line has trailing spaces. 206
Errors Line is longer than 80 characters. 206
Errors Line is longer than 80 characters. 207
Errors Line has trailing spaces. 209
Errors 'if' is not followed by whitespace. 210
Errors Line is longer than 80 characters. 212
Errors Line has trailing spaces. 214
Errors 'if' is not followed by whitespace. 215
Errors Line is longer than 80 characters. 217
Errors Line has trailing spaces. 219
Errors 'if' is not followed by whitespace. 220
Errors Line has trailing spaces. 222
Errors Line is longer than 80 characters. 222
Errors Line has trailing spaces. 225
Errors 'if' is not followed by whitespace. 226
Errors Line has trailing spaces. 230
Errors 'if' is not followed by whitespace. 231
Errors Line is longer than 80 characters. 233
Errors Line has trailing spaces. 235
Errors 'if' is not followed by whitespace. 236
Errors Line is longer than 80 characters. 238
Errors Line has trailing spaces. 240
Errors 'if' is not followed by whitespace. 241
Errors Line is longer than 80 characters. 243
Errors Line has trailing spaces. 245
Errors 'if' is not followed by whitespace. 246
Errors Line is longer than 80 characters. 248
Errors Line has trailing spaces. 250
Errors Line has trailing spaces. 253
Errors Line is longer than 80 characters. 255
Errors Parameter res should be final. 258
Errors 'if' is not followed by whitespace. 259
Errors Line has trailing spaces. 263
Errors Line has trailing spaces. 265
Errors Line has trailing spaces. 271
Errors 'if' is not followed by whitespace. 272
Errors Line has trailing spaces. 275
Errors 'if' is not followed by whitespace. 276
Errors Line has trailing spaces. 279
Errors 'if' is not followed by whitespace. 280
Errors Line has trailing spaces. 283
Errors 'if' is not followed by whitespace. 284
Errors Line has trailing spaces. 287
Errors 'if' is not followed by whitespace. 288
Errors Line has trailing spaces. 291
Errors 'if' is not followed by whitespace. 292
Errors Line has trailing spaces. 295
Errors 'if' is not followed by whitespace. 296
Errors Line has trailing spaces. 299
Errors 'if' is not followed by whitespace. 300
Errors Line has trailing spaces. 303
Errors 'if' is not followed by whitespace. 304
Errors Line has trailing spaces. 307
Errors 'if' is not followed by whitespace. 308
Errors Line has trailing spaces. 311
Errors 'if' is not followed by whitespace. 312
Errors Line has trailing spaces. 315

org/bitrepository/audittrails/store/AuditDatabaseIngestor.java

Violation Message Line
Errors Line is longer than 80 characters. 5
Errors Line has trailing spaces. 8
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 16
Errors Line has trailing spaces. 17
Errors Using the '.*' form of import should be avoided - org.bitrepository.audittrails.store.AuditDatabaseConstants.*. 34
Errors Line has trailing spaces. 38
Errors Line has trailing spaces. 40
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 43
Errors Line has trailing spaces. 44
Errors Line has trailing spaces. 45
Errors Line has trailing spaces. 46
Errors Line has trailing spaces. 47
Errors Line has trailing spaces. 48
Errors Line has trailing spaces. 54
Errors Line has trailing spaces. 57
Errors Line is longer than 80 characters. 60
Errors Parameter dbConnector should be final. 62
Errors 'dbConnector' hides a field. 62
Errors Line has trailing spaces. 66
Errors Method 'ingestAuditEvents' is not designed for extension - needs to be abstract, final or empty. 71
Errors Parameter event should be final. 71
Errors Parameter collectionId should be final. 71
Errors Expected @param tag for 'collectionId'. 71
Errors Line has trailing spaces. 73
Errors Line has trailing spaces. 74
Errors Line is longer than 80 characters. 74
Errors Line is longer than 80 characters. 76
Errors Parameter event should be final. 83
Errors Line has trailing spaces. 85
Errors Line is longer than 80 characters. 88
Errors Line has trailing spaces. 96
Errors Line has trailing spaces. 99
Errors Line is longer than 80 characters. 101
Errors Line is longer than 80 characters. 103
Errors Line has trailing spaces. 104
Errors Line is longer than 80 characters. 104
Errors Parameter res should be final. 106
Errors Parameter element should be final. 106
Errors Parameter name should be final. 106
Errors 'if' is not followed by whitespace. 107
Errors Line has trailing spaces. 110
Errors 'if' is not followed by whitespace. 111
Errors Line has trailing spaces. 116
Errors Line has trailing spaces. 119
Errors Line is longer than 80 characters. 122
Errors Parameter event should be final. 124
Errors Line has trailing spaces. 126
Errors Line has trailing spaces. 137
Errors Line has trailing spaces. 140
Errors Line is longer than 80 characters. 142
Errors Line is longer than 80 characters. 144
Errors Parameter res should be final. 146
Errors Parameter element should be final. 146
Errors 'if' is not followed by whitespace. 147
Errors Line has trailing spaces. 150
Errors 'if' is not followed by whitespace. 151
Errors Line has trailing spaces. 158
Errors Line is longer than 80 characters. 162
Errors Line is longer than 80 characters. 165
Errors Parameter event should be final. 165
Errors Parameter collectionId should be final. 165
Errors 'if' is not followed by whitespace. 168
Errors Line has trailing spaces. 172
Errors 'if' is not followed by whitespace. 173
Errors Line has trailing spaces. 177
Errors 'if' is not followed by whitespace. 178
Errors Line is longer than 80 characters. 179
Errors Line has trailing spaces. 182
Errors 'if' is not followed by whitespace. 183
Errors Line has trailing spaces. 186
Errors 'if' is not followed by whitespace. 187
Errors Line has trailing spaces. 190
Errors 'if' is not followed by whitespace. 191
Errors Line has trailing spaces. 194
Errors 'if' is not followed by whitespace. 195
Errors Line is longer than 80 characters. 196
Errors Line has trailing spaces. 198
Errors 'if' is not followed by whitespace. 199
Errors Line has trailing spaces. 202
Errors 'if' is not followed by whitespace. 203
Errors Line has trailing spaces. 206
Errors 'if' is not followed by whitespace. 207
Errors Line has trailing spaces. 210
Errors Line has trailing spaces. 213
Errors Line has trailing spaces. 215
Errors Line is longer than 80 characters. 215
Errors Line has trailing spaces. 217
Errors Parameter contributorId should be final. 221
Errors Line has trailing spaces. 222
Errors Line is longer than 80 characters. 222
Errors Line has trailing spaces. 224
Errors Line is longer than 80 characters. 225
Errors Line has trailing spaces. 226
Errors 'if' is not followed by whitespace. 227
Errors Line is longer than 80 characters. 228
Errors Line is longer than 80 characters. 229
Errors Line is longer than 80 characters. 230
Errors Line has trailing spaces. 231
Errors Line is longer than 80 characters. 232
Errors Line has trailing spaces. 234
Errors Line has trailing spaces. 237
Errors Line is longer than 80 characters. 239
Errors Line has trailing spaces. 240
Errors Line has trailing spaces. 242
Errors Line is longer than 80 characters. 245
Errors Parameter fileId should be final. 245
Errors Parameter collectionId should be final. 245
Errors Line has trailing spaces. 248
Errors Line has trailing spaces. 249
Errors Line has trailing spaces. 250
Errors Line is longer than 80 characters. 252
Errors Line has trailing spaces. 253
Errors 'if' is not followed by whitespace. 254
Errors Line has trailing spaces. 256
Errors Line is longer than 80 characters. 256
Errors Line is longer than 80 characters. 258
Errors Line has trailing spaces. 259
Errors Line is longer than 80 characters. 260
Errors Line has trailing spaces. 262
Errors Line has trailing spaces. 267
Errors Line is longer than 80 characters. 268
Errors Line has trailing spaces. 269
Errors Parameter collectionId should be final. 273
Errors Line has trailing spaces. 275
Errors Line has trailing spaces. 276
Errors Line is longer than 80 characters. 276
Errors Line is longer than 80 characters. 278
Errors Line has trailing spaces. 279
Errors 'if' is not followed by whitespace. 280
Errors Line is longer than 80 characters. 281
Errors Line is longer than 80 characters. 282
Errors Line is longer than 80 characters. 283
Errors Line has trailing spaces. 284
Errors Line is longer than 80 characters. 285
Errors Line has trailing spaces. 287
Errors Line has trailing spaces. 290
Errors Line is longer than 80 characters. 292
Errors Line has trailing spaces. 293
Errors Parameter actorName should be final. 297
Errors Line is longer than 80 characters. 298
Errors Line has trailing spaces. 299
Errors Line is longer than 80 characters. 300
Errors Line has trailing spaces. 301
Errors 'if' is not followed by whitespace. 302
Errors Line is longer than 80 characters. 303
Errors Line is longer than 80 characters. 304
Errors Line has trailing spaces. 306
Errors Line is longer than 80 characters. 307
Errors Line has trailing spaces. 309
Errors Line has trailing spaces. 311

org/bitrepository/audittrails/store/AuditEventIterator.java

Violation Message Line
Errors Using the '.*' form of import should be avoided - org.bitrepository.audittrails.store.AuditDatabaseExtractor.*. 15
Errors Line has trailing spaces. 18
Errors Missing a Javadoc comment. 24
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 26
Errors Line has trailing spaces. 27
Errors Parameter ps should be final. 31
Errors 'ps' hides a field. 31
Errors Line has trailing spaces. 34
Errors First sentence should end with a period. 35
Errors Line has trailing spaces. 36
Errors Method 'close' is not designed for extension - needs to be abstract, final or empty. 39
Errors 'if' is not followed by whitespace. 40
Errors Line has trailing spaces. 43
Errors 'if' is not followed by whitespace. 44
Errors Line has trailing spaces. 47
Errors 'if' is not followed by whitespace. 48
Errors Line has trailing spaces. 54
Errors Line has trailing spaces. 57
Errors Line is longer than 80 characters. 57
Errors Line has trailing spaces. 58
Errors Line is longer than 80 characters. 58
Errors Line has trailing spaces. 59
Errors Unused @throws tag for 'SQLException'. 59
Errors Method 'getNextAuditTrailEvent' is not designed for extension - needs to be abstract, final or empty. 61
Errors 'if' is not followed by whitespace. 64
Errors '100' is a magic number. 67
Errors Line is longer than 80 characters. 71
Errors 'if' is not followed by whitespace. 73
Errors Line is longer than 80 characters. 75
Errors Line is longer than 80 characters. 76
Errors Line is longer than 80 characters. 77
Errors Line is longer than 80 characters. 78
Errors Line is longer than 80 characters. 81
Errors Line is longer than 80 characters. 82
Errors Line is longer than 80 characters. 83
Errors Line is longer than 80 characters. 84
Errors Line has trailing spaces. 88
Errors Line is longer than 80 characters. 94
Errors Line is longer than 80 characters. 96
Errors Line has trailing spaces. 97

org/bitrepository/audittrails/store/AuditTrailDatabaseCreator.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters. 5
Errors Line has trailing spaces. 8
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 16
Errors Line has trailing spaces. 17
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 34
Errors Missing a Javadoc comment. 34
Errors Line is longer than 80 characters. 40
Errors Line is longer than 80 characters. 41
Errors Parameter args should be final. 45
Errors Line is longer than 80 characters. 52
Errors Method 'createAuditTrailDatabase' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors Parameter settings should be final. 52
Errors Parameter pathToSqlCreationScript should be final. 52
Errors Line is longer than 80 characters. 54

org/bitrepository/audittrails/store/AuditTrailDatabaseManager.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line has trailing spaces. 8
Errors Line is longer than 80 characters. 8
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 13
Errors Line has trailing spaces. 14
Errors Missing a Javadoc comment. 15
Errors Parameter databaseSpecifics should be final. 15
Errors 'databaseSpecifics' hides a field. 15
Errors Line has trailing spaces. 18
Errors Method 'getDatabaseSpecifics' is not designed for extension - needs to be abstract, final or empty. 19
Errors Method 'getMigrator' is not designed for extension - needs to be abstract, final or empty. 24
Errors 'if' is not followed by whitespace. 26
Errors Method 'needsMigration' is not designed for extension - needs to be abstract, final or empty. 32
Errors Line has trailing spaces. 34
Errors Method 'getDatabaseCreationScript' is not designed for extension - needs to be abstract, final or empty. 37

org/bitrepository/audittrails/store/AuditTrailServiceDAO.java

Violation Message Line
Errors Line is longer than 80 characters. 5
Errors Line has trailing spaces. 8
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 16
Errors Line has trailing spaces. 17
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 27
Errors Line is longer than 80 characters. 28
Errors Line is longer than 80 characters. 29
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 31
Errors Line is longer than 80 characters. 32
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 37
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 39
Errors Line is longer than 80 characters. 40
Errors Line is longer than 80 characters. 41
Errors First sentence should end with a period. 56
Errors Line has trailing spaces. 64
Errors Line has trailing spaces. 65
Errors Parameter databaseManager should be final. 69
Errors Line has trailing spaces. 72
Errors Method 'getAuditTrailsByIterator' is not designed for extension - needs to be abstract, final or empty. 73
Errors Line has trailing spaces. 74
Errors Line is longer than 80 characters. 74
Errors More than 7 parameters. 74
Errors Parameter fileId should be final. 74
Errors Parameter collectionID should be final. 74
Errors Parameter contributorId should be final. 74
Errors Line has trailing spaces. 75
Errors Line is longer than 80 characters. 75
Errors Parameter minSeqNumber should be final. 75
Errors Parameter maxSeqNumber should be final. 75
Errors Parameter actorName should be final. 75
Errors Parameter operation should be final. 75
Errors Parameter startDate should be final. 75
Errors Parameter endDate should be final. 76
Errors Parameter fingerprint should be final. 76
Errors Parameter operationID should be final. 76
Errors Line is longer than 80 characters. 90
Errors Line has trailing spaces. 93
Errors Line has trailing spaces. 94
Errors Line has trailing spaces. 95
Errors Method 'addAuditTrails' is not designed for extension - needs to be abstract, final or empty. 96
Errors Line is longer than 80 characters. 97
Errors Parameter newAuditTrails should be final. 97
Errors Parameter collectionId should be final. 97
Errors Line is longer than 80 characters. 98
Errors Line is longer than 80 characters. 99
Errors Line has trailing spaces. 100
Errors 'for' is not followed by whitespace. 102
Errors Line has trailing spaces. 106
Errors Method 'largestSequenceNumber' is not designed for extension - needs to be abstract, final or empty. 107
Errors Line is longer than 80 characters. 108
Errors Parameter contributorId should be final. 108
Errors Parameter collectionId should be final. 108
Errors Line is longer than 80 characters. 109
Errors Line is longer than 80 characters. 110
Errors Line has trailing spaces. 111
Errors Line is longer than 80 characters. 112
Errors Line has trailing spaces. 114
Errors Line is longer than 80 characters. 114
Errors Line has trailing spaces. 115
Errors Line is longer than 80 characters. 116
Errors Line is longer than 80 characters. 117
Errors Line has trailing spaces. 118
Errors Line is longer than 80 characters. 118
Errors Line has trailing spaces. 120
Errors Line has trailing spaces. 121
Errors Line is longer than 80 characters. 123
Errors Line has trailing spaces. 124
Errors Line is longer than 80 characters. 125
Errors 'if' is not followed by whitespace. 126
Errors Line has trailing spaces. 130
Errors Method 'getPreservationSequenceNumber' is not designed for extension - needs to be abstract, final or empty. 132
Errors Line is longer than 80 characters. 133
Errors Parameter contributorId should be final. 133
Errors Parameter collectionId should be final. 133
Errors Line is longer than 80 characters. 134
Errors Line is longer than 80 characters. 135
Errors Line has trailing spaces. 136
Errors Line has trailing spaces. 137
Errors Line is longer than 80 characters. 137
Errors Line has trailing spaces. 138
Errors Line has trailing spaces. 139
Errors Line is longer than 80 characters. 139
Errors Line has trailing spaces. 141
Errors Line has trailing spaces. 142
Errors Line has trailing spaces. 144
Errors Line is longer than 80 characters. 145
Errors 'if' is not followed by whitespace. 146
Errors Method 'setPreservationSequenceNumber' is not designed for extension - needs to be abstract, final or empty. 152
Errors Line is longer than 80 characters. 153
Errors Parameter contributorId should be final. 153
Errors Parameter collectionId should be final. 153
Errors Parameter seqNumber should be final. 153
Errors Line is longer than 80 characters. 154
Errors Line is longer than 80 characters. 156
Errors Line has trailing spaces. 157
Errors Line is longer than 80 characters. 157
Errors Line is longer than 80 characters. 159
Errors Line is longer than 80 characters. 161
Errors Line has trailing spaces. 163
Errors Method 'havePreservationKey' is not designed for extension - needs to be abstract, final or empty. 164
Errors Line is longer than 80 characters. 165
Errors Parameter contributorID should be final. 165
Errors Parameter collectionID should be final. 165
Errors Line has trailing spaces. 166
Errors Line is longer than 80 characters. 166
Errors Line has trailing spaces. 167
Errors Line has trailing spaces. 168
Errors Line is longer than 80 characters. 168
Errors Line has trailing spaces. 173
Errors Line is longer than 80 characters. 174
Errors Conditional logic can be removed. 175
Errors 'if' is not followed by whitespace. 175
Errors Line has trailing spaces. 176
Errors Line has trailing spaces. 180
Errors Line has trailing spaces. 182
Errors Line is longer than 80 characters. 184
Errors Line has trailing spaces. 185
Errors Line is longer than 80 characters. 190
Errors Parameter contributorId should be final. 190
Errors Parameter collectionId should be final. 190
Errors Line has trailing spaces. 191
Errors Line is longer than 80 characters. 191
Errors Line has trailing spaces. 192
Errors Line has trailing spaces. 193
Errors Line is longer than 80 characters. 193
Errors Line is longer than 80 characters. 198
Errors Line has trailing spaces. 199
Errors 'if' is not followed by whitespace. 200
Errors Line has trailing spaces. 201
Errors Line is longer than 80 characters. 201
Errors Line has trailing spaces. 203
Errors Line is longer than 80 characters. 203
Errors Line has trailing spaces. 205
Errors Line is longer than 80 characters. 205
Errors Line has trailing spaces. 208
Errors Line is longer than 80 characters. 208
Errors Line is longer than 80 characters. 211
Errors Line has trailing spaces. 212
Errors Line is longer than 80 characters. 213
Errors Line has trailing spaces. 215
Errors 'if' is not followed by whitespace. 216
Errors Line is longer than 80 characters. 217
Errors '+' should be on a new line. 217
Errors Line has trailing spaces. 220
Errors Method 'close' is not designed for extension - needs to be abstract, final or empty. 224

org/bitrepository/audittrails/store/AuditTrailServiceDatabaseMigrator.java

Violation Message Line
Errors Line is longer than 80 characters. 5
Errors Line has trailing spaces. 8
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 16
Errors Line has trailing spaces. 17
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 27
Errors Line is longer than 80 characters. 28
Errors Line has trailing spaces. 45
Errors Line is longer than 80 characters. 47
Errors Line is longer than 80 characters. 49
Errors Line is longer than 80 characters. 51
Errors Line has trailing spaces. 54
Errors Parameter connector should be final. 59
Errors Line has trailing spaces. 62
Errors Method 'migrate' is not designed for extension - needs to be abstract, final or empty. 63
Errors Line has trailing spaces. 66
Errors 'if' is not followed by whitespace. 67
Errors Line has trailing spaces. 68
Errors Line is longer than 80 characters. 68
Errors 'if' is not followed by whitespace. 71
Errors Line has trailing spaces. 72
Errors Line is longer than 80 characters. 72
Errors 'if' is not followed by whitespace. 75
Errors Line has trailing spaces. 76
Errors Line is longer than 80 characters. 76
Errors 'if' is not followed by whitespace. 79
Errors Line has trailing spaces. 80
Errors Line is longer than 80 characters. 80
Errors Line has trailing spaces. 83
Errors Line is longer than 80 characters. 84
Errors 'if' is not followed by whitespace. 84
Errors Line is longer than 80 characters. 88
Errors 'if' is not followed by whitespace. 88
Errors '3' is a magic number. 88
Errors Line is longer than 80 characters. 92
Errors 'if' is not followed by whitespace. 92
Errors '4' is a magic number. 92
Errors Method 'needsMigration' is not designed for extension - needs to be abstract, final or empty. 98
Errors Line has trailing spaces. 101
Errors 'if' is not followed by whitespace. 102
Errors Line has trailing spaces. 103
Errors Line is longer than 80 characters. 103
Errors Line has trailing spaces. 106
Errors Conditional logic can be removed. 107
Errors 'if' is not followed by whitespace. 107

org/bitrepository/audittrails/store/AuditTrailStore.java

Violation Message Line
Errors Line has trailing spaces. 4
Errors Line is longer than 80 characters. 8
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 12
Errors Line has trailing spaces. 14
Errors Line has trailing spaces. 19
Errors Line has trailing spaces. 20
Errors Line is longer than 80 characters. 33
Errors Line has trailing spaces. 36
Errors Line has trailing spaces. 38
Errors Line is longer than 80 characters. 39
Errors Line has trailing spaces. 40
Errors Line is longer than 80 characters. 40
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 42
Errors Line is longer than 80 characters. 43
Errors Line is longer than 80 characters. 44
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 46
Errors Line is longer than 80 characters. 47
Errors Line is longer than 80 characters. 48
Errors Line is longer than 80 characters. 49
Errors Line has trailing spaces. 52
Errors Line is longer than 80 characters. 52
Errors Redundant 'public' modifier. 52
Errors More than 7 parameters. 52
Errors Line has trailing spaces. 53
Errors Line is longer than 80 characters. 53
Errors Line has trailing spaces. 55
Errors Line has trailing spaces. 57
Errors Line is longer than 80 characters. 59
Errors Line is longer than 80 characters. 61
Errors Redundant 'public' modifier. 61
Errors Line has trailing spaces. 62
Errors Line has trailing spaces. 65
Errors Line is longer than 80 characters. 66
Errors Line is longer than 80 characters. 67
Errors Redundant 'public' modifier. 70
Errors Line has trailing spaces. 71
Errors Line is longer than 80 characters. 73
Errors Line has trailing spaces. 75
Errors Line is longer than 80 characters. 77
Errors Line is longer than 80 characters. 80
Errors Redundant 'public' modifier. 80
Errors Line has trailing spaces. 81
Errors Line has trailing spaces. 84
Errors Line is longer than 80 characters. 86
Errors Line is longer than 80 characters. 87
Errors Line is longer than 80 characters. 89
Errors Redundant 'public' modifier. 89
Errors First sentence should end with a period. 91
Errors Line has trailing spaces. 93
Errors Line is longer than 80 characters. 96
Errors Line has trailing spaces. 99
Errors Redundant 'public' modifier. 103

org/bitrepository/audittrails/store/ExtractModel.java

Violation Message Line
Errors Line is longer than 80 characters. 5
Errors Line has trailing spaces. 8
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 16
Errors Line has trailing spaces. 17
Errors Line has trailing spaces. 54
Errors Line has trailing spaces. 59
Errors Line has trailing spaces. 61
Errors Line has trailing spaces. 68
Errors Parameter fileId should be final. 73
Errors 'fileId' hides a field. 73
Errors Line has trailing spaces. 76
Errors Line has trailing spaces. 83
Errors Parameter collectionId should be final. 88
Errors 'collectionId' hides a field. 88
Errors Line has trailing spaces. 91
Errors Line has trailing spaces. 98
Errors Parameter contributorId should be final. 103
Errors 'contributorId' hides a field. 103
Errors Line has trailing spaces. 106
Errors Line has trailing spaces. 113
Errors Parameter minSeqNumber should be final. 118
Errors 'minSeqNumber' hides a field. 118
Errors Line has trailing spaces. 121
Errors Line has trailing spaces. 128
Errors Parameter maxSeqNumber should be final. 133
Errors 'maxSeqNumber' hides a field. 133
Errors Line has trailing spaces. 136
Errors Line has trailing spaces. 143
Errors Parameter actorName should be final. 148
Errors 'actorName' hides a field. 148
Errors Line has trailing spaces. 151
Errors Line has trailing spaces. 158
Errors Parameter operation should be final. 163
Errors 'operation' hides a field. 163
Errors Line has trailing spaces. 166
Errors Line has trailing spaces. 173
Errors Parameter startDate should be final. 178
Errors 'startDate' hides a field. 178
Errors Line has trailing spaces. 181
Errors Line has trailing spaces. 188
Errors Parameter endDate should be final. 193
Errors 'endDate' hides a field. 193
Errors Line has trailing spaces. 198
Errors Parameter fingerprint should be final. 208
Errors 'fingerprint' hides a field. 208
Errors Expected @param tag for 'fingerprint'. 208
Errors Parameter operationID should be final. 223
Errors 'operationID' hides a field. 223

org/bitrepository/audittrails/webservice/AuditTrailServiceContextListener.java

Violation Message Line
Errors Line has trailing spaces. 4
Errors Line is longer than 80 characters. 8
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 12
Errors Line has trailing spaces. 14
Errors Line has trailing spaces. 19
Errors Line has trailing spaces. 20
Errors First sentence should end with a period. 31
Errors Line is longer than 80 characters. 34
Errors Line has trailing spaces. 35
Errors Method 'getService' is not designed for extension - needs to be abstract, final or empty. 36
Errors Method 'initialize' is not designed for extension - needs to be abstract, final or empty. 41
Errors Parameter configutrationDir should be final. 42
Errors Line has trailing spaces. 43
Errors Method 'getSettingsParameter' is not designed for extension - needs to be abstract, final or empty. 46

org/bitrepository/audittrails/webservice/RestAuditTrailService.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line has trailing spaces. 4
Errors Line is longer than 80 characters. 8
Errors Line has trailing spaces. 11
Errors Line has trailing spaces. 12
Errors Line has trailing spaces. 14
Errors Line has trailing spaces. 19
Errors Line has trailing spaces. 20
Errors Missing a Javadoc comment. 55
Errors Missing a Javadoc comment. 60
Errors Missing a Javadoc comment. 61
Errors 'static' modifier out of order with the JLS suggestions. 61
Errors Missing a Javadoc comment. 62
Errors 'static' modifier out of order with the JLS suggestions. 62
Errors Missing a Javadoc comment. 63
Errors 'static' modifier out of order with the JLS suggestions. 63
Errors Line has trailing spaces. 64
Errors Missing a Javadoc comment. 65
Errors Line has trailing spaces. 66
Errors Line contains a tab character. 66
Errors Line has trailing spaces. 68
Errors Method 'queryAuditTrailEvents' is not designed for extension - needs to be abstract, final or empty. 69
Errors Missing a Javadoc comment. 69
Errors More than 7 parameters. 73
Errors Parameter fromDate should be final. 74
Errors Parameter toDate should be final. 75
Errors Parameter fileID should be final. 76
Errors Parameter reportingComponent should be final. 77
Errors Parameter actor should be final. 78
Errors Parameter action should be final. 79
Errors Parameter collectionID should be final. 80
Errors Parameter fingerprint should be final. 81
Errors Parameter operationID should be final. 82
Errors Line is longer than 80 characters. 83
Errors Parameter maxResults should be final. 83
Errors Line has trailing spaces. 86
Errors Line is longer than 80 characters. 88
Errors Line has trailing spaces. 89
Errors Line is longer than 80 characters. 89
Errors Line has trailing spaces. 91
Errors 'if' is not followed by whitespace. 91
Errors Line is longer than 80 characters. 93
Errors Parameter output should be final. 93
Errors Redundant throws: 'WebApplicationException' is unchecked exception. 93
Errors Line is longer than 80 characters. 98
Errors 'while' is not followed by whitespace. 98
Errors Inner assignments should be avoided. 98
Errors 'if' is not followed by whitespace. 99
Errors Line is longer than 80 characters. 102
Errors 'if' is not followed by whitespace. 110
Errors Line is longer than 80 characters. 114
Errors Line is longer than 80 characters. 121
Errors Method 'collectAuditTrails' is not designed for extension - needs to be abstract, final or empty. 128
Errors Missing a Javadoc comment. 128
Errors Line has trailing spaces. 135
Errors Missing a Javadoc comment. 136
Errors Parameter event should be final. 136
Errors Line is longer than 80 characters. 144
Errors Line is longer than 80 characters. 146
Errors Line is longer than 80 characters. 147
Errors Line is longer than 80 characters. 148
Errors Line has trailing spaces. 154
Errors Missing a Javadoc comment. 155
Errors Parameter action should be final. 155
Errors 'if' is not followed by whitespace. 156
Errors Line has trailing spaces. 162
Errors Missing a Javadoc comment. 163
Errors Parameter dateStr should be final. 163
Errors 'if' is not followed by whitespace. 164
Errors Line has trailing spaces. 173
Errors Line has trailing spaces. 177
Errors Missing a Javadoc comment. 178
Errors Parameter input should be final. 178
Errors 'if' is not followed by whitespace. 179
Errors Line has trailing spaces. 185
Errors Missing a Javadoc comment. 186
Errors Parameter input should be final. 186
Errors 'if' is not followed by whitespace. 187