Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
705681

Rules

RulesViolationsSeverity
JavadocMethod88Warnings Warning
JavadocType7Warnings Warning
JavadocVariable15Warnings Warning
JavadocStyle28Warnings Warning
ConstantName3Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName9Warnings Warning
StaticVariableName0Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports2Warnings Warning
LineLength
  • max: "120"
13Warnings Warning
MethodLength0Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad2Warnings Warning
NoWhitespaceAfter0Warnings Warning
NoWhitespaceBefore0Warnings Warning
OperatorWrap4Warnings Warning
ParenPad3Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter26Warnings Warning
WhitespaceAround208Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier13Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly0Warnings Warning
NeedBraces4Warnings Warning
RightCurly0Warnings Warning
AvoidInlineConditionals0Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MagicNumber0 Ignore
MissingSwitchDefault0Warnings Warning
RedundantThrows3Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension0 Ignore
FinalClass0Warnings Warning
HideUtilityClassConstructor0Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier0Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters33Warnings Warning
TodoComment0Warnings Warning
UpperEll0Warnings Warning
JavadocPackage2Warnings Warning
NewlineAtEndOfFile1Warnings Warning
Translation0Warnings Warning
FileLength0Warnings Warning
FileTabCharacter
  • eachLine: "true"
0Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!^\ +\*)\s+$"
104Warnings Warning

Details

org/slasoi/businessManager/billingEngine/core/BankPayment.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.40
WarningsLine has trailing spaces.41
WarningsFirst sentence should end with a period.42
WarningsRedundant 'public' modifier.48
WarningsExpected @param tag for 'txAccountNumber'.48
Warnings',' is not followed by whitespace.48
WarningsExpected @param tag for 'amount'.48
WarningsExpected @param tag for 'currency'.48
WarningsExpected @throws tag for 'Exception'.49
Warnings',' is not followed by whitespace.49
WarningsExpected @throws tag for 'InsufficientCreditException'.49
WarningsRedundant throws: 'InsufficientCreditException' is subclass of 'Exception'.49

org/slasoi/businessManager/billingEngine/core/BillingAccount.java

ViolationMessageLine
ErrorsGot an exception - java.lang.RuntimeException: Unable to get class information for @throws tag 'RemoteException'.0
WarningsMissing a Javadoc comment.48
WarningsLine has trailing spaces.49
WarningsLine has trailing spaces.55
WarningsLine has trailing spaces.56
WarningsFirst sentence should end with a period.57
WarningsLine has trailing spaces.58
WarningsExpected an @return tag.63
WarningsLine has trailing spaces.64
WarningsRedundant 'public' modifier.64
WarningsExpected @param tag for 'account'.64
WarningsExpected @throws tag for 'Exception'.64
WarningsLine has trailing spaces.65
WarningsLine has trailing spaces.66
WarningsFirst sentence should end with a period.67
WarningsRedundant 'public' modifier.76
WarningsExpected @param tag for 'partyID'.76
Warnings',' is not followed by whitespace.76
WarningsExpected @param tag for 'periodStart'.76
WarningsExpected @param tag for 'periodEnd'.76
WarningsExpected @throws tag for 'Exception'.76
WarningsLine has trailing spaces.77
WarningsFirst sentence should end with a period.78
WarningsLine has trailing spaces.79
WarningsRedundant 'public' modifier.85
WarningsExpected @param tag for 'partyID'.85
Warnings',' is not followed by whitespace.85
WarningsExpected @param tag for 'bankAcountId'.85
WarningsExpected @throws tag for 'Exception'.85
WarningsFirst sentence should end with a period.87
WarningsLine has trailing spaces.88
WarningsRedundant 'public' modifier.93
WarningsExpected @param tag for 'partyid'.93
Warnings',' is not followed by whitespace.93
WarningsExpected @param tag for 'creditLimit'.93
WarningsExpected @throws tag for 'Exception'.93
WarningsLine has trailing spaces.94
WarningsLine has trailing spaces.95
WarningsFirst sentence should end with a period.96
WarningsLine has trailing spaces.97
WarningsRedundant 'public' modifier.101
WarningsExpected @throws tag for 'Exception'.101
WarningsLine has trailing spaces.102
WarningsFirst sentence should end with a period.103
WarningsExpected @param tag for 'PartyId'.108
WarningsLine is longer than 120 characters.129

org/slasoi/businessManager/billingEngine/core/BillingEngine.java

ViolationMessageLine
WarningsUnused import - java.util.List.37
WarningsMissing a Javadoc comment.43
WarningsLine has trailing spaces.44
WarningsFirst sentence should end with a period.45
WarningsLine has trailing spaces.52
WarningsExpected an @return tag.53
WarningsRedundant 'public' modifier.53
WarningsExpected @param tag for 'partyId'.53
Warnings',' is not followed by whitespace.53
WarningsExpected @param tag for 'amount'.53
WarningsExpected @param tag for 'currency'.53
WarningsLine has trailing spaces.54
WarningsFirst sentence should end with a period.55
WarningsExpected an @return tag.60
WarningsRedundant 'public' modifier.60
WarningsExpected @param tag for 'bsla'.60
WarningsLine has trailing spaces.61
WarningsLine has trailing spaces.62
WarningsFirst sentence should end with a period.63
WarningsExpected an @return tag.68
WarningsRedundant 'public' modifier.68
WarningsExpected @param tag for 'date'.68
WarningsLine has trailing spaces.69
WarningsLine has trailing spaces.70
WarningsLine has trailing spaces.72
WarningsExpected an @return tag.77
WarningsRedundant 'public' modifier.77
WarningsExpected @param tag for 'bsla'.77
Warnings',' is not followed by whitespace.77
WarningsName 'Code' must match pattern '^[a-z][a-zA-Z0-9]*$'.77
WarningsLine has trailing spaces.78
WarningsFirst sentence should end with a period.79
WarningsLine has trailing spaces.80
WarningsExpected an @return tag.86
WarningsRedundant 'public' modifier.86
WarningsExpected @param tag for 'slaid'.86
Warnings',' is not followed by whitespace.86
WarningsExpected @param tag for 'Event'.86
WarningsName 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'.86
WarningsLine has trailing spaces.87
WarningsFirst sentence should end with a period.88
WarningsExpected an @return tag.96
WarningsRedundant 'public' modifier.96
Warnings'(' is preceded with whitespace.96
Warnings',' is not followed by whitespace.96
WarningsName 'Penalty' must match pattern '^[a-z][a-zA-Z0-9]*$'.96
WarningsName 'Description' must match pattern '^[a-z][a-zA-Z0-9]*$'.96
WarningsLine has trailing spaces.97
WarningsFirst sentence should end with a period.98
WarningsUnused @param tag for 'criteriaParameters'.100
WarningsExpected an @return tag.105
WarningsRedundant 'public' modifier.105
WarningsExpected @param tag for 'partyID'.105
Warnings',' is not followed by whitespace.105
WarningsExpected @param tag for 'periodStart'.105
WarningsExpected @param tag for 'periodEnd'.105
WarningsExpected @throws tag for 'Exception'.105
WarningsLine has trailing spaces.106

org/slasoi/businessManager/billingEngine/core/impl/BankPaymentDefault.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.44
Warnings'=' is not preceded with whitespace.44
Warnings'=' is not followed by whitespace.44
WarningsLine has trailing spaces.46
WarningsMissing a Javadoc comment.46
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.46
WarningsFirst sentence should end with a period.47
WarningsParameter txAccountNumber should be final.53
WarningsExpected @param tag for 'txAccountNumber'.53
Warnings',' is not followed by whitespace.53
WarningsParameter amount should be final.53
WarningsExpected @param tag for 'amount'.53
WarningsParameter currency should be final.53
WarningsExpected @param tag for 'currency'.53
WarningsExpected @throws tag for 'Exception'.54
Warnings',' is not followed by whitespace.54
WarningsExpected @throws tag for 'InsufficientCreditException'.54
WarningsRedundant throws: 'InsufficientCreditException' is subclass of 'Exception'.54
Warnings'{' is not preceded with whitespace.54
Warnings'+' is not preceded with whitespace.56
Warnings'+' is not followed by whitespace.56
WarningsLine has trailing spaces.57
Warnings'+' is not preceded with whitespace.57
Warnings'+' is not followed by whitespace.57
Warnings'+' is not preceded with whitespace.57
Warnings'+' is not followed by whitespace.57
Warnings'+' is not preceded with whitespace.57
Warnings'+' is not followed by whitespace.57
WarningsLine has trailing spaces.59

org/slasoi/businessManager/billingEngine/core/impl/BillingAccountImpl.java

ViolationMessageLine
WarningsUnused import - java.rmi.RemoteException.38
WarningsMissing a Javadoc comment.63
Warnings'=' is not preceded with whitespace.63
Warnings'=' is not followed by whitespace.63
WarningsMissing a Javadoc comment.65
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.65
WarningsLine has trailing spaces.66
WarningsMissing a Javadoc comment.67
WarningsLine has trailing spaces.68
WarningsMissing a Javadoc comment.69
WarningsLine has trailing spaces.70
WarningsMissing a Javadoc comment.71
WarningsLine has trailing spaces.72
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.75
WarningsLine has trailing spaces.76
WarningsLine has trailing spaces.77
WarningsLine has trailing spaces.83
WarningsLine has trailing spaces.84
WarningsFirst sentence should end with a period.85
WarningsLine has trailing spaces.86
WarningsExpected an @return tag.91
WarningsParameter account should be final.92
WarningsExpected @param tag for 'account'.92
WarningsExpected @throws tag for 'Exception'.92
Warnings'{' is not preceded with whitespace.92
WarningsLine has trailing spaces.94
Warnings'if' is not followed by whitespace.94
Warnings'{' is not preceded with whitespace.94
Warnings'else' is not preceded with whitespace.97
Warnings'}' is not followed by whitespace.97
Warnings'else' is not followed by whitespace.97
Warnings'{' is not preceded with whitespace.97
Warnings'+' is not preceded with whitespace.102
Warnings'+' is not followed by whitespace.102
WarningsLine has trailing spaces.103
WarningsLine has trailing spaces.104
WarningsFirst sentence should end with a period.105
WarningsParameter partyID should be final.113
WarningsExpected @param tag for 'partyID'.113
Warnings',' is not followed by whitespace.113
WarningsParameter periodStart should be final.113
WarningsExpected @param tag for 'periodStart'.113
WarningsParameter periodEnd should be final.113
WarningsExpected @param tag for 'periodEnd'.113
WarningsExpected @throws tag for 'Exception'.113
Warnings'{' is not preceded with whitespace.113
WarningsLine has trailing spaces.114
WarningsLine has trailing spaces.119
Warnings'if' is not followed by whitespace.119
Warnings'{' is not preceded with whitespace.119
Warnings',' is not followed by whitespace.120
Warnings',' is not followed by whitespace.120
Warnings'if' is not followed by whitespace.121
Warnings'!=' is not followed by whitespace.121
Warnings'>' is not preceded with whitespace.121
Warnings'>' is not followed by whitespace.121
Warnings'{' is not preceded with whitespace.121
Warnings'else' is not preceded with whitespace.123
Warnings'}' is not followed by whitespace.123
Warnings'else' is not followed by whitespace.123
Warnings'{' is not preceded with whitespace.123
WarningsLine has trailing spaces.124
WarningsFirst sentence should end with a period.130
WarningsLine has trailing spaces.131
WarningsParameter partyID should be final.137
WarningsExpected @param tag for 'partyID'.137
Warnings',' is not followed by whitespace.137
WarningsParameter bankAcountId should be final.137
WarningsExpected @param tag for 'bankAcountId'.137
WarningsExpected @throws tag for 'Exception'.137
Warnings'{' is not preceded with whitespace.137
WarningsLine has trailing spaces.138
WarningsLine has trailing spaces.139
WarningsLine has trailing spaces.140
Warnings'if' is not followed by whitespace.140
Warnings'{' is not preceded with whitespace.140
WarningsLine has trailing spaces.144
WarningsFirst sentence should end with a period.149
WarningsUnused @throws tag for 'RemoteException'.151
WarningsParameter PartyId should be final.153
WarningsExpected @param tag for 'PartyId'.153
WarningsName 'PartyId' must match pattern '^[a-z][a-zA-Z0-9]*$'.153
WarningsExpected @throws tag for 'Exception'.153
Warnings'{' is not preceded with whitespace.153
WarningsLine has trailing spaces.158
WarningsFirst sentence should end with a period.160
WarningsLine has trailing spaces.161
WarningsParameter partyid should be final.167
WarningsExpected @param tag for 'partyid'.167
Warnings',' is not followed by whitespace.167
WarningsParameter creditLimit should be final.167
WarningsExpected @param tag for 'creditLimit'.167
WarningsExpected @throws tag for 'Exception'.167
Warnings'if' construct must use '{}'s.169
WarningsLine has trailing spaces.174
WarningsFirst sentence should end with a period.175
WarningsLine has trailing spaces.176
WarningsExpected @throws tag for 'Exception'.180
Warnings'{' is not preceded with whitespace.180
Warnings'if' is not followed by whitespace.183
Warnings')' is preceded with whitespace.183
Warnings'{' is not preceded with whitespace.183
Warnings'for' is not followed by whitespace.184
Warnings':' is not preceded with whitespace.184
Warnings':' is not followed by whitespace.184
Warnings'{' is not preceded with whitespace.184
WarningsLine has trailing spaces.194
WarningsLine is longer than 120 characters.198
Warnings'if' is not followed by whitespace.199
Warnings'{' is not preceded with whitespace.199
Warnings'if' is not followed by whitespace.212
Warnings'!=' is not preceded with whitespace.212
Warnings'!=' is not followed by whitespace.212
Warnings'>' is not preceded with whitespace.212
Warnings'>' is not followed by whitespace.212
Warnings'{' is not preceded with whitespace.212
Warnings'for' is not followed by whitespace.213
Warnings':' is not preceded with whitespace.213
Warnings':' is not followed by whitespace.213
Warnings'{' is not preceded with whitespace.213
WarningsLine has trailing spaces.216
WarningsLine has trailing spaces.217
WarningsLine has trailing spaces.218
WarningsLine has trailing spaces.219
WarningsLine has trailing spaces.223
WarningsLine has trailing spaces.224
WarningsLine has trailing spaces.225
WarningsLine is longer than 120 characters.225
Warnings',' is not followed by whitespace.226
Warnings',' is not followed by whitespace.226
WarningsLine has trailing spaces.227
WarningsLine has trailing spaces.228
WarningsLine has trailing spaces.229
WarningsFirst sentence should end with a period.232
WarningsParameter event should be final.239
WarningsExpected @param tag for 'event'.239
WarningsExpected @throws tag for 'Exception'.239
Warnings'{' is not preceded with whitespace.239
Warnings'if' is not followed by whitespace.241
Warnings'{' is not preceded with whitespace.241
WarningsLine has trailing spaces.242
Warnings'else' is not preceded with whitespace.244
Warnings'}' is not followed by whitespace.244
Warnings'if' is not followed by whitespace.244
Warnings'{' is not preceded with whitespace.244
Warnings'else' is not preceded with whitespace.249
Warnings'}' is not followed by whitespace.249
Warnings'else' is not followed by whitespace.249
Warnings'{' is not preceded with whitespace.249
Warnings'(' is followed by whitespace.255
WarningsLine is longer than 120 characters.266
WarningsParameter partyId should be final.266
WarningsExpected @param tag for 'partyId'.266
Warnings',' is not followed by whitespace.266
WarningsParameter amount should be final.266
WarningsParameter currency should be final.266
WarningsRedundant throws: 'InsufficientCreditException' is subclass of 'Exception'.266
Warnings'{' is not preceded with whitespace.266
Warnings'{' is not preceded with whitespace.269
WarningsLine has trailing spaces.274
Warnings'!=' is not preceded with whitespace.274
Warnings'!=' should be on a new line.274
Warnings'+' should be on a new line.277
WarningsLine has trailing spaces.280
WarningsLine has trailing spaces.281
Warnings'if' is not followed by whitespace.282
Warnings'+' is not preceded with whitespace.282
Warnings'>' is not followed by whitespace.282
Warnings'{' is not preceded with whitespace.282
WarningsLine has trailing spaces.284
WarningsLine is longer than 120 characters.285
Warnings'else' is not preceded with whitespace.285
Warnings'}' is not followed by whitespace.285
Warnings'+' is not preceded with whitespace.285
Warnings'+' should be on a new line.287
WarningsLine is longer than 120 characters.288
Warnings'+' should be on a new line.288
WarningsLine has trailing spaces.291

org/slasoi/businessManager/billingEngine/core/impl/BillingActivator.java

ViolationMessageLine
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48
Warnings',' is not followed by whitespace.58
WarningsLine has trailing spaces.59
WarningsParameter date should be final.66
WarningsExpected @param tag for 'date'.66
Warnings'+' is not preceded with whitespace.67
Warnings'try' is not followed by whitespace.68
Warnings'{' is not preceded with whitespace.68
WarningsLine has trailing spaces.75
WarningsLine has trailing spaces.76
Warnings'+' is not preceded with whitespace.77
Warnings'catch' is not preceded with whitespace.78
Warnings'}' is not followed by whitespace.78
Warnings'catch' is not followed by whitespace.78
Warnings'{' is not preceded with whitespace.78
WarningsLine has trailing spaces.81
WarningsExpected @param tag for 'arg0'.86
WarningsExpected @throws tag for 'Exception'.86
WarningsFirst sentence should end with a period.92
Warnings'if' is not followed by whitespace.105
Warnings'{' is not preceded with whitespace.105
Warnings'else' is not preceded with whitespace.109
Warnings'}' is not followed by whitespace.109
Warnings'else' is not followed by whitespace.109
Warnings'{' is not preceded with whitespace.109

org/slasoi/businessManager/billingEngine/core/impl/BillingEngineImpl.java

ViolationMessageLine
WarningsMissing a Javadoc comment.62
Warnings'=' is not preceded with whitespace.62
Warnings'=' is not followed by whitespace.62
Warnings'{' is not preceded with whitespace.63
WarningsMissing a Javadoc comment.64
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.64
WarningsLine has trailing spaces.65
WarningsMissing a Javadoc comment.66
WarningsLine has trailing spaces.67
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.70
WarningsLine has trailing spaces.71
WarningsMissing a Javadoc comment.72
WarningsLine has trailing spaces.73
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.76
WarningsLine has trailing spaces.78
WarningsLine has trailing spaces.79
WarningsLine has trailing spaces.80
WarningsLine has trailing spaces.86
WarningsLine has trailing spaces.92
WarningsLine has trailing spaces.99
WarningsLine has trailing spaces.100
WarningsFirst sentence should end with a period.101
WarningsExpected an @return tag.106
WarningsParameter partyId should be final.106
WarningsExpected @param tag for 'partyId'.106
Warnings',' is not followed by whitespace.106
WarningsParameter amount should be final.106
WarningsExpected @param tag for 'amount'.106
WarningsParameter currency should be final.106
WarningsExpected @param tag for 'currency'.106
Warnings'{' is not preceded with whitespace.106
Warnings'try' is not followed by whitespace.108
Warnings'{' is not preceded with whitespace.108
Warnings'(' is followed by whitespace.109
Warnings'catch' is not preceded with whitespace.112
Warnings'}' is not followed by whitespace.112
Warnings'catch' is not followed by whitespace.112
Warnings'{' is not preceded with whitespace.112
Warnings'+' is not preceded with whitespace.113
Warnings'+' is not followed by whitespace.113
WarningsLine has trailing spaces.117
WarningsFirst sentence should end with a period.118
WarningsExpected an @return tag.123
WarningsParameter bsla should be final.123
WarningsExpected @param tag for 'bsla'.123
Warnings'{' is not preceded with whitespace.123
WarningsLine has trailing spaces.125
Warnings'try' is not followed by whitespace.125
Warnings'{' is not preceded with whitespace.125
Warnings'if' is not followed by whitespace.128
Warnings'!=' is not followed by whitespace.128
Warnings'{' is not preceded with whitespace.128
Warnings'+' is not preceded with whitespace.129
Warnings'+' is not preceded with whitespace.129
Warnings'+' is not followed by whitespace.129
Warnings'if' is not followed by whitespace.131
Warnings'!=' is not followed by whitespace.131
Warnings'{' is not preceded with whitespace.131
Warnings'+' is not preceded with whitespace.135
Warnings'+' is not followed by whitespace.135
WarningsLine is longer than 120 characters.140
Warnings'if' is not followed by whitespace.141
Warnings'{' is not preceded with whitespace.141
Warnings'if' construct must use '{}'s.155
Warnings'if' is not followed by whitespace.155
WarningsLine is longer than 120 characters.157
Warnings'=' is not followed by whitespace.157
Warnings'+' is not preceded with whitespace.157
Warnings'+' is not followed by whitespace.157
Warnings'+' is not preceded with whitespace.157
Warnings'+' is not followed by whitespace.157
Warnings'+' is not preceded with whitespace.157
Warnings'+' is not followed by whitespace.157
Warnings'+' is not preceded with whitespace.158
Warnings'+' is not followed by whitespace.158
Warnings'+' is not preceded with whitespace.158
Warnings'+' is not followed by whitespace.158
Warnings'+' is not preceded with whitespace.158
Warnings'+' is not followed by whitespace.158
Warnings'+' is not preceded with whitespace.159
Warnings'+' is not followed by whitespace.159
Warnings'else' construct must use '{}'s.163
Warnings'else' is not preceded with whitespace.163
Warnings'}' is not followed by whitespace.163
Warnings'catch' is not preceded with whitespace.166
Warnings'}' is not followed by whitespace.166
Warnings'catch' is not followed by whitespace.166
Warnings'{' is not preceded with whitespace.166
Warnings'+' is not preceded with whitespace.167
Warnings'+' is not followed by whitespace.167
WarningsLine has trailing spaces.173
WarningsLine has trailing spaces.175
WarningsExpected an @return tag.180
WarningsParameter bsla should be final.180
WarningsExpected @param tag for 'bsla'.180
Warnings',' is not followed by whitespace.180
WarningsParameter Code should be final.180
WarningsName 'Code' must match pattern '^[a-z][a-zA-Z0-9]*$'.180
Warnings'{' is not preceded with whitespace.180
WarningsLine has trailing spaces.182
Warnings'try' is not followed by whitespace.182
Warnings'{' is not preceded with whitespace.182
Warnings'if' is not followed by whitespace.185
Warnings'!=' is not followed by whitespace.185
Warnings'{' is not preceded with whitespace.185
Warnings'+' is not followed by whitespace.186
Warnings'if' is not followed by whitespace.188
Warnings'!=' is not followed by whitespace.188
Warnings'{' is not preceded with whitespace.188
Warnings'+' is not preceded with whitespace.192
Warnings'+' is not followed by whitespace.192
WarningsLine is longer than 120 characters.197
Warnings'if' is not followed by whitespace.198
Warnings'{' is not preceded with whitespace.198
Warnings'else' construct must use '{}'s.214
Warnings'else' is not preceded with whitespace.214
Warnings'}' is not followed by whitespace.214
Warnings'catch' is not preceded with whitespace.217
Warnings'}' is not followed by whitespace.217
Warnings'catch' is not followed by whitespace.217
Warnings'{' is not preceded with whitespace.217
Warnings'+' is not preceded with whitespace.218
Warnings'+' is not followed by whitespace.218
WarningsLine has trailing spaces.223
WarningsFirst sentence should end with a period.224
WarningsExpected an @return tag.229
WarningsParameter date should be final.229
WarningsExpected @param tag for 'date'.229
Warnings'{' is not preceded with whitespace.229
WarningsLine has trailing spaces.231
Warnings'try' is not followed by whitespace.231
Warnings'{' is not preceded with whitespace.231
WarningsLine is longer than 120 characters.232
Warnings'if' is not followed by whitespace.235
Warnings'!=' is not followed by whitespace.235
Warnings'>' is not preceded with whitespace.235
Warnings'>' is not followed by whitespace.235
Warnings'{' is not preceded with whitespace.235
WarningsLine is longer than 120 characters.236
Warnings'if' is not followed by whitespace.237
Warnings'{' is not preceded with whitespace.237
WarningsLine has trailing spaces.245
Warnings'for' is not followed by whitespace.245
Warnings':' is not preceded with whitespace.245
Warnings':' is not followed by whitespace.245
Warnings'{' is not preceded with whitespace.245
WarningsLine has trailing spaces.246
Warnings'if' is not followed by whitespace.247
Warnings'!=' is not followed by whitespace.247
Warnings'{' is not preceded with whitespace.247
Warnings'if' is not followed by whitespace.250
Warnings'{' is not preceded with whitespace.250
Warnings'+' is not preceded with whitespace.254
Warnings'+' is not followed by whitespace.254
WarningsLine has trailing spaces.262
WarningsLine is longer than 120 characters.263
WarningsLine is longer than 120 characters.264
Warnings'=' is not followed by whitespace.264
Warnings'+' is not preceded with whitespace.264
Warnings'+' is not followed by whitespace.264
Warnings'+' is not preceded with whitespace.264
Warnings'+' is not followed by whitespace.264
Warnings'+' is not preceded with whitespace.265
Warnings'+' is not followed by whitespace.265
Warnings'+' is not preceded with whitespace.265
Warnings'+' is not followed by whitespace.265
Warnings'+' is not preceded with whitespace.266
Warnings'+' is not followed by whitespace.266
Warnings'catch' is not preceded with whitespace.278
Warnings'}' is not followed by whitespace.278
Warnings'catch' is not followed by whitespace.278
Warnings'{' is not preceded with whitespace.278
Warnings'+' is not preceded with whitespace.279
Warnings'+' is not followed by whitespace.279
WarningsLine has trailing spaces.283
WarningsLine has trailing spaces.284
WarningsFirst sentence should end with a period.285
WarningsLine has trailing spaces.286
WarningsExpected an @return tag.292
WarningsParameter slaid should be final.292
WarningsExpected @param tag for 'slaid'.292
Warnings',' is not followed by whitespace.292
WarningsParameter Event should be final.292
WarningsExpected @param tag for 'Event'.292
WarningsName 'Event' must match pattern '^[a-z][a-zA-Z0-9]*$'.292
Warnings'{' is not preceded with whitespace.292
WarningsLine has trailing spaces.294
WarningsLine has trailing spaces.297
WarningsFirst sentence should end with a period.298
WarningsExpected an @return tag.306
Warnings'(' is preceded with whitespace.306
WarningsParameter slaId should be final.306
WarningsParameter partyType should be final.306
Warnings',' is not followed by whitespace.306
WarningsParameter Penalty should be final.306
WarningsName 'Penalty' must match pattern '^[a-z][a-zA-Z0-9]*$'.306
WarningsParameter Description should be final.306
WarningsName 'Description' must match pattern '^[a-z][a-zA-Z0-9]*$'.306
Warnings'{' is not preceded with whitespace.306
WarningsLine has trailing spaces.310
WarningsFirst sentence should end with a period.311
WarningsUnused @param tag for 'criteriaParameters'.313
WarningsExpected an @return tag.318
WarningsParameter partyID should be final.318
WarningsExpected @param tag for 'partyID'.318
Warnings',' is not followed by whitespace.318
WarningsParameter periodStart should be final.318
WarningsExpected @param tag for 'periodStart'.318
WarningsParameter periodEnd should be final.318
WarningsExpected @param tag for 'periodEnd'.318
WarningsExpected @throws tag for 'Exception'.318
Warnings'{' is not preceded with whitespace.318
Warnings'+' is not preceded with whitespace.320
WarningsLine has trailing spaces.323