Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
43014882

Files

FilesInfosWarningsErrors
org/slasoi/gslam/protocolengine/INegotiationIncoming.java020
org/slasoi/gslam/protocolengine/INegotiationOutgoing.java0100
org/slasoi/gslam/protocolengine/IStateEngine.java060
org/slasoi/gslam/protocolengine/ProtocolEngineServices.java0190
org/slasoi/gslam/protocolengine/impl/Event.java0310
org/slasoi/gslam/protocolengine/impl/EventName.java0150
org/slasoi/gslam/protocolengine/impl/IControlImpl.java0490
org/slasoi/gslam/protocolengine/impl/MessageHandler.java01111
org/slasoi/gslam/protocolengine/impl/NegotiationManager.java01971
org/slasoi/gslam/protocolengine/impl/NegotiationSession.java0630
org/slasoi/gslam/protocolengine/impl/ProtocolEngineActivator.java0100
org/slasoi/gslam/protocolengine/impl/SessionStatus.java040
org/slasoi/gslam/protocolengine/impl/SimplifiedNegotiableParameters.java0970
org/slasoi/gslam/protocolengine/impl/State.java0370
org/slasoi/gslam/protocolengine/impl/StateEngine.java0530
org/slasoi/gslam/protocolengine/impl/StateEngineMain.java02070
org/slasoi/gslam/protocolengine/impl/StateName.java070
org/slasoi/gslam/protocolengine/impl/StateStatus.java050
org/slasoi/gslam/protocolengine/persistence/HibernateUtil.java0430
org/slasoi/gslam/protocolengine/persistence/JavaAssistHelper.java060
org/slasoi/gslam/protocolengine/persistence/PersistenceManager.java0220
org/slasoi/gslam/protocolengine/persistence/profiles/BusinessHistory.java0550
org/slasoi/gslam/protocolengine/persistence/profiles/CustomerProfile.java0390
org/slasoi/gslam/protocolengine/persistence/profiles/Education.java070
org/slasoi/gslam/protocolengine/persistence/profiles/Evolution.java050
org/slasoi/gslam/protocolengine/persistence/profiles/Hobbies.java090
org/slasoi/gslam/protocolengine/persistence/profiles/Level.java050
org/slasoi/gslam/protocolengine/persistence/profiles/Location.java0400
org/slasoi/gslam/protocolengine/persistence/profiles/MarketSegment.java070
org/slasoi/gslam/protocolengine/persistence/profiles/NegotiationHistory.java0570
org/slasoi/gslam/protocolengine/persistence/profiles/Outcome.java060
org/slasoi/gslam/protocolengine/persistence/profiles/Party.java0320
org/slasoi/gslam/protocolengine/persistence/profiles/ProductProfile.java0320
org/slasoi/gslam/protocolengine/persistence/profiles/Profile.java0760
org/slasoi/gslam/protocolengine/persistence/profiles/ProfileType.java050
org/slasoi/gslam/protocolengine/persistence/profiles/ProviderProfile.java0200
org/slasoi/gslam/protocolengine/persistence/profiles/Rank.java070
org/slasoi/gslam/protocolengine/persistence/profiles/Reason.java060
org/slasoi/gslam/protocolengine/persistence/profiles/SLAStatus.java050
org/slasoi/gslam/protocolengine/persistence/profiles/SocioEconomicLevel.java050
org/slasoi/gslam/protocolengine/persistence/profiles/Status.java0420
org/slasoi/gslam/protocolengine/persistence/profiles/StrategyRanks.java0320
org/slasoi/gslam/protocolengine/persistence/profiles/package-info.java020

Rules

RulesViolationsSeverity
JavadocMethod264Warnings Warning
JavadocType25Warnings Warning
JavadocVariable241Warnings Warning
JavadocStyle3Warnings Warning
ConstantName0Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName7Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName0Warnings Warning
TypeName0Warnings Warning
AvoidStarImport4Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports44Warnings Warning
LineLength
  • max: "120"
50Warnings Warning
MethodLength8Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter7Warnings Warning
NoWhitespaceBefore0Warnings Warning
OperatorWrap24Warnings Warning
ParenPad8Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter38Warnings Warning
WhitespaceAround178Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier11Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly3Warnings Warning
NeedBraces4Warnings Warning
RightCurly155Warnings Warning
AvoidInlineConditionals20Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
15Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MagicNumber0 Ignore
MissingSwitchDefault0Warnings Warning
RedundantThrows1Warnings Warning
SimplifyBooleanExpression2Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension0 Ignore
FinalClass0Warnings Warning
HideUtilityClassConstructor3Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier1Warnings Warning
ArrayTypeStyle1Warnings Warning
FinalParameters199Warnings Warning
TodoComment2Warnings Warning
UpperEll0Warnings Warning
JavadocPackage3Warnings Warning
NewlineAtEndOfFile5Warnings Warning
Translation0Warnings Warning
FileLength1Warnings Warning
FileTabCharacter
  • eachLine: "true"
1Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!^\ +\*)\s+$"
167Warnings Warning

Details

org/slasoi/gslam/protocolengine/INegotiationIncoming.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30

org/slasoi/gslam/protocolengine/INegotiationOutgoing.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsRedundant 'public' modifier.72
WarningsRedundant 'public' modifier.92
WarningsRedundant 'public' modifier.112
WarningsRedundant 'public' modifier.132
WarningsRedundant 'public' modifier.149
WarningsRedundant 'public' modifier.165
WarningsRedundant 'public' modifier.183
WarningsMissing a Javadoc comment.185
WarningsRedundant 'public' modifier.185

org/slasoi/gslam/protocolengine/IStateEngine.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsLine has trailing spaces.38
WarningsRedundant 'public' modifier.56
WarningsFirst sentence should end with a period.58
WarningsRedundant 'public' modifier.64
WarningsRedundant 'public' modifier.69

org/slasoi/gslam/protocolengine/ProtocolEngineServices.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.67
WarningsFirst sentence should end with a period.113
WarningsParameter context should be final.119
Warnings'context' hides a field.119
WarningsMissing a Javadoc comment.126
WarningsParameter negotiationId should be final.126
WarningsParameter profileId should be final.134
WarningsParameter businessHistory should be final.134
Warnings'}' should be on the same line.152
WarningsParameter profileId should be final.160
Warnings'}' should be on the same line.172
WarningsParameter profile should be final.181
Warnings'}' should be on the same line.204
WarningsParameter profile should be final.212
Warnings'}' should be on the same line.224

org/slasoi/gslam/protocolengine/impl/Event.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.51
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
WarningsParameter eventName should be final.74
WarningsParameter eventName should be final.94
WarningsParameter arrivalTime should be final.135
WarningsParameter processedSuccessfully should be final.154
WarningsParameter processingAfterMath should be final.173
WarningsParameter offer should be final.192
WarningsMissing a Javadoc comment.196
WarningsMissing a Javadoc comment.200
WarningsParameter simplifiedNegotiableParameters should be final.200
WarningsMissing a Javadoc comment.204
WarningsMissing a Javadoc comment.208
WarningsParameter negotiationId should be final.208
WarningsMissing a Javadoc comment.212
WarningsMissing a Javadoc comment.216
WarningsParameter numberOfCounterOffersGeneratedByOwnPOC should be final.216
WarningsMissing a Javadoc comment.220
WarningsMissing a Javadoc comment.224
WarningsParameter partnerProfile should be final.224
WarningsLine has trailing spaces.227

org/slasoi/gslam/protocolengine/impl/EventName.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsLine has trailing spaces.36
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsLine has trailing spaces.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.59

org/slasoi/gslam/protocolengine/impl/IControlImpl.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsUnused import - java.io.FileReader.39
WarningsUnused import - java.io.IOException.41
WarningsUnused import - java.util.ArrayList.42
WarningsUnused import - java.util.List.45
WarningsUnused import - java.util.Properties.46
WarningsUnused import - org.apache.log4j.PropertyConfigurator.49
WarningsUsing the '.*' form of import should be avoided - org.slasoi.gslam.core.control.*.61
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.77
WarningsLine has trailing spaces.86
WarningsLine is longer than 120 characters.94
WarningsParameter policyClassType should be final.111
Warnings'}' should be on the same line.127
Warnings'}' should be on the same line.135
WarningsLine is longer than 120 characters.146
Warnings'}' should be on the same line.149
Warnings'}' should be on the same line.158
Warnings'}' should be on the same line.162
Warnings'}' should be on the same line.166
WarningsUnused @param tag for 'Policy'.179
WarningsParameter policyClassType should be final.184
WarningsParameter policies should be final.184
WarningsExpected @param tag for 'policies'.184
Warnings'}' should be on the same line.199
Warnings'}' should be on the same line.214
Warnings'}' should be on the same line.218
Warnings';' is not followed by whitespace.221
Warnings'}' should be on the same line.222
WarningsExpression can be simplified.227
WarningsAvoid inline conditionals.227
WarningsParameter context should be final.236
WarningsMissing a Javadoc comment.240
WarningsParameter policies should be final.240
Warnings'if' construct must use '{}'s.245
Warnings'if' construct must use '{}'s.247
Warnings'if' construct must use '{}'s.249
WarningsMissing a Javadoc comment.262
WarningsParameter pathToDRL should be final.262
Warnings'pathToDRL' hides a field.262
Warnings'knowledgeBuilder' hides a field.263
Warnings'knowledgeBase' hides a field.264
Warnings'if' is not followed by whitespace.285
Warnings'context' hides a field.286
WarningsLine has trailing spaces.297

org/slasoi/gslam/protocolengine/impl/MessageHandler.java

ViolationMessageLine
ErrorsGot an exception - java.lang.RuntimeException: Unable to get class information for NegotiationException.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.73
Warnings';' is not followed by whitespace.73
WarningsMissing a Javadoc comment.74
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
WarningsParameter context should be final.95
Warnings'}' should be on the same line.100
WarningsAvoid inline conditionals.123
Warnings'}' should be on the same line.124
WarningsAvoid inline conditionals.138
Warnings'}' should be on the same line.139
WarningsAvoid inline conditionals.154
Warnings'}' should be on the same line.156
WarningsAvoid inline conditionals.171
Warnings'}' should be on the same line.175
WarningsParameter slaTemplate should be final.189
Warnings'}' should be on the same line.193
WarningsAvoid inline conditionals.209
Warnings'}' should be on the same line.210
WarningsParameter address should be final.223
WarningsParameter endPointAddress should be final.234
WarningsAvoid inline conditionals.236
Warnings'}' should be on the same line.237
Warnings'else' construct must use '{}'s.238
WarningsParameter key should be final.250
WarningsParameter negotiationManager should be final.250
WarningsParameter key should be final.260
WarningsLine is longer than 120 characters.264
WarningsParameter slaTemplate should be final.275
Warnings'}' should be on the same line.287
WarningsParameter negotiationID should be final.311
WarningsParameter slaTemplate should be final.311
Warnings'}' should be on the same line.322
Warnings'}' should be on the same line.327
Warnings'}' should be on the same line.332
WarningsParameter negotiationID should be final.356
WarningsParameter slaTemplate should be final.356
Warnings'}' should be on the same line.366
Warnings'}' should be on the same line.371
Warnings'}' should be on the same line.376
WarningsParameter negotiationID should be final.400
WarningsParameter cancellationReason should be final.400
WarningsLine is longer than 120 characters.404
Warnings'}' should be on the same line.410
Warnings'}' should be on the same line.415
Warnings'}' should be on the same line.420
WarningsParameter slaID should be final.440
Warnings'}' should be on the same line.451
Warnings'}' should be on the same line.456
Warnings'}' should be on the same line.461
WarningsParameter slaID should be final.481
WarningsParameter terminationReasons should be final.481
Warnings'}' should be on the same line.490
WarningsParameter slaID should be final.515
Warnings'}' should be on the same line.523
Warnings'}' should be on the same line.528
WarningsLine is longer than 120 characters.537
WarningsParameter slaTemplate should be final.550
WarningsParameter endpointAddress should be final.550
Warnings'}' should be on the same line.559
Warnings'}' should be on the same line.570
WarningsParameter negotiationID should be final.596
WarningsParameter slaTemplate should be final.596
WarningsParameter endpointAddress should be final.596
Warnings'}' should be on the same line.604
Warnings'}' should be on the same line.617
Warnings'}' should be on the same line.622
Warnings'}' should be on the same line.627
Warnings'}' should be on the same line.632
WarningsParameter negotiationID should be final.659
WarningsParameter slaTemplate should be final.659
WarningsParameter endpointAddress should be final.659
Warnings'}' should be on the same line.665
Warnings'}' should be on the same line.677
Warnings'}' should be on the same line.682
Warnings'}' should be on the same line.687
WarningsParameter negotiationID should be final.713
WarningsParameter cancellationReason should be final.713
WarningsParameter endpointAddress should be final.714
Warnings'}' should be on the same line.720
Warnings'}' should be on the same line.733
Warnings'}' should be on the same line.738
Warnings'}' should be on the same line.743
WarningsParameter slaID should be final.765
WarningsParameter endpointAddress should be final.765
Warnings'}' should be on the same line.771
Warnings'}' should be on the same line.784
Warnings'}' should be on the same line.789
WarningsUnused @param tag for 'terminationReason'.803
WarningsParameter slaID should be final.811
WarningsParameter terminationReasons should be final.811
WarningsExpected @param tag for 'terminationReasons'.811
WarningsParameter endpointAddress should be final.811
Warnings'}' should be on the same line.817
Warnings'}' should be on the same line.829
WarningsLine is longer than 120 characters.853
WarningsParameter slaID should be final.853
WarningsParameter endpointAddress should be final.853
Warnings'}' should be on the same line.858
Warnings'}' should be on the same line.870
Warnings'}' should be on the same line.875
WarningsMissing a Javadoc comment.884
WarningsParameter negotiationID should be final.884
WarningsParameter customization should be final.884
WarningsParameter endpointAddress should be final.884

org/slasoi/gslam/protocolengine/impl/NegotiationManager.java

ViolationMessageLine
ErrorsGot an exception - java.lang.RuntimeException: Unable to get class information for NegotiationException.0
WarningsFile length is 2,270 lines (max allowed is 2,000).1
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - org.slasoi.gslam.protocolengine.persistence.profiles.*.62
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.83
WarningsName 'GSLAM_EPR' must match pattern '^[a-z][a-zA-Z0-9]*$'.83
WarningsMissing a Javadoc comment.85
WarningsName 'CUSTOMER_OP_DISALLOWED_BY_PROTOCOL' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
WarningsMissing a Javadoc comment.87
WarningsName 'PROVIDER_OP_DISALLOWED_BY_PROTOCOL' must match pattern '^[a-z][a-zA-Z0-9]*$'.87
WarningsMissing a Javadoc comment.89
WarningsName 'AUTHORIZATION_FAILED' must match pattern '^[a-z][a-zA-Z0-9]*$'.89
WarningsMissing a Javadoc comment.90
WarningsName 'CUSTOMER_EPR_MISSING' must match pattern '^[a-z][a-zA-Z0-9]*$'.90
WarningsMissing a Javadoc comment.91
WarningsName 'PROVIDER_EPR_MISSING' must match pattern '^[a-z][a-zA-Z0-9]*$'.91
WarningsMissing a Javadoc comment.92
WarningsName 'CONSENSUS_NOT_REACHED_IN_CUSTOMIZATION_PHASE' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.96
WarningsParameter messageHandler should be final.96
WarningsLine is longer than 120 characters.106
WarningsMethod length is 316 lines (max allowed is 150).118
WarningsParameter slaTemplate should be final.118
Warnings'}' should be on the same line.130
Warnings'}' should be on the same line.141
Warnings'}' should be on the same line.148
Warnings'}' should be on the same line.178
Warnings'}' should be on the same line.230
Warnings';' is not followed by whitespace.246
Warnings'}' should be on the same line.258
Warnings'}' should be on the same line.271
Warnings';' is not followed by whitespace.273
WarningsAvoid inline conditionals.275
Warnings'}' should be on the same line.278
Warnings';' is not followed by whitespace.281
WarningsAvoid inline conditionals.285
Warnings'}' should be on the same line.288
Warnings'}' should be on the same line.316
Warnings'}' should be on the same line.372
Warnings';' is not followed by whitespace.387
Warnings'}' should be on the same line.400
Warnings'}' should be on the same line.412
Warnings';' is not followed by whitespace.414
WarningsAvoid inline conditionals.416
Warnings'}' should be on the same line.420
Warnings';' is not followed by whitespace.423
WarningsAvoid inline conditionals.425
WarningsMethod length is 236 lines (max allowed is 150).450
WarningsParameter negotiationID should be final.450
WarningsParameter slaTemplate should be final.450
Warnings'}' should be on the same line.465
Warnings'}' should be on the same line.476
Warnings'}' should be on the same line.483
WarningsExpression can be simplified.490
Warnings';' is not followed by whitespace.509
Warnings'{' is followed by whitespace.515
WarningsLine is longer than 120 characters.520
WarningsLine is longer than 120 characters.522
Warnings'}' should be on the same line.524
WarningsLine is longer than 120 characters.527
Warnings'}' should be on the same line.567
Warnings'}' should be on the same line.575
Warnings';' is not followed by whitespace.577
Warnings';' is not followed by whitespace.579
WarningsAvoid inline conditionals.581
Warnings'}' should be on the same line.584
Warnings'}' should be on the same line.588
WarningsLine is longer than 120 characters.610
WarningsLine is longer than 120 characters.612
Warnings'}' should be on the same line.614
WarningsLine is longer than 120 characters.617
Warnings'{' is followed by whitespace.621
Warnings'}' should be on the same line.658
Warnings'}' should be on the same line.666
Warnings';' is not followed by whitespace.669
WarningsAvoid inline conditionals.671
Warnings'}' should be on the same line.674
Warnings'}' should be on the same line.681
WarningsMethod length is 222 lines (max allowed is 150).703
WarningsParameter negotiationID should be final.703
WarningsParameter slaTemplate should be final.703
Warnings'}' should be on the same line.717
Warnings'}' should be on the same line.728
Warnings'}' should be on the same line.735
Warnings';' is not followed by whitespace.751
Warnings'{' is followed by whitespace.757
Warnings'{' is followed by whitespace.765
WarningsComment matches to-do format 'TODO:'.798
Warnings'}' should be on the same line.809
Warnings'}' should be on the same line.816
Warnings';' is not followed by whitespace.819
WarningsAvoid inline conditionals.821
Warnings'}' should be on the same line.824
Warnings'}' should be on the same line.828
Warnings';' is not followed by whitespace.841
Warnings'{' is followed by whitespace.847
Warnings'{' is followed by whitespace.851
WarningsComment matches to-do format 'TODO:'.885
Warnings'}' should be on the same line.898
Warnings'}' should be on the same line.905
WarningsAvoid inline conditionals.910
Warnings'}' should be on the same line.913
Warnings'}' should be on the same line.920
WarningsMethod length is 165 lines (max allowed is 150).942
WarningsParameter negotiationID should be final.942
WarningsParameter cancellationReason should be final.942
Warnings'}' should be on the same line.952
Warnings'}' should be on the same line.963
Warnings'}' should be on the same line.970
Warnings'}' should be on the same line.1008
Warnings'}' should be on the same line.1027
Warnings';' is not followed by whitespace.1030
WarningsAvoid inline conditionals.1032
Warnings'}' should be on the same line.1035
Warnings'}' should be on the same line.1039
Warnings'}' should be on the same line.1071
Warnings'}' should be on the same line.1092
Warnings';' is not followed by whitespace.1095
WarningsAvoid inline conditionals.1097
Warnings'}' should be on the same line.1100
WarningsMethod length is 298 lines (max allowed is 150).1120
WarningsParameter slaID should be final.1120
Warnings'}' should be on the same line.1132
Warnings'}' should be on the same line.1143
Warnings'}' should be on the same line.1150
Warnings'}' should be on the same line.1185
Warnings';' is not followed by whitespace.1193
Warnings'}' should be on the same line.1235
Warnings';' is not followed by whitespace.1244
Warnings';' is not followed by whitespace.1246
Warnings'}' should be on the same line.1258
Warnings'}' should be on the same line.1269
Warnings';' is not followed by whitespace.1271
WarningsAvoid inline conditionals.1275
Warnings'}' should be on the same line.1278
Warnings'}' should be on the same line.1304
Warnings'}' should be on the same line.1365
Warnings';' is not followed by whitespace.1374
Warnings';' is not followed by whitespace.1376
Warnings'}' should be on the same line.1389
Warnings'}' should be on the same line.1401
Warnings';' is not followed by whitespace.1403
WarningsAvoid inline conditionals.1405
Warnings'}' should be on the same line.1408
Warnings';' is not followed by whitespace.1410
WarningsAvoid inline conditionals.1411
WarningsMethod length is 158 lines (max allowed is 150).1435
WarningsParameter slaID should be final.1435
WarningsParameter terminationReasons should be final.1435
Warnings'}' should be on the same line.1454
Warnings'}' should be on the same line.1465
Warnings'}' should be on the same line.1472
WarningsLine is longer than 120 characters.1495
Warnings'}' should be on the same line.1506
WarningsLine is longer than 120 characters.1512
Warnings'}' should be on the same line.1523
Warnings'}' should be on the same line.1532
WarningsLine is longer than 120 characters.1552
Warnings'}' should be on the same line.1563
WarningsLine is longer than 120 characters.1569
Warnings'}' should be on the same line.1578
WarningsParameter slaID should be final.1608
Warnings'}' should be on the same line.1620
Warnings'}' should be on the same line.1631
Warnings'}' should be on the same line.1638
WarningsLine is longer than 120 characters.1645
Warnings'}' should be on the same line.1652
WarningsLine is longer than 120 characters.1655
WarningsParameter slaID should be final.1674
Warnings'{' is followed by whitespace.1678
Warnings'}' should be on the same line.1682
Warnings'}' should be on the same line.1687
WarningsUnused @throws tag for 'SLANotFoundException'.1702
WarningsParameter slaID should be final.1705
Warnings';' is not followed by whitespace.1711
Warnings'}' should be on the same line.1714
Warnings'}' should be on the same line.1719
Warnings'}' should be on the same line.1722
WarningsMissing a Javadoc comment.1729
WarningsParameter slaTemplates should be final.1729
WarningsParameter providerEPR should be final.1729
WarningsLine is longer than 120 characters.1731
WarningsLine is longer than 120 characters.1739
Warnings'}' should be on the same line.1743
WarningsLine is longer than 120 characters.1746
WarningsLine is longer than 120 characters.1748
WarningsExpected an @return tag.1762
WarningsMethod length is 249 lines (max allowed is 150).1762
WarningsParameter negotiationID should be final.1762
WarningsExpected @param tag for 'negotiationID'.1762
WarningsParameter customization should be final.1762
WarningsExpected @param tag for 'customization'.1762
WarningsExpected @throws tag for 'NegotiationException'.1762

org/slasoi/gslam/protocolengine/impl/NegotiationSession.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.55
Warnings';' is not followed by whitespace.55
WarningsMissing a Javadoc comment.56
WarningsLine has trailing spaces.57
WarningsMissing a Javadoc comment.57
WarningsLine has trailing spaces.58
WarningsLine is longer than 120 characters.58
WarningsMissing a Javadoc comment.58
Warnings';' is not followed by whitespace.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.65
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.85
WarningsParameter agreedSLA should be final.85
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.93
WarningsParameter uuid should be final.93
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.101
WarningsParameter slaTemplates should be final.101
WarningsMissing a Javadoc comment.107
WarningsParameter slaTemplates should be final.107
WarningsMissing a Javadoc comment.113
WarningsMissing a Javadoc comment.117
WarningsParameter status should be final.117
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.125
WarningsParameter involvedParties should be final.125
WarningsMissing a Javadoc comment.129
WarningsParameter slaTemplate should be final.129
WarningsMissing a Javadoc comment.136
WarningsMissing a Javadoc comment.140
WarningsParameter cancellationReasons should be final.140
WarningsMissing a Javadoc comment.144
WarningsMissing a Javadoc comment.148
WarningsParameter terminationReasons should be final.148
WarningsMissing a Javadoc comment.152
WarningsParameter templateUUID should be final.152
WarningsMissing a Javadoc comment.156
WarningsParameter templateUUID should be final.156
WarningsMissing a Javadoc comment.160
WarningsMissing a Javadoc comment.164
WarningsParameter customizationUsed should be final.164
WarningsLine has trailing spaces.167
WarningsMissing a Javadoc comment.168
WarningsMissing a Javadoc comment.172
WarningsParameter consensusReachedOnCustomization should be final.172
WarningsMissing a Javadoc comment.176
WarningsMissing a Javadoc comment.180
WarningsParameter customization should be final.180
WarningsMissing a Javadoc comment.184
WarningsMissing a Javadoc comment.188
WarningsParameter preNegotiationOrNegotiationStartTime should be final.188

org/slasoi/gslam/protocolengine/impl/ProtocolEngineActivator.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsLine has trailing spaces.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.50
WarningsParameter context should be final.50
Warnings'context' hides a field.50
WarningsMissing a Javadoc comment.55
WarningsParameter context should be final.55
Warnings'context' hides a field.55

org/slasoi/gslam/protocolengine/impl/SessionStatus.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45

org/slasoi/gslam/protocolengine/impl/SimplifiedNegotiableParameters.java

ViolationMessageLine
WarningsMissing a Javadoc comment.3
WarningsMissing a Javadoc comment.5
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.9
WarningsMissing a Javadoc comment.10
WarningsMissing a Javadoc comment.11
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.13
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.15
WarningsLine has trailing spaces.16
WarningsMissing a Javadoc comment.17
Warnings'{' is not preceded with whitespace.17
WarningsLine has trailing spaces.18
WarningsMissing a Javadoc comment.21
WarningsMissing a Javadoc comment.25
WarningsParameter credentials should be final.25
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.33
WarningsParameter isSealed should be final.33
Warnings'isSealed' hides a field.33
WarningsMissing a Javadoc comment.37
WarningsParameter ownership should be final.37
Warnings'{' is not preceded with whitespace.37
WarningsLine has trailing spaces.40
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.45
WarningsParameter numberOfCustomizationRounds should be final.45
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsParameter currentCustomizationRound should be final.53
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.61
WarningsParameter numberOfNegotiationRounds should be final.61
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.69
WarningsParameter currentNegotiationRound should be final.69
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.77
WarningsParameter processTimeout should be final.77
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.85
WarningsParameter maxCounterOffersAllowed should be final.85
WarningsMissing a Javadoc comment.89
WarningsLine has trailing spaces.92
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.97
WarningsParameter optionalCritiqueOnQoS should be final.97
WarningsLine has trailing spaces.100
WarningsMissing a Javadoc comment.101
WarningsMissing a Javadoc comment.105
WarningsParameter startTime should be final.105
WarningsMissing a Javadoc comment.109
Warnings'{' is not preceded with whitespace.109
Warnings'+' is not preceded with whitespace.110
Warnings'+' should be on a new line.110
WarningsLine contains a tab character.111
Warnings'+' is not preceded with whitespace.111
Warnings'+' is not followed by whitespace.111
Warnings'+' is not preceded with whitespace.111
Warnings'+' is not followed by whitespace.111
Warnings'+' is not preceded with whitespace.111
Warnings'+' should be on a new line.111
WarningsLine has trailing spaces.112
Warnings'+' is not preceded with whitespace.112
Warnings'+' is not followed by whitespace.112
Warnings'+' is not preceded with whitespace.112
Warnings'+' is not followed by whitespace.112
Warnings'+' is not preceded with whitespace.112
Warnings'+' should be on a new line.112
WarningsLine has trailing spaces.113
Warnings'+' is not preceded with whitespace.113
Warnings'+' is not followed by whitespace.113
Warnings'+' is not preceded with whitespace.113
Warnings'+' is not followed by whitespace.113
Warnings'+' is not preceded with whitespace.113
Warnings'+' should be on a new line.113
WarningsLine has trailing spaces.114
Warnings'+' is not preceded with whitespace.114
Warnings'+' is not followed by whitespace.114
Warnings'+' is not preceded with whitespace.114
Warnings'+' is not followed by whitespace.114
Warnings'+' is not preceded with whitespace.114
Warnings'+' should be on a new line.114
Warnings'+' is not preceded with whitespace.115
Warnings'+' is not followed by whitespace.115
Warnings'+' is not preceded with whitespace.115
Warnings'+' is not followed by whitespace.115
WarningsLine has trailing spaces.117
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.122
WarningsParameter belongsTo should be final.122
WarningsMissing a Javadoc comment.126
WarningsMissing a Javadoc comment.127
WarningsMissing a Javadoc comment.128

org/slasoi/gslam/protocolengine/impl/State.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.53
WarningsParameter name should be final.53
WarningsLine has trailing spaces.58
WarningsMissing a Javadoc comment.59
WarningsParameter name should be final.59
WarningsParameter status should be final.59
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.69
WarningsParameter name should be final.69
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.79
WarningsParameter newStatus should be final.79
WarningsMissing a Javadoc comment.85
Warnings'name' hides a field.85
Warnings'status' hides a field.85
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.122
WarningsParameter numberOfHopsAllowed should be final.122
WarningsMissing a Javadoc comment.126
WarningsMissing a Javadoc comment.130
WarningsParameter newValue should be final.130
WarningsMissing a Javadoc comment.136
WarningsMissing a Javadoc comment.140
WarningsParameter isCurrentState should be final.140
Warnings'isCurrentState' hides a field.140

org/slasoi/gslam/protocolengine/impl/StateEngine.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUnused import - org.drools.KnowledgeBaseConfiguration.41
WarningsUnused import - org.drools.conf.MaintainTMSOption.48
WarningsUnused import - org.drools.definition.KnowledgePackage.49
WarningsUnused import - org.drools.definition.rule.Rule.50
WarningsUnused import - java.io.InputStreamReader.58
WarningsUnused import - java.io.Reader.59
WarningsUnused import - java.util.Collection.61
WarningsUnused import - java.util.Iterator.62
WarningsUnused import - java.util.Properties.64
WarningsUnused import - org.slasoi.slamodel.primitives.ID.66
WarningsUnused import - org.slasoi.slamodel.primitives.STND.67
WarningsUnused import - org.slasoi.slamodel.sla.Party.68
WarningsUnused import - org.slasoi.slamodel.sla.SLA.69
WarningsUnused import - org.slasoi.slamodel.sla.SLATemplate.70
WarningsUsing the '.*' form of import should be avoided - org.slasoi.slamodel.core.*.71
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.88
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.95
WarningsParameter classLoader should be final.95
WarningsMissing a Javadoc comment.100
WarningsParameter context should be final.100
WarningsMissing a Javadoc comment.106
Warnings'pathToDRL' hides a field.109
Warnings'}' should be on the same line.119
Warnings'}' should be on the same line.122
Warnings'}' should be on the same line.131
Warnings'}' should be on the same line.145
Warnings'}' should be on the same line.149
Warnings'}' should be on the same line.153
WarningsLine has trailing spaces.157
Warnings'}' should be on the same line.162
Warnings'}' should be on the same line.165
Warnings'}' should be on the same line.192
WarningsMissing a Javadoc comment.251
WarningsParameter listOfEvents should be final.251
Warnings';' is not followed by whitespace.256
WarningsMissing a Javadoc comment.263
WarningsParameter listOfEvents should be final.263
WarningsMissing a Javadoc comment.276
WarningsParameter results should be final.276
WarningsParameter length should be final.276
WarningsMissing a Javadoc comment.285
WarningsLine has trailing spaces.291
WarningsLine has trailing spaces.292
WarningsLine has trailing spaces.294

org/slasoi/gslam/protocolengine/impl/StateEngineMain.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUnused import - org.slasoi.gslam.core.context.SLAManagerContext.SLAManagerContextException.36
WarningsUnused import - org.drools.KnowledgeBaseConfiguration.42
WarningsUnused import - org.drools.conf.MaintainTMSOption.49
WarningsUnused import - java.io.InputStreamReader.60
WarningsUnused import - java.io.Reader.61
WarningsUnused import - java.util.Iterator.64
WarningsUnused import - org.slasoi.slamodel.primitives.ID.68
WarningsUnused import - org.slasoi.slamodel.primitives.STND.69
WarningsUnused import - org.slasoi.slamodel.sla.Party.70
WarningsUnused import - org.slasoi.slamodel.sla.SLA.71
WarningsUnused import - org.slasoi.slamodel.sla.SLATemplate.72
WarningsUsing the '.*' form of import should be avoided - org.slasoi.slamodel.core.*.73
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.99
Warnings'{' should be on the previous line.100
Warnings'{' should be on the previous line.103
WarningsLine is longer than 120 characters.106
Warnings')' is preceded with whitespace.106
Warnings'}' should be on the same line.109
Warnings'catch' is not followed by whitespace.110
Warnings'{' should be on the previous line.111
WarningsMissing a Javadoc comment.115
WarningsParameter context should be final.115
WarningsMethod length is 238 lines (max allowed is 150).121
WarningsMissing a Javadoc comment.121
Warnings'pathToDRL' hides a field.124
Warnings'}' should be on the same line.136
Warnings'}' should be on the same line.145
WarningsLine has trailing spaces.170
WarningsLine has trailing spaces.173
WarningsLine has trailing spaces.174
WarningsLine has trailing spaces.175
WarningsLine has trailing spaces.176
WarningsLine has trailing spaces.177
WarningsLine has trailing spaces.179
Warnings'+' should be on a new line.180
Warnings'+' is not preceded with whitespace.181
Warnings'+' is not preceded with whitespace.181
Warnings'+' is not followed by whitespace.181
WarningsLine has trailing spaces.184
WarningsLine has trailing spaces.186
WarningsLine has trailing spaces.187
WarningsLine has trailing spaces.188
WarningsLine has trailing spaces.195
WarningsLine has trailing spaces.197
WarningsLine has trailing spaces.199
WarningsLine has trailing spaces.200
WarningsLine has trailing spaces.201
WarningsLine is longer than 120 characters.204
WarningsLine has trailing spaces.208
WarningsLine has trailing spaces.210
WarningsLine has trailing spaces.212
WarningsLine has trailing spaces.213
WarningsLine has trailing spaces.214
WarningsLine is longer than 120 characters.217
WarningsLine has trailing spaces.222
WarningsLine has trailing spaces.225
WarningsLine has trailing spaces.232
Warnings'+' is not preceded with whitespace.233
Warnings'+' is not followed by whitespace.233
WarningsLine has trailing spaces.238
WarningsLine has trailing spaces.240
WarningsLine has trailing spaces.241
WarningsLine has trailing spaces.242
Warnings'+' is not preceded with whitespace.243
Warnings'+' is not preceded with whitespace.243
Warnings'+' should be on a new line.243
Warnings'+' is not preceded with whitespace.244
Warnings'+' is not followed by whitespace.244
WarningsLine is longer than 120 characters.245
Warnings'if' is not followed by whitespace.245
Warnings'{' is not preceded with whitespace.245
Warnings'+' is not preceded with whitespace.246
Warnings'+' should be on a new line.246
WarningsLine has trailing spaces.249
WarningsLine has trailing spaces.255
WarningsLine has trailing spaces.257
WarningsLine has trailing spaces.258
WarningsLine has trailing spaces.259
Warnings'+' is not preceded with whitespace.260
Warnings'+' is not preceded with whitespace.260
Warnings'+' should be on a new line.260
Warnings'+' is not preceded with whitespace.261
Warnings'+' is not followed by whitespace.261
WarningsLine is longer than 120 characters.262
Warnings'if' is not followed by whitespace.262
Warnings'{' is not preceded with whitespace.262
Warnings'+' is not preceded with whitespace.263
Warnings'+' should be on a new line.263
WarningsLine has trailing spaces.266
WarningsLine has trailing spaces.272
WarningsLine has trailing spaces.274
WarningsLine has trailing spaces.275
WarningsLine has trailing spaces.276
Warnings'+' is not preceded with whitespace.277
Warnings'+' is not preceded with whitespace.277
Warnings'+' should be on a new line.277
Warnings'+' is not preceded with whitespace.278
Warnings'+' is not followed by whitespace.278
WarningsLine is longer than 120 characters.279
Warnings'if' is not followed by whitespace.279
Warnings'{' is not preceded with whitespace.279
Warnings'+' is not preceded with whitespace.280
Warnings'+' should be on a new line.280
Warnings'*' is not preceded with whitespace.285
Warnings'*' is not followed by whitespace.285
Warnings'}' should be on the same line.286
WarningsLine has trailing spaces.290
WarningsLine has trailing spaces.292
WarningsLine has trailing spaces.294
WarningsLine has trailing spaces.295
WarningsLine has trailing spaces.296
Warnings'+' is not preceded with whitespace.297
Warnings'+' is not preceded with whitespace.297
Warnings'+' should be on a new line.297
Warnings'+' is not preceded with whitespace.298
Warnings'+' is not followed by whitespace.298
WarningsLine is longer than 120 characters.299
Warnings'if' is not followed by whitespace.299
Warnings'{' is not preceded with whitespace.299
Warnings'+' is not preceded with whitespace.300
Warnings'+' should be on a new line.300
WarningsLine has trailing spaces.303
WarningsLine has trailing spaces.305
WarningsLine has trailing spaces.307
WarningsLine has trailing spaces.308
WarningsLine has trailing spaces.309
Warnings'+' is not preceded with whitespace.310
Warnings'+' is not preceded with whitespace.310
Warnings'+' should be on a new line.310
Warnings'+' is not preceded with whitespace.311
Warnings'+' is not followed by whitespace.311
WarningsLine is longer than 120 characters.312
Warnings'if' is not followed by whitespace.312
Warnings'{' is not preceded with whitespace.312
Warnings'+' is not preceded with whitespace.313
Warnings'+' should be on a new line.313
WarningsLine has trailing spaces.316
WarningsLine has trailing spaces.318
WarningsLine has trailing spaces.320
WarningsLine has trailing spaces.321
WarningsLine has trailing spaces.322
Warnings'+' is not preceded with whitespace.323
Warnings'+' is not preceded with whitespace.323
Warnings'+' should be on a new line.323
Warnings'+' is not preceded with whitespace.324
Warnings'+' is not followed by whitespace.324
Warnings'if' is not followed by whitespace.325
Warnings')' is preceded with whitespace.325
Warnings'{' is not preceded with whitespace.325
Warnings'+' is not preceded with whitespace.326
Warnings'+' should be on a new line.326
WarningsLine has trailing spaces.329
WarningsLine has trailing spaces.331
WarningsLine has trailing spaces.333
WarningsLine has trailing spaces.335
WarningsLine has trailing spaces.336
WarningsLine has trailing spaces.337
Warnings'+' is not preceded with whitespace.338
Warnings'+' is not preceded with whitespace.338
Warnings'+' should be on a new line.338
Warnings'+' is not preceded with whitespace.339
Warnings'+' is not followed by whitespace.339
Warnings'if' is not followed by whitespace.340
Warnings'{' is not preceded with whitespace.340
Warnings'+' is not preceded with whitespace.341
Warnings'+' should be on a new line.341
WarningsLine has trailing spaces.344
WarningsLine has trailing spaces.346
WarningsLine has trailing spaces.348
WarningsLine has trailing spaces.349
WarningsLine has trailing spaces.350
Warnings'+' is not preceded with whitespace.351
Warnings'+' is not preceded with whitespace.351
Warnings'+' should be on a new line.351
Warnings'+' is not preceded with whitespace.352
Warnings'+' is not followed by whitespace.352
Warnings'if' is not followed by whitespace.353
Warnings'{' is not preceded with whitespace.353
Warnings'+' is not preceded with whitespace.354
Warnings'+' should be on a new line.354
WarningsLine has trailing spaces.357
WarningsMissing a Javadoc comment.360
WarningsParameter listOfEvents should be final.360
Warnings';' is not followed by whitespace.365
WarningsMissing a Javadoc comment.372
WarningsParameter listOfEvents should be final.372
WarningsMissing a Javadoc comment.385
WarningsParameter results should be final.385
WarningsParameter length should be final.385
WarningsMissing a Javadoc comment.394
WarningsMissing a Javadoc comment.399
WarningsParameter a should be final.399
WarningsArray brackets at illegal position.399
Warnings'{' is not preceded with whitespace.399
WarningsLine has trailing spaces.400
WarningsLine has trailing spaces.418
WarningsLine has trailing spaces.420

org/slasoi/gslam/protocolengine/impl/StateName.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
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

org/slasoi/gslam/protocolengine/impl/StateStatus.java

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

org/slasoi/gslam/protocolengine/persistence/HibernateUtil.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing package-info.java file.0
WarningsUnused import - java.net.URL.4
WarningsUnused import - java.util.HashSet.5
WarningsUnused import - java.util.Set.6
WarningsUnused import - org.hibernate.tool.hbm2ddl.SchemaExport.13
WarningsMissing a Javadoc comment.37
WarningsUtility classes should not have a public or default constructor.37
WarningsMissing a Javadoc comment.39
WarningsVariable 'sessionFactory' must be private and have accessor methods.39
Warnings'(' is followed by whitespace.43
Warnings'!=' is not preceded with whitespace.43
WarningsLine has trailing spaces.47
Warnings'+' is not preceded with whitespace.54
Warnings'+' should be on a new line.54
WarningsLine has trailing spaces.55
Warnings'+' should be on a new line.55
WarningsLine is longer than 120 characters.56
WarningsLine has trailing spaces.57
Warnings'+' is not preceded with whitespace.58
Warnings'+' is not followed by whitespace.58
Warnings'+' is not preceded with whitespace.59
Warnings'+' is not followed by whitespace.59
Warnings'+' is not preceded with whitespace.59
Warnings'+' is not followed by whitespace.59
WarningsLine has trailing spaces.61
Warnings'+' is not preceded with whitespace.63
Warnings'+' is not followed by whitespace.63
Warnings')' is preceded with whitespace.63
WarningsLine has trailing spaces.64
WarningsLine has trailing spaces.87
WarningsLine has trailing spaces.89
WarningsLine has trailing spaces.92
WarningsLine has trailing spaces.94
Warnings'}' should be on the same line.97
WarningsMissing a Javadoc comment.107
WarningsRedundant throws: 'HibernateException' is unchecked exception.107
Warnings'if' is not followed by whitespace.109
Warnings'{' is not preceded with whitespace.109
WarningsLine has trailing spaces.110
Warnings'}' should be on the same line.111
Warnings'else' is not followed by whitespace.112
Warnings'{' is not preceded with whitespace.112

org/slasoi/gslam/protocolengine/persistence/JavaAssistHelper.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUtility classes should not have a public or default constructor.16
WarningsMissing a Javadoc comment.17
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.20
WarningsParameter pf should be final.30

org/slasoi/gslam/protocolengine/persistence/PersistenceManager.java

ViolationMessageLine
WarningsUnused import - org.slasoi.gslam.protocolengine.persistence.profiles.Location.10
WarningsUnused import - org.slasoi.gslam.protocolengine.persistence.profiles.MarketSegment.11
WarningsUnused import - org.slasoi.gslam.protocolengine.persistence.profiles.Party.13
WarningsUnused import - org.slasoi.gslam.protocolengine.persistence.profiles.Reason.16
WarningsUnused import - org.slasoi.gslam.protocolengine.persistence.profiles.Status.17
WarningsMissing a Javadoc comment.20
WarningsUtility classes should not have a public or default constructor.20
WarningsMissing a Javadoc comment.22
WarningsParameter args should be final.22
WarningsMissing a Javadoc comment.27
WarningsLine has trailing spaces.30
WarningsLine has trailing spaces.42
WarningsLine has trailing spaces.49
WarningsLine has trailing spaces.50
Warnings'cast' is not followed by whitespace.52
WarningsLine has trailing spaces.55
WarningsLine has trailing spaces.77
WarningsLine has trailing spaces.82
WarningsLine has trailing spaces.89
WarningsLine has trailing spaces.95
WarningsLine has trailing spaces.97
WarningsLine has trailing spaces.109

org/slasoi/gslam/protocolengine/persistence/profiles/BusinessHistory.java

ViolationMessageLine
WarningsMissing a Javadoc comment.8
Warnings'{' is not preceded with whitespace.9
WarningsLine has trailing spaces.10
WarningsMissing a Javadoc comment.11
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
WarningsMissing a Javadoc comment.22
WarningsLine has trailing spaces.23
WarningsMissing a Javadoc comment.24
Warnings'{' is not preceded with whitespace.24
WarningsLine has trailing spaces.25
WarningsLine has trailing spaces.27
WarningsMissing a Javadoc comment.28
Warnings'=' is not preceded with whitespace.29
Warnings'=' is not followed by whitespace.29
WarningsMissing a Javadoc comment.34
WarningsParameter id should be final.34
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.42
WarningsParameter slaId should be final.42
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.50
WarningsParameter slaTemplateId should be final.50
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.58
WarningsParameter billingSatisfactionLevel should be final.58
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.66
WarningsParameter serviceSatisfactionLevel should be final.66
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.74
WarningsParameter slaWorth should be final.74
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.82
WarningsParameter penaltiesAllowed should be final.82
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.90
WarningsParameter allowedPenaltiesAmount should be final.90
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.98
WarningsParameter currentPenaltiesAmount should be final.98
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.106
WarningsParameter penaltySatisfactionLevel should be final.106
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.114
WarningsParameter slaStatus should be final.114

org/slasoi/gslam/protocolengine/persistence/profiles/CustomerProfile.java

ViolationMessageLine
WarningsMissing a Javadoc comment.9
Warnings'{' is not preceded with whitespace.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
WarningsLine has trailing spaces.21
WarningsMissing a Javadoc comment.22
Warnings'{' is not preceded with whitespace.22
WarningsLine has trailing spaces.23
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.30
WarningsParameter customerSegment should be final.30
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.38
WarningsParameter customerEvolution should be final.38
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.46
WarningsParameter estimatedAge should be final.46
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.54
WarningsParameter education should be final.54
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.62
WarningsParameter socioEconomicLevel should be final.62
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.71
WarningsParameter hobbies should be final.71
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.79
WarningsParameter mobility should be final.79
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.87
WarningsParameter location should be final.87

org/slasoi/gslam/protocolengine/persistence/profiles/Education.java

ViolationMessageLine
WarningsMissing a Javadoc comment.4
WarningsLine has trailing spaces.5
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.9
WarningsMissing a Javadoc comment.10

org/slasoi/gslam/protocolengine/persistence/profiles/Evolution.java

ViolationMessageLine
WarningsMissing a Javadoc comment.4
WarningsLine has trailing spaces.5
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.8

org/slasoi/gslam/protocolengine/persistence/profiles/Hobbies.java

ViolationMessageLine
WarningsMissing a Javadoc comment.4
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.9
WarningsMissing a Javadoc comment.10
WarningsMissing a Javadoc comment.11
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.13

org/slasoi/gslam/protocolengine/persistence/profiles/Level.java

ViolationMessageLine
WarningsMissing a Javadoc comment.4
WarningsLine has trailing spaces.5
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.8

org/slasoi/gslam/protocolengine/persistence/profiles/Location.java

ViolationMessageLine
WarningsMissing a Javadoc comment.9
Warnings'{' is not preceded with whitespace.10
WarningsLine has trailing spaces.11
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
WarningsLine has trailing spaces.20
WarningsMissing a Javadoc comment.21
Warnings'{' is not preceded with whitespace.21
WarningsLine has trailing spaces.22
WarningsMissing a Javadoc comment.25
Warnings'=' is not preceded with whitespace.26
Warnings'=' is not followed by whitespace.26
WarningsMissing a Javadoc comment.30
WarningsParameter id should be final.30
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.36
WarningsParameter continent should be final.36
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.42
WarningsParameter country should be final.42
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.48
WarningsParameter address should be final.48
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.54
WarningsParameter telephone should be final.54
WarningsMissing a Javadoc comment.58
Warnings'=' is not preceded with whitespace.58
Warnings'=' is not followed by whitespace.58
WarningsMissing a Javadoc comment.62
WarningsParameter fax should be final.62
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.68
WarningsParameter emailAddress should be final.68

org/slasoi/gslam/protocolengine/persistence/profiles/MarketSegment.java

ViolationMessageLine
WarningsMissing a Javadoc comment.4
WarningsLine has trailing spaces.5
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.9
WarningsLine has trailing spaces.10

org/slasoi/gslam/protocolengine/persistence/profiles/NegotiationHistory.java

ViolationMessageLine
WarningsUnused import - javax.persistence.Embedded.7
WarningsMissing a Javadoc comment.16
Warnings'{' is not preceded with whitespace.17
WarningsMissing a Javadoc comment.19
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.21
WarningsMissing a Javadoc comment.22
WarningsMissing a Javadoc comment.23
WarningsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.29
WarningsLine has trailing spaces.30
WarningsMissing a Javadoc comment.31
Warnings'{' is not preceded with whitespace.31
WarningsLine has trailing spaces.32
WarningsLine has trailing spaces.34
WarningsMissing a Javadoc comment.35
Warnings'=' is not preceded with whitespace.36
Warnings'=' is not followed by whitespace.36
WarningsMissing a Javadoc comment.41
WarningsParameter id should be final.41
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.49
WarningsParameter negotiationId should be final.49
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.57
WarningsParameter outcome should be final.57
WarningsMissing a Javadoc comment.61
Warnings'=' is not preceded with whitespace.61
Warnings'=' is not followed by whitespace.61
WarningsMissing a Javadoc comment.66
WarningsParameter negotiationRounds should be final.66
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.74
WarningsParameter startTime should be final.74
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.82
WarningsParameter endTime should be final.82
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.90
WarningsParameter slaId should be final.90
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.98
WarningsParameter slaTemplateId should be final.98
WarningsMissing a Javadoc comment.102
Warnings'=' is not preceded with whitespace.102
Warnings'=' is not followed by whitespace.102
WarningsMissing a Javadoc comment.107
WarningsParameter renegotiation should be final.107
WarningsMissing a Javadoc comment.111
Warnings'=' is not preceded with whitespace.112
Warnings'=' is not followed by whitespace.112
WarningsMissing a Javadoc comment.118
WarningsParameter rankings should be final.118

org/slasoi/gslam/protocolengine/persistence/profiles/Outcome.java

ViolationMessageLine
WarningsMissing a Javadoc comment.3
WarningsLine has trailing spaces.4
WarningsMissing a Javadoc comment.5
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.8

org/slasoi/gslam/protocolengine/persistence/profiles/Party.java

ViolationMessageLine
WarningsUnused import - javax.persistence.Column.3
WarningsUnused import - javax.persistence.Embedded.4
WarningsMissing a Javadoc comment.13
Warnings'{' is not preceded with whitespace.14
WarningsLine has trailing spaces.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
WarningsLine has trailing spaces.21
WarningsMissing a Javadoc comment.22
Warnings'{' is not preceded with whitespace.22
WarningsLine has trailing spaces.23
WarningsLine has trailing spaces.25
WarningsMissing a Javadoc comment.26
Warnings'=' is not preceded with whitespace.27
Warnings'=' is not followed by whitespace.27
WarningsMissing a Javadoc comment.32
WarningsParameter id should be final.32
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.40
WarningsParameter partyId should be final.40
WarningsMissing a Javadoc comment.44
Warnings'=' is not preceded with whitespace.45
Warnings'=' is not followed by whitespace.45
WarningsMissing a Javadoc comment.51
WarningsParameter location should be final.51
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.59
WarningsParameter marketSegment should be final.59
WarningsLine has trailing spaces.62

org/slasoi/gslam/protocolengine/persistence/profiles/ProductProfile.java

ViolationMessageLine
WarningsMissing a Javadoc comment.4
Warnings'{' is not preceded with whitespace.5
WarningsLine has trailing spaces.6
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.9
WarningsMissing a Javadoc comment.10
WarningsMissing a Javadoc comment.11
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.13
WarningsMissing a Javadoc comment.15
Warnings'{' is not preceded with whitespace.15
WarningsLine has trailing spaces.16
WarningsMissing a Javadoc comment.19
WarningsMissing a Javadoc comment.23
WarningsParameter salesMinCountObjective should be final.23
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.31
WarningsParameter salesCountExcelObjective should be final.31
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.39
WarningsParameter maxPenaltyCostPerCustomer should be final.39
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.47
WarningsParameter maxViolationCountPerCustomer should be final.47
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.55
WarningsParameter maxPenaltyCost should be final.55
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.63
WarningsParameter maxViolationCount should be final.63
WarningsLine has trailing spaces.66

org/slasoi/gslam/protocolengine/persistence/profiles/Profile.java

ViolationMessageLine
WarningsUnused import - javax.persistence.Embedded.8
WarningsMissing a Javadoc comment.19
Warnings'{' is not preceded with whitespace.20
WarningsLine has trailing spaces.21
WarningsMissing a Javadoc comment.22
WarningsMissing a Javadoc comment.23
WarningsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.31
WarningsLine has trailing spaces.32
WarningsMissing a Javadoc comment.33
Warnings'{' is not preceded with whitespace.33
WarningsLine has trailing spaces.34
WarningsLine has trailing spaces.36
WarningsMissing a Javadoc comment.37
Warnings'=' is not preceded with whitespace.38
Warnings'=' is not followed by whitespace.38
WarningsMissing a Javadoc comment.42
WarningsParameter id should be final.42
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.48
WarningsParameter profileId should be final.48
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.54
WarningsParameter profileType should be final.54
WarningsLine has trailing spaces.57
WarningsMissing a Javadoc comment.58
Warnings'=' is not preceded with whitespace.58
Warnings'=' is not followed by whitespace.58
Warnings'=' is not preceded with whitespace.60
Warnings'=' is not followed by whitespace.60
Warnings'(' is followed by whitespace.61
Warnings'=' is not preceded with whitespace.61
Warnings'=' is not followed by whitespace.61
Warnings'(' is followed by whitespace.62
Warnings'=' is not preceded with whitespace.62
Warnings'=' is not followed by whitespace.62
WarningsMissing a Javadoc comment.67
WarningsParameter negotiationHistory should be final.67
WarningsLine has trailing spaces.70
WarningsMissing a Javadoc comment.71
Warnings'=' is not preceded with whitespace.71
Warnings'=' is not followed by whitespace.71
Warnings'=' is not preceded with whitespace.73
Warnings'=' is not followed by whitespace.73
Warnings'(' is followed by whitespace.74
Warnings'=' is not preceded with whitespace.74
Warnings'=' is not followed by whitespace.74
Warnings'(' is followed by whitespace.75
Warnings'=' is not preceded with whitespace.75
Warnings'=' is not followed by whitespace.75
WarningsLine has trailing spaces.76
WarningsMissing a Javadoc comment.80
WarningsParameter businessHistory should be final.80
WarningsLine has trailing spaces.83
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.87
WarningsParameter creationTime should be final.87
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.93
WarningsParameter lastModified should be final.93
WarningsLine has trailing spaces.96
WarningsMissing a Javadoc comment.97
Warnings'=' is not preceded with whitespace.98
Warnings'=' is not followed by whitespace.98
WarningsMissing a Javadoc comment.103
WarningsParameter status should be final.103
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.109
WarningsParameter annotations should be final.109
WarningsLine has trailing spaces.112

org/slasoi/gslam/protocolengine/persistence/profiles/ProfileType.java

ViolationMessageLine
WarningsMissing a Javadoc comment.3
WarningsLine has trailing spaces.4
WarningsMissing a Javadoc comment.5
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.7

org/slasoi/gslam/protocolengine/persistence/profiles/ProviderProfile.java

ViolationMessageLine
WarningsMissing a Javadoc comment.4
Warnings'{' is not preceded with whitespace.5
WarningsLine has trailing spaces.6
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.9
WarningsMissing a Javadoc comment.10
WarningsLine has trailing spaces.11
WarningsMissing a Javadoc comment.12
Warnings'{' is not preceded with whitespace.12
WarningsLine has trailing spaces.13
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.20
WarningsParameter salesObjective should be final.20
WarningsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.28
WarningsParameter maxPenaltyCosts should be final.28
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.36
WarningsParameter maxViolationsCount should be final.36

org/slasoi/gslam/protocolengine/persistence/profiles/Rank.java

ViolationMessageLine
WarningsMissing a Javadoc comment.3
WarningsLine has trailing spaces.4
WarningsMissing a Javadoc comment.5
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.9

org/slasoi/gslam/protocolengine/persistence/profiles/Reason.java

ViolationMessageLine
WarningsMissing a Javadoc comment.3
WarningsLine has trailing spaces.4
WarningsMissing a Javadoc comment.5
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.8

org/slasoi/gslam/protocolengine/persistence/profiles/SLAStatus.java

ViolationMessageLine
WarningsMissing a Javadoc comment.3
WarningsLine has trailing spaces.4
WarningsMissing a Javadoc comment.5
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.7

org/slasoi/gslam/protocolengine/persistence/profiles/SocioEconomicLevel.java

ViolationMessageLine
WarningsMissing a Javadoc comment.3
WarningsLine has trailing spaces.4
WarningsMissing a Javadoc comment.5
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.7

org/slasoi/gslam/protocolengine/persistence/profiles/Status.java

ViolationMessageLine
WarningsMissing a Javadoc comment.13
Warnings'{' is not preceded with whitespace.14
WarningsLine has trailing spaces.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
WarningsLine has trailing spaces.22
WarningsMissing a Javadoc comment.23
Warnings'{' is not preceded with whitespace.23
WarningsLine has trailing spaces.24
WarningsMissing a Javadoc comment.27
Warnings'=' is not preceded with whitespace.28
Warnings'=' is not followed by whitespace.28
WarningsMissing a Javadoc comment.32
WarningsParameter id should be final.32
WarningsLine has trailing spaces.35
WarningsMissing a Javadoc comment.36
Warnings'=' is not preceded with whitespace.36
Warnings'=' is not followed by whitespace.36
WarningsMissing a Javadoc comment.41
WarningsParameter isBlackListed should be final.41
Warnings'isBlackListed' hides a field.41
WarningsMissing a Javadoc comment.46
Warnings'=' is not preceded with whitespace.47
Warnings'=' is not followed by whitespace.47
WarningsMissing a Javadoc comment.52
WarningsParameter blackListingReason should be final.52
WarningsMissing a Javadoc comment.56
Warnings'=' is not preceded with whitespace.56
Warnings'=' is not followed by whitespace.56
WarningsMissing a Javadoc comment.61
WarningsParameter isWhiteListed should be final.61
Warnings'isWhiteListed' hides a field.61
WarningsMissing a Javadoc comment.65
Warnings'=' is not preceded with whitespace.66
Warnings'=' is not followed by whitespace.66
WarningsMissing a Javadoc comment.71
WarningsParameter whiteListingReason should be final.71
WarningsLine has trailing spaces.74

org/slasoi/gslam/protocolengine/persistence/profiles/StrategyRanks.java

ViolationMessageLine
WarningsMissing a Javadoc comment.8
Warnings'{' is not preceded with whitespace.9
WarningsLine has trailing spaces.10
WarningsMissing a Javadoc comment.11
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
WarningsLine has trailing spaces.17
WarningsMissing a Javadoc comment.18
Warnings'{' is not preceded with whitespace.18
WarningsLine has trailing spaces.19
WarningsLine has trailing spaces.21
WarningsMissing a Javadoc comment.22
Warnings'=' is not preceded with whitespace.23
Warnings'=' is not followed by whitespace.23
WarningsMissing a Javadoc comment.27
WarningsParameter id should be final.27
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.35
WarningsParameter customerRank should be final.35
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.43
WarningsParameter providerRank should be final.43
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.51
WarningsParameter productRank should be final.51
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.59
WarningsParameter negotiationRank should be final.59
WarningsLine has trailing spaces.62

org/slasoi/gslam/protocolengine/persistence/profiles/package-info.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing a Javadoc comment.1