Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
44031811

Files

FilesInfosWarningsErrors
org/slasoi/businessManager/postSale/management/CustomerManagement.java01260
org/slasoi/businessManager/postSale/reporting/IBillingReport.java0150
org/slasoi/businessManager/postSale/reporting/ICustomerRelations.java0550
org/slasoi/businessManager/postSale/reporting/exception/ImageException.java0200
org/slasoi/businessManager/postSale/reporting/impl/BusinessSLAParser.java08660
org/slasoi/businessManager/postSale/reporting/impl/ColorType.java0310
org/slasoi/businessManager/postSale/reporting/impl/CustomerRelationsImpl.java03780
org/slasoi/businessManager/postSale/reporting/impl/DocumentFactory.java0300
org/slasoi/businessManager/postSale/reporting/impl/FontType.java0390
org/slasoi/businessManager/postSale/reporting/impl/GraphsMaker.java0450
org/slasoi/businessManager/postSale/reporting/impl/ImageFactory.java0310
org/slasoi/businessManager/postSale/reporting/impl/Mail.java0170
org/slasoi/businessManager/postSale/reporting/impl/PDFConversor.java05880
org/slasoi/businessManager/postSale/reporting/impl/ReportGenerator.java0510
org/slasoi/businessManager/postSale/reporting/impl/mapping/Group.java0280
org/slasoi/businessManager/postSale/reporting/impl/mapping/Query.java080
org/slasoi/businessManager/postSale/reporting/impl/mapping/Report.java0420
org/slasoi/businessManager/postSale/reporting/impl/mapping/Specification.java0200
org/slasoi/businessManager/postSale/reporting/impl/types/ParamNames.java01720
org/slasoi/businessManager/postSale/reporting/impl/types/ParametersList.java0120
org/slasoi/businessManager/postSale/reporting/impl/types/ReportFileName.java0110
org/slasoi/businessManager/postSale/reporting/impl/types/ReportType.java060
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/AggregationInterval.java0160
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/AvailablePeriod.java0130
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/BackupMechanismType.java0220
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/BackupRecoveryMechanism.java0130
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/Content.java0160
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/DataCollectionInterval.java0150
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/DeliveryFrecuency.java0150
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/Duration.java0260
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/Monitoring.java0180
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/Parameter.java0300
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/ReportFrecuency.java0160
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/Reporting.java0520
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/ResolutionTime.java0150
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/ResponseTime.java0150
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/SeverityLevel.java0260
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/Support.java0190
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/SupportProcedures.java0230
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/TimePeriod.java0160
org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/Update.java0210
org/slasoi/businessManager/postSale/reporting/impl/util/ChartUtil.java040
org/slasoi/businessManager/postSale/reporting/impl/util/DateConverter.java0220
org/slasoi/businessManager/postSale/reporting/impl/util/JAXBUtils.java01771

Rules

RulesViolationsSeverity
JavadocMethod337Warnings Warning
JavadocType31Warnings Warning
JavadocVariable327Warnings Warning
JavadocStyle13Warnings Warning
ConstantName9Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName24Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName7Warnings Warning
StaticVariableName4Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports4Warnings Warning
LineLength
  • max: "120"
272Warnings Warning
MethodLength2Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter4Warnings Warning
NoWhitespaceBefore1Warnings Warning
OperatorWrap4Warnings Warning
ParenPad6Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter156Warnings Warning
WhitespaceAround806Warnings Warning
ModifierOrder21Warnings Warning
RedundantModifier13Warnings Warning
AvoidNestedBlocks23Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly0Warnings Warning
NeedBraces38Warnings Warning
RightCurly77Warnings Warning
AvoidInlineConditionals0Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
7Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment11Warnings Warning
MagicNumber0 Ignore
MissingSwitchDefault3Warnings Warning
RedundantThrows14Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension0 Ignore
FinalClass0Warnings Warning
HideUtilityClassConstructor5Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier37Warnings Warning
ArrayTypeStyle1Warnings Warning
FinalParameters322Warnings Warning
TodoComment0Warnings Warning
UpperEll0Warnings Warning
JavadocPackage8Warnings Warning
NewlineAtEndOfFile7Warnings Warning
Translation0Warnings Warning
FileLength0Warnings Warning
FileTabCharacter
  • eachLine: "true"
132Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!^\ +\*)\s+$"
459Warnings Warning

Details

org/slasoi/businessManager/postSale/management/CustomerManagement.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.50
Warnings'{' is not preceded with whitespace.50
WarningsLine has trailing spaces.51
WarningsMissing a Javadoc comment.52
WarningsVariable 'log' must be private and have accessor methods.52
WarningsLine has trailing spaces.53
WarningsMissing a Javadoc comment.54
WarningsVariable 'partyService' must be private and have accessor methods.55
WarningsLine has trailing spaces.56
WarningsLine has trailing spaces.63
WarningsExpected an @return tag.67
Warnings'(' is followed by whitespace.67
WarningsParameter template should be final.67
WarningsExpected @param tag for 'template'.67
Warnings')' is preceded with whitespace.67
Warnings'{' is not preceded with whitespace.67
Warnings'if' is not followed by whitespace.74
Warnings'!=' is not preceded with whitespace.74
Warnings'!=' is not followed by whitespace.74
Warnings'&&' is not preceded with whitespace.74
Warnings'&&' is not followed by whitespace.74
Warnings'>' is not preceded with whitespace.74
Warnings'>' is not followed by whitespace.74
Warnings'{' is not preceded with whitespace.74
Warnings'try' is not followed by whitespace.75
Warnings'{' is not preceded with whitespace.75
Warnings'for' is not followed by whitespace.76
Warnings':' is not preceded with whitespace.76
Warnings':' is not followed by whitespace.76
Warnings'{' is not preceded with whitespace.76
Warnings'if' is not followed by whitespace.78
Warnings'{' is not preceded with whitespace.78
Warnings'=' is not preceded with whitespace.82
Warnings'if' is not followed by whitespace.83
Warnings'!=' is not preceded with whitespace.83
Warnings'!=' is not followed by whitespace.83
Warnings'{' is not preceded with whitespace.83
Warnings'if' is not followed by whitespace.85
Warnings'<' is not preceded with whitespace.86
Warnings'<' is not followed by whitespace.86
Warnings'{' is not preceded with whitespace.86
Warnings'else' is not preceded with whitespace.89
Warnings'}' is not followed by whitespace.89
Warnings'else' is not followed by whitespace.89
Warnings'{' is not preceded with whitespace.89
Warnings'if' is not followed by whitespace.92
Warnings'!=' is not preceded with whitespace.92
Warnings'!=' is not followed by whitespace.92
Warnings'&&' is not preceded with whitespace.92
Warnings'&&' is not followed by whitespace.92
Warnings'>' is not preceded with whitespace.92
Warnings'>' is not followed by whitespace.92
Warnings'{' is not preceded with whitespace.92
Warnings'while' is not followed by whitespace.95
Warnings'{' is not preceded with whitespace.95
Warnings'if' is not followed by whitespace.97
Warnings'==' is not preceded with whitespace.97
Warnings'==' should be on a new line.97
Warnings'{' is not preceded with whitespace.98
Warnings'if' is not followed by whitespace.100
Warnings'{' is not preceded with whitespace.101
Warnings'else' is not preceded with whitespace.104
Warnings'}' is not followed by whitespace.104
Warnings'else' is not followed by whitespace.104
Warnings'{' is not preceded with whitespace.104
Warnings'catch' is not preceded with whitespace.114
Warnings'}' is not followed by whitespace.114
Warnings'catch' is not followed by whitespace.114
Warnings'{' is not preceded with whitespace.114
Warnings'+' is not preceded with whitespace.115
Warnings'+' is not followed by whitespace.115
WarningsLine has trailing spaces.117
WarningsLine has trailing spaces.122
WarningsExpected an @return tag.127
WarningsParameter productId should be final.127
WarningsExpected @param tag for 'productId'.127
WarningsParameter customerId should be final.127
WarningsExpected @param tag for 'customerId'.127
Warnings'{' is not preceded with whitespace.127
WarningsLine has trailing spaces.133
Warnings'try' is not followed by whitespace.133
Warnings'{' is not preceded with whitespace.133
Warnings'=' is not preceded with whitespace.134
Warnings'if' is not followed by whitespace.135
Warnings'!=' is not preceded with whitespace.135
Warnings'!=' is not followed by whitespace.135
Warnings'{' is not preceded with whitespace.135
Warnings'if' is not followed by whitespace.137
Warnings'<' is not preceded with whitespace.138
Warnings'<' is not followed by whitespace.138
Warnings'{' is not preceded with whitespace.138
Warnings'else' is not preceded with whitespace.141
Warnings'}' is not followed by whitespace.141
Warnings'else' is not followed by whitespace.141
Warnings'{' is not preceded with whitespace.141
Warnings'if' is not followed by whitespace.144
Warnings'!=' is not preceded with whitespace.144
Warnings'!=' is not followed by whitespace.144
Warnings'&&' is not preceded with whitespace.144
Warnings'&&' is not followed by whitespace.144
Warnings'>' is not preceded with whitespace.144
Warnings'>' is not followed by whitespace.144
Warnings'{' is not preceded with whitespace.144
Warnings'while' is not followed by whitespace.147
Warnings'{' is not preceded with whitespace.147
Warnings'if' is not followed by whitespace.149
Warnings'==' is not preceded with whitespace.149
Warnings'==' should be on a new line.149
Warnings'{' is not preceded with whitespace.150
Warnings'if' is not followed by whitespace.152
Warnings'{' is not preceded with whitespace.153
Warnings'else' is not preceded with whitespace.156
Warnings'}' is not followed by whitespace.156
Warnings'else' is not followed by whitespace.156
Warnings'{' is not preceded with whitespace.156
Warnings'catch' is not preceded with whitespace.165
Warnings'}' is not followed by whitespace.165
Warnings'catch' is not followed by whitespace.165
Warnings'{' is not preceded with whitespace.165
Warnings'+' is not preceded with whitespace.166
Warnings'+' is not followed by whitespace.166
WarningsLine has trailing spaces.167
WarningsLine has trailing spaces.168
WarningsLine has trailing spaces.170

org/slasoi/businessManager/postSale/reporting/IBillingReport.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.5
WarningsLine has trailing spaces.7
WarningsMissing a Javadoc comment.8
WarningsRedundant 'public' modifier.8
Warnings',' is not followed by whitespace.8
Warnings';' is preceded with whitespace.8
WarningsLine has trailing spaces.9
WarningsMissing a Javadoc comment.10
WarningsRedundant 'public' modifier.10
Warnings',' is not followed by whitespace.10
WarningsLine has trailing spaces.11
WarningsLine has trailing spaces.12
WarningsLine has trailing spaces.13

org/slasoi/businessManager/postSale/reporting/ICustomerRelations.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsUnused import - org.slasoi.gslam.core.context.SLAMContextAware.35
WarningsMissing a Javadoc comment.38
WarningsRedundant 'public' modifier.46
WarningsFirst sentence should end with a period.48
WarningsRedundant 'public' modifier.68
WarningsExpected @param tag for 'year'.68
WarningsExpected @param tag for 'month'.69
WarningsExpected @param tag for 'day'.69
WarningsFirst sentence should end with a period.71
WarningsExpected an @return tag.75
WarningsRedundant 'public' modifier.75
WarningsExpected @param tag for 'productOfferId'.75
WarningsExpected @param tag for 'partyId'.75
WarningsExpected @param tag for 'year'.75
WarningsExpected @param tag for 'month'.76
WarningsFirst sentence should end with a period.78
WarningsRedundant 'public' modifier.96
WarningsExpected @param tag for 'year'.96
WarningsExpected @param tag for 'month'.96
WarningsExpected @param tag for 'day'.96
WarningsFirst sentence should end with a period.98
WarningsExpected an @return tag.102
WarningsRedundant 'public' modifier.102
WarningsExpected @param tag for 'productOfferId'.102
WarningsExpected @param tag for 'year'.102
WarningsExpected @param tag for 'month'.102
WarningsFirst sentence should end with a period.104
WarningsRedundant 'public' modifier.122
WarningsExpected @param tag for 'year'.122
WarningsExpected @param tag for 'month'.122
WarningsExpected @param tag for 'day'.122
WarningsFirst sentence should end with a period.124
WarningsExpected an @return tag.128
WarningsRedundant 'public' modifier.128
WarningsExpected @param tag for 'businessSLATId'.128
WarningsExpected @param tag for 'year'.128
WarningsExpected @param tag for 'month'.128
WarningsFirst sentence should end with a period.130
WarningsRedundant 'public' modifier.147
WarningsExpected @param tag for 'year'.147
WarningsExpected @param tag for 'month'.147
WarningsFirst sentence should end with a period.149
WarningsExpected an @return tag.153
WarningsRedundant 'public' modifier.153
WarningsExpected @param tag for 'businessSLATId'.153
WarningsExpected @param tag for 'year'.153
WarningsExpected @param tag for 'month'.153
WarningsFirst sentence should end with a period.155
WarningsRedundant 'public' modifier.168
WarningsName 'GuaranteeTerm' must match pattern '^[a-z][a-zA-Z0-9]*$'.168
WarningsFirst sentence should end with a period.170
WarningsRedundant 'public' modifier.185
WarningsName 'GuaranteeTerm' must match pattern '^[a-z][a-zA-Z0-9]*$'.185
WarningsName 'KPI' must match pattern '^[a-z][a-zA-Z0-9]*$'.185

org/slasoi/businessManager/postSale/reporting/exception/ImageException.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.3
Warnings'{' is not preceded with whitespace.3
WarningsMissing a Javadoc comment.5
WarningsMissing a Javadoc comment.7
WarningsParameter msg should be final.7
Warnings',' is not followed by whitespace.7
WarningsParameter throwable should be final.7
Warnings'{' is not preceded with whitespace.7
Warnings',' is not followed by whitespace.8
WarningsLine has trailing spaces.10
WarningsMissing a Javadoc comment.11
WarningsParameter throwable should be final.11
Warnings'{' is not preceded with whitespace.11
WarningsLine has trailing spaces.14
WarningsMissing a Javadoc comment.15
WarningsParameter msg should be final.15
Warnings'{' is not preceded with whitespace.15
WarningsLine has trailing spaces.18

org/slasoi/businessManager/postSale/reporting/impl/BusinessSLAParser.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.101
WarningsUtility classes should not have a public or default constructor.101
WarningsMissing a Javadoc comment.102
WarningsName 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.102
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.111
WarningsMissing a Javadoc comment.112
WarningsMissing a Javadoc comment.113
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.115
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.117
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.122
WarningsMissing a Javadoc comment.123
WarningsMissing a Javadoc comment.124
WarningsMissing a Javadoc comment.125
WarningsMissing a Javadoc comment.126
WarningsMissing a Javadoc comment.127
WarningsLine has trailing spaces.128
WarningsLine is longer than 120 characters.129
WarningsMissing a Javadoc comment.129
WarningsParameter list should be final.129
WarningsParameter bsla should be final.129
WarningsRedundant throws: 'NullPointerException' is unchecked exception.129
WarningsLine has trailing spaces.134
WarningsLine has trailing spaces.137
WarningsMissing a Javadoc comment.138
WarningsParameter list should be final.138
WarningsParameter bsla should be final.138
WarningsMissing a Javadoc comment.148
WarningsParameter list should be final.148
WarningsParameter bsla should be final.148
Warnings'}' should be on the same line.163
WarningsMethod length is 151 lines (max allowed is 150).170
WarningsMissing a Javadoc comment.170
WarningsParameter list should be final.170
WarningsParameter sla should be final.170
Warnings'if' construct must use '{}'s.202
Warnings'if' construct must use '{}'s.218
Warnings'if' construct must use '{}'s.220
Warnings'}' should be on the same line.233
Warnings'}' should be on the same line.268
Warnings'if' construct must use '{}'s.310
Warnings'if' construct must use '{}'s.313
Warnings'}' is not followed by whitespace.317
WarningsMissing a Javadoc comment.322
WarningsParameter sla should be final.322
Warnings'if' construct must use '{}'s.336
WarningsLine is longer than 120 characters.346
WarningsMissing a Javadoc comment.346
WarningsParameter list should be final.346
WarningsParameter sla should be final.346
WarningsRedundant throws: 'NullPointerException' is unchecked exception.346
Warnings'{' is not preceded with whitespace.350
WarningsLine has trailing spaces.353
Warnings'}' should be on the same line.366
Warnings'}' should be on the same line.373
Warnings'}' should be on the same line.380
Warnings'}' should be on the same line.387
Warnings'}' should be on the same line.394
Warnings'}' should be on the same line.401
Warnings'}' should be on the same line.408
WarningsMissing a Javadoc comment.423
WarningsParameter list should be final.423
WarningsParameter termination should be final.423
Warnings'if' construct must use '{}'s.437
Warnings'if' construct must use '{}'s.446
WarningsMissing a Javadoc comment.456
WarningsParameter list should be final.456
WarningsParameter price should be final.456
Warnings'if' construct must use '{}'s.468
Warnings'if' construct must use '{}'s.474
Warnings'if' construct must use '{}'s.478
Warnings'if' construct must use '{}'s.487
Warnings'if' construct must use '{}'s.493
WarningsLine is longer than 120 characters.500
WarningsMethod length is 603 lines (max allowed is 150).500
WarningsMissing a Javadoc comment.500
WarningsParameter list should be final.500
WarningsParameter ca should be final.500
WarningsRedundant throws: 'NullPointerException' is unchecked exception.500
Warnings'=' is not preceded with whitespace.503
Warnings'=' is not followed by whitespace.503
Warnings'=' is not preceded with whitespace.504
Warnings'=' is not followed by whitespace.504
Warnings'=' is not preceded with whitespace.505
Warnings'=' is not followed by whitespace.505
WarningsLine has trailing spaces.506
Warnings'=' is not preceded with whitespace.515
Warnings'=' is not followed by whitespace.515
Warnings'}' should be on the same line.518
WarningsLine has trailing spaces.523
WarningsLine has trailing spaces.527
WarningsLine has trailing spaces.530
WarningsLine has trailing spaces.531
Warnings'!=' is not preceded with whitespace.531
Warnings'!=' is not followed by whitespace.531
Warnings'=' is not preceded with whitespace.531
WarningsInner assignments should be avoided.531
Warnings'=' is not followed by whitespace.531
Warnings'!=' is not preceded with whitespace.531
Warnings'!=' is not followed by whitespace.531
Warnings'{' is not preceded with whitespace.531
Warnings':' is not preceded with whitespace.532
Warnings'{' is not preceded with whitespace.532
Warnings'=' is not preceded with whitespace.533
WarningsInner assignments should be avoided.533
Warnings'=' is not followed by whitespace.533
Warnings'!=' is not preceded with whitespace.533
Warnings'!=' is not followed by whitespace.533
Warnings'=' is not preceded with whitespace.536
WarningsInner assignments should be avoided.536
Warnings'=' is not followed by whitespace.536
Warnings'!=' is not preceded with whitespace.536
Warnings'!=' is not followed by whitespace.536
WarningsLine has trailing spaces.537
Warnings'=' is not preceded with whitespace.539
WarningsInner assignments should be avoided.539
Warnings'=' is not followed by whitespace.539
Warnings'!=' is not preceded with whitespace.539
Warnings'!=' is not followed by whitespace.539
WarningsLine has trailing spaces.540
Warnings'=' is not preceded with whitespace.542
WarningsInner assignments should be avoided.542
Warnings'=' is not followed by whitespace.542
Warnings'!=' is not preceded with whitespace.542
Warnings'!=' is not followed by whitespace.542
WarningsLine has trailing spaces.543
WarningsLine has trailing spaces.544
WarningsLine has trailing spaces.547
WarningsLine has trailing spaces.549
WarningsLine has trailing spaces.550
Warnings'!=' is not preceded with whitespace.550
Warnings'!=' is not followed by whitespace.550
Warnings'=' is not preceded with whitespace.550
WarningsInner assignments should be avoided.550
Warnings'=' is not followed by whitespace.550
Warnings'!=' is not preceded with whitespace.550
Warnings'!=' is not followed by whitespace.550
Warnings'{' is not preceded with whitespace.550
Warnings':' is not preceded with whitespace.551
Warnings'{' is not preceded with whitespace.551
Warnings'=' is not preceded with whitespace.552
WarningsInner assignments should be avoided.552
Warnings'=' is not followed by whitespace.552
Warnings'!=' is not preceded with whitespace.552
Warnings'!=' is not followed by whitespace.552
Warnings'!=' is not preceded with whitespace.555
Warnings'!=' is not followed by whitespace.555
WarningsLine has trailing spaces.556
WarningsLine is longer than 120 characters.556
Warnings'!=' is not preceded with whitespace.558
Warnings'!=' is not followed by whitespace.558
WarningsLine has trailing spaces.559
WarningsLine has trailing spaces.560
WarningsLine has trailing spaces.563
WarningsLine has trailing spaces.565
Warnings'!=' is not preceded with whitespace.567
Warnings'!=' is not followed by whitespace.567
Warnings'{' is not preceded with whitespace.567
WarningsLine has trailing spaces.568
Warnings'=' is not preceded with whitespace.570
WarningsInner assignments should be avoided.570
Warnings'=' is not followed by whitespace.570
Warnings'!=' is not preceded with whitespace.570
Warnings'!=' is not followed by whitespace.570
Warnings'{' is not preceded with whitespace.570
Warnings'=' is not preceded with whitespace.571
Warnings'=' is not followed by whitespace.571
Warnings'=' is not preceded with whitespace.572
WarningsInner assignments should be avoided.572
Warnings'=' is not followed by whitespace.572
Warnings'!=' is not preceded with whitespace.572
Warnings'!=' is not followed by whitespace.572
Warnings'{' is not preceded with whitespace.572
WarningsLine has trailing spaces.573
WarningsLine is longer than 120 characters.573
Warnings'else' is not preceded with whitespace.574
Warnings'}' is not followed by whitespace.574
Warnings'else' is not followed by whitespace.574
Warnings'{' is not preceded with whitespace.574
WarningsLine has trailing spaces.575
WarningsLine has trailing spaces.577
Warningsswitch without "default" clause.578
Warnings'{' is not preceded with whitespace.578
Warnings'{' is not preceded with whitespace.579
WarningsAvoid nested blocks.579
WarningsLine has trailing spaces.581
WarningsLine is longer than 120 characters.581
Warnings',' is not followed by whitespace.581
WarningsLine is longer than 120 characters.582
Warnings',' is not followed by whitespace.582
WarningsLine has trailing spaces.583
Warnings'!=' is not preceded with whitespace.584
Warnings'!=' is not followed by whitespace.584
Warnings'{' is not preceded with whitespace.584
WarningsLine is longer than 120 characters.585
WarningsLine is longer than 120 characters.586
WarningsLine has trailing spaces.588
Warnings'!=' is not preceded with whitespace.589
Warnings'!=' is not followed by whitespace.589
Warnings'{' is not preceded with whitespace.589
WarningsLine is longer than 120 characters.590
WarningsLine is longer than 120 characters.591
WarningsLine has trailing spaces.593
Warnings'!=' is not preceded with whitespace.594
Warnings'!=' is not followed by whitespace.594
Warnings'{' is not preceded with whitespace.594
WarningsLine is longer than 120 characters.595
WarningsLine has trailing spaces.598
Warnings'!=' is not preceded with whitespace.599
Warnings'!=' is not followed by whitespace.599
Warnings'{' is not preceded with whitespace.599
WarningsLine is longer than 120 characters.600
WarningsLine is longer than 120 characters.601
WarningsLine has trailing spaces.603
Warnings'{' is not preceded with whitespace.606
WarningsAvoid nested blocks.606
WarningsLine has trailing spaces.607
WarningsLine has trailing spaces.609
WarningsLine is longer than 120 characters.609
Warnings',' is not followed by whitespace.609
WarningsLine is longer than 120 characters.610
Warnings',' is not followed by whitespace.610
WarningsLine has trailing spaces.611
Warnings'!=' is not preceded with whitespace.612
Warnings'!=' is not followed by whitespace.612
Warnings'{' is not preceded with whitespace.612
WarningsLine is longer than 120 characters.613
WarningsLine is longer than 120 characters.614
WarningsLine has trailing spaces.616
Warnings'!=' is not preceded with whitespace.617
Warnings'!=' is not followed by whitespace.617
Warnings'{' is not preceded with whitespace.617
WarningsLine is longer than 120 characters.618
WarningsLine is longer than 120 characters.619
WarningsLine has trailing spaces.621
Warnings'!=' is not preceded with whitespace.622
Warnings'!=' is not followed by whitespace.622
Warnings'{' is not preceded with whitespace.622
WarningsLine is longer than 120 characters.623
WarningsLine has trailing spaces.626
Warnings'!=' is not preceded with whitespace.627
Warnings'!=' is not followed by whitespace.627
Warnings'{' is not preceded with whitespace.627
WarningsLine is longer than 120 characters.628
WarningsLine is longer than 120 characters.629
Warnings'{' is not preceded with whitespace.633
WarningsAvoid nested blocks.633
WarningsLine has trailing spaces.634
WarningsLine has trailing spaces.636
WarningsLine is longer than 120 characters.636
Warnings',' is not followed by whitespace.636
WarningsLine is longer than 120 characters.637
Warnings',' is not followed by whitespace.637
WarningsLine has trailing spaces.638
Warnings'!=' is not preceded with whitespace.639
Warnings'!=' is not followed by whitespace.639
Warnings'{' is not preceded with whitespace.639
WarningsLine is longer than 120 characters.640
WarningsLine is longer than 120 characters.641
WarningsLine has trailing spaces.643
Warnings'!=' is not preceded with whitespace.644
Warnings'!=' is not followed by whitespace.644
Warnings'{' is not preceded with whitespace.644
WarningsLine is longer than 120 characters.645
WarningsLine is longer than 120 characters.646
WarningsLine has trailing spaces.648
Warnings'!=' is not preceded with whitespace.649
Warnings'!=' is not followed by whitespace.649
Warnings'{' is not preceded with whitespace.649
WarningsLine is longer than 120 characters.650
WarningsLine has trailing spaces.653
Warnings'!=' is not preceded with whitespace.654
Warnings'!=' is not followed by whitespace.654
Warnings'{' is not preceded with whitespace.654
WarningsLine is longer than 120 characters.655
WarningsLine is longer than 120 characters.656
WarningsLine has trailing spaces.658
Warnings'{' is not preceded with whitespace.661
WarningsAvoid nested blocks.661
WarningsLine has trailing spaces.662
WarningsLine has trailing spaces.664
WarningsLine is longer than 120 characters.664
Warnings',' is not followed by whitespace.664
WarningsLine is longer than 120 characters.665
Warnings',' is not followed by whitespace.665
WarningsLine has trailing spaces.666
Warnings'!=' is not preceded with whitespace.667
Warnings'!=' is not followed by whitespace.667
Warnings'{' is not preceded with whitespace.667
WarningsLine is longer than 120 characters.668
WarningsLine is longer than 120 characters.669
WarningsLine has trailing spaces.671
Warnings'!=' is not preceded with whitespace.672
Warnings'!=' is not followed by whitespace.672
Warnings'{' is not preceded with whitespace.672
WarningsLine is longer than 120 characters.673
WarningsLine is longer than 120 characters.674
WarningsLine has trailing spaces.676
Warnings'!=' is not preceded with whitespace.677
Warnings'!=' is not followed by whitespace.677
Warnings'{' is not preceded with whitespace.677
WarningsLine is longer than 120 characters.678
WarningsLine has trailing spaces.681
Warnings'!=' is not preceded with whitespace.682
Warnings'!=' is not followed by whitespace.682
Warnings'{' is not preceded with whitespace.682
WarningsLine is longer than 120 characters.683
WarningsLine is longer than 120 characters.684
WarningsLine has trailing spaces.686
Warnings'{' is not preceded with whitespace.689
WarningsAvoid nested blocks.689
WarningsLine has trailing spaces.692
WarningsLine is longer than 120 characters.692
Warnings',' is not followed by whitespace.692
WarningsLine has trailing spaces.693
Warnings'!=' is not preceded with whitespace.694
Warnings'!=' is not followed by whitespace.694
Warnings'{' is not preceded with whitespace.694
WarningsLine is longer than 120 characters.695
WarningsLine is longer than 120 characters.696
WarningsLine has trailing spaces.698
Warnings'!=' is not preceded with whitespace.699
Warnings'!=' is not followed by whitespace.699
Warnings'{' is not preceded with whitespace.699
WarningsLine is longer than 120 characters.700
WarningsLine is longer than 120 characters.701
WarningsLine has trailing spaces.703
Warnings'!=' is not preceded with whitespace.704
Warnings'!=' is not followed by whitespace.704
Warnings'{' is not preceded with whitespace.704
WarningsLine is longer than 120 characters.705
WarningsLine has trailing spaces.708
Warnings'!=' is not preceded with whitespace.709
Warnings'!=' is not followed by whitespace.709
Warnings'{' is not preceded with whitespace.709
WarningsLine is longer than 120 characters.710
WarningsLine is longer than 120 characters.711
Warnings'{' is not preceded with whitespace.715
WarningsAvoid nested blocks.715
WarningsLine has trailing spaces.718
WarningsLine is longer than 120 characters.718
Warnings',' is not followed by whitespace.718
WarningsLine has trailing spaces.719
Warnings'!=' is not preceded with whitespace.720
Warnings'!=' is not followed by whitespace.720
Warnings'{' is not preceded with whitespace.720
WarningsLine is longer than 120 characters.721
WarningsLine is longer than 120 characters.722
WarningsLine has trailing spaces.724
Warnings'!=' is not preceded with whitespace.725
Warnings'!=' is not followed by whitespace.725
Warnings'{' is not preceded with whitespace.725
WarningsLine is longer than 120 characters.726
WarningsLine is longer than 120 characters.727
WarningsLine has trailing spaces.729
Warnings'!=' is not preceded with whitespace.730
Warnings'!=' is not followed by whitespace.730
Warnings'{' is not preceded with whitespace.730
WarningsLine is longer than 120 characters.731
WarningsLine has trailing spaces.734
Warnings'!=' is not preceded with whitespace.735
Warnings'!=' is not followed by whitespace.735
Warnings'{' is not preceded with whitespace.735
WarningsLine is longer than 120 characters.736
WarningsLine is longer than 120 characters.737
Warnings'{' is not preceded with whitespace.741
WarningsAvoid nested blocks.741
WarningsLine has trailing spaces.744
WarningsLine is longer than 120 characters.744
Warnings',' is not followed by whitespace.744
WarningsLine is longer than 120 characters.745
Warnings',' is not followed by whitespace.745
WarningsLine has trailing spaces.746
Warnings'!=' is not preceded with whitespace.747
Warnings'!=' is not followed by whitespace.747
Warnings'{' is not preceded with whitespace.747
WarningsLine is longer than 120 characters.748
WarningsLine is longer than 120 characters.749
WarningsLine has trailing spaces.751
Warnings'!=' is not preceded with whitespace.752
Warnings'!=' is not followed by whitespace.752
Warnings'{' is not preceded with whitespace.752
WarningsLine is longer than 120 characters.753
WarningsLine is longer than 120 characters.754
WarningsLine has trailing spaces.756
Warnings'!=' is not preceded with whitespace.757
Warnings'!=' is not followed by whitespace.757
Warnings'{' is not preceded with whitespace.757
WarningsLine is longer than 120 characters.758
WarningsLine has trailing spaces.761
Warnings'!=' is not preceded with whitespace.762
Warnings'!=' is not followed by whitespace.762
Warnings'{' is not preceded with whitespace.762
WarningsLine is longer than 120 characters.763
WarningsLine is longer than 120 characters.764
WarningsLine has trailing spaces.766
Warnings'{' is not preceded with whitespace.769
WarningsAvoid nested blocks.769
WarningsLine has trailing spaces.772
WarningsLine is longer than 120 characters.772
Warnings',' is not followed by whitespace.772
WarningsLine is longer than 120 characters.773
Warnings',' is not followed by whitespace.773
WarningsLine has trailing spaces.774
Warnings'!=' is not preceded with whitespace.775
Warnings'!=' is not followed by whitespace.775
Warnings'{' is not preceded with whitespace.775
WarningsLine is longer than 120 characters.776
WarningsLine is longer than 120 characters.777
WarningsLine has trailing spaces.779
Warnings'!=' is not preceded with whitespace.780
Warnings'!=' is not followed by whitespace.780
Warnings'{' is not preceded with whitespace.780
WarningsLine is longer than 120 characters.781
WarningsLine is longer than 120 characters.782
WarningsLine has trailing spaces.784
Warnings'!=' is not preceded with whitespace.785
Warnings'!=' is not followed by whitespace.785
Warnings'{' is not preceded with whitespace.785
WarningsLine is longer than 120 characters.786
WarningsLine has trailing spaces.789
Warnings'!=' is not preceded with whitespace.790
Warnings'!=' is not followed by whitespace.790
Warnings'{' is not preceded with whitespace.790
WarningsLine is longer than 120 characters.791
WarningsLine is longer than 120 characters.792
WarningsLine has trailing spaces.795
Warnings'{' is not preceded with whitespace.796
WarningsAvoid nested blocks.796
WarningsLine has trailing spaces.797
WarningsLine has trailing spaces.799
WarningsLine is longer than 120 characters.799
Warnings',' is not followed by whitespace.799
WarningsLine is longer than 120 characters.800
Warnings',' is not followed by whitespace.800
WarningsLine has trailing spaces.801
Warnings'!=' is not preceded with whitespace.802
Warnings'!=' is not followed by whitespace.802
Warnings'{' is not preceded with whitespace.802
WarningsLine is longer than 120 characters.803
WarningsLine is longer than 120 characters.804
WarningsLine has trailing spaces.806
Warnings'!=' is not preceded with whitespace.807
Warnings'!=' is not followed by whitespace.807
Warnings'{' is not preceded with whitespace.807
WarningsLine is longer than 120 characters.808
WarningsLine is longer than 120 characters.809
WarningsLine has trailing spaces.811
Warnings'!=' is not preceded with whitespace.812
Warnings'!=' is not followed by whitespace.812
Warnings'{' is not preceded with whitespace.812
WarningsLine is longer than 120 characters.813
WarningsLine has trailing spaces.816
Warnings'!=' is not preceded with whitespace.817
Warnings'!=' is not followed by whitespace.817
Warnings'{' is not preceded with whitespace.817
WarningsLine is longer than 120 characters.818
WarningsLine is longer than 120 characters.819
WarningsLine has trailing spaces.822
WarningsLine has trailing spaces.824
Warnings'else' is not preceded with whitespace.826
Warnings'}' is not followed by whitespace.826
Warnings'else' is not followed by whitespace.826
Warnings'{' is not preceded with whitespace.826
WarningsLine has trailing spaces.831
WarningsLine has trailing spaces.833
Warnings'!=' is not preceded with whitespace.835
Warnings'!=' is not followed by whitespace.835
Warnings'{' is not preceded with whitespace.835
WarningsLine has trailing spaces.836
Warnings'=' is not preceded with whitespace.838
WarningsInner assignments should be avoided.838
Warnings'=' is not followed by whitespace.838
Warnings'!=' is not preceded with whitespace.838
Warnings'!=' is not followed by whitespace.838
Warnings'{' is not preceded with whitespace.838
Warnings'=' is not preceded with whitespace.839
Warnings'=' is not followed by whitespace.839
Warnings'=' is not preceded with whitespace.840
WarningsInner assignments should be avoided.840
Warnings'=' is not followed by whitespace.840
Warnings'!=' is not preceded with whitespace.840
Warnings'!=' is not followed by whitespace.840
Warnings'{' is not preceded with whitespace.840
WarningsLine has trailing spaces.841
WarningsLine is longer than 120 characters.841
Warnings'else' is not preceded with whitespace.842
Warnings'}' is not followed by whitespace.842
Warnings'else' is not followed by whitespace.842
Warnings'{' is not preceded with whitespace.842
WarningsLine has trailing spaces.843
WarningsLine has trailing spaces.845
Warningsswitch without "default" clause.846
Warnings'{' is not preceded with whitespace.846
Warnings'{' is not preceded with whitespace.847
WarningsAvoid nested blocks.847
WarningsLine has trailing spaces.849
WarningsLine is longer than 120 characters.849
Warnings',' is not followed by whitespace.849
WarningsLine is longer than 120 characters.850
Warnings',' is not followed by whitespace.850
WarningsLine has trailing spaces.851
Warnings'!=' is not preceded with whitespace.852
Warnings'!=' is not followed by whitespace.852
Warnings'{' is not preceded with whitespace.852
WarningsLine is longer than 120 characters.853
WarningsLine is longer than 120 characters.854
WarningsLine has trailing spaces.856
Warnings'!=' is not preceded with whitespace.857
Warnings'!=' is not followed by whitespace.857
Warnings'{' is not preceded with whitespace.857
WarningsLine is longer than 120 characters.858
WarningsLine is longer than 120 characters.859
WarningsLine has trailing spaces.861
Warnings'!=' is not preceded with whitespace.862
Warnings'!=' is not followed by whitespace.862
Warnings'{' is not preceded with whitespace.862
WarningsLine is longer than 120 characters.863
WarningsLine has trailing spaces.866
Warnings'!=' is not preceded with whitespace.867
Warnings'!=' is not followed by whitespace.867
Warnings'{' is not preceded with whitespace.867
WarningsLine is longer than 120 characters.868
WarningsLine is longer than 120 characters.869
WarningsLine has trailing spaces.871
Warnings'{' is not preceded with whitespace.874
WarningsAvoid nested blocks.874
WarningsLine has trailing spaces.875
WarningsLine has trailing spaces.877
WarningsLine is longer than 120 characters.877
Warnings',' is not followed by whitespace.877
WarningsLine is longer than 120 characters.878
Warnings',' is not followed by whitespace.878
WarningsLine has trailing spaces.879
Warnings'!=' is not preceded with whitespace.880
Warnings'!=' is not followed by whitespace.880
Warnings'{' is not preceded with whitespace.880
WarningsLine is longer than 120 characters.881
WarningsLine is longer than 120 characters.882
WarningsLine has trailing spaces.884
Warnings'!=' is not preceded with whitespace.885
Warnings'!=' is not followed by whitespace.885
Warnings'{' is not preceded with whitespace.885
WarningsLine is longer than 120 characters.886
WarningsLine is longer than 120 characters.887
WarningsLine has trailing spaces.889
Warnings'!=' is not preceded with whitespace.890
Warnings'!=' is not followed by whitespace.890
Warnings'{' is not preceded with whitespace.890
WarningsLine is longer than 120 characters.891
WarningsLine has trailing spaces.894
Warnings'!=' is not preceded with whitespace.895
Warnings'!=' is not followed by whitespace.895
Warnings'{' is not preceded with whitespace.895
WarningsLine is longer than 120 characters.896
WarningsLine is longer than 120 characters.897
Warnings'{' is not preceded with whitespace.901
WarningsAvoid nested blocks.901
WarningsLine has trailing spaces.902
WarningsLine has trailing spaces.904
WarningsLine is longer than 120 characters.904
Warnings',' is not followed by whitespace.904
WarningsLine is longer than 120 characters.905
Warnings',' is not followed by whitespace.905
WarningsLine has trailing spaces.906
Warnings'!=' is not preceded with whitespace.907
Warnings'!=' is not followed by whitespace.907
Warnings'{' is not preceded with whitespace.907
WarningsLine is longer than 120 characters.908
WarningsLine is longer than 120 characters.909
WarningsLine has trailing spaces.911
Warnings'!=' is not preceded with whitespace.912
Warnings'!=' is not followed by whitespace.912
Warnings'{' is not preceded with whitespace.912
WarningsLine is longer than 120 characters.913
WarningsLine is longer than 120 characters.914
WarningsLine has trailing spaces.916
Warnings'!=' is not preceded with whitespace.917
Warnings'!=' is not followed by whitespace.917
Warnings'{' is not preceded with whitespace.917
WarningsLine is longer than 120 characters.918
WarningsLine has trailing spaces.921
Warnings'!=' is not preceded with whitespace.922
Warnings'!=' is not followed by whitespace.922
Warnings'{' is not preceded with whitespace.922
WarningsLine is longer than 120 characters.923
WarningsLine is longer than 120 characters.924
WarningsLine has trailing spaces.926
Warnings'{' is not preceded with whitespace.929
WarningsAvoid nested blocks.929
WarningsLine has trailing spaces.930
WarningsLine has trailing spaces.932
WarningsLine is longer than 120 characters.932
Warnings',' is not followed by whitespace.932
WarningsLine is longer than 120 characters.933
Warnings',' is not followed by whitespace.933
WarningsLine has trailing spaces.934
Warnings'!=' is not preceded with whitespace.935
Warnings'!=' is not followed by whitespace.935
Warnings'{' is not preceded with whitespace.935
WarningsLine is longer than 120 characters.936
WarningsLine is longer than 120 characters.937
WarningsLine has trailing spaces.939
Warnings'!=' is not preceded with whitespace.940
Warnings'!=' is not followed by whitespace.940
Warnings'{' is not preceded with whitespace.940
WarningsLine is longer than 120 characters.941
WarningsLine is longer than 120 characters.942
WarningsLine has trailing spaces.944
Warnings'!=' is not preceded with whitespace.945
Warnings'!=' is not followed by whitespace.945
Warnings'{' is not preceded with whitespace.945
WarningsLine is longer than 120 characters.946
WarningsLine has trailing spaces.949
Warnings'!=' is not preceded with whitespace.950
Warnings'!=' is not followed by whitespace.950
Warnings'{' is not preceded with whitespace.950
WarningsLine is longer than 120 characters.951
WarningsLine is longer than 120 characters.952
WarningsLine has trailing spaces.954
Warnings'{' is not preceded with whitespace.957
WarningsAvoid nested blocks.957
WarningsLine has trailing spaces.960
WarningsLine is longer than 120 characters.960
Warnings',' is not followed by whitespace.960
WarningsLine has trailing spaces.961
Warnings'!=' is not preceded with whitespace.962
Warnings'!=' is not followed by whitespace.962
Warnings'{' is not preceded with whitespace.962
WarningsLine is longer than 120 characters.963
WarningsLine is longer than 120 characters.964
WarningsLine has trailing spaces.966
Warnings'!=' is not preceded with whitespace.967
Warnings'!=' is not followed by whitespace.967
Warnings'{' is not preceded with whitespace.967
WarningsLine is longer than 120 characters.968
WarningsLine is longer than 120 characters.969
WarningsLine has trailing spaces.971
Warnings'!=' is not preceded with whitespace.972
Warnings'!=' is not followed by whitespace.972
Warnings'{' is not preceded with whitespace.972
WarningsLine is longer than 120 characters.973
WarningsLine has trailing spaces.976
Warnings'!=' is not preceded with whitespace.977
Warnings'!=' is not followed by whitespace.977
Warnings'{' is not preceded with whitespace.977
WarningsLine is longer than 120 characters.978
WarningsLine is longer than 120 characters.979
Warnings'{' is not preceded with whitespace.983
WarningsAvoid nested blocks.983
WarningsLine has trailing spaces.986
WarningsLine is longer than 120 characters.986
Warnings',' is not followed by whitespace.986
WarningsLine has trailing spaces.987
Warnings'!=' is not preceded with whitespace.988
Warnings'!=' is not followed by whitespace.988
Warnings'{' is not preceded with whitespace.988
WarningsLine is longer than 120 characters.989
WarningsLine is longer than 120 characters.990
WarningsLine has trailing spaces.992
Warnings'!=' is not preceded with whitespace.993
Warnings'!=' is not followed by whitespace.993
Warnings'{' is not preceded with whitespace.993
WarningsLine is longer than 120 characters.994
WarningsLine is longer than 120 characters.995
WarningsLine has trailing spaces.997
Warnings'!=' is not preceded with whitespace.998
Warnings'!=' is not followed by whitespace.998
Warnings'{' is not preceded with whitespace.998
WarningsLine is longer than 120 characters.999
WarningsLine has trailing spaces.1002
Warnings'!=' is not preceded with whitespace.1003
Warnings'!=' is not followed by whitespace.1003
Warnings'{' is not preceded with whitespace.1003
WarningsLine is longer than 120 characters.1004
WarningsLine is longer than 120 characters.1005
Warnings'{' is not preceded with whitespace.1009
WarningsAvoid nested blocks.1009
WarningsLine has trailing spaces.1012
WarningsLine is longer than 120 characters.1012
Warnings',' is not followed by whitespace.1012
WarningsLine is longer than 120 characters.1013
Warnings',' is not followed by whitespace.1013
WarningsLine has trailing spaces.1014
Warnings'!=' is not preceded with whitespace.1015
Warnings'!=' is not followed by whitespace.1015
Warnings'{' is not preceded with whitespace.1015
WarningsLine is longer than 120 characters.1016
WarningsLine is longer than 120 characters.1017
WarningsLine has trailing spaces.1019
Warnings'!=' is not preceded with whitespace.1020
Warnings'!=' is not followed by whitespace.1020
Warnings'{' is not preceded with whitespace.1020
WarningsLine is longer than 120 characters.1021
WarningsLine is longer than 120 characters.1022
WarningsLine has trailing spaces.1024
Warnings'!=' is not preceded with whitespace.1025
Warnings'!=' is not followed by whitespace.1025
Warnings'{' is not preceded with whitespace.1025
WarningsLine is longer than 120 characters.1026
WarningsLine has trailing spaces.1029
Warnings'!=' is not preceded with whitespace.1030
Warnings'!=' is not followed by whitespace.1030
Warnings'{' is not preceded with whitespace.1030
WarningsLine is longer than 120 characters.1031
WarningsLine is longer than 120 characters.1032
WarningsLine has trailing spaces.1034
Warnings'{' is not preceded with whitespace.1037
WarningsAvoid nested blocks.1037
WarningsLine has trailing spaces.1040
WarningsLine is longer than 120 characters.1040
Warnings',' is not followed by whitespace.1040
WarningsLine is longer than 120 characters.1041
Warnings',' is not followed by whitespace.1041
WarningsLine has trailing spaces.1042
Warnings'!=' is not preceded with whitespace.1043
Warnings'!=' is not followed by whitespace.1043
Warnings'{' is not preceded with whitespace.1043
WarningsLine is longer than 120 characters.1044
WarningsLine is longer than 120 characters.1045
WarningsLine has trailing spaces.1047
Warnings'!=' is not preceded with whitespace.1048
Warnings'!=' is not followed by whitespace.1048
Warnings'{' is not preceded with whitespace.1048
WarningsLine is longer than 120 characters.1049
WarningsLine is longer than 120 characters.1050
WarningsLine has trailing spaces.1052
Warnings'!=' is not preceded with whitespace.1053
Warnings'!=' is not followed by whitespace.1053
Warnings'{' is not preceded with whitespace.1053
WarningsLine is longer than 120 characters.1054
WarningsLine has trailing spaces.1057
Warnings'!=' is not preceded with whitespace.1058
Warnings'!=' is not followed by whitespace.1058
Warnings'{' is not preceded with whitespace.1058
WarningsLine is longer than 120 characters.1059
WarningsLine is longer than 120 characters.1060
WarningsLine has trailing spaces.1063
Warnings'{' is not preceded with whitespace.1064
WarningsAvoid nested blocks.1064
WarningsLine has trailing spaces.1065
WarningsLine has trailing spaces.1067
WarningsLine is longer than 120 characters.1067
Warnings',' is not followed by whitespace.1067
WarningsLine is longer than 120 characters.1068
Warnings',' is not followed by whitespace.1068
WarningsLine has trailing spaces.1069
Warnings'!=' is not preceded with whitespace.1070
Warnings'!=' is not followed by whitespace.1070
Warnings'{' is not preceded with whitespace.1070
WarningsLine is longer than 120 characters.1071
WarningsLine is longer than 120 characters.1072
WarningsLine has trailing spaces.1074
Warnings'!=' is not preceded with whitespace.1075
Warnings'!=' is not followed by whitespace.1075
Warnings'{' is not preceded with whitespace.1075
WarningsLine is longer than 120 characters.1076
WarningsLine is longer than 120 characters.1077
WarningsLine has trailing spaces.1079
Warnings'!=' is not preceded with whitespace.1080
Warnings'!=' is not followed by whitespace.1080
Warnings'{' is not preceded with whitespace.1080
WarningsLine is longer than 120 characters.1081
WarningsLine has trailing spaces.1084
Warnings'!=' is not preceded with whitespace.1085
Warnings'!=' is not followed by whitespace.1085
Warnings'{' is not preceded with whitespace.1085
WarningsLine is longer than 120 characters.1086
WarningsLine is longer than 120 characters.1087
WarningsLine has trailing spaces.1090
WarningsLine has trailing spaces.1092
Warnings'else' is not preceded with whitespace.1094
Warnings'}' is not followed by whitespace.1094
Warnings'else' is not followed by whitespace.1094
Warnings'{' is not preceded with whitespace.1094
WarningsLine has trailing spaces.1099
WarningsLine is longer than 120 characters.1104
WarningsMissing a Javadoc comment.1104
WarningsParameter list should be final.1104
WarningsParameter ca should be final.1104
WarningsRedundant throws: 'NullPointerException' is unchecked exception.1104
WarningsLine has trailing spaces.1114
Warnings'=' is not preceded with whitespace.1115
Warnings'=' is not followed by whitespace.1115
Warnings'}' should be on the same line.1118
Warnings'+' is not preceded with whitespace.1120
Warnings'+' is not followed by whitespace.1120
WarningsLine has trailing spaces.1122
WarningsLine has trailing spaces.1126
Warnings'{' is not preceded with whitespace.1133
WarningsLine is longer than 120 characters.1135
Warnings'{' is not preceded with whitespace.1139
WarningsLine is longer than 120 characters.1141
WarningsLine is longer than 120 characters.1148
WarningsMissing a Javadoc comment.1148
WarningsParameter list should be final.1148
WarningsParameter ca should be final.1148
WarningsRedundant throws: 'NullPointerException' is unchecked exception.1148
WarningsLine has trailing spaces.1158
Warnings'=' is not preceded with whitespace.1159
Warnings'=' is not followed by whitespace.1159
Warnings'}' should be on the same line.1162
Warnings'+' is not preceded with whitespace.1164
Warnings'+' is not followed by whitespace.1164
WarningsLine has trailing spaces.1166
Warnings'{' is not preceded with whitespace.1174
WarningsLine is longer than 120 characters.1176
Warnings'{' is not preceded with whitespace.1180
WarningsLine is longer than 120 characters.1189
WarningsMissing a Javadoc comment.1189
WarningsParameter list should be final.1189
WarningsParameter ca should be final.1189
WarningsRedundant throws: 'NullPointerException' is unchecked exception.1189
WarningsLine has trailing spaces.1199
Warnings'=' is not followed by whitespace.1200
Warnings'}' should be on the same line.1203
Warnings'+' is not preceded with whitespace.1205
Warnings'+' is not followed by whitespace.1205
WarningsLine has trailing spaces.1207
WarningsLine has trailing spaces.1208
WarningsLine has trailing spaces.1212
Warnings'{' is not preceded with whitespace.1214
Warnings'{' is not preceded with whitespace.1220
WarningsLine is longer than 120 characters.1225
WarningsLine is longer than 120 characters.1226
WarningsLine has trailing spaces.1228
WarningsLine is longer than 120 characters.1234
WarningsMissing a Javadoc comment.1234
WarningsParameter list should be final.1234
WarningsParameter ca should be final.1234
WarningsRedundant throws: 'NullPointerException' is unchecked exception.1234
WarningsLine has trailing spaces.1246
WarningsLine has trailing spaces.1247
Warnings'=' is not preceded with whitespace.1248
Warnings'=' is not followed by whitespace.1248
Warnings'}' should be on the same line.1251
Warnings'+' is not preceded with whitespace.1253
Warnings'+' is not followed by whitespace.1253
WarningsLine has trailing spaces.1255
Warnings'if' construct must use '{}'s.1257
WarningsLine is longer than 120 characters.1266
WarningsMissing a Javadoc comment.1266
WarningsParameter list should be final.1266
WarningsParameter ca should be final.1266
WarningsRedundant throws: 'NullPointerException' is unchecked exception.1266
WarningsLine has trailing spaces.1278
Warnings'=' is not preceded with whitespace.1279
Warnings'=' is not followed by whitespace.1279
Warnings'}' should be on the same line.1282
Warnings'+' is not preceded with whitespace.1284
Warnings'+' is not followed by whitespace.1284
WarningsLine has trailing spaces.1286

org/slasoi/businessManager/postSale/reporting/impl/ColorType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing a Javadoc comment.5
WarningsMissing a Javadoc comment.7
Warnings',' is not followed by whitespace.7
Warnings',' is not followed by whitespace.7
WarningsMissing a Javadoc comment.8
Warnings',' is not followed by whitespace.8
Warnings',' is not followed by whitespace.8
WarningsMissing a Javadoc comment.9
WarningsMissing a Javadoc comment.10
WarningsMissing a Javadoc comment.11
WarningsMissing a Javadoc comment.12
Warnings',' is not followed by whitespace.12
Warnings',' is not followed by whitespace.12
WarningsMissing a Javadoc comment.13
WarningsMissing a Javadoc comment.14
WarningsLine has trailing spaces.15
WarningsMissing a Javadoc comment.16
WarningsLine has trailing spaces.17
WarningsMissing a Javadoc comment.18
WarningsParameter red should be final.18
Warnings',' is not followed by whitespace.18
WarningsParameter green should be final.18
Warnings',' is not followed by whitespace.18
WarningsParameter blue should be final.18
Warnings'{' is not preceded with whitespace.18
Warnings',' is not followed by whitespace.19
Warnings',' is not followed by whitespace.19
WarningsLine has trailing spaces.21
WarningsMissing a Javadoc comment.22
Warnings'{' is not preceded with whitespace.22

org/slasoi/businessManager/postSale/reporting/impl/CustomerRelationsImpl.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.94
WarningsLine has trailing spaces.96
WarningsMissing a Javadoc comment.97
WarningsName 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.97
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.101
WarningsName 'MAIL_SERVER' must match pattern '^[a-z][a-zA-Z0-9]*$'.101
WarningsVariable 'MAIL_SERVER' must be private and have accessor methods.101
WarningsMissing a Javadoc comment.102
WarningsName 'MAIL_FROM' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
WarningsVariable 'MAIL_FROM' must be private and have accessor methods.102
WarningsMissing a Javadoc comment.103
WarningsName 'MAIL_SUBJECT' must match pattern '^[a-z][a-zA-Z0-9]*$'.103
WarningsVariable 'MAIL_SUBJECT' must be private and have accessor methods.103
WarningsMissing a Javadoc comment.104
WarningsName 'MAIL_BODY' must match pattern '^[a-z][a-zA-Z0-9]*$'.104
WarningsVariable 'MAIL_BODY' must be private and have accessor methods.104
WarningsLine has trailing spaces.106
WarningsLine has trailing spaces.108
WarningsMissing a Javadoc comment.109
WarningsName 'properties' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.109
WarningsLine has trailing spaces.110
WarningsMissing a Javadoc comment.114
WarningsVariable 'businessContextService' must be private and have accessor methods.115
WarningsMissing a Javadoc comment.117
WarningsVariable 'productOfferManager' must be private and have accessor methods.118
WarningsLine has trailing spaces.119
WarningsMissing a Javadoc comment.120
WarningsVariable 'customerProductManager' must be private and have accessor methods.121
WarningsLine has trailing spaces.122
WarningsMissing a Javadoc comment.123
WarningsVariable 'gtStatisticsService' must be private and have accessor methods.124
Warnings'=' is not preceded with whitespace.124
Warnings'=' is not followed by whitespace.124
WarningsLine has trailing spaces.125
WarningsMissing a Javadoc comment.126
WarningsVariable 'gtStatusService' must be private and have accessor methods.127
Warnings'=' is not preceded with whitespace.127
Warnings'=' is not followed by whitespace.127
WarningsLine has trailing spaces.128
WarningsMissing a Javadoc comment.129
WarningsVariable 'slaStatisticsService' must be private and have accessor methods.130
Warnings'=' is not preceded with whitespace.130
Warnings'=' is not followed by whitespace.130
WarningsMissing a Javadoc comment.132
WarningsVariable 'penaltyService' must be private and have accessor methods.133
WarningsLine has trailing spaces.134
WarningsMissing a Javadoc comment.135
WarningsVariable 'accountEventService' must be private and have accessor methods.136
Warnings'=' is not preceded with whitespace.136
Warnings'=' is not followed by whitespace.136
WarningsLine has trailing spaces.137
WarningsMissing a Javadoc comment.138
WarningsVariable 'partyBankService' must be private and have accessor methods.139
Warnings'=' is not preceded with whitespace.139
Warnings'=' is not followed by whitespace.139
WarningsLine has trailing spaces.140
WarningsMissing a Javadoc comment.141
WarningsMissing a Javadoc comment.143
WarningsLine has trailing spaces.144
WarningsMissing a Javadoc comment.147
WarningsParameter configurationFile should be final.147
WarningsLine has trailing spaces.148
WarningsMissing a Javadoc comment.152
WarningsParameter configurationFile should be final.152
WarningsMissing a Javadoc comment.157
WarningsLine has trailing spaces.164
WarningsLine has trailing spaces.167
WarningsLine has trailing spaces.173
WarningsMissing a Javadoc comment.174
WarningsParameter businessContextService should be final.174
WarningsMissing a Javadoc comment.178
WarningsLine has trailing spaces.182
WarningsLine has trailing spaces.184
Warnings'}' should be on the same line.185
Warnings'}' should be on the same line.188
WarningsMissing a Javadoc comment.196
WarningsParameter businessSLAId should be final.196
WarningsParameter startDate should be final.196
Warnings',' is not followed by whitespace.196
WarningsParameter endDate should be final.196
WarningsLine has trailing spaces.197
WarningsLine has trailing spaces.199
Warnings'+' is not preceded with whitespace.201
Warnings'+' is not preceded with whitespace.201
WarningsLine has trailing spaces.202
Warnings',' is not followed by whitespace.211
Warnings';' is not followed by whitespace.211
Warnings',' is not followed by whitespace.212
WarningsLine has trailing spaces.213
Warnings'=' is not preceded with whitespace.214
Warnings'=' is not followed by whitespace.214
Warnings'!=' is not preceded with whitespace.215
Warnings'!=' is not followed by whitespace.215
Warnings'{' is not preceded with whitespace.215
WarningsLine has trailing spaces.217
WarningsLine has trailing spaces.218
Warnings',' is not followed by whitespace.219
Warnings')' is preceded with whitespace.219
WarningsLine has trailing spaces.221
WarningsLine has trailing spaces.222
WarningsLine has trailing spaces.227
WarningsLine has trailing spaces.229
WarningsLine has trailing spaces.233
WarningsMissing a Javadoc comment.234
WarningsParameter list should be final.234
WarningsParameter businessSLAId should be final.234
WarningsParameter from should be final.234
WarningsParameter until should be final.234
WarningsLine has trailing spaces.235
WarningsLine has trailing spaces.237
Warnings'}' should be on the same line.242
Warnings',' is not followed by whitespace.244
Warnings'!=' is not preceded with whitespace.247
Warnings'!=' is not followed by whitespace.247
Warnings'{' is not preceded with whitespace.247
WarningsLine is longer than 120 characters.248
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
WarningsLine has trailing spaces.252
Warnings'!=' is not preceded with whitespace.253
Warnings'!=' is not followed by whitespace.253
Warnings'{' is not preceded with whitespace.253
WarningsLine is longer than 120 characters.254
Warnings'else' is not preceded with whitespace.255
Warnings'}' is not followed by whitespace.255
Warnings'else' is not followed by whitespace.255
Warnings'{' is not preceded with whitespace.255
Warnings'=' is not preceded with whitespace.259
Warnings'=' is not followed by whitespace.259
WarningsLine has trailing spaces.260
WarningsLine has trailing spaces.261
WarningsLine has trailing spaces.262
WarningsLine has trailing spaces.264
WarningsLine is longer than 120 characters.264
WarningsLine has trailing spaces.266
Warnings'!=' is not preceded with whitespace.267
Warnings'!=' is not followed by whitespace.267
Warnings'{' is not preceded with whitespace.267
WarningsLine has trailing spaces.270
WarningsLine is longer than 120 characters.271
WarningsLine has trailing spaces.273
Warnings'!=' is not preceded with whitespace.274
Warnings'!=' is not followed by whitespace.274
Warnings'{' is not preceded with whitespace.274
Warnings'else' is not preceded with whitespace.276
Warnings'}' is not followed by whitespace.276
Warnings'else' is not followed by whitespace.276
Warnings'{' is not preceded with whitespace.276
WarningsLine has trailing spaces.279
WarningsLine has trailing spaces.282
WarningsLine has trailing spaces.283
WarningsLine is longer than 120 characters.284
WarningsLine has trailing spaces.285
Warnings'!=' is not preceded with whitespace.286
Warnings'!=' is not followed by whitespace.286
Warnings'{' is not preceded with whitespace.286
Warnings'else' is not preceded with whitespace.288
Warnings'}' is not followed by whitespace.288
Warnings'else' is not followed by whitespace.288
Warnings'{' is not preceded with whitespace.288
WarningsLine has trailing spaces.291
Warnings'!=' is not preceded with whitespace.292
Warnings'!=' is not followed by whitespace.292
Warnings'{' is not preceded with whitespace.292
WarningsLine is longer than 120 characters.293
WarningsLine is longer than 120 characters.294
Warnings'else' is not preceded with whitespace.295
Warnings'}' is not followed by whitespace.295
Warnings'else' is not followed by whitespace.295
Warnings'{' is not preceded with whitespace.295
WarningsLine has trailing spaces.299
WarningsLine has trailing spaces.300
Warnings'{' is not preceded with whitespace.301
Warnings'else' is not preceded with whitespace.303
Warnings'}' is not followed by whitespace.303
Warnings'else' is not followed by whitespace.303
Warnings'{' is not preceded with whitespace.303
WarningsLine has trailing spaces.306
WarningsLine has trailing spaces.308
WarningsLine has trailing spaces.310
WarningsParameter slaId should be final.320
Warnings'if' construct must use '{}'s.343
Warnings'}' should be on the same line.345
Warnings'}' should be on the same line.349
Warnings'}' should be on the same line.352
Warnings'}' should be on the same line.357
WarningsLine has trailing spaces.365
WarningsLine has trailing spaces.366
WarningsFirst sentence should end with a period.367
WarningsUnused @param tag for 'partId'.372
WarningsExpected an @return tag.379
WarningsParameter productOfferId should be final.379
WarningsParameter partyId should be final.379
WarningsExpected @param tag for 'partyId'.379
WarningsParameter year should be final.379
WarningsExpected @param tag for 'year'.379
WarningsParameter month should be final.380
WarningsExpected @param tag for 'month'.380
WarningsParameter day should be final.380
WarningsExpected @param tag for 'day'.380
WarningsMissing a Javadoc comment.422
WarningsParameter productOfferId should be final.422
WarningsParameter partyId should be final.422
WarningsParameter year should be final.422
WarningsParameter month should be final.423
WarningsMissing a Javadoc comment.480
WarningsParameter productOfferId should be final.480
WarningsParameter year should be final.480
WarningsParameter month should be final.480
WarningsParameter day should be final.480
WarningsMissing a Javadoc comment.515
WarningsParameter productOfferId should be final.515
WarningsParameter year should be final.515
WarningsParameter month should be final.515
Warnings'if' construct must use '{}'s.543
WarningsMissing a Javadoc comment.553
WarningsParameter businessSLATId should be final.553
WarningsParameter year should be final.553
WarningsParameter month should be final.553
WarningsParameter day should be final.553
WarningsMissing a Javadoc comment.573
WarningsParameter businessSLATId should be final.573
WarningsParameter year should be final.573
WarningsParameter month should be final.573
WarningsMissing a Javadoc comment.593
WarningsParameter productOfferId should be final.593
WarningsParameter year should be final.593
WarningsParameter month should be final.593
WarningsMissing a Javadoc comment.611
WarningsParameter businessSLATId should be final.611
WarningsParameter year should be final.611
WarningsParameter month should be final.611
WarningsMissing a Javadoc comment.631
WarningsParameter businessSLAId should be final.631
WarningsParameter guaranteeTerm should be final.631
Warnings'}' should be on the same line.639
Warnings'}' should be on the same line.642
WarningsMissing a Javadoc comment.655
WarningsParameter businessSLAId should be final.655
WarningsParameter guaranteeTerm should be final.655
WarningsParameter KPI should be final.655
WarningsName 'KPI' must match pattern '^[a-z][a-zA-Z0-9]*$'.655
Warnings'}' should be on the same line.663
Warnings'}' should be on the same line.666
WarningsMissing a Javadoc comment.679
WarningsParameter productOfferId should be final.679
WarningsParameter partyId should be final.679
WarningsParameter year should be final.679
WarningsParameter month should be final.680
WarningsParameter day should be final.680
Warnings'{' is followed by whitespace.711
Warnings'}' should be on the same line.713
Warnings'}' should be on the same line.717
WarningsExpected an @return tag.736
WarningsParameter type should be final.736
WarningsParameter prefix should be final.736
Warnings'if' construct must use '{}'s.752
Warnings'else' construct must use '{}'s.755
Warnings'}' should be on the same line.757
Warnings'if' construct must use '{}'s.763
Warnings'else' construct must use '{}'s.765
WarningsLine has trailing spaces.777
WarningsLine has trailing spaces.779
WarningsMissing a Javadoc comment.780
WarningsParameter list should be final.780
WarningsParameter productOfferId should be final.780
Warnings'if' construct must use '{}'s.809
Warnings'if' construct must use '{}'s.812
Warnings'if' construct must use '{}'s.815
Warnings'if' construct must use '{}'s.818
Warnings'if' construct must use '{}'s.832
Warnings'if' construct must use '{}'s.835
Warnings'if' construct must use '{}'s.838
WarningsMissing a Javadoc comment.845
WarningsParameter list should be final.845
WarningsParameter partyId should be final.845
WarningsLine has trailing spaces.849
WarningsMissing a Javadoc comment.864
WarningsParameter bslaId should be final.864
WarningsParameter list should be final.864
Warnings'{' is followed by whitespace.879
Warnings'}' should be on the same line.889
Warnings'}' should be on the same line.893
Warnings'}' should be on the same line.901
Warnings'}' should be on the same line.905
WarningsLine has trailing spaces.914
WarningsMissing a Javadoc comment.915
WarningsParameter list should be final.915
WarningsLine has trailing spaces.927
WarningsLine is longer than 120 characters.929
Warnings'{' is followed by whitespace.929
WarningsLine is longer than 120 characters.936
WarningsLine has trailing spaces.937
Warnings'}' should be on the same line.938
Warnings'+' is not preceded with whitespace.940
Warnings'+' is not followed by whitespace.940
Warnings'}' should be on the same line.942
Warnings'+' is not preceded with whitespace.944
Warnings'+' is not followed by whitespace.944
Warnings'}' should be on the same line.951
Warnings'}' should be on the same line.955
Warnings'}' should be on the same line.960
WarningsMissing a Javadoc comment.968
WarningsParameter slatid should be final.968
WarningsLine is longer than 120 characters.975
Warnings'}' should be on the same line.976
WarningsLine has trailing spaces.984
WarningsMissing a Javadoc comment.985
WarningsParameter slaId should be final.985
WarningsLine is longer than 120 characters.993
Warnings'{' is followed by whitespace.993
Warnings'}' should be on the same line.998
Warnings'}' should be on the same line.1003
WarningsMissing a Javadoc comment.1012
WarningsParameter list should be final.1012
WarningsParameter slaId should be final.1012
WarningsLine has trailing spaces.1014
Warnings',' is not followed by whitespace.1022
Warnings'if' construct must use '{}'s.1036
WarningsMissing a Javadoc comment.1043
WarningsParameter list should be final.1043
WarningsParameter slaId should be final.1043
WarningsParameter startDate should be final.1043
WarningsParameter endDate should be final.1043
Warnings'=' is not followed by whitespace.1052
Warnings'if' construct must use '{}'s.1065
Warnings'if' construct must use '{}'s.1068
WarningsMissing a Javadoc comment.1075
WarningsParameter list should be final.1075
WarningsParameter slatId should be final.1075
WarningsMissing a Javadoc comment.1096
WarningsParameter list should be final.1096
WarningsParameter slatId should be final.1096
WarningsParameter startDate should be final.1096
WarningsParameter endDate should be final.1096
WarningsMissing a Javadoc comment.1136
WarningsParameter list should be final.1136
WarningsParameter slatId should be final.1136
WarningsLine has trailing spaces.1137
WarningsMissing a Javadoc comment.1158
WarningsParameter list should be final.1158
WarningsParameter slatId should be final.1158
WarningsParameter startDate should be final.1158
WarningsParameter endDate should be final.1158
WarningsLine has trailing spaces.1167
WarningsLine has trailing spaces.1169
Warnings'}' should be on the same line.1172
Warnings'}' should be on the same line.1176
WarningsMissing a Javadoc comment.1184
WarningsParameter list should be final.1184
WarningsParameter slaId should be final.1184
WarningsParameter guaranteeTerm should be final.1184
WarningsMissing a Javadoc comment.1199
WarningsParameter list should be final.1199
WarningsParameter slaId should be final.1199
WarningsParameter guaranteeTerm should be final.1199
WarningsParameter KPI should be final.1199
WarningsName 'KPI' must match pattern '^[a-z][a-zA-Z0-9]*$'.1199
WarningsLine has trailing spaces.1213
WarningsMissing a Javadoc comment.1214
WarningsParameter customerProductManager should be final.1214
WarningsMissing a Javadoc comment.1218
WarningsParameter productOfferManager should be final.1218
WarningsMissing a Javadoc comment.1222
WarningsParameter gtStatisticsService should be final.1222
WarningsMissing a Javadoc comment.1226
WarningsParameter gtStatusService should be final.1226
WarningsMissing a Javadoc comment.1230
WarningsParameter slaStatisticsService should be final.1230
WarningsMissing a Javadoc comment.1234
WarningsParameter accountEventService should be final.1234
Warnings'accountEventService' hides a field.1234
WarningsLine has trailing spaces.1237

org/slasoi/businessManager/postSale/reporting/impl/DocumentFactory.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing a Javadoc comment.12
WarningsLine has trailing spaces.13
WarningsMissing a Javadoc comment.14
WarningsLine has trailing spaces.15
WarningsMissing a Javadoc comment.16
Warnings'{' is not preceded with whitespace.16
WarningsLine has trailing spaces.17
WarningsMissing a Javadoc comment.20
WarningsParameter fileName should be final.20
Warnings'{' is not preceded with whitespace.20
WarningsLine has trailing spaces.21
WarningsLine has trailing spaces.23
WarningsLine has trailing spaces.27
WarningsLine has trailing spaces.28
WarningsLine has trailing spaces.30
WarningsLine is longer than 120 characters.31
WarningsMissing a Javadoc comment.31
WarningsParameter fileName should be final.31
Warnings',' is not followed by whitespace.31
WarningsParameter tittle should be final.31
WarningsParameter author should be final.31
Warnings'{' is not preceded with whitespace.31
WarningsLine has trailing spaces.32
WarningsLine has trailing spaces.35
WarningsLine has trailing spaces.39
WarningsLine has trailing spaces.42
WarningsLine has trailing spaces.43
WarningsLine has trailing spaces.45
WarningsLine has trailing spaces.46

org/slasoi/businessManager/postSale/reporting/impl/FontType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing a Javadoc comment.10
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.13
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.15
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.17
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.19
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.21
Warnings',' is not followed by whitespace.21
WarningsMissing a Javadoc comment.22
Warnings',' is not followed by whitespace.22
WarningsLine has trailing spaces.23
WarningsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.27
WarningsParameter fontFamily should be final.27
WarningsParameter charset should be final.27
WarningsParameter fontSize should be final.27
WarningsParameter fontType should be final.27
WarningsParameter color should be final.27
Warnings'}' should be on the same line.30
Warnings'}' should be on the same line.34
WarningsMissing a Javadoc comment.42
WarningsParameter fontFamily should be final.42
WarningsParameter charset should be final.42
WarningsParameter fontSize should be final.42
WarningsParameter fontType should be final.42
Warnings'}' should be on the same line.45
Warnings'}' should be on the same line.49
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.66
WarningsParameter fontSize should be final.66
WarningsParameter fontType should be final.66
WarningsParameter color should be final.66

org/slasoi/businessManager/postSale/reporting/impl/GraphsMaker.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.76
WarningsVariable 'stat' must be private and have accessor methods.76
WarningsMissing a Javadoc comment.78
WarningsParameter stat should be final.78
WarningsMissing a Javadoc comment.85
WarningsParameter filename should be final.85
WarningsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.85
WarningsMissing a Javadoc comment.102
WarningsParameter stat should be final.102
Warnings'stat' hides a field.102
WarningsMissing a Javadoc comment.114
WarningsParameter stat should be final.114
Warnings'stat' hides a field.114
WarningsMissing a Javadoc comment.126
WarningsParameter stat should be final.126
Warnings'stat' hides a field.126
WarningsMissing a Javadoc comment.138
WarningsParameter stat should be final.138
Warnings'stat' hides a field.138
WarningsMissing a Javadoc comment.149
WarningsParameter xydataset should be final.149
WarningsArray brackets at illegal position.163
WarningsMissing a Javadoc comment.201
WarningsParameter chart should be final.201
WarningsParameter aFileName should be final.201
WarningsParameter width should be final.201
WarningsParameter height should be final.201
WarningsParameter quality should be final.201
WarningsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.202
WarningsLine has trailing spaces.205
WarningsLine has trailing spaces.210
WarningsLine has trailing spaces.213
WarningsLine has trailing spaces.214
WarningsLine has trailing spaces.216
WarningsLine has trailing spaces.220
WarningsLine has trailing spaces.223
WarningsLine has trailing spaces.225
WarningsLine has trailing spaces.228
WarningsLine has trailing spaces.229
WarningsMissing a Javadoc comment.232
WarningsParameter chart should be final.232
WarningsParameter width should be final.232
WarningsParameter height should be final.232

org/slasoi/businessManager/postSale/reporting/impl/ImageFactory.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.14
WarningsLine has trailing spaces.15
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.20
WarningsParameter imageName should be final.20
Warnings'{' is not preceded with whitespace.20
Warnings'}' should be on the same line.26
Warnings'+' is not preceded with whitespace.28
Warnings'+' is not followed by whitespace.28
Warnings',' is not followed by whitespace.28
Warnings'+' is not preceded with whitespace.29
Warnings'+' is not followed by whitespace.29
Warnings',' is not followed by whitespace.29
Warnings'}' should be on the same line.30
Warnings'+' is not preceded with whitespace.32
Warnings'+' is not followed by whitespace.32
Warnings',' is not followed by whitespace.32
Warnings'+' is not preceded with whitespace.33
Warnings'+' is not followed by whitespace.33
Warnings',' is not followed by whitespace.33
Warnings'}' should be on the same line.34
Warnings'+' is not preceded with whitespace.36
Warnings'+' is not followed by whitespace.36
Warnings',' is not followed by whitespace.36
Warnings'+' is not preceded with whitespace.37
Warnings'+' is not followed by whitespace.37
Warnings',' is not followed by whitespace.37
WarningsLine has trailing spaces.39
WarningsLine has trailing spaces.42

org/slasoi/businessManager/postSale/reporting/impl/Mail.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.60
WarningsVariable 'message' must be private and have accessor methods.60
WarningsMissing a Javadoc comment.62
WarningsParameter mailServer should be final.62
WarningsParameter from should be final.62
WarningsParameter to should be final.62
WarningsParameter subject should be final.62
WarningsParameter messageBody should be final.62
WarningsParameter attachments should be final.62
WarningsRedundant throws: 'AddressException' is subclass of 'MessagingException'.63
WarningsMissing a Javadoc comment.95
WarningsLine is longer than 120 characters.100
WarningsMissing a Javadoc comment.100
WarningsParameter attachments should be final.100
WarningsParameter multipart should be final.100
WarningsRedundant throws: 'AddressException' is subclass of 'MessagingException'.100

org/slasoi/businessManager/postSale/reporting/impl/PDFConversor.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsUnused import - java.util.regex.Pattern.48
WarningsUnused import - org.slaatsoi.business.schema.DurationType.52
WarningsUnused import - org.slasoi.businessManager.billingEngine.util.BillingConstants.53
WarningsFirst sentence should end with a period.74
WarningsUtility classes should not have a public or default constructor.81
WarningsLine has trailing spaces.82
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.85
Warnings'static' modifier out of order with the JLS suggestions.85
WarningsMissing a Javadoc comment.86
Warnings'static' modifier out of order with the JLS suggestions.86
WarningsMissing a Javadoc comment.87
Warnings'static' modifier out of order with the JLS suggestions.87
WarningsMissing a Javadoc comment.88
Warnings'static' modifier out of order with the JLS suggestions.88
WarningsMissing a Javadoc comment.89
Warnings'static' modifier out of order with the JLS suggestions.89
WarningsMissing a Javadoc comment.90
Warnings'static' modifier out of order with the JLS suggestions.90
WarningsMissing a Javadoc comment.92
Warnings'static' modifier out of order with the JLS suggestions.92
WarningsMissing a Javadoc comment.93
Warnings'static' modifier out of order with the JLS suggestions.93
WarningsMissing a Javadoc comment.94
Warnings'static' modifier out of order with the JLS suggestions.94
WarningsMissing a Javadoc comment.95
Warnings'static' modifier out of order with the JLS suggestions.95
WarningsMissing a Javadoc comment.96
Warnings'static' modifier out of order with the JLS suggestions.96
WarningsLine has trailing spaces.97
WarningsMissing a Javadoc comment.98
Warnings'static' modifier out of order with the JLS suggestions.98
WarningsLine has trailing spaces.99
WarningsMissing a Javadoc comment.100
WarningsLine has trailing spaces.101
WarningsLine is longer than 120 characters.102
WarningsMissing a Javadoc comment.102
WarningsParameter report should be final.102
WarningsParameter params should be final.102
WarningsParameter filename should be final.102
WarningsLine has trailing spaces.106
WarningsLine has trailing spaces.111
WarningsAvoid nested blocks.113
WarningsLine has trailing spaces.117
Warnings':' is not preceded with whitespace.118
Warnings'{' is not preceded with whitespace.118
Warnings',' is not followed by whitespace.119
Warnings'{' is not preceded with whitespace.120
WarningsAvoid nested blocks.126
WarningsLine has trailing spaces.127
Warnings':' is not preceded with whitespace.128
Warnings'{' is not preceded with whitespace.128
Warnings',' is not followed by whitespace.129
Warnings'{' is not preceded with whitespace.130
WarningsMissing a Javadoc comment.145
WarningsParameter params should be final.145
Warnings'{' is not preceded with whitespace.145
WarningsLine has trailing spaces.146
WarningsLine has trailing spaces.150
Warnings',' is not followed by whitespace.151
WarningsLine has trailing spaces.152
WarningsLine has trailing spaces.153
WarningsLine is longer than 120 characters.155
Warnings'+' is not preceded with whitespace.155
Warnings'+' is not followed by whitespace.155
Warnings'+' is not preceded with whitespace.155
Warnings'+' is not followed by whitespace.155
Warnings',' is not followed by whitespace.155
Warnings',' is not followed by whitespace.155
Warnings',' is not followed by whitespace.155
WarningsLine has trailing spaces.156
WarningsLine is longer than 120 characters.156
Warnings',' is not followed by whitespace.156
WarningsLine has trailing spaces.159
WarningsLine has trailing spaces.163
WarningsLine has trailing spaces.164
WarningsLine is longer than 120 characters.164
Warnings'+' is not preceded with whitespace.164
Warnings'+' is not followed by whitespace.164
Warnings',' is not followed by whitespace.164
Warnings',' is not followed by whitespace.164
Warnings',' is not followed by whitespace.164
WarningsLine has trailing spaces.166
Warnings'!=' is not preceded with whitespace.167
Warnings'!=' is not followed by whitespace.167
Warnings'{' is not preceded with whitespace.167
WarningsLine has trailing spaces.168
WarningsLine is longer than 120 characters.168
Warnings'+' is not preceded with whitespace.168
Warnings'+' is not followed by whitespace.168
Warnings'+' is not preceded with whitespace.168
Warnings'+' is not followed by whitespace.168
Warnings'+' is not preceded with whitespace.168
Warnings'+' is not followed by whitespace.168
Warnings'+' is not preceded with whitespace.168
Warnings',' is not followed by whitespace.168
WarningsLine has trailing spaces.169
WarningsLine has trailing spaces.171
Warnings'!=' is not preceded with whitespace.172
Warnings'!=' is not followed by whitespace.172
Warnings'{' is not preceded with whitespace.172
WarningsLine is longer than 120 characters.173
Warnings'+' is not preceded with whitespace.173
Warnings'+' is not followed by whitespace.173
Warnings'+' is not preceded with whitespace.173
Warnings'+' is not followed by whitespace.173
Warnings'+' is not preceded with whitespace.173
Warnings'+' is not followed by whitespace.173
Warnings'+' is not preceded with whitespace.173
Warnings',' is not followed by whitespace.173
Warnings',' is not followed by whitespace.175
Warnings',' is not followed by whitespace.175
Warnings',' is not followed by whitespace.175
WarningsLine is longer than 120 characters.176
Warnings',' is not followed by whitespace.176
Warnings',' is not followed by whitespace.178
Warnings',' is not followed by whitespace.178
Warnings',' is not followed by whitespace.178
WarningsLine is longer than 120 characters.179
Warnings',' is not followed by whitespace.179
WarningsLine has trailing spaces.180
WarningsLine has trailing spaces.182
WarningsLine has trailing spaces.183
WarningsLine is longer than 120 characters.183
Warnings'+' is not preceded with whitespace.183
Warnings'+' is not followed by whitespace.183
Warnings',' is not followed by whitespace.183
Warnings',' is not followed by whitespace.183
Warnings',' is not followed by whitespace.183
WarningsLine has trailing spaces.185
Warnings'=' is not preceded with whitespace.187
Warnings'=' is not followed by whitespace.187
Warnings'=' is not preceded with whitespace.188
Warnings'=' is not followed by whitespace.188
Warnings':' is not preceded with whitespace.189
Warnings'{' is not preceded with whitespace.189
Warnings'+' is not preceded with whitespace.190
Warnings'+' is not followed by whitespace.190
Warnings'+' is not preceded with whitespace.190
Warnings'+' is not followed by whitespace.190
Warnings'+' is not preceded with whitespace.190
Warnings'+' is not followed by whitespace.190
Warnings',' is not followed by whitespace.190
Warnings'+' is not preceded with whitespace.190
Warnings'+' is not followed by whitespace.190
Warnings'+' is not preceded with whitespace.190
Warnings'+' should be on a new line.190
WarningsLine has trailing spaces.191
WarningsLine is longer than 120 characters.191
Warnings'+' is not preceded with whitespace.191
Warnings'+' is not followed by whitespace.191
Warnings'+' is not preceded with whitespace.191
Warnings'+' is not followed by whitespace.191
Warnings'+' is not preceded with whitespace.191
Warnings',' is not followed by whitespace.191
WarningsLine has trailing spaces.195
Warnings'+' is not preceded with whitespace.196
Warnings'+' is not followed by whitespace.196
Warnings'+' is not preceded with whitespace.196
Warnings'+' is not followed by whitespace.196
Warnings'+' is not preceded with whitespace.196
Warnings'+' is not followed by whitespace.196
Warnings'+' is not preceded with whitespace.196
Warnings'+' is not followed by whitespace.196
Warnings'+' is not preceded with whitespace.196
Warnings'+' is not followed by whitespace.196
Warnings',' is not followed by whitespace.196
WarningsLine has trailing spaces.197
WarningsLine has trailing spaces.200
Warnings'+' is not preceded with whitespace.201
Warnings'+' is not followed by whitespace.201
Warnings'+' is not preceded with whitespace.201
Warnings'+' is not followed by whitespace.201
Warnings'+' is not preceded with whitespace.201
Warnings'+' is not followed by whitespace.201
Warnings'+' is not preceded with whitespace.201
Warnings'+' is not followed by whitespace.201
Warnings'+' is not preceded with whitespace.201
Warnings'+' is not followed by whitespace.201
Warnings',' is not followed by whitespace.201
WarningsLine has trailing spaces.202
WarningsLine has trailing spaces.203
WarningsLine has trailing spaces.204
WarningsLine has trailing spaces.207
WarningsLine has trailing spaces.209
WarningsLine is longer than 120 characters.209
Warnings'+' is not preceded with whitespace.209
Warnings'+' is not followed by whitespace.209
Warnings',' is not followed by whitespace.209
Warnings',' is not followed by whitespace.209
Warnings',' is not followed by whitespace.209
WarningsLine has trailing spaces.211
WarningsLine is longer than 120 characters.213
Warnings'+' is not preceded with whitespace.213
Warnings'+' 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
Warnings'+' is not followed by whitespace.213
Warnings'+' is not preceded with whitespace.213
Warnings',' is not followed by whitespace.213
WarningsLine has trailing spaces.214
Warnings'+' is not preceded with whitespace.215
Warnings'+' is not followed by whitespace.215
Warnings'+' is not preceded with whitespace.215
Warnings'+' is not followed by whitespace.215
Warnings',' is not followed by whitespace.215
WarningsLine has trailing spaces.216
WarningsLine has trailing spaces.217
Warnings'=' is not preceded with whitespace.218
Warnings'=' is not followed by whitespace.218
Warnings'=' is not preceded with whitespace.219
Warnings'=' is not followed by whitespace.219
Warnings':' is not preceded with whitespace.220
Warnings'{' is not preceded with whitespace.220
WarningsLine is longer than 120 characters.221
Warnings'+' is not preceded with whitespace.221
Warnings'+' is not followed by whitespace.221
Warnings'+' is not preceded with whitespace.221
Warnings'+' is not followed by whitespace.221
Warnings'+' is not preceded with whitespace.221
Warnings'+' is not followed by whitespace.221
Warnings'+' is not preceded with whitespace.221
Warnings'+' is not followed by whitespace.221
Warnings'+' is not preceded with whitespace.221
Warnings'+' is not followed by whitespace.221
Warnings',' is not followed by whitespace.221
Warnings'+' is not preceded with whitespace.221
Warnings'+' is not followed by whitespace.221
Warnings'+' is not preceded with whitespace.221
Warnings',' is not followed by whitespace.221
WarningsLine is longer than 120 characters.222
Warnings'+' is not preceded with whitespace.222
Warnings'+' is not followed by whitespace.222
Warnings'+' is not preceded with whitespace.222
Warnings'+' is not followed by whitespace.222
Warnings'+' is not preceded with whitespace.222
Warnings',' is not followed by whitespace.222
WarningsLine has trailing spaces.223
WarningsLine has trailing spaces.224
WarningsLine has trailing spaces.227
WarningsLine is longer than 120 characters.228
Warnings'+' is not preceded with whitespace.228
Warnings'+' is not followed by whitespace.228
Warnings'+' is not preceded with whitespace.228
Warnings'+' is not followed by whitespace.228
Warnings'+' is not preceded with whitespace.228
Warnings'+' is not followed by whitespace.228
Warnings'+' is not preceded with whitespace.228
Warnings'+' is not followed by whitespace.228
Warnings'+' is not preceded with whitespace.228
Warnings'+' is not followed by whitespace.228
Warnings'+' is not preceded with whitespace.228
Warnings'+' is not followed by whitespace.228
Warnings'+' is not preceded with whitespace.228
Warnings'+' is not followed by whitespace.228
Warnings'+' is not preceded with whitespace.228
Warnings'+' is not followed by whitespace.228
Warnings'+' is not preceded with whitespace.228
Warnings'+' is not followed by whitespace.228
Warnings'+' is not preceded with whitespace.228
Warnings'+' is not followed by whitespace.228
Warnings',' is not followed by whitespace.228
WarningsLine has trailing spaces.229
WarningsLine has trailing spaces.232
Warnings'+' is not preceded with whitespace.233
Warnings'+' is not followed by whitespace.233
Warnings'+' is not preceded with whitespace.233
Warnings'+' is not followed by whitespace.233
Warnings'+' is not preceded with whitespace.233
Warnings'+' is not followed by whitespace.233
Warnings'+' is not preceded with whitespace.233
Warnings'+' is not followed by whitespace.233
Warnings'+' is not preceded with whitespace.233
Warnings'+' is not followed by whitespace.233
Warnings',' is not followed by whitespace.233
WarningsLine has trailing spaces.234
WarningsLine has trailing spaces.235
WarningsLine has trailing spaces.236
WarningsLine has trailing spaces.238
WarningsLine has trailing spaces.239
WarningsLine has trailing spaces.240
WarningsLine has trailing spaces.241
WarningsLine is longer than 120 characters.241
Warnings'+' is not preceded with whitespace.241
Warnings'+' is not followed by whitespace.241
Warnings',' is not followed by whitespace.241
Warnings',' is not followed by whitespace.241
Warnings',' is not followed by whitespace.241
WarningsLine has trailing spaces.243
Warnings'=' is not preceded with whitespace.244
Warnings'=' is not followed by whitespace.244
Warnings'=' is not preceded with whitespace.245
Warnings'=' is not followed by whitespace.245
WarningsLine has trailing spaces.246
WarningsLine has trailing spaces.247
Warnings'=' is not preceded with whitespace.247
Warnings'=' is not followed by whitespace.247
Warnings':' is not preceded with whitespace.248
Warnings'{' is not preceded with whitespace.248
WarningsLine is longer than 120 characters.249
Warnings'+' is not preceded with whitespace.249
Warnings'+' is not followed by whitespace.249
Warnings'+' is not preceded with whitespace.249
Warnings'+' is not followed by whitespace.249
Warnings'+' is not preceded with whitespace.249
Warnings'+' is not followed by whitespace.249
Warnings',' is not followed by whitespace.249
Warnings'+' is not preceded with whitespace.249
Warnings'+' is not followed by whitespace.249
Warnings'+' is not preceded with whitespace.249
Warnings',' is not followed by whitespace.249
WarningsLine is longer than 120 characters.250
Warnings'+' is not preceded with whitespace.250
Warnings'+' is not followed by whitespace.250
Warnings'+' is not preceded with whitespace.250
Warnings'+' is not followed by whitespace.250
Warnings'+' is not preceded with whitespace.250
Warnings'+' is not followed by whitespace.250
Warnings',' is not followed by whitespace.250
WarningsLine is longer than 120 characters.251
Warnings'+' is not preceded with whitespace.251
Warnings'+' is not followed by whitespace.251
Warnings'+' is not preceded with whitespace.251
Warnings'+' is not followed by whitespace.251
Warnings'+' is not preceded with whitespace.251
Warnings'+' is not followed by whitespace.251
Warnings',' is not followed by whitespace.251
WarningsLine is longer than 120 characters.254
WarningsLine is longer than 120 characters.255
WarningsLine is longer than 120 characters.256
WarningsLine has trailing spaces.257
Warnings'+' is not preceded with whitespace.258
Warnings'+' is not followed by whitespace.258
Warnings'+' is not preceded with whitespace.258
Warnings'+' is not followed by whitespace.258
Warnings'+' is not preceded with whitespace.258
Warnings'+' is not followed by whitespace.258
Warnings'+' is not followed by whitespace.258
Warnings'+' is not preceded with whitespace.258
Warnings',' is not followed by whitespace.258
WarningsLine is longer than 120 characters.259
Warnings'+' is not preceded with whitespace.259
Warnings'+' is not followed by whitespace.259
Warnings',' is not followed by whitespace.259
Warnings',' is not followed by whitespace.259
Warnings',' is not followed by whitespace.259
Warnings',' is not followed by whitespace.260
Warnings',' is not followed by whitespace.262
Warnings',' is not followed by whitespace.262
Warnings',' is not followed by whitespace.262
Warnings',' is not followed by whitespace.263
WarningsLine has trailing spaces.265
WarningsLine has trailing spaces.266
WarningsLine is longer than 120 characters.267
WarningsLine is longer than 120 characters.268
WarningsLine is longer than 120 characters.269
WarningsLine has trailing spaces.270
Warnings'+' is not preceded with whitespace.271
Warnings'+' is not followed by whitespace.271
Warnings'+' is not preceded with whitespace.271
Warnings'+' is not followed by whitespace.271
Warnings'+' is not preceded with whitespace.271
Warnings'+' is not followed by whitespace.271
Warnings'+' is not followed by whitespace.271
Warnings'+' is not preceded with whitespace.271
Warnings',' is not followed by whitespace.271
WarningsLine is longer than 120 characters.272
Warnings'+' is not preceded with whitespace.272
Warnings'+' is not followed by whitespace.272
Warnings',' is not followed by whitespace.272
Warnings',' is not followed by whitespace.272
Warnings',' is not followed by whitespace.272
Warnings',' is not followed by whitespace.273
Warnings',' is not followed by whitespace.275
Warnings',' is not followed by whitespace.275
Warnings',' is not followed by whitespace.275
Warnings',' is not followed by whitespace.276
WarningsLine has trailing spaces.277
WarningsLine has trailing spaces.279
WarningsLine has trailing spaces.285
WarningsLine has trailing spaces.286
WarningsMissing a Javadoc comment.287
WarningsParameter params should be final.287
Warnings'{' is not preceded with whitespace.287
WarningsLine has trailing spaces.288
WarningsLine has trailing spaces.291
WarningsLine has trailing spaces.295
WarningsLine has trailing spaces.298
WarningsLine is longer than 120 characters.299
Warnings'+' is not preceded with whitespace.299
Warnings'+' is not followed by whitespace.299
Warnings'+' is not preceded with whitespace.299
Warnings'+' is not followed by whitespace.299
Warnings',' is not followed by whitespace.299
Warnings',' is not followed by whitespace.304
Warnings',' is not followed by whitespace.304
Warnings',' is not followed by whitespace.304
Warnings',' is not followed by whitespace.305
Warnings',' is not followed by whitespace.307
Warnings',' is not followed by whitespace.307
Warnings',' is not followed by whitespace.307
Warnings',' is not followed by whitespace.308
WarningsLine has trailing spaces.311
Warnings'+' is not preceded with whitespace.313
Warnings'+' is not followed by whitespace.313
Warnings',' is not followed by whitespace.313
WarningsLine has trailing spaces.314
Warnings'{' is not preceded with whitespace.315
WarningsLine is longer than 120 characters.317
Warnings'+' is not preceded with whitespace.317
Warnings'+' is not followed by whitespace.317
Warnings',' is not followed by whitespace.317
WarningsLine has trailing spaces.319
WarningsLine has trailing spaces.322
WarningsMissing a Javadoc comment.323
WarningsParameter params should be final.323
Warnings'{' is not preceded with whitespace.323
WarningsLine has trailing spaces.324
WarningsLine is longer than 120 characters.327
Warnings',' is not followed by whitespace.327
WarningsLine is longer than 120 characters.329
Warnings',' is not followed by whitespace.329
Warnings'+' is not preceded with whitespace.331
Warnings'+' is not followed by whitespace.331
Warnings'+' is not preceded with whitespace.331
Warnings'+' should be on a new line.331
Warnings'+' is not preceded with whitespace.332
Warnings'+' is not followed by whitespace.332
Warnings',' is not followed by whitespace.332
WarningsLine is longer than 120 characters.334
Warnings',' is not followed by whitespace.334
WarningsLine has trailing spaces.335
WarningsLine has trailing spaces.337
WarningsLine has trailing spaces.340
WarningsMissing a Javadoc comment.341
WarningsParameter logoFile should be final.341
WarningsLine has trailing spaces.342
WarningsLine has trailing spaces.345
WarningsLine has trailing spaces.348
WarningsLine has trailing spaces.351
WarningsMissing a Javadoc comment.352
WarningsParameter tittle should be final.352
Warnings'{' is not preceded with whitespace.352
WarningsLine has trailing spaces.353
Warnings',' is not followed by whitespace.354
Warnings',' is not followed by whitespace.356
WarningsLine has trailing spaces.360
WarningsLine is longer than 120 characters.361
WarningsMissing a Javadoc comment.361
WarningsParameter params should be final.361
Warnings'{' is not preceded with whitespace.361
WarningsLine has trailing spaces.362
WarningsLine has trailing spaces.364
WarningsLine is longer than 120 characters.365
Warnings'+' is not preceded with whitespace.365
Warnings'+' is not followed by whitespace.365
Warnings'(' is followed by whitespace.365
Warnings',' is not followed by whitespace.365
WarningsLine has trailing spaces.366
WarningsLine has trailing spaces.367
WarningsLine has trailing spaces.370
WarningsMissing a Javadoc comment.371
WarningsParameter paragraph should be final.371
WarningsParameter number should be final.371
Warnings'(' is followed by whitespace.373
WarningsLine has trailing spaces.376
WarningsLine has trailing spaces.377
WarningsLine has trailing spaces.378
WarningsLine has trailing spaces.379
WarningsMissing a Javadoc comment.380
WarningsParameter group should be final.380
WarningsLine has trailing spaces.381
WarningsLine has trailing spaces.383
WarningsLine has trailing spaces.389
Warnings':' is not preceded with whitespace.391
Warnings':' is not followed by whitespace.391
Warnings'{' is not preceded with whitespace.391
WarningsLine has trailing spaces.394
Warnings'}' should be on the same line.397
WarningsLine has trailing spaces.402
WarningsMissing a Javadoc comment.403
WarningsParameter group should be final.403
WarningsParameter params should be final.403
Warnings',' is not followed by whitespace.403
WarningsParameter type should be final.403
WarningsLine has trailing spaces.404
WarningsLine has trailing spaces.409
Warnings',' is not followed by whitespace.412
Warnings',' is not followed by whitespace.416
Warnings'}' should be on the same line.418
Warnings',' is not followed by whitespace.422
Warnings',' is not followed by whitespace.424
Warnings'}' should be on the same line.427
Warnings'{' is not preceded with whitespace.432
Warnings',' is not followed by whitespace.433
WarningsLine has trailing spaces.435
Warnings'}' should be on the same line.437
WarningsLine has trailing spaces.442
WarningsMissing a Javadoc comment.443
WarningsParameter group should be final.443
WarningsParameter params should be final.443
Warnings',' is not followed by whitespace.443
WarningsParameter type should be final.443
WarningsLine has trailing spaces.444
WarningsLine has trailing spaces.446
WarningsLine has trailing spaces.449
WarningsLine has trailing spaces.454
Warnings'=' is not preceded with whitespace.458
Warnings'=' is not followed by whitespace.458
Warnings':' is not preceded with whitespace.459
Warnings':' is not followed by whitespace.459
Warnings'{' is not preceded with whitespace.459
Warnings'{' is not followed by whitespace.459
WarningsLine is longer than 120 characters.460
Warnings',' is not followed by whitespace.460
Warnings',' is not followed by whitespace.460
Warningsswitch without "default" clause.461
Warnings'{' is not preceded with whitespace.461
Warnings'{' is not preceded with whitespace.462
WarningsAvoid nested blocks.462
WarningsLine is longer than 120 characters.502
Warnings'{' is not preceded with whitespace.503
WarningsLine has trailing spaces.504
Warnings'{' is not preceded with whitespace.505
Warnings'{' is not preceded with whitespace.506
WarningsAvoid nested blocks.506
WarningsLine has trailing spaces.507
WarningsLine is longer than 120 characters.507
WarningsLine is longer than 120 characters.508
Warnings'+' is not preceded with whitespace.508
Warnings'+' is not followed by whitespace.508
Warnings'+' is not preceded with whitespace.508
Warnings'+' is not followed by whitespace.508
Warnings'else' is not preceded with whitespace.509
Warnings'}' is not followed by whitespace.509
Warnings'else' is not followed by whitespace.509
Warnings'{' is not preceded with whitespace.509
WarningsLine has trailing spaces.513
Warnings'{' is not preceded with whitespace.516
WarningsAvoid nested blocks.516
WarningsLine has trailing spaces.521
Warnings'}' should be on the same line.523
Warnings'else' is not followed by whitespace.524
Warnings'{' is not preceded with whitespace.524
WarningsLine has trailing spaces.527
Warnings'}' should be on the same line.528
Warnings'}' should be on the same line.535
WarningsLine has trailing spaces.539
Warnings'}' should be on the same line.541
WarningsLine has trailing spaces.547
WarningsLine is longer than 120 characters.548
WarningsMissing a Javadoc comment.548
Warnings'public' modifier out of order with the JLS suggestions.548
WarningsParameter filename should be final.548
WarningsParameter productOffer should be final.548
WarningsRedundant throws: 'NullArgumentException' is unchecked exception.548
WarningsLine has trailing spaces.549
WarningsLine has trailing spaces.551
WarningsLine has trailing spaces.554
WarningsLine has trailing spaces.555
WarningsLine is longer than 120 characters.556
Warnings'+' is not preceded with whitespace.556
Warnings'+' is not followed by whitespace.556
Warnings'(' is followed by whitespace.556
Warnings',' is not followed by whitespace.556
WarningsLine has trailing spaces.557
WarningsLine has trailing spaces.558
Warnings'{' is not preceded with whitespace.561
WarningsLine has trailing spaces.564
WarningsMissing a Javadoc comment.569
Warnings'private' modifier out of order with the JLS suggestions.569
WarningsParameter productOffer should be final.569
WarningsRedundant throws: 'NullArgumentException' is unchecked exception.569
Warnings'{' is not preceded with whitespace.569
Warnings'{' is not preceded with whitespace.571
WarningsLine has trailing spaces.574
Warnings'=' is not followed by whitespace.575
WarningsLine has trailing spaces.576
WarningsLine has trailing spaces.578
Warnings'}' should be on the same line.603
WarningsLine has trailing spaces.607
WarningsLine has trailing spaces.610
WarningsMissing a Javadoc comment.612
Warnings'public' modifier out of order with the JLS suggestions.612
WarningsParameter filename should be final.612
WarningsLine has trailing spaces.615

org/slasoi/businessManager/postSale/reporting/impl/ReportGenerator.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsUtility classes should not have a public or default constructor.58
WarningsLine has trailing spaces.59
WarningsMissing a Javadoc comment.60
WarningsName 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.60
WarningsMissing a Javadoc comment.62
WarningsLine has trailing spaces.63
WarningsMissing a Javadoc comment.64
Warnings'static' modifier out of order with the JLS suggestions.64
WarningsMissing a Javadoc comment.65
Warnings'static' modifier out of order with the JLS suggestions.65
WarningsMissing a Javadoc comment.66
Warnings'static' modifier out of order with the JLS suggestions.66
WarningsMissing a Javadoc comment.67
Warnings'static' modifier out of order with the JLS suggestions.67
WarningsMissing a Javadoc comment.68
Warnings'static' modifier out of order with the JLS suggestions.68
WarningsLine has trailing spaces.69
WarningsMissing a Javadoc comment.74
Warnings'static' modifier out of order with the JLS suggestions.74
Warnings'+' is not preceded with whitespace.74
Warnings'+' is not preceded with whitespace.74
Warnings'+' is not followed by whitespace.74
Warnings'+' is not preceded with whitespace.74
Warnings'+' is not followed by whitespace.74
Warnings'+' is not preceded with whitespace.74
Warnings'+' is not followed by whitespace.74
WarningsLine has trailing spaces.75
WarningsMissing a Javadoc comment.76
WarningsParameter type should be final.76
WarningsParameter parameters should be final.76
WarningsParameter filename should be final.76
WarningsLine has trailing spaces.81
Warnings'}' should be on the same line.84
Warnings'}' should be on the same line.88
Warnings'}' should be on the same line.92
WarningsMissing a Javadoc comment.99
WarningsParameter type should be final.99
Warnings'{' is not preceded with whitespace.102
Warnings'}' should be on the same line.104
Warnings'{' is not preceded with whitespace.105
Warnings'}' should be on the same line.107
Warnings'{' is not preceded with whitespace.108
Warnings'}' should be on the same line.110
Warnings'{' is not preceded with whitespace.111
Warnings'}' should be on the same line.113
Warnings'else' is not followed by whitespace.114
Warnings'{' is not preceded with whitespace.114
WarningsMissing a Javadoc comment.121
WarningsParameter report should be final.121
WarningsParameter parameters should be final.121

org/slasoi/businessManager/postSale/reporting/impl/mapping/Group.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.55
WarningsVariable 'parameters' must be private and have accessor methods.55
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.61
WarningsParameter name should be final.61
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.69
WarningsParameter format should be final.69
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.77
WarningsParameter parameters should be final.77
WarningsMissing a Javadoc comment.81
WarningsParameter name should be final.81
Warnings'name' hides a field.81
WarningsParameter value should be final.81
Warnings'if' construct must use '{}'s.82
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.93
WarningsParameter messageNoInfo should be final.93
WarningsMissing a Javadoc comment.97
Warnings'for' construct must use '{}'s.101
Warnings'name' hides a field.101

org/slasoi/businessManager/postSale/reporting/impl/mapping/Query.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsFirst sentence should end with a period.37
WarningsMissing a Javadoc comment.41
WarningsVariable 'method' must be private and have accessor methods.41
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.47
WarningsParameter method should be final.47
WarningsMissing a Javadoc comment.51

org/slasoi/businessManager/postSale/reporting/impl/mapping/Report.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.55
WarningsVariable 'title' must be private and have accessor methods.55
WarningsMissing a Javadoc comment.56
WarningsVariable 'author' must be private and have accessor methods.56
WarningsMissing a Javadoc comment.57
WarningsVariable 'type' must be private and have accessor methods.57
Warnings'=' is not followed by whitespace.57
WarningsLine has trailing spaces.58
WarningsMissing a Javadoc comment.59
WarningsVariable 'groups' must be private and have accessor methods.59
WarningsMissing a Javadoc comment.61
Warnings'{' is not preceded with whitespace.61
WarningsLine has trailing spaces.63
WarningsMissing a Javadoc comment.64
WarningsParameter type should be final.64
Warnings'{' is not preceded with whitespace.64
WarningsLine has trailing spaces.67
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.72
WarningsParameter title should be final.72
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.80
WarningsParameter author should be final.80
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.88
WarningsParameter groups should be final.88
WarningsMissing a Javadoc comment.92
WarningsParameter reportXml should be final.92
Warnings'}' should be on the same line.109
WarningsMissing a Javadoc comment.119
WarningsParameter filename should be final.119
WarningsMissing a Javadoc comment.123
WarningsMissing a Javadoc comment.139
WarningsParameter fileName should be final.139
Warnings'}' should be on the same line.147
WarningsMissing a Javadoc comment.155
Warnings'for' construct must use '{}'s.158
WarningsMissing a Javadoc comment.164
WarningsMissing a Javadoc comment.168
WarningsParameter type should be final.168

org/slasoi/businessManager/postSale/reporting/impl/mapping/Specification.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.55
WarningsVariable 'queries' must be private and have accessor methods.55
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.61
WarningsParameter queries should be final.61
WarningsMissing a Javadoc comment.65
WarningsParameter query should be final.65
WarningsMissing a Javadoc comment.69
WarningsParameter specXml should be final.69
Warnings'}' should be on the same line.86
WarningsMissing a Javadoc comment.94
WarningsParameter filename should be final.94
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.114
WarningsParameter fileName should be final.114
Warnings'}' should be on the same line.122
WarningsMissing a Javadoc comment.130
Warnings'for' construct must use '{}'s.133

org/slasoi/businessManager/postSale/reporting/impl/types/ParamNames.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.101
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.111
WarningsMissing a Javadoc comment.112
WarningsMissing a Javadoc comment.113
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.117
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.122
WarningsMissing a Javadoc comment.123
WarningsMissing a Javadoc comment.124
WarningsMissing a Javadoc comment.125
WarningsLine has trailing spaces.126
WarningsLine has trailing spaces.127
WarningsMissing a Javadoc comment.127
WarningsMissing a Javadoc comment.128
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.130
WarningsMissing a Javadoc comment.131
WarningsMissing a Javadoc comment.132
WarningsLine has trailing spaces.133
WarningsMissing a Javadoc comment.133
WarningsLine has trailing spaces.134
WarningsMissing a Javadoc comment.135
WarningsMissing a Javadoc comment.136
WarningsMissing a Javadoc comment.137
WarningsMissing a Javadoc comment.138
WarningsMissing a Javadoc comment.139
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.141
WarningsLine has trailing spaces.143
WarningsMissing a Javadoc comment.144
WarningsMissing a Javadoc comment.145
WarningsMissing a Javadoc comment.146
WarningsMissing a Javadoc comment.147
WarningsMissing a Javadoc comment.148
WarningsMissing a Javadoc comment.149
WarningsMissing a Javadoc comment.150
WarningsMissing a Javadoc comment.152
WarningsMissing a Javadoc comment.153
WarningsMissing a Javadoc comment.154
WarningsMissing a Javadoc comment.155
WarningsMissing a Javadoc comment.156
WarningsMissing a Javadoc comment.157
WarningsLine has trailing spaces.158
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.160
WarningsMissing a Javadoc comment.161
WarningsMissing a Javadoc comment.162
WarningsMissing a Javadoc comment.164
WarningsMissing a Javadoc comment.165
WarningsMissing a Javadoc comment.166
WarningsMissing a Javadoc comment.168
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.170
WarningsMissing a Javadoc comment.171
WarningsMissing a Javadoc comment.172
WarningsMissing a Javadoc comment.173
WarningsMissing a Javadoc comment.175
WarningsMissing a Javadoc comment.176
WarningsMissing a Javadoc comment.177
WarningsMissing a Javadoc comment.178
WarningsMissing a Javadoc comment.180
WarningsMissing a Javadoc comment.181
WarningsMissing a Javadoc comment.182
WarningsMissing a Javadoc comment.183
WarningsMissing a Javadoc comment.184
WarningsMissing a Javadoc comment.186
WarningsMissing a Javadoc comment.187
WarningsMissing a Javadoc comment.188
WarningsMissing a Javadoc comment.189
WarningsLine is longer than 120 characters.197
WarningsLine has trailing spaces.200
WarningsLine is longer than 120 characters.205
WarningsLine is longer than 120 characters.206
WarningsLine is longer than 120 characters.207
WarningsLine is longer than 120 characters.208
WarningsLine is longer than 120 characters.209
WarningsLine is longer than 120 characters.210
WarningsMissing a Javadoc comment.212
WarningsMissing a Javadoc comment.213
WarningsMissing a Javadoc comment.214
WarningsLine has trailing spaces.215
WarningsMissing a Javadoc comment.216
WarningsMissing a Javadoc comment.217
WarningsLine has trailing spaces.218
WarningsMissing a Javadoc comment.219
WarningsMissing a Javadoc comment.220
WarningsMissing a Javadoc comment.221
WarningsMissing a Javadoc comment.222
WarningsMissing a Javadoc comment.223
WarningsMissing a Javadoc comment.224
WarningsMissing a Javadoc comment.225
WarningsLine has trailing spaces.226
WarningsMissing a Javadoc comment.226
WarningsMissing a Javadoc comment.227
WarningsLine has trailing spaces.228
WarningsMissing a Javadoc comment.228
WarningsLine has trailing spaces.229
WarningsMissing a Javadoc comment.230
WarningsLine has trailing spaces.231
WarningsMissing a Javadoc comment.232
WarningsMissing a Javadoc comment.233
WarningsLine has trailing spaces.234
WarningsLine has trailing spaces.235

org/slasoi/businessManager/postSale/reporting/impl/types/ParametersList.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.53
WarningsName 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.53
WarningsMissing a Javadoc comment.55
WarningsParameter name should be final.55
WarningsParameter value should be final.55
WarningsMissing a Javadoc comment.67
WarningsParameter key should be final.67
Warnings'if' construct must use '{}'s.69
WarningsMissing a Javadoc comment.74
WarningsLine has trailing spaces.86

org/slasoi/businessManager/postSale/reporting/impl/types/ReportFileName.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.44
WarningsVariable 'localFileName' must be private and have accessor methods.44
WarningsMissing a Javadoc comment.45
WarningsVariable 'urlFileName' must be private and have accessor methods.45
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.51
WarningsParameter localFileName should be final.51
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.59
WarningsParameter urlFileName should be final.59

org/slasoi/businessManager/postSale/reporting/impl/types/ReportType.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/AggregationInterval.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.44
WarningsParameter unit should be final.44
WarningsParameter value should be final.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsParameter unit should be final.53
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.62
WarningsParameter value should be final.62
WarningsMissing a Javadoc comment.67

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/AvailablePeriod.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsName 'DayOfWeek' must match pattern '^[a-z][a-zA-Z0-9]*$'.37
WarningsMissing a Javadoc comment.38
WarningsName 'TimePeriod' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.48
WarningsParameter dayOfWeek should be final.48
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.56
WarningsParameter timePeriod should be final.56

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/BackupMechanismType.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsVariable 'description' must be private and have accessor methods.37
WarningsMissing a Javadoc comment.38
WarningsVariable 'mechanismType' must be private and have accessor methods.38
WarningsMissing a Javadoc comment.39
WarningsVariable 'periodicity' must be private and have accessor methods.39
WarningsMissing a Javadoc comment.40
WarningsVariable 'estimatedTime' must be private and have accessor methods.40
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.46
WarningsParameter description should be final.46
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.54
WarningsParameter mechanismType should be final.54
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.62
WarningsParameter periodicity should be final.62
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.70
WarningsParameter estimatedTime should be final.70

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/BackupRecoveryMechanism.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
WarningsVariable 'mechanisms' must be private and have accessor methods.42
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.48
WarningsParameter mechanisms should be final.48
WarningsMissing a Javadoc comment.52
WarningsParameter mechanism should be final.52
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.76
WarningsParameter messageStr should be final.76
Warnings'}' should be on the same line.94

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/Content.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsName 'ContentName' must match pattern '^[a-z][a-zA-Z0-9]*$'.37
WarningsMissing a Javadoc comment.38
WarningsName 'ContentDescription' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.44
WarningsParameter name should be final.44
WarningsParameter description should be final.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsParameter contentName should be final.53
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.61
WarningsParameter contentDescription should be final.61

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/DataCollectionInterval.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.44
WarningsParameter unit should be final.44
WarningsParameter value should be final.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsParameter unit should be final.53
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.62
WarningsParameter value should be final.62
WarningsMissing a Javadoc comment.67

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/DeliveryFrecuency.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.44
WarningsParameter unit should be final.44
WarningsParameter value should be final.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsParameter unit should be final.53
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.61
WarningsParameter value should be final.61
WarningsMissing a Javadoc comment.65

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/Duration.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.39
WarningsVariable 'precision' must be private and have accessor methods.39
WarningsMissing a Javadoc comment.40
WarningsVariable 'value' must be private and have accessor methods.40
WarningsMissing a Javadoc comment.41
WarningsVariable 'unit' must be private and have accessor methods.41
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.47
WarningsParameter precision should be final.47
WarningsParameter value should be final.47
WarningsParameter unit should be final.47
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.57
WarningsParameter precision should be final.57
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.65
WarningsParameter value should be final.65
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.73
WarningsParameter unit should be final.73
WarningsMissing a Javadoc comment.77
Warnings'if' construct must use '{}'s.80
Warnings'if' construct must use '{}'s.83

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/Monitoring.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsName 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.58
WarningsParameter parameters should be final.58
WarningsMissing a Javadoc comment.62
WarningsParameter securityLevel should be final.62
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.98
WarningsParameter messageStr should be final.98
Warnings'}' should be on the same line.128

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/Parameter.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsName 'ParameterName' must match pattern '^[a-z][a-zA-Z0-9]*$'.37
WarningsMissing a Javadoc comment.38
WarningsName 'ParameterUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'.38
WarningsMissing a Javadoc comment.39
WarningsName 'DataCollectionInterval' must match pattern '^[a-z][a-zA-Z0-9]*$'.39
WarningsMissing a Javadoc comment.40
WarningsName 'AggregationInterval' must match pattern '^[a-z][a-zA-Z0-9]*$'.40
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.46
WarningsParameter ParameterName should be final.46
WarningsName 'ParameterName' must match pattern '^[a-z][a-zA-Z0-9]*$'.46
WarningsParameter ParameterUnit should be final.46
WarningsName 'ParameterUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'.46
WarningsParameter dataCollectionInterval should be final.46
WarningsParameter aggregationInterval should be final.47
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.58
WarningsParameter parameterName should be final.58
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.66
WarningsParameter parameterUnit should be final.66
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.74
WarningsParameter dataCollectionInterval should be final.74
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.82
WarningsParameter aggregationInterval should be final.82

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/ReportFrecuency.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.44
WarningsParameter unit should be final.44
WarningsParameter value should be final.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsParameter unit should be final.53
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.62
WarningsParameter value should be final.62
WarningsMissing a Javadoc comment.67
Warnings'if' construct must use '{}'s.69

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/Reporting.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.50
WarningsName 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.50
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.54
WarningsName 'ReportDescription' must match pattern '^[a-z][a-zA-Z0-9]*$'.54
WarningsMissing a Javadoc comment.55
WarningsName 'ReportFormat' must match pattern '^[a-z][a-zA-Z0-9]*$'.55
WarningsMissing a Javadoc comment.56
WarningsName 'ReportType' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
WarningsMissing a Javadoc comment.57
WarningsName 'ReportMethod' must match pattern '^[a-z][a-zA-Z0-9]*$'.57
WarningsMissing a Javadoc comment.58
WarningsName 'ReportFrecuency' must match pattern '^[a-z][a-zA-Z0-9]*$'.58
WarningsMissing a Javadoc comment.59
WarningsName 'DeliveryFrecuency' must match pattern '^[a-z][a-zA-Z0-9]*$'.59
WarningsMissing a Javadoc comment.60
WarningsName 'DeliveryMechanism' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
WarningsMissing a Javadoc comment.61
WarningsName 'ReportContents' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.71
WarningsParameter reportDescription should be final.71
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.79
WarningsParameter reportFormat should be final.79
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.87
WarningsParameter reportType should be final.87
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.95
WarningsParameter reportMethod should be final.95
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.103
WarningsParameter reportFrequency should be final.103
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.111
WarningsParameter deliveryFrequency should be final.111
WarningsMissing a Javadoc comment.115
WarningsMissing a Javadoc comment.119
WarningsParameter deliveryMechanism should be final.119
WarningsMissing a Javadoc comment.123
WarningsMissing a Javadoc comment.127
WarningsParameter reportContents should be final.127
WarningsMissing a Javadoc comment.131
WarningsParameter content should be final.131
WarningsMissing a Javadoc comment.135
WarningsMissing a Javadoc comment.164
WarningsParameter messageStr should be final.164
Warnings'}' should be on the same line.191

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/ResolutionTime.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.44
WarningsParameter unit should be final.44
WarningsParameter value should be final.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsParameter unit should be final.53
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.61
WarningsParameter value should be final.61
WarningsMissing a Javadoc comment.65

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/ResponseTime.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.44
WarningsParameter unit should be final.44
WarningsParameter value should be final.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsParameter unit should be final.53
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.61
WarningsParameter value should be final.61
WarningsMissing a Javadoc comment.65

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/SeverityLevel.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsName 'ResponseTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.39
WarningsMissing a Javadoc comment.40
WarningsName 'ResolutionTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.40
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.46
WarningsParameter severityLevelName should be final.46
WarningsParameter severityLevelDescription should be final.46
WarningsParameter responseTime should be final.46
WarningsParameter resolutionTime should be final.47
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.58
WarningsParameter severityLevelName should be final.58
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.66
WarningsParameter severityLevelDescription should be final.66
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.74
WarningsParameter responseTime should be final.74
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.82
WarningsParameter resolutionTime should be final.82

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/Support.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsName 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.40
WarningsMissing a Javadoc comment.42
WarningsName 'PhoneNumber' must match pattern '^[a-z][a-zA-Z0-9]*$'.42
WarningsMissing a Javadoc comment.43
WarningsName 'AvailablePeriod' must match pattern '^[a-z][a-zA-Z0-9]*$'.43
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsParameter phoneNumber should be final.53
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.61
WarningsParameter availablePeriod should be final.61
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.87
WarningsParameter messageStr should be final.87
Warnings'}' should be on the same line.102

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/SupportProcedures.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsName 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.47
WarningsName 'NotificationMedia' must match pattern '^[a-z][a-zA-Z0-9]*$'.47
WarningsMissing a Javadoc comment.48
WarningsName 'SeverityLevels' must match pattern '^[a-z][a-zA-Z0-9]*$'.48
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.58
WarningsParameter notificationMedia should be final.58
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.66
WarningsParameter securityLevels should be final.66
WarningsMissing a Javadoc comment.70
WarningsParameter securityLevel should be final.70
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.105
WarningsParameter messageStr should be final.105
Warnings'}' should be on the same line.134

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/TimePeriod.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsName 'InitTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.36
WarningsMissing a Javadoc comment.37
WarningsName 'FinishTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.37
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.43
WarningsParameter init should be final.43
WarningsParameter finish should be final.43
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.52
WarningsParameter initTime should be final.52
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.60
WarningsParameter finishTime should be final.60

org/slasoi/businessManager/postSale/reporting/impl/types/businessTerms/Update.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.39
WarningsVariable 'distributionMethod' must be private and have accessor methods.39
WarningsMissing a Javadoc comment.40
WarningsVariable 'instalationDescription' must be private and have accessor methods.40
WarningsMissing a Javadoc comment.41
WarningsVariable 'frequency' must be private and have accessor methods.41
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.47
WarningsParameter distributionMethod should be final.47
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.55
WarningsParameter instalationDescription should be final.55
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.63
WarningsParameter frequency should be final.63
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.94
WarningsParameter messageStr should be final.94
Warnings'}' should be on the same line.121

org/slasoi/businessManager/postSale/reporting/impl/util/ChartUtil.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37

org/slasoi/businessManager/postSale/reporting/impl/util/DateConverter.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsUtility classes should not have a public or default constructor.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.52
WarningsParameter year should be final.52
WarningsParameter month should be final.52
WarningsParameter day should be final.52
WarningsMissing a Javadoc comment.58
WarningsParameter year should be final.58
WarningsParameter month should be final.58
WarningsParameter day should be final.58
WarningsMissing a Javadoc comment.77
WarningsParameter year should be final.77
WarningsParameter month should be final.77
WarningsParameter day should be final.77
WarningsMissing a Javadoc comment.95
WarningsParameter year should be final.95
WarningsParameter month should be final.95
WarningsMissing a Javadoc comment.116
WarningsParameter year should be final.116
WarningsParameter month should be final.116

org/slasoi/businessManager/postSale/reporting/impl/util/JAXBUtils.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [email] is not a valid Javadoc tag name0
WarningsUtility classes should not have a public or default constructor.36
WarningsLine has trailing spaces.37
WarningsLine contains a tab character.37
WarningsLine has trailing spaces.39
WarningsLine contains a tab character.39
WarningsLine contains a tab character.40
WarningsLine contains a tab character.42
WarningsLine has trailing spaces.43
WarningsLine contains a tab character.43
WarningsLine contains a tab character.44
WarningsLine contains a tab character.45
WarningsLine has trailing spaces.46
WarningsLine contains a tab character.46
WarningsLine contains a tab character.47
WarningsLine contains a tab character.48
WarningsLine contains a tab character.55
WarningsLine has trailing spaces.56
WarningsLine contains a tab character.56
WarningsLine contains a tab character.57
WarningsLine contains a tab character.58
WarningsLine contains a tab character.59
WarningsLine contains a tab character.60
WarningsLine contains a tab character.61
WarningsLine contains a tab character.62
WarningsLine has trailing spaces.63
WarningsLine contains a tab character.63
WarningsLine contains a tab character.64
WarningsLine contains a tab character.65
WarningsLine has trailing spaces.66
WarningsLine contains a tab character.66
WarningsLine has trailing spaces.67
WarningsLine contains a tab character.67
WarningsLine contains a tab character.68
WarningsLine has trailing spaces.69
WarningsLine contains a tab character.69
WarningsLine contains a tab character.70
WarningsLine contains a tab character.71
WarningsLine contains a tab character.72
WarningsLine contains a tab character.73
WarningsLine has trailing spaces.74
WarningsLine contains a tab character.74
WarningsLine contains a tab character.75
WarningsLine contains a tab character.76
WarningsLine has trailing spaces.77
WarningsLine contains a tab character.77
WarningsLine contains a tab character.78
WarningsLine contains a tab character.79
WarningsLine contains a tab character.80
WarningsLine contains a tab character.81
WarningsLine contains a tab character.82
WarningsLine contains a tab character.83
WarningsLine contains a tab character.84
WarningsLine contains a tab character.86
WarningsLine contains a tab character.87
WarningsLine contains a tab character.88
WarningsLine has trailing spaces.89
WarningsLine contains a tab character.89
WarningsLine has trailing spaces.90
WarningsLine contains a tab character.90
WarningsLine contains a tab character.91
WarningsLine contains a tab character.92
WarningsLine has trailing spaces.93
WarningsLine contains a tab character.93
WarningsLine contains a tab character.94
WarningsLine contains a tab character.95
WarningsLine contains a tab character.96
WarningsLine has trailing spaces.97
WarningsLine contains a tab character.97
WarningsLine contains a tab character.98
WarningsLine contains a tab character.99
WarningsLine contains a tab character.100
WarningsLine has trailing spaces.101
WarningsLine contains a tab character.101
WarningsLine contains a tab character.102
WarningsLine contains a tab character.103
WarningsLine contains a tab character.104
WarningsLine contains a tab character.105
WarningsLine contains a tab character.106
WarningsLine contains a tab character.107
WarningsLine contains a tab character.108
WarningsLine has trailing spaces.109
WarningsLine contains a tab character.109
WarningsLine contains a tab character.110
WarningsLine contains a tab character.111
WarningsLine has trailing spaces.112
WarningsLine contains a tab character.112
WarningsLine contains a tab character.113
WarningsLine contains a tab character.114
WarningsLine contains a tab character.115
WarningsLine contains a tab character.116
WarningsLine contains a tab character.117
WarningsLine contains a tab character.118
WarningsLine contains a tab character.120
WarningsLine contains a tab character.121
WarningsLine contains a tab character.122
WarningsLine contains a tab character.123
WarningsLine contains a tab character.124
WarningsLine has trailing spaces.125
WarningsLine contains a tab character.125
WarningsLine contains a tab character.126
WarningsLine contains a tab character.127
WarningsLine contains a tab character.128
WarningsLine contains a tab character.129
WarningsLine has trailing spaces.131
WarningsLine has trailing spaces.136
WarningsLine contains a tab character.136
WarningsLine contains a tab character.137
WarningsLine contains a tab character.138
WarningsLine has trailing spaces.139
WarningsLine contains a tab character.139
WarningsLine contains a tab character.140
WarningsLine contains a tab character.141
WarningsLine contains a tab character.142
WarningsLine has trailing spaces.143
WarningsLine contains a tab character.143
WarningsLine contains a tab character.144
WarningsLine contains a tab character.145
WarningsLine is longer than 120 characters.146
WarningsLine contains a tab character.146
WarningsLine has trailing spaces.147
WarningsLine contains a tab character.147
WarningsLine contains a tab character.148
WarningsLine contains a tab character.149
WarningsLine has trailing spaces.150
WarningsLine contains a tab character.150
WarningsLine contains a tab character.151
WarningsLine contains a tab character.152
WarningsLine contains a tab character.153
WarningsLine has trailing spaces.154
WarningsLine contains a tab character.154
WarningsLine contains a tab character.155
WarningsLine has trailing spaces.156
WarningsLine contains a tab character.156
WarningsLine contains a tab character.157
WarningsLine has trailing spaces.158
WarningsLine contains a tab character.158
WarningsLine has trailing spaces.159
WarningsLine contains a tab character.159
WarningsLine contains a tab character.160
WarningsLine contains a tab character.161
WarningsLine has trailing spaces.162
WarningsLine contains a tab character.162
WarningsLine contains a tab character.163
WarningsLine has trailing spaces.164
WarningsLine contains a tab character.164
WarningsLine contains a tab character.165
WarningsLine has trailing spaces.166
WarningsLine contains a tab character.166
WarningsLine contains a tab character.167
WarningsLine has trailing spaces.174
WarningsLine contains a tab character.177
WarningsLine has trailing spaces.179
WarningsLine contains a tab character.180
WarningsLine contains a tab character.181
WarningsLine has trailing spaces.183
WarningsLine contains a tab character.183
WarningsLine contains a tab character.184
WarningsLine has trailing spaces.185
WarningsLine contains a tab character.185
WarningsLine has trailing spaces.187
WarningsLine contains a tab character.189
WarningsLine has trailing spaces.190
WarningsLine contains a tab character.190
WarningsLine contains a tab character.191
WarningsLine has trailing spaces.192
WarningsLine contains a tab character.193
WarningsLine contains a tab character.194
WarningsLine has trailing spaces.195
WarningsLine contains a tab character.195
WarningsLine contains a tab character.196
WarningsLine has trailing spaces.202
WarningsLine contains a tab character.202
WarningsLine contains a tab character.203
WarningsLine contains a tab character.204
WarningsLine has trailing spaces.205
WarningsLine contains a tab character.205