Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
45 0 0 1683

Files

Files Infos Warnings Errors
org/bitrepository/service/AbstractBitrepositoryContextListener.java 0 0 45
org/bitrepository/service/AlarmDispatcher.java 0 0 43
org/bitrepository/service/LifeCycledService.java 0 0 10
org/bitrepository/service/ServiceSettingsProvider.java 0 0 19
org/bitrepository/service/audit/AuditDatabaseConstants.java 0 0 28
org/bitrepository/service/audit/AuditDatabaseManager.java 0 0 18
org/bitrepository/service/audit/AuditTrailContributerDAO.java 0 0 152
org/bitrepository/service/audit/AuditTrailContributorDatabaseMigrator.java 0 0 31
org/bitrepository/service/audit/AuditTrailDatabaseResults.java 0 0 23
org/bitrepository/service/audit/AuditTrailManager.java 0 0 15
org/bitrepository/service/contributor/AbstractContributorMediator.java 0 0 33
org/bitrepository/service/contributor/ContributorContext.java 0 0 24
org/bitrepository/service/contributor/ContributorMediator.java 0 0 7
org/bitrepository/service/contributor/MessageDispatcher.java 0 0 20
org/bitrepository/service/contributor/ResponseDispatcher.java 0 0 16
org/bitrepository/service/contributor/SimpleContributorMediator.java 0 0 36
org/bitrepository/service/contributor/handler/AbstractRequestHandler.java 0 0 26
org/bitrepository/service/contributor/handler/GetAuditTrailsRequestHandler.java 0 0 109
org/bitrepository/service/contributor/handler/GetStatusRequestHandler.java 0 0 42
org/bitrepository/service/contributor/handler/IdentifyContributorsForGetAuditTrailsRequestHandler.java 0 0 41
org/bitrepository/service/contributor/handler/IdentifyContributorsForGetStatusRequestHandler.java 0 0 23
org/bitrepository/service/contributor/handler/RequestHandler.java 0 0 15
org/bitrepository/service/database/DBConnector.java 0 0 26
org/bitrepository/service/database/DatabaseCreator.java 0 0 25
org/bitrepository/service/database/DatabaseMaintainer.java 0 0 44
org/bitrepository/service/database/DatabaseManager.java 0 0 93
org/bitrepository/service/database/DatabaseMigrator.java 0 0 56
org/bitrepository/service/database/DatabaseUtils.java 0 0 179
org/bitrepository/service/database/SqlScriptRunner.java 0 0 43
org/bitrepository/service/exception/IdentifyContributorException.java 0 0 22
org/bitrepository/service/exception/IllegalOperationException.java 0 0 20
org/bitrepository/service/exception/InvalidMessageException.java 0 0 23
org/bitrepository/service/exception/RequestHandlerException.java 0 0 34
org/bitrepository/service/scheduler/JobEventListener.java 0 0 11
org/bitrepository/service/scheduler/JobScheduler.java 0 0 18
org/bitrepository/service/scheduler/TimerbasedScheduler.java 0 0 32
org/bitrepository/service/workflow/AbstractWorkFlowStep.java 0 0 7
org/bitrepository/service/workflow/JobID.java 0 0 38
org/bitrepository/service/workflow/JobTimerTask.java 0 0 38
org/bitrepository/service/workflow/SchedulableJob.java 0 0 14
org/bitrepository/service/workflow/Workflow.java 0 0 27
org/bitrepository/service/workflow/WorkflowContext.java 0 0 8
org/bitrepository/service/workflow/WorkflowManager.java 0 0 87
org/bitrepository/service/workflow/WorkflowStatistic.java 0 0 55
org/bitrepository/service/workflow/WorkflowStep.java 0 0 7

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
8 Errors Error
NewlineAtEndOfFile 1 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
500 Errors Error
JavadocMethod 104 Errors Error
JavadocType 7 Errors Error
JavadocVariable 43 Errors Error
JavadocStyle 13 Errors Error
ConstantName 2 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 442 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 14 Errors Error
ParenPad 2 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 5 Errors Error
WhitespaceAround 110 Errors Error
ModifierOrder 18 Errors Error
RedundantModifier 3 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 4 Errors Error
LeftCurly 0 Errors Error
NeedBraces 14 Errors Error
RightCurly 2 Errors Error
AvoidInlineConditionals 3 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 36 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 1 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 1 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 1 Errors Error
DesignForExtension 120 Errors Error
FinalClass 1 Errors Error
HideUtilityClassConstructor 1 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 4 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 221 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

org/bitrepository/service/AbstractBitrepositoryContextListener.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. 33
Errors Line has trailing spaces. 34
Errors Line is longer than 80 characters. 34
Errors Line has trailing spaces. 35
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 37
Errors Line has trailing spaces. 40
Errors First sentence should end with a period. 41
Errors Line has trailing spaces. 42
Errors Expected an @return tag. 44
Errors Line has trailing spaces. 45
Errors First sentence should end with a period. 46
Errors Expected an @return tag. 49
Errors Line has trailing spaces. 50
Errors First sentence should end with a period. 51
Errors Line has trailing spaces. 52
Errors Expected @param tag for 'configurationDir'. 54
Errors Line has trailing spaces. 55
Errors First sentence should end with a period. 56
Errors Line has trailing spaces. 57
Errors Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. 59
Errors Parameter sce should be final. 59
Errors Expected @param tag for 'sce'. 59
Errors Line is longer than 80 characters. 60
Errors 'if' is not followed by whitespace. 61
Errors Line has trailing spaces. 65
Errors Line is longer than 80 characters. 69
Errors Line has trailing spaces. 70
Errors Line is longer than 80 characters. 75
Errors Line has trailing spaces. 76
Errors Line is longer than 80 characters. 76
Errors Line has trailing spaces. 77
Errors Line has trailing spaces. 82
Errors Line has trailing spaces. 84
Errors Line has trailing spaces. 86
Errors Method 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty. 88
Errors Parameter sce should be final. 88
Errors Expected @param tag for 'sce'. 88

org/bitrepository/service/AlarmDispatcher.java

Violation Message Line
Errors File does not end with a newline. 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. 43
Errors Missing a Javadoc comment. 44
Errors Line has trailing spaces. 45
Errors Line is longer than 80 characters. 50
Errors Parameter settings should be final. 50
Errors Parameter sender should be final. 50
Errors Parameter alarmLevel should be final. 50
Errors 'alarmLevel' hides a field. 50
Errors Expected @param tag for 'alarmLevel'. 50
Errors Line is longer than 80 characters. 60
Errors Parameter settings should be final. 62
Errors Expected @param tag for 'settings'. 62
Errors Parameter sender should be final. 62
Errors Expected @param tag for 'sender'. 62
Errors Line has trailing spaces. 65
Errors Line has trailing spaces. 67
Errors Line is longer than 80 characters. 68
Errors Method 'warning' is not designed for extension - needs to be abstract, final or empty. 71
Errors Parameter alarm should be final. 71
Errors 'if' is not followed by whitespace. 73
Errors Line is longer than 80 characters. 74
Errors Line has trailing spaces. 80
Errors Line has trailing spaces. 82
Errors Line is longer than 80 characters. 83
Errors Method 'error' is not designed for extension - needs to be abstract, final or empty. 86
Errors Parameter alarm should be final. 86
Errors 'if' is not followed by whitespace. 88
Errors Line is longer than 80 characters. 89
Errors Line has trailing spaces. 95
Errors Method 'emergency' is not designed for extension - needs to be abstract, final or empty. 100
Errors Parameter alarm should be final. 100
Errors Line has trailing spaces. 104
Errors Method 'sendAlarm' is not designed for extension - needs to be abstract, final or empty. 109
Errors Parameter alarm should be final. 109
Errors Line has trailing spaces. 119

org/bitrepository/service/LifeCycledService.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 Missing a Javadoc comment. 24
Errors Missing a Javadoc comment. 25
Errors Line has trailing spaces. 26
Errors Line has trailing spaces. 28

org/bitrepository/service/ServiceSettingsProvider.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line has trailing spaces. 4
Errors Line is longer than 80 characters. 9
Errors Line has trailing spaces. 13
Errors Line has trailing spaces. 14
Errors Line has trailing spaces. 16
Errors Line has trailing spaces. 21
Errors Line has trailing spaces. 22
Errors Missing a Javadoc comment. 35
Errors Missing a Javadoc comment. 36
Errors Line is longer than 80 characters. 39
Errors Line is longer than 80 characters. 43
Errors Line is longer than 80 characters. 45
Errors Parameter settingsReader should be final. 45
Errors Parameter serviceType should be final. 45
Errors 'serviceType' hides a field. 45
Errors Method 'getComponentID' is not designed for extension - needs to be abstract, final or empty. 50
Errors Missing a Javadoc comment. 50
Errors Parameter referenceSettings should be final. 50

org/bitrepository/service/audit/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 Line has trailing spaces. 48
Errors 'static' modifier out of order with the JLS suggestions. 48
Errors Line has trailing spaces. 49
Errors 'static' modifier out of order with the JLS suggestions. 51
Errors 'static' modifier out of order with the JLS suggestions. 53
Errors 'static' modifier out of order with the JLS suggestions. 55
Errors 'static' modifier out of order with the JLS suggestions. 57
Errors Line has trailing spaces. 58
Errors 'static' modifier out of order with the JLS suggestions. 60
Errors 'static' modifier out of order with the JLS suggestions. 62
Errors 'static' modifier out of order with the JLS suggestions. 64
Errors Line has trailing spaces. 65
Errors 'static' modifier out of order with the JLS suggestions. 67

org/bitrepository/service/audit/AuditDatabaseManager.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 is longer than 80 characters. 14
Errors Missing a Javadoc comment. 14
Errors 'static' modifier out of order with the JLS suggestions. 14
Errors Line has trailing spaces. 15
Errors Missing a Javadoc comment. 16
Errors Parameter databaseSpecifics should be final. 16
Errors 'databaseSpecifics' hides a field. 16
Errors Line has trailing spaces. 19
Errors Method 'getDatabaseSpecifics' is not designed for extension - needs to be abstract, final or empty. 20
Errors Method 'getMigrator' is not designed for extension - needs to be abstract, final or empty. 25
Errors 'if' is not followed by whitespace. 27
Errors Method 'needsMigration' is not designed for extension - needs to be abstract, final or empty. 33
Errors Method 'getDatabaseCreationScript' is not designed for extension - needs to be abstract, final or empty. 38

org/bitrepository/service/audit/AuditTrailContributerDAO.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. 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 has trailing spaces. 62
Errors Line is longer than 80 characters. 62
Errors Line is longer than 80 characters. 76
Errors Parameter settings should be final. 76
Errors Parameter manager should be final. 76
Errors Expected @param tag for 'manager'. 76
Errors Line has trailing spaces. 78
Errors Line has trailing spaces. 81
Errors Line has trailing spaces. 87
Errors Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 90
Errors Line is longer than 80 characters. 95
Errors Method 'addAuditEvent' is not designed for extension - needs to be abstract, final or empty. 99
Errors Line is longer than 80 characters. 100
Errors Parameter collectionId should be final. 100
Errors Parameter fileId should be final. 100
Errors Parameter actor should be final. 100
Errors Parameter info should be final. 100
Errors Parameter auditTrail should be final. 100
Errors Parameter operation should be final. 100
Errors Line is longer than 80 characters. 103
Errors Line is longer than 80 characters. 104
Errors 'if' is not followed by whitespace. 107
Errors 'if' is not followed by whitespace. 113
Errors 'if' is not followed by whitespace. 119
Errors 'if' is not followed by whitespace. 122
Errors 'synchronized' is not followed by whitespace. 126
Errors Line is longer than 80 characters. 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 Method 'getAudits' is not designed for extension - needs to be abstract, final or empty. 135
Errors Line has trailing spaces. 136
Errors Line is longer than 80 characters. 136
Errors Parameter collectionId should be final. 136
Errors Parameter fileId should be final. 136
Errors Parameter minSeqNumber should be final. 136
Errors Line is longer than 80 characters. 137
Errors Parameter maxSeqNumber should be final. 137
Errors Parameter minDate should be final. 137
Errors Parameter maxDate should be final. 137
Errors Parameter maxNumberOfResults should be final. 137
Errors Line has trailing spaces. 138
Errors Line is longer than 80 characters. 138
Errors Line has trailing spaces. 143
Errors Line is longer than 80 characters. 144
Errors Method 'extractLargestSequenceNumber' is not designed for extension - needs to be abstract, final or empty. 146
Errors Line is longer than 80 characters. 147
Errors Line is longer than 80 characters. 156
Errors 'if' is not followed by whitespace. 158
Errors 'if' is not followed by whitespace. 163
Errors 'if' is not followed by whitespace. 166
Errors 'if' is not followed by whitespace. 169
Errors Line is longer than 80 characters. 181
Errors Line is longer than 80 characters. 186
Errors Parameter extractor should be final. 186
Errors Parameter maxNumberOfResults should be final. 186
Errors Line has trailing spaces. 195
Errors Line is longer than 80 characters. 196
Errors Line is longer than 80 characters. 197
Errors Line is longer than 80 characters. 198
Errors Line is longer than 80 characters. 208
Errors Line has trailing spaces. 210
Errors Line is longer than 80 characters. 212
Errors 'while' is not followed by whitespace. 212
Errors Line is longer than 80 characters. 216
Errors Line is longer than 80 characters. 217
Errors Line is longer than 80 characters. 218
Errors Line is longer than 80 characters. 219
Errors Line is longer than 80 characters. 220
Errors Line is longer than 80 characters. 221
Errors Line has trailing spaces. 226
Errors 'if' is not followed by whitespace. 227
Errors Line is longer than 80 characters. 228
Errors 'if' is not followed by whitespace. 232
Errors 'if' is not followed by whitespace. 235
Errors 'if' is not followed by whitespace. 238
Errors Line is longer than 80 characters. 243
Errors Line is longer than 80 characters. 251
Errors Line has trailing spaces. 254
Errors Line is longer than 80 characters. 257
Errors Parameter collectionId should be final. 257
Errors Parameter fileId should be final. 257
Errors Line has trailing spaces. 258
Errors Line is longer than 80 characters. 258
Errors Line is longer than 80 characters. 261
Errors 'if' is not followed by whitespace. 263
Errors Line has trailing spaces. 265
Errors Line is longer than 80 characters. 265
Errors Line is longer than 80 characters. 267
Errors Line is longer than 80 characters. 269
Errors Parameter fileGuid should be final. 280
Errors Line is longer than 80 characters. 281
Errors Line is longer than 80 characters. 283
Errors Line is longer than 80 characters. 287
Errors Parameter actorName should be final. 292
Errors Line is longer than 80 characters. 293
Errors Line is longer than 80 characters. 295
Errors 'if' is not followed by whitespace. 297
Errors Line is longer than 80 characters. 298
Errors Line is longer than 80 characters. 299
Errors Line is longer than 80 characters. 302
Errors Line has trailing spaces. 309
Errors Parameter actorGuid should be final. 313
Errors Line is longer than 80 characters. 314
Errors Line is longer than 80 characters. 316
Errors First sentence should end with a period. 319
Errors Line is longer than 80 characters. 338
Errors Line is longer than 80 characters. 339
Errors Line is longer than 80 characters. 343
Errors Parameter collectionId should be final. 343
Errors Parameter fileId should be final. 343
Errors Parameter minSeqNumber should be final. 343
Errors 'minSeqNumber' hides a field. 343
Errors Parameter maxSeqNumber should be final. 343
Errors 'maxSeqNumber' hides a field. 343
Errors Parameter minDate should be final. 343
Errors 'minDate' hides a field. 343
Errors Parameter maxDate should be final. 344
Errors 'maxDate' hides a field. 344
Errors 'if' is not followed by whitespace. 345
Errors Line is longer than 80 characters. 361
Errors 'if' is not followed by whitespace. 361
Errors 'if' is not followed by whitespace. 367
Errors 'if' is not followed by whitespace. 372
Errors 'if' is not followed by whitespace. 377
Errors 'if' is not followed by whitespace. 382
Errors 'if' is not followed by whitespace. 387
Errors Line is longer than 80 characters. 396
Errors Parameter res should be final. 399
Errors 'if' is not followed by whitespace. 400
Errors 'if' is not followed by whitespace. 412
Errors 'if' is not followed by whitespace. 415
Errors 'if' is not followed by whitespace. 418
Errors 'if' is not followed by whitespace. 421
Errors 'if' is not followed by whitespace. 424

org/bitrepository/service/audit/AuditTrailContributorDatabaseMigrator.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 has trailing spaces. 36
Errors Line is longer than 80 characters. 36
Errors Line has trailing spaces. 43
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 47
Errors Line has trailing spaces. 50
Errors Parameter connector should be final. 55
Errors Line has trailing spaces. 58
Errors Method 'migrate' is not designed for extension - needs to be abstract, final or empty. 59
Errors Line has trailing spaces. 62
Errors 'if' is not followed by whitespace. 63
Errors Line has trailing spaces. 64
Errors Line is longer than 80 characters. 64
Errors 'if' is not followed by whitespace. 67
Errors Line has trailing spaces. 71
Errors Line is longer than 80 characters. 72
Errors 'if' is not followed by whitespace. 72
Errors '3' is a magic number. 72
Errors Method 'needsMigration' is not designed for extension - needs to be abstract, final or empty. 78
Errors Line has trailing spaces. 81
Errors 'if' is not followed by whitespace. 82
Errors Line is longer than 80 characters. 83
Errors Conditional logic can be removed. 85
Errors 'if' is not followed by whitespace. 85

org/bitrepository/service/audit/AuditTrailDatabaseResults.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. 39
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 49
Errors Method 'getAuditTrailEvents' is not designed for extension - needs to be abstract, final or empty. 53
Errors Line has trailing spaces. 56
Errors Method 'addAuditTrailEvent' is not designed for extension - needs to be abstract, final or empty. 61
Errors Parameter event should be final. 61
Errors Line has trailing spaces. 65
Errors Method 'moreResults' is not designed for extension - needs to be abstract, final or empty. 69
Errors Line has trailing spaces. 72
Errors Method 'reportMoreResultsFound' is not designed for extension - needs to be abstract, final or empty. 76
Errors Line has trailing spaces. 79
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 80
Errors Line has trailing spaces. 82
Errors Line is longer than 80 characters. 82
Errors Line is longer than 80 characters. 83
Errors Avoid inline conditionals. 83

org/bitrepository/service/audit/AuditTrailManager.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. 39
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 42
Errors Line is longer than 80 characters. 45
Errors Line has trailing spaces. 46
Errors Line has trailing spaces. 51
Errors Line has trailing spaces. 58
Errors Line is longer than 80 characters. 58

org/bitrepository/service/contributor/AbstractContributorMediator.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. 37
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 44
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 48
Errors Parameter messageBus should be final. 55
Errors 'messageBus' hides a field. 55
Errors Line is longer than 80 characters. 62
Errors Line is longer than 80 characters. 68
Errors Line is longer than 80 characters. 69
Errors Line is longer than 80 characters. 70
Errors Line is longer than 80 characters. 74
Errors Line has trailing spaces. 82
Errors Line has trailing spaces. 84
Errors Line is longer than 80 characters. 84
Errors Line is longer than 80 characters. 89
Errors Line is longer than 80 characters. 92
Errors Parameter message should be final. 96
Errors Line is longer than 80 characters. 98
Errors Line is longer than 80 characters. 103
Errors 'else' construct must use '{}'s. 104
Errors Line is longer than 80 characters. 105
Errors Line is longer than 80 characters. 108
Errors Line has trailing spaces. 112
Errors Method 'close' is not designed for extension - needs to be abstract, final or empty. 116
Errors Line is longer than 80 characters. 118
Errors Line is longer than 80 characters. 119

org/bitrepository/service/contributor/ContributorContext.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 Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 33
Errors Line is longer than 80 characters. 35
Errors Missing a Javadoc comment. 35
Errors Parameter responseDispatcher should be final. 35
Errors 'responseDispatcher' hides a field. 35
Errors Parameter alarmDispatcher should be final. 35
Errors 'alarmDispatcher' hides a field. 35
Errors Parameter settings should be final. 35
Errors 'settings' hides a field. 35
Errors Line is longer than 80 characters. 36
Errors Method 'getResponseDispatcher' is not designed for extension - needs to be abstract, final or empty. 41
Errors Missing a Javadoc comment. 41
Errors Method 'getAlarmDispatcher' is not designed for extension - needs to be abstract, final or empty. 45
Errors Missing a Javadoc comment. 45
Errors Method 'getSettings' is not designed for extension - needs to be abstract, final or empty. 49
Errors Missing a Javadoc comment. 49

org/bitrepository/service/contributor/ContributorMediator.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

org/bitrepository/service/contributor/MessageDispatcher.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 Missing a Javadoc comment. 34
Errors Variable 'settings' must be private and have accessor methods. 34
Errors Missing a Javadoc comment. 35
Errors Missing a Javadoc comment. 37
Errors Parameter settings should be final. 37
Errors 'settings' hides a field. 37
Errors Parameter sender should be final. 37
Errors 'sender' hides a field. 37
Errors Line is longer than 80 characters. 46
Errors Line is longer than 80 characters. 53
Errors Method 'dispatchMessage' is not designed for extension - needs to be abstract, final or empty. 55
Errors Parameter message should be final. 55
Errors Line is longer than 80 characters. 57
Errors Line is longer than 80 characters. 58

org/bitrepository/service/contributor/ResponseDispatcher.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 Missing a Javadoc comment. 34
Errors Parameter settings should be final. 34
Errors Parameter sender should be final. 34
Errors Line is longer than 80 characters. 40
Errors Line is longer than 80 characters. 50
Errors Line is longer than 80 characters. 53
Errors Method 'dispatchResponse' is not designed for extension - needs to be abstract, final or empty. 53
Errors Parameter response should be final. 53
Errors Parameter request should be final. 53

org/bitrepository/service/contributor/SimpleContributorMediator.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. 32
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 35
Errors Line has trailing spaces. 47
Errors Line has trailing spaces. 48
Errors Line is longer than 80 characters. 48
Errors Line has trailing spaces. 49
Errors Line has trailing spaces. 58
Errors Line is longer than 80 characters. 63
Errors Line is longer than 80 characters. 65
Errors Parameter messageBus should be final. 65
Errors Parameter settings should be final. 65
Errors Parameter auditManager should be final. 65
Errors 'auditManager' hides a field. 65
Errors Method 'createListOfHandlers' is not designed for extension - needs to be abstract, final or empty. 74
Errors Line has trailing spaces. 78
Errors Line is longer than 80 characters. 79
Errors Line has trailing spaces. 81
Errors 'if' is not followed by whitespace. 82
Errors Line is longer than 80 characters. 83
Errors Line is longer than 80 characters. 84
Errors Line has trailing spaces. 86
Errors Line has trailing spaces. 89
Errors Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 90
Errors Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. 95
Errors Line is longer than 80 characters. 97
Errors Parameter request should be final. 97
Errors Parameter handler should be final. 97
Errors Line is longer than 80 characters. 101
Errors Line has trailing spaces. 110

org/bitrepository/service/contributor/handler/AbstractRequestHandler.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. 33
Errors Line is longer than 80 characters. 37
Errors Line is longer than 80 characters. 39
Errors Line has trailing spaces. 40
Errors Line has trailing spaces. 45
Errors Line has trailing spaces. 48
Errors Parameter context should be final. 53
Errors 'context' hides a field. 53
Errors Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 60
Errors Line is longer than 80 characters. 67
Errors Method 'dispatchResponse' is not designed for extension - needs to be abstract, final or empty. 67
Errors Parameter response should be final. 67
Errors Expected @param tag for 'response'. 67
Errors Parameter request should be final. 67
Errors Expected @param tag for 'request'. 67
Errors Method 'validateCollectionID' is not designed for extension - needs to be abstract, final or empty. 75
Errors Parameter request should be final. 75
Errors 'if' is not followed by whitespace. 76
Errors Line is longer than 80 characters. 77
Errors '+' should be on a new line. 77

org/bitrepository/service/contributor/handler/GetAuditTrailsRequestHandler.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. 60
Errors Line has trailing spaces. 65
Errors Line is longer than 80 characters. 70
Errors Parameter context should be final. 70
Errors Parameter auditManager should be final. 70
Errors 'auditManager' hides a field. 70
Errors Expected @param tag for 'auditManager'. 70
Errors Method 'getRequestClass' is not designed for extension - needs to be abstract, final or empty. 75
Errors Method 'processRequest' is not designed for extension - needs to be abstract, final or empty. 80
Errors Line is longer than 80 characters. 81
Errors Parameter message should be final. 81
Errors Method 'generateFailedResponse' is not designed for extension - needs to be abstract, final or empty. 90
Errors Line is longer than 80 characters. 91
Errors Parameter request should be final. 91
Errors Line is longer than 80 characters. 97
Errors Unused Javadoc tag. 98
Errors Line is longer than 80 characters. 100
Errors Method 'validateMessage' is not designed for extension - needs to be abstract, final or empty. 100
Errors Parameter message should be final. 100
Errors Expected @throws tag for 'RequestHandlerException'. 100
Errors Line is longer than 80 characters. 101
Errors 'if' is not followed by whitespace. 101
Errors Line has trailing spaces. 108
Errors Line is longer than 80 characters. 110
Errors Method 'sendProgressMessage' is not designed for extension - needs to be abstract, final or empty. 113
Errors Parameter request should be final. 113
Errors Line is longer than 80 characters. 114
Errors Line has trailing spaces. 115
Errors Line is longer than 80 characters. 119
Errors Line is longer than 80 characters. 122
Errors Line has trailing spaces. 124
Errors Line is longer than 80 characters. 130
Errors Method 'collectAudits' is not designed for extension - needs to be abstract, final or empty. 130
Errors Parameter message should be final. 130
Errors 'if' is not followed by whitespace. 132
Errors Line is longer than 80 characters. 133
Errors 'if' is not followed by whitespace. 137
Errors Line is longer than 80 characters. 138
Errors 'if' is not followed by whitespace. 142
Errors Line is longer than 80 characters. 144
Errors 'if' is not followed by whitespace. 147
Errors Line is longer than 80 characters. 149
Errors 'if' is not followed by whitespace. 152
Errors Line is longer than 80 characters. 153
Errors Line has trailing spaces. 156
Errors Line has trailing spaces. 157
Errors Line is longer than 80 characters. 157
Errors Line has trailing spaces. 160
Errors Line has trailing spaces. 163
Errors Line is longer than 80 characters. 163
Errors Line is longer than 80 characters. 166
Errors Line is longer than 80 characters. 168
Errors Method 'handleUpload' is not designed for extension - needs to be abstract, final or empty. 168
Errors Parameter message should be final. 168
Errors Parameter extractedAuditTrails should be final. 168
Errors Line is longer than 80 characters. 169
Errors 'if' is not followed by whitespace. 169
Errors Line has trailing spaces. 173
Errors Line is longer than 80 characters. 176
Errors Line has trailing spaces. 178
Errors Line is longer than 80 characters. 179
Errors Line is longer than 80 characters. 180
Errors Line is longer than 80 characters. 185
Errors Line has trailing spaces. 189
Errors Line is longer than 80 characters. 195
Errors Line has trailing spaces. 199
Errors Line is longer than 80 characters. 199
Errors Method 'createAuditTrailFile' is not designed for extension - needs to be abstract, final or empty. 199
Errors Parameter request should be final. 199
Errors Parameter extractedAuditTrails should be final. 199
Errors Line is longer than 80 characters. 201
Errors Line has trailing spaces. 202
Errors Line is longer than 80 characters. 204
Errors Line is longer than 80 characters. 205
Errors Line is longer than 80 characters. 207
Errors 'if' is not followed by whitespace. 218
Errors Line has trailing spaces. 222
Errors Line is longer than 80 characters. 231
Errors Method 'sendFinalResponse' is not designed for extension - needs to be abstract, final or empty. 231
Errors Parameter request should be final. 231
Errors Parameter auditExtract should be final. 231
Errors 'if' is not followed by whitespace. 234
Errors Line is longer than 80 characters. 235
Errors Line has trailing spaces. 239
Errors Line has trailing spaces. 242
Errors Line is longer than 80 characters. 247
Errors Line has trailing spaces. 249
Errors Line has trailing spaces. 251
Errors Line is longer than 80 characters. 251
Errors Line has trailing spaces. 254
Errors Line is longer than 80 characters. 258
Errors Parameter message should be final. 258
Errors Line is longer than 80 characters. 259
Errors Line has trailing spaces. 262
Errors Line has trailing spaces. 265
Errors Line has trailing spaces. 267
Errors Line is longer than 80 characters. 267
Errors Line has trailing spaces. 271
Errors Line is longer than 80 characters. 274
Errors Method 'createFinalResponse' is not designed for extension - needs to be abstract, final or empty. 274
Errors Parameter request should be final. 274
Errors Expected @param tag for 'request'. 274
Errors Line has trailing spaces. 277

org/bitrepository/service/contributor/handler/GetStatusRequestHandler.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. 40
Errors Parameter context should be final. 45
Errors Method 'getRequestClass' is not designed for extension - needs to be abstract, final or empty. 49
Errors Method 'processRequest' is not designed for extension - needs to be abstract, final or empty. 54
Errors Parameter request should be final. 55
Errors Line has trailing spaces. 60
Errors Method 'generateFailedResponse' is not designed for extension - needs to be abstract, final or empty. 61
Errors Line is longer than 80 characters. 62
Errors Parameter request should be final. 62
Errors Line has trailing spaces. 67
Errors Parameter request should be final. 72
Errors Line is longer than 80 characters. 73
Errors 'if' is not followed by whitespace. 73
Errors Line is longer than 80 characters. 74
Errors Parameter request should be final. 83
Errors Line is longer than 80 characters. 85
Errors Line is longer than 80 characters. 87
Errors Line has trailing spaces. 89
Errors Parameter request should be final. 94
Errors Line is longer than 80 characters. 103
Errors Line has trailing spaces. 105
Errors Line has trailing spaces. 111
Errors Line is longer than 80 characters. 115
Errors Parameter request should be final. 115
Errors Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. 124
Errors Line has trailing spaces. 126
Errors Line has trailing spaces. 129
Errors Line is longer than 80 characters. 129
Errors '+' should be on a new line. 129
Errors Line is longer than 80 characters. 130
Errors Line has trailing spaces. 131
Errors Line has trailing spaces. 136
Errors Method 'failedStatus' is not designed for extension - needs to be abstract, final or empty. 140
Errors Line has trailing spaces. 142
Errors Line has trailing spaces. 146

org/bitrepository/service/contributor/handler/IdentifyContributorsForGetAuditTrailsRequestHandler.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. 25
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 33
Errors Line has trailing spaces. 35
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 41
Errors Parameter context should be final. 41
Errors Method 'getRequestClass' is not designed for extension - needs to be abstract, final or empty. 45
Errors Line is longer than 80 characters. 46
Errors Method 'processRequest' is not designed for extension - needs to be abstract, final or empty. 50
Errors Line is longer than 80 characters. 51
Errors Parameter message should be final. 51
Errors Line is longer than 80 characters. 52
Errors Method 'generateFailedResponse' is not designed for extension - needs to be abstract, final or empty. 57
Errors Line is longer than 80 characters. 58
Errors Parameter request should be final. 58
Errors Line has trailing spaces. 61
Errors Line is longer than 80 characters. 66
Errors Method 'respondSuccessfulIdentification' is not designed for extension - needs to be abstract, final or empty. 66
Errors Parameter request should be final. 66
Errors Line is longer than 80 characters. 67
Errors Line is longer than 80 characters. 69
Errors Line has trailing spaces. 71
Errors Line is longer than 80 characters. 75
Errors Line is longer than 80 characters. 77
Errors Method 'respondFailedIdentification' is not designed for extension - needs to be abstract, final or empty. 77
Errors Parameter request should be final. 77
Errors Parameter responseInfo should be final. 78
Errors Line is longer than 80 characters. 79
Errors Line has trailing spaces. 80
Errors Line is longer than 80 characters. 82
Errors Line has trailing spaces. 84
Errors Line is longer than 80 characters. 87
Errors Method 'createResponse' is not designed for extension - needs to be abstract, final or empty. 92
Errors Line is longer than 80 characters. 93

org/bitrepository/service/contributor/handler/IdentifyContributorsForGetStatusRequestHandler.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. 27
Errors Line is longer than 80 characters. 28
Errors Line has trailing spaces. 36
Errors Line is longer than 80 characters. 37
Errors Line has trailing spaces. 38
Errors Line is longer than 80 characters. 43
Errors Parameter context should be final. 43
Errors Method 'getRequestClass' is not designed for extension - needs to be abstract, final or empty. 47
Errors Method 'processRequest' is not designed for extension - needs to be abstract, final or empty. 52
Errors Line is longer than 80 characters. 53
Errors Parameter request should be final. 53
Errors Line is longer than 80 characters. 54
Errors Line is longer than 80 characters. 57
Errors Method 'generateFailedResponse' is not designed for extension - needs to be abstract, final or empty. 60
Errors Line is longer than 80 characters. 61
Errors Parameter request should be final. 61
Errors Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. 70

org/bitrepository/service/contributor/handler/RequestHandler.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 Type Javadoc comment is missing an @param <T> tag. 30
Errors Expected an @return tag. 32
Errors Redundant 'public' modifier. 32
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 37
Errors Redundant 'public' modifier. 39
Errors Line is longer than 80 characters. 42
Errors Redundant 'public' modifier. 46
Errors Expected @param tag for 'request'. 46

org/bitrepository/service/database/DBConnector.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. 44
Errors Line is longer than 80 characters. 47
Errors Parameter databaseSpecifics should be final. 49
Errors 'databaseSpecifics' hides a field. 49
Errors Line is longer than 80 characters. 50
Errors Line has trailing spaces. 57
Errors Method 'getDatabaseDriverClass' is not designed for extension - needs to be abstract, final or empty. 61
Errors Line has trailing spaces. 64
Errors Line is longer than 80 characters. 70
Errors 'if' is not followed by whitespace. 73
Errors 'if' is not followed by whitespace. 76
Errors Line is longer than 80 characters. 80
Errors Line is longer than 80 characters. 90
Errors Line has trailing spaces. 93
Errors Method 'getConnection' is not designed for extension - needs to be abstract, final or empty. 98
Errors Line has trailing spaces. 102
Errors Line is longer than 80 characters. 102
Errors Line has trailing spaces. 106
Errors Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 110
Errors Line is longer than 80 characters. 114

org/bitrepository/service/database/DatabaseCreator.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 Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 33
Errors Line is longer than 80 characters. 41
Errors Method 'createDatabase' is not designed for extension - needs to be abstract, final or empty. 41
Errors Parameter databaseSpecifics should be final. 41
Errors Parameter scriptName should be final. 41
Errors Line is longer than 80 characters. 42
Errors Line is longer than 80 characters. 43
Errors Line is longer than 80 characters. 52
Errors Expected an @return tag. 54
Errors Line is longer than 80 characters. 54
Errors Parameter databaseSpecifics should be final. 54
Errors Expected @param tag for 'databaseSpecifics'. 54
Errors Line is longer than 80 characters. 57
Errors Method 'loadSettings' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors Parameter pillarID should be final. 63
Errors Parameter pathToSettings should be final. 63
Errors Line is longer than 80 characters. 65

org/bitrepository/service/database/DatabaseMaintainer.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 Missing a Javadoc comment. 33
Errors Utility classes should not have a public or default constructor. 33
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 39
Errors Parameter databaseSpecifics should be final. 39
Errors Expected @param tag for 'databaseSpecifics'. 39
Errors Parameter scriptName should be final. 39
Errors Expected @throws tag for 'Exception'. 39
Errors Line has trailing spaces. 44
Errors Line is longer than 80 characters. 46
Errors Line is longer than 80 characters. 49
Errors Parameter connector should be final. 49
Errors Expected @param tag for 'connector'. 49
Errors Parameter scriptName should be final. 49
Errors Expected @throws tag for 'Exception'. 49
Errors Line has trailing spaces. 54
Errors Line has trailing spaces. 56
Errors Line is longer than 80 characters. 61
Errors Parameter connection should be final. 61
Errors Expected @param tag for 'connection'. 61
Errors Parameter scriptName should be final. 61
Errors Expected @param tag for 'scriptName'. 61
Errors Expected @throws tag for 'Exception'. 61
Errors Line is longer than 80 characters. 62
Errors Expected an @return tag. 69
Errors Line is longer than 80 characters. 69
Errors Parameter filePath should be final. 69
Errors Expected @param tag for 'filePath'. 69
Errors Expected @throws tag for 'java.io.IOException'. 69
Errors Line is longer than 80 characters. 70
Errors Line is longer than 80 characters. 73
Errors Line is longer than 80 characters. 80
Errors Expected an @return tag. 82
Errors Line is longer than 80 characters. 82
Errors Parameter databaseSpecifics should be final. 82
Errors Expected @param tag for 'databaseSpecifics'. 82
Errors Expected @throws tag for 'Exception'. 82
Errors Line is longer than 80 characters. 84

org/bitrepository/service/database/DatabaseManager.java

Violation Message Line
Errors Line has trailing spaces. 11
Errors Line is longer than 80 characters. 13
Errors Line has trailing spaces. 16
Errors Line has trailing spaces. 17
Errors Line is longer than 80 characters. 17
Errors Line has trailing spaces. 18
Errors Missing a Javadoc comment. 21
Errors Line is longer than 80 characters. 22
Errors Missing a Javadoc comment. 22
Errors Name 'derbyDriver' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
Errors Missing a Javadoc comment. 23
Errors Name 'postgressDriver' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 23
Errors Missing a Javadoc comment. 24
Errors Variable 'connector' must be private and have accessor methods. 24
Errors Line has trailing spaces. 25
Errors Line has trailing spaces. 27
Errors Line is longer than 80 characters. 27
Errors Line has trailing spaces. 28
Errors Line is longer than 80 characters. 28
Errors Method 'getConnector' is not designed for extension - needs to be abstract, final or empty. 32
Errors 'if' is not followed by whitespace. 34
Errors Line has trailing spaces. 35
Errors 'if' is not followed by whitespace. 36
Errors Line is longer than 80 characters. 39
Errors Line is longer than 80 characters. 40
Errors Line has trailing spaces. 42
Errors Line has trailing spaces. 43
Errors Line has trailing spaces. 45
Errors Line has trailing spaces. 47
Errors Line has trailing spaces. 48
Errors Line is longer than 80 characters. 48
Errors 'if' is not followed by whitespace. 53
Errors 'if' is not followed by whitespace. 56
Errors Line has trailing spaces. 57
Errors Line is longer than 80 characters. 57
Errors '+' is not preceded with whitespace. 57
Errors '+' should be on a new line. 57
Errors Line has trailing spaces. 58
Errors Line is longer than 80 characters. 58
Errors '+' should be on a new line. 58
Errors Line has trailing spaces. 61
Errors Line has trailing spaces. 64
Errors Line has trailing spaces. 66
Errors Line is longer than 80 characters. 67
Errors Line has trailing spaces. 68
Errors 'if' is not followed by whitespace. 71
Errors 'if' is not followed by whitespace. 75
Errors Line is longer than 80 characters. 76
Errors Line is longer than 80 characters. 79
Errors 'if' is not followed by whitespace. 83
Errors 'if' is not followed by whitespace. 87
Errors 'if' is not followed by whitespace. 88
Errors Line is longer than 80 characters. 89
Errors Line is longer than 80 characters. 92
Errors Line is longer than 80 characters. 93
Errors Line has trailing spaces. 101
Errors Line has trailing spaces. 103
Errors Line has trailing spaces. 104
Errors Line is longer than 80 characters. 104
Errors Line has trailing spaces. 107
Errors First sentence should end with a period. 108
Errors Line has trailing spaces. 110
Errors Line has trailing spaces. 113
Errors Line has trailing spaces. 115
Errors Line has trailing spaces. 116
Errors Line has trailing spaces. 119
Errors Line has trailing spaces. 121
Errors Line is longer than 80 characters. 121
Errors Line has trailing spaces. 122
Errors Line has trailing spaces. 123
Errors Line has trailing spaces. 126
Errors Line has trailing spaces. 128
Errors Line is longer than 80 characters. 128
Errors Method 'obtainConnection' is not designed for extension - needs to be abstract, final or empty. 131
Errors Redundant throws: 'IllegalStateException' is unchecked exception. 131
Errors Line has trailing spaces. 133
Errors Line is longer than 80 characters. 138
Errors Line has trailing spaces. 142
Errors First sentence should end with a period. 143
Errors Line has trailing spaces. 144
Errors 'if' is not followed by whitespace. 148
Errors Line is longer than 80 characters. 151
Errors Line has trailing spaces. 154
Errors Missing a Javadoc comment. 155
Errors 'if' is not followed by whitespace. 157
Errors Line has trailing spaces. 163
Errors Missing a Javadoc comment. 164
Errors 'if' is not followed by whitespace. 166
Errors '}' should be alone on a line. 170
Errors Line has trailing spaces. 171
Errors Line has trailing spaces. 173
Errors Line is longer than 80 characters. 177
Errors Line has trailing spaces. 179

org/bitrepository/service/database/DatabaseMigrator.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. 34
Errors Line has trailing spaces. 36
Errors Variable 'connector' must be private and have accessor methods. 44
Errors Line has trailing spaces. 45
Errors Line has trailing spaces. 52
Errors Parameter connector should be final. 57
Errors 'connector' hides a field. 57
Errors Line has trailing spaces. 60
Errors Line is longer than 80 characters. 63
Errors Method 'getTableVersions' is not designed for extension - needs to be abstract, final or empty. 65
Errors Line has trailing spaces. 67
Errors Line has trailing spaces. 68
Errors Line is longer than 80 characters. 68
Errors Line is longer than 80 characters. 69
Errors Line has trailing spaces. 72
Errors Line is longer than 80 characters. 79
Errors Line has trailing spaces. 81
Errors Line is longer than 80 characters. 83
Errors 'if' is not followed by whitespace. 86
Errors 'if' is not followed by whitespace. 89
Errors 'if' is not followed by whitespace. 92
Errors Line is longer than 80 characters. 97
Errors Line has trailing spaces. 99
Errors Line has trailing spaces. 102
Errors Line is longer than 80 characters. 110
Errors Method 'updateTable' is not designed for extension - needs to be abstract, final or empty. 110
Errors Parameter tablename should be final. 110
Errors Parameter newVersion should be final. 110
Errors Parameter updateSql should be final. 110
Errors Parameter args should be final. 110
Errors Line has trailing spaces. 111
Errors Line is longer than 80 characters. 111
Errors Line has trailing spaces. 113
Errors Line is longer than 80 characters. 115
Errors Line has trailing spaces. 117
Errors Line is longer than 80 characters. 120
Errors Method 'migrateDerbyDatabase' is not designed for extension - needs to be abstract, final or empty. 123
Errors Parameter migrateScriptName should be final. 123
Errors Line is longer than 80 characters. 124
Errors 'if' is not followed by whitespace. 124
Errors Line has trailing spaces. 128
Errors Line is longer than 80 characters. 128
Errors Line is longer than 80 characters. 129
Errors Line is longer than 80 characters. 133
Errors Line is longer than 80 characters. 134
Errors Line has trailing spaces. 138
Errors 'public' modifier out of order with the JLS suggestions. 142
Errors Line has trailing spaces. 143
Errors Line has trailing spaces. 146
Errors Line has trailing spaces. 149

org/bitrepository/service/database/DatabaseUtils.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 Class DatabaseUtils should be declared as final. 44
Errors Line is longer than 80 characters. 49
Errors Line has trailing spaces. 50
Errors Line has trailing spaces. 53
Errors Line has trailing spaces. 55
Errors Line is longer than 80 characters. 55
Errors Line is longer than 80 characters. 56
Errors Line has trailing spaces. 57
Errors Line is longer than 80 characters. 63
Errors Parameter dbConnector should be final. 63
Errors Parameter query should be final. 63
Errors Parameter args should be final. 63
Errors Line has trailing spaces. 67
Errors Line has trailing spaces. 68
Errors Line is longer than 80 characters. 84
Errors 'if' is not followed by whitespace. 88
Errors 'if' is not followed by whitespace. 91
Errors 'if' is not followed by whitespace. 94
Errors Line has trailing spaces. 102
Errors Line has trailing spaces. 104
Errors Line is longer than 80 characters. 104
Errors Line is longer than 80 characters. 105
Errors Line has trailing spaces. 106
Errors Line is longer than 80 characters. 112
Errors Parameter dbConnector should be final. 112
Errors Parameter query should be final. 112
Errors Parameter args should be final. 112
Errors Line has trailing spaces. 116
Errors Line has trailing spaces. 117
Errors Line is longer than 80 characters. 126
Errors Line is longer than 80 characters. 127
Errors Line is longer than 80 characters. 135
Errors 'if' is not followed by whitespace. 139
Errors 'if' is not followed by whitespace. 142
Errors 'if' is not followed by whitespace. 145
Errors Line has trailing spaces. 153
Errors Line has trailing spaces. 155
Errors Line is longer than 80 characters. 155
Errors Line has trailing spaces. 156
Errors Line is longer than 80 characters. 156
Errors Line has trailing spaces. 158
Errors Line is longer than 80 characters. 164
Errors Parameter dbConnector should be final. 164
Errors Parameter query should be final. 164
Errors Parameter args should be final. 164
Errors Line has trailing spaces. 168
Errors Line has trailing spaces. 169
Errors Line is longer than 80 characters. 178
Errors Line is longer than 80 characters. 179
Errors 'if' is not followed by whitespace. 188
Errors 'if' is not followed by whitespace. 191
Errors 'if' is not followed by whitespace. 194
Errors Line has trailing spaces. 202
Errors Line has trailing spaces. 204
Errors Line is longer than 80 characters. 204
Errors Line is longer than 80 characters. 205
Errors Line has trailing spaces. 206
Errors Line is longer than 80 characters. 212
Errors Parameter dbConnector should be final. 212
Errors Parameter query should be final. 212
Errors Parameter args should be final. 212
Errors Line has trailing spaces. 216
Errors Line has trailing spaces. 217
Errors Line has trailing spaces. 226
Errors 'while' is not followed by whitespace. 227
Errors 'if' is not followed by whitespace. 232
Errors 'if' is not followed by whitespace. 235
Errors 'if' is not followed by whitespace. 238
Errors Line has trailing spaces. 248
Errors Line is longer than 80 characters. 248
Errors Line is longer than 80 characters. 249
Errors Line has trailing spaces. 250
Errors Line is longer than 80 characters. 256
Errors Parameter dbConnector should be final. 256
Errors Parameter query should be final. 256
Errors Parameter args should be final. 256
Errors Line has trailing spaces. 259
Errors Line has trailing spaces. 261
Errors Line is longer than 80 characters. 261
Errors Line is longer than 80 characters. 262
Errors Line has trailing spaces. 263
Errors Line has trailing spaces. 264
Errors Line is longer than 80 characters. 270
Errors Parameter dbConnector should be final. 270
Errors Parameter query should be final. 270
Errors Parameter args should be final. 270
Errors Line has trailing spaces. 273
Errors Line is longer than 80 characters. 277
Errors Line is longer than 80 characters. 282
Errors Parameter dbConnector should be final. 282
Errors Parameter mustHaveOnlyOneResult should be final. 282
Errors Parameter query should be final. 282
Errors Parameter args should be final. 282
Errors Line has trailing spaces. 286
Errors Line has trailing spaces. 287
Errors Line has trailing spaces. 294
Errors Line is longer than 80 characters. 297
Errors Line is longer than 80 characters. 306
Errors 'if' is not followed by whitespace. 310
Errors 'if' is not followed by whitespace. 313
Errors 'if' is not followed by whitespace. 316
Errors Line has trailing spaces. 324
Errors Line has trailing spaces. 326
Errors Line is longer than 80 characters. 326
Errors Line is longer than 80 characters. 327
Errors Line has trailing spaces. 328
Errors Line is longer than 80 characters. 332
Errors Line is longer than 80 characters. 334
Errors Parameter dbConnector should be final. 334
Errors Parameter query should be final. 334
Errors Parameter args should be final. 334
Errors Line has trailing spaces. 339
Errors Line has trailing spaces. 347
Errors 'if' is not followed by whitespace. 348
Errors Line is longer than 80 characters. 349
Errors Line has trailing spaces. 352
Errors 'if' is not followed by whitespace. 355
Errors 'if' is not followed by whitespace. 358
Errors 'if' is not followed by whitespace. 361
Errors Line has trailing spaces. 369
Errors Line has trailing spaces. 371
Errors Line is longer than 80 characters. 371
Errors Line is longer than 80 characters. 372
Errors Line has trailing spaces. 373
Errors Line is longer than 80 characters. 377
Errors Line is longer than 80 characters. 379
Errors Parameter dbConnector should be final. 379
Errors Parameter query should be final. 379
Errors Parameter args should be final. 379
Errors Line has trailing spaces. 384
Errors Line has trailing spaces. 392
Errors 'while' is not followed by whitespace. 394
Errors 'if' is not followed by whitespace. 399
Errors 'if' is not followed by whitespace. 402
Errors 'if' is not followed by whitespace. 405
Errors Line has trailing spaces. 417
Errors Line is longer than 80 characters. 422
Errors Parameter dbConnector should be final. 422
Errors Parameter query should be final. 422
Errors Parameter args should be final. 422
Errors Line has trailing spaces. 426
Errors Line has trailing spaces. 427
Errors 'if' is not followed by whitespace. 437
Errors 'if' is not followed by whitespace. 440
Errors 'if' is not followed by whitespace. 443
Errors Line has trailing spaces. 451
Errors Line is longer than 80 characters. 463
Errors Parameter dbConnection should be final. 463
Errors Parameter query should be final. 463
Errors Parameter args should be final. 463
Errors Line is longer than 80 characters. 465
Errors 'if' is not followed by whitespace. 480
Errors Line is longer than 80 characters. 481
Errors Line has trailing spaces. 482
Errors Line is longer than 80 characters. 482
Errors Line is longer than 80 characters. 484
Errors Line is longer than 80 characters. 485
Errors Line has trailing spaces. 493
Errors Line has trailing spaces. 496
Errors Line is longer than 80 characters. 498
Errors Line is longer than 80 characters. 501
Errors Unused @throws tag for 'IllegalStateException'. 501
Errors Expected an @return tag. 503
Errors Line has trailing spaces. 503
Errors Line is longer than 80 characters. 503
Errors Parameter e should be final. 503
Errors Parameter dbConnection should be final. 503
Errors Parameter query should be final. 504
Errors Parameter args should be final. 504
Errors Line has trailing spaces. 505
Errors Line is longer than 80 characters. 505
Errors Line is longer than 80 characters. 506

org/bitrepository/service/database/SqlScriptRunner.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 Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 49
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 52
Errors Missing a Javadoc comment. 53
Errors Parameter connection should be final. 61
Errors 'connection' hides a field. 61
Errors Parameter autoCommit should be final. 62
Errors 'autoCommit' hides a field. 62
Errors Parameter stopOnError should be final. 63
Errors 'stopOnError' hides a field. 63
Errors Line is longer than 80 characters. 71
Errors Method 'setDelimiter' is not designed for extension - needs to be abstract, final or empty. 73
Errors Parameter delimiter should be final. 73
Errors 'delimiter' hides a field. 73
Errors Parameter fullLineDelimiter should be final. 73
Errors 'fullLineDelimiter' hides a field. 73
Errors First sentence should end with a period. 78
Errors Method 'runScript' is not designed for extension - needs to be abstract, final or empty. 84
Errors Parameter reader should be final. 84
Errors Expected @throws tag for 'IOException'. 84
Errors Expected @throws tag for 'SQLException'. 84
Errors First sentence should end with a period. 97
Errors Parameter conn should be final. 106
Errors Parameter reader should be final. 106
Errors '||' should be on a new line. 117
Errors Must have at least one statement. 118
Errors Must have at least one statement. 120
Errors Must have at least one statement. 122
Errors Line is longer than 80 characters. 123
Errors Must have at least one statement. 176
Errors Missing a Javadoc comment. 195
Errors Parameter line should be final. 195
Errors Missing a Javadoc comment. 203

org/bitrepository/service/exception/IdentifyContributorException.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. 30
Errors Line is longer than 80 characters. 37
Errors Unused @param tag for 'collectionID'. 37
Errors Line is longer than 80 characters. 39
Errors Parameter irInfo should be final. 39
Errors Parameter collectionId should be final. 39
Errors Expected @param tag for 'collectionId'. 39
Errors Line has trailing spaces. 42
Errors Line is longer than 80 characters. 46
Errors Unused @param tag for 'collectionID'. 46
Errors Line is longer than 80 characters. 49
Errors Parameter irInfo should be final. 49
Errors Parameter collectionId should be final. 49
Errors Expected @param tag for 'collectionId'. 49
Errors Parameter e should be final. 49

org/bitrepository/service/exception/IllegalOperationException.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. 28
Errors Line is longer than 80 characters. 35
Errors Unused @param tag for 'collectionID'. 35
Errors Parameter rInfo should be final. 37
Errors Parameter collectionId should be final. 37
Errors Expected @param tag for 'collectionId'. 37
Errors Line has trailing spaces. 40
Errors Line is longer than 80 characters. 44
Errors Unused @param tag for 'collectionID'. 44
Errors Line is longer than 80 characters. 47
Errors Parameter rInfo should be final. 47
Errors Parameter collectionId should be final. 47
Errors Expected @param tag for 'collectionId'. 47
Errors Parameter e should be final. 47

org/bitrepository/service/exception/InvalidMessageException.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 Line has trailing spaces. 30
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 37
Errors Unused @param tag for 'collectionID'. 37
Errors Parameter rInfo should be final. 39
Errors Parameter collectionId should be final. 39
Errors Expected @param tag for 'collectionId'. 39
Errors Line has trailing spaces. 42
Errors Line is longer than 80 characters. 46
Errors Unused @param tag for 'collectionID'. 46
Errors Line is longer than 80 characters. 49
Errors Parameter rInfo should be final. 49
Errors Parameter collectionId should be final. 49
Errors Expected @param tag for 'collectionId'. 49
Errors Parameter e should be final. 49

org/bitrepository/service/exception/RequestHandlerException.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. 31
Errors Line is longer than 80 characters. 33
Errors Line has trailing spaces. 35
Errors Line is longer than 80 characters. 39
Errors Unused @param tag for 'collectionID'. 39
Errors Parameter rInfo should be final. 41
Errors Parameter collectionId should be final. 41
Errors 'collectionId' hides a field. 41
Errors Expected @param tag for 'collectionId'. 41
Errors Line has trailing spaces. 46
Errors Line is longer than 80 characters. 50
Errors Unused @param tag for 'collectionID'. 50
Errors Line is longer than 80 characters. 53
Errors Parameter rInfo should be final. 53
Errors Parameter collectionId should be final. 53
Errors 'collectionId' hides a field. 53
Errors Expected @param tag for 'collectionId'. 53
Errors Parameter e should be final. 53
Errors Line has trailing spaces. 58
Errors Method 'getResponseInfo' is not designed for extension - needs to be abstract, final or empty. 62
Errors Line has trailing spaces. 65
Errors Method 'getCollectionId' is not designed for extension - needs to be abstract, final or empty. 69
Errors Line has trailing spaces. 72
Errors Method 'setCollectionId' is not designed for extension - needs to be abstract, final or empty. 76
Errors Parameter collectionId should be final. 76
Errors 'collectionId' hides a field. 76
Errors Line has trailing spaces. 79
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 80

org/bitrepository/service/scheduler/JobEventListener.java

Violation Message Line
Errors ';' is not followed by whitespace. 1
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 Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 26
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 30

org/bitrepository/service/scheduler/JobScheduler.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 Line is longer than 80 characters. 40
Errors First sentence should end with a period. 53
Errors Line is longer than 80 characters. 56
Errors Expected @param tag for 'job'. 58
Errors Line is longer than 80 characters. 61
Errors Expected an @return tag. 63
Errors Expected @param tag for 'jobId'. 63
Errors Line is longer than 80 characters. 66
Errors Expected an @return tag. 68
Errors Expected @param tag for 'jobId'. 68

org/bitrepository/service/scheduler/TimerbasedScheduler.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 Using the '.*' form of import should be avoided - java.util.*. 34
Errors Missing a Javadoc comment. 40
Errors Line is longer than 80 characters. 45
Errors Missing a Javadoc comment. 46
Errors Line is longer than 80 characters. 54
Errors Missing a Javadoc comment. 54
Errors Method 'schedule' is not designed for extension - needs to be abstract, final or empty. 62
Errors Parameter workflow should be final. 63
Errors Parameter interval should be final. 63
Errors Line is longer than 80 characters. 64
Errors Line is longer than 80 characters. 66
Errors Method 'startJob' is not designed for extension - needs to be abstract, final or empty. 71
Errors Parameter job should be final. 72
Errors Line is longer than 80 characters. 79
Errors Method 'getNextRun' is not designed for extension - needs to be abstract, final or empty. 85
Errors Parameter jobId should be final. 86
Errors 'else' construct must use '{}'s. 89
Errors Method 'getRunInterval' is not designed for extension - needs to be abstract, final or empty. 92
Errors Parameter jobId should be final. 93
Errors 'else' construct must use '{}'s. 96
Errors Method 'addJobEventListener' is not designed for extension - needs to be abstract, final or empty. 99
Errors Parameter listener should be final. 100
Errors Method 'cancelJob' is not designed for extension - needs to be abstract, final or empty. 104
Errors Parameter jobID should be final. 105
Errors 'if' is not followed by whitespace. 107

org/bitrepository/service/workflow/AbstractWorkFlowStep.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 First sentence should end with a period. 25

org/bitrepository/service/workflow/JobID.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 First sentence should end with a period. 24
Errors Line has trailing spaces. 25
Errors Line is longer than 80 characters. 25
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 29
Errors Line has trailing spaces. 30
Errors Missing a Javadoc comment. 31
Errors Parameter workflowName should be final. 31
Errors 'workflowName' hides a field. 31
Errors Parameter collectionID should be final. 31
Errors 'collectionID' hides a field. 31
Errors Line has trailing spaces. 35
Errors Method 'getWorkflowName' is not designed for extension - needs to be abstract, final or empty. 36
Errors Missing a Javadoc comment. 36
Errors Line has trailing spaces. 39
Errors Method 'getCollectionID' is not designed for extension - needs to be abstract, final or empty. 40
Errors Missing a Javadoc comment. 40
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 44
Errors Avoid inline conditionals. 49
Errors Avoid inline conditionals. 51
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 55
Errors Parameter obj should be final. 56
Errors 'if' construct must use '{}'s. 57
Errors 'if' construct must use '{}'s. 59
Errors 'if' construct must use '{}'s. 61
Errors 'if' construct must use '{}'s. 65
Errors 'if' construct must use '{}'s. 67
Errors 'if' construct must use '{}'s. 70
Errors 'if' construct must use '{}'s. 72
Errors Line has trailing spaces. 76
Errors Line has trailing spaces. 77
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 77

org/bitrepository/service/workflow/JobTimerTask.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 Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 44
Errors Unused @param tag for 'job:'. 49
Errors Line is longer than 80 characters. 51
Errors Parameter interval should be final. 51
Errors 'interval' hides a field. 51
Errors Parameter job should be final. 51
Errors 'job' hides a field. 51
Errors Expected @param tag for 'job'. 51
Errors Parameter jobListeners should be final. 51
Errors 'jobListeners' hides a field. 51
Errors Expected @param tag for 'jobListeners'. 51
Errors Method 'getNextRun' is not designed for extension - needs to be abstract, final or empty. 61
Errors Method 'getIntervalBetweenRuns' is not designed for extension - needs to be abstract, final or empty. 68
Errors Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. 72
Errors Missing a Javadoc comment. 72
Errors Method 'runJob' is not designed for extension - needs to be abstract, final or empty. 81
Errors Line is longer than 80 characters. 92
Errors Line is longer than 80 characters. 93
Errors Line is longer than 80 characters. 97
Errors Line is longer than 80 characters. 98
Errors Missing a Javadoc comment. 102
Errors Parameter job should be final. 102
Errors 'job' hides a field. 102
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 111
Errors Line has trailing spaces. 114
Errors Method 'getWorkflowID' is not designed for extension - needs to be abstract, final or empty. 115
Errors Missing a Javadoc comment. 115
Errors Method 'run' is not designed for extension - needs to be abstract, final or empty. 119
Errors 'if' is not followed by whitespace. 122
Errors '(' is followed by whitespace. 122
Errors '&&' should be on a new line. 122

org/bitrepository/service/workflow/SchedulableJob.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. 30
Errors Line has trailing spaces. 40
Errors Line is longer than 80 characters. 42
Errors Line has trailing spaces. 50
Errors Line is longer than 80 characters. 57
Errors Expected @param tag for 'context'. 59
Errors Expected @param tag for 'collectionID'. 59

org/bitrepository/service/workflow/Workflow.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. 30
Errors First sentence should end with a period. 33
Errors Variable 'jobID' must be private and have accessor methods. 34
Errors Missing a Javadoc comment. 40
Errors Method 'start' is not designed for extension - needs to be abstract, final or empty. 42
Errors Method 'performStep' is not designed for extension - needs to be abstract, final or empty. 52
Errors Parameter step should be final. 52
Errors Line is longer than 80 characters. 63
Errors Line has trailing spaces. 66
Errors Method 'finish' is not designed for extension - needs to be abstract, final or empty. 70
Errors Line has trailing spaces. 75
Errors Method 'currentState' is not designed for extension - needs to be abstract, final or empty. 76
Errors 'if' is not followed by whitespace. 78
Errors Method 'getWorkflowStatistics' is not designed for extension - needs to be abstract, final or empty. 88
Errors 'if' is not followed by whitespace. 89
Errors Method 'getJobID' is not designed for extension - needs to be abstract, final or empty. 95
Errors Method 'equals' is not designed for extension - needs to be abstract, final or empty. 100
Errors Parameter o should be final. 101
Errors 'if' construct must use '{}'s. 102
Errors 'if' construct must use '{}'s. 105
Errors Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 110

org/bitrepository/service/workflow/WorkflowContext.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors ';' is not followed by whitespace. 1
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

org/bitrepository/service/workflow/WorkflowManager.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 - java.util.*. 34
Errors Missing a Javadoc comment. 36
Errors Missing a Javadoc comment. 37
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 39
Errors Line is longer than 80 characters. 40
Errors Missing a Javadoc comment. 40
Errors Line is longer than 80 characters. 41
Errors Missing a Javadoc comment. 41
Errors Line is longer than 80 characters. 42
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 45
Errors Parameter context should be final. 46
Errors 'context' hides a field. 46
Errors Parameter configuration should be final. 47
Errors Parameter scheduler should be final. 48
Errors 'scheduler' hides a field. 48
Errors Method 'startWorkflow' is not designed for extension - needs to be abstract, final or empty. 55
Errors Missing a Javadoc comment. 55
Errors Parameter jobID should be final. 55
Errors Method 'getWorkflows' is not designed for extension - needs to be abstract, final or empty. 59
Errors Missing a Javadoc comment. 59
Errors Parameter collectionID should be final. 59
Errors Method 'getWorkflow' is not designed for extension - needs to be abstract, final or empty. 63
Errors Missing a Javadoc comment. 63
Errors Parameter workflowID should be final. 63
Errors Line is longer than 80 characters. 67
Errors Method 'getCurrentStatistics' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71
Errors Parameter jobID should be final. 71
Errors Method 'getLastCompleteStatistics' is not designed for extension - needs to be abstract, final or empty. 75
Errors Missing a Javadoc comment. 75
Errors Parameter workflowID should be final. 75
Errors '-' is not preceded with whitespace. 79
Errors '-' is not followed by whitespace. 79
Errors 'else' construct must use '{}'s. 80
Errors Method 'getNextScheduledRun' is not designed for extension - needs to be abstract, final or empty. 83
Errors Missing a Javadoc comment. 83
Errors Parameter jobID should be final. 83
Errors Method 'getRunInterval' is not designed for extension - needs to be abstract, final or empty. 95
Errors Missing a Javadoc comment. 95
Errors Parameter jobID should be final. 95
Errors Missing a Javadoc comment. 107
Errors Parameter configuration should be final. 107
Errors Line is longer than 80 characters. 110
Errors Line is longer than 80 characters. 113
Errors Line is longer than 80 characters. 116
Errors Line is longer than 80 characters. 118
Errors Line is longer than 80 characters. 120
Errors Line is longer than 80 characters. 122
Errors 'cast' is not followed by whitespace. 122
Errors Line is longer than 80 characters. 124
Errors Line is longer than 80 characters. 133
Errors 'cast' is not followed by whitespace. 133
Errors Line is longer than 80 characters. 138
Errors Line is longer than 80 characters. 143
Errors Missing a Javadoc comment. 143
Errors Parameter settingsDefinedClass should be final. 143
Errors Line is longer than 80 characters. 146
Errors Missing a Javadoc comment. 153
Errors Parameter collectionID should be final. 153
Errors Parameter workflow should be final. 153
Errors Line is longer than 80 characters. 162
Errors Expected an @return tag. 165
Errors Parameter job should be final. 172
Errors '{' is not followed by whitespace. 172
Errors '}' is not preceded with whitespace. 172
Errors Parameter job should be final. 175
Errors '{' is not followed by whitespace. 175
Errors '}' is not preceded with whitespace. 175
Errors Line is longer than 80 characters. 178
Errors Line is longer than 80 characters. 179
Errors Method 'jobFinished' is not designed for extension - needs to be abstract, final or empty. 182
Errors Parameter job should be final. 183
Errors Expected @param tag for 'job'. 183
Errors Line is longer than 80 characters. 186
Errors Line is longer than 80 characters. 189
Errors Line is longer than 80 characters. 190
Errors 'cast' is not followed by whitespace. 190
Errors Line is longer than 80 characters. 191

org/bitrepository/service/workflow/WorkflowStatistic.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. 31
Errors Missing a Javadoc comment. 35
Errors Missing a Javadoc comment. 36
Errors Missing a Javadoc comment. 37
Errors Line is longer than 80 characters. 38
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 40
Errors Line is longer than 80 characters. 44
Errors Parameter name should be final. 46
Errors 'name' hides a field. 46
Errors Method 'start' is not designed for extension - needs to be abstract, final or empty. 53
Errors Line is longer than 80 characters. 59
Errors Method 'startSubStatistic' is not designed for extension - needs to be abstract, final or empty. 61
Errors Parameter name should be final. 61
Errors 'name' hides a field. 61
Errors Method 'finishSubStatistic' is not designed for extension - needs to be abstract, final or empty. 69
Errors Line is longer than 80 characters. 74
Errors Method 'getFullStatistics' is not designed for extension - needs to be abstract, final or empty. 76
Errors Line is longer than 80 characters. 81
Errors '+' is not followed by whitespace. 83
Errors Line is longer than 80 characters. 89
Errors Expected an @return tag. 93
Errors Method 'getPartStatistics' is not designed for extension - needs to be abstract, final or empty. 93
Errors '}' should be on the same line. 96
Errors ')' is preceded with whitespace. 97
Errors '+' should be on a new line. 101
Errors '+' should be on a new line. 102
Errors Line is longer than 80 characters. 103
Errors '+' should be on a new line. 103
Errors Line is longer than 80 characters. 109
Errors Expected an @return tag. 112
Errors Method 'getCurrentSubStatistic' is not designed for extension - needs to be abstract, final or empty. 112
Errors 'else' construct must use '{}'s. 115
Errors '-' is not preceded with whitespace. 115
Errors '-' is not followed by whitespace. 115
Errors Method 'getStart' is not designed for extension - needs to be abstract, final or empty. 118
Errors Missing a Javadoc comment. 118
Errors Method 'getFinish' is not designed for extension - needs to be abstract, final or empty. 122
Errors Missing a Javadoc comment. 122
Errors Method 'finish' is not designed for extension - needs to be abstract, final or empty. 125
Errors Missing a Javadoc comment. 125
Errors Method 'getName' is not designed for extension - needs to be abstract, final or empty. 129
Errors Missing a Javadoc comment. 129
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 147
Errors '+' should be on a new line. 149
Errors '+' should be on a new line. 150
Errors '+' should be on a new line. 151
Errors '+' should be on a new line. 152
Errors '+' should be on a new line. 153

org/bitrepository/service/workflow/WorkflowStep.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. 32