Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
22 0 0 1188

Rules

Rules Violations Severity
PackageHtml 7 error Error
NewlineAtEndOfFile 1 error Error
Translation 0 error Error
JavadocMethod 282 error Error
JavadocType 14 error Error
JavadocVariable 34 error Error
JavadocStyle 31 error Error
ConstantName 4 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MemberName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
AvoidStarImport 1 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
FileLength 0 error Error
LineLength 189 error Error
MethodLength 0 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
MethodParamPad 0 error Error
NoWhitespaceAfter 2 error Error
NoWhitespaceBefore 0 error Error
OperatorWrap 0 error Error
ParenPad 0 error Error
TypecastParenPad 0 error Error
TabCharacter 50 error Error
WhitespaceAfter 0 error Error
WhitespaceAround 4 error Error
ModifierOrder 1 error Error
RedundantModifier 30 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 1 error Error
LeftCurly 180 error Error
NeedBraces 24 error Error
RightCurly 28 error Error
AvoidInlineConditionals 10 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField 15 error Error
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MagicNumber 2 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
DesignForExtension 92 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 5 error Error
InterfaceIsType 0 error Error
VisibilityModifier 14 error Error
ArrayTypeStyle 0 error Error
FinalParameters 165 error Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
2 error Error
TodoComment 0 error Error
UpperEll 0 error Error

Details

com/atlassian/core/ofbiz/util/OFBizPropertyUtils.java

Violation Message Line
error Utility classes should not have a public or default constructor. 18
error '{' should be on the previous line. 19
error Missing a Javadoc comment. 20
error Parameter gv should be final. 20
error '{' should be on the previous line. 21
error Line is longer than 80 characters. 26
error Missing a Javadoc comment. 29
error Parameter gv should be final. 29
error '{' should be on the previous line. 30
error '{' should be on the previous line. 34

com/atlassian/core/ofbiz/test/mock/MockGenericValue.java

Violation Message Line
error Using the '.*' form of import should be avoided - java.util.*. 13
error Missing a Javadoc comment. 15
error Missing a Javadoc comment. 16
error Variable 'fields' must be private and have accessor methods. 16
error Missing a Javadoc comment. 17
error Variable 'created' must be private and have accessor methods. 17
error Missing a Javadoc comment. 18
error Variable 'stored' must be private and have accessor methods. 18
error Missing a Javadoc comment. 19
error Variable 'refreshed' must be private and have accessor methods. 19
error Missing a Javadoc comment. 20
error Variable 'removed' must be private and have accessor methods. 20
error Missing a Javadoc comment. 21
error Variable 'related' must be private and have accessor methods. 21
error Missing a Javadoc comment. 23
error Variable 'gd' must be private and have accessor methods. 23
error Missing a Javadoc comment. 25
error Parameter value should be final. 25
error Missing a Javadoc comment. 30
error Parameter entityName should be final. 30
error Missing a Javadoc comment. 36
error Parameter entityName should be final. 36
error Parameter fields should be final. 36
error 'fields' hides a field. 36
error 'if' construct must use '{}'s. 39
error Method 'get' is not designed for extension - needs to be abstract, final or empty. 43
error Missing a Javadoc comment. 43
error Parameter name should be final. 43
error Method 'set' is not designed for extension - needs to be abstract, final or empty. 47
error Missing a Javadoc comment. 47
error Parameter name should be final. 47
error Parameter value should be final. 47
error Method 'getAllKeys' is not designed for extension - needs to be abstract, final or empty. 51
error Missing a Javadoc comment. 51
error Method 'getFields' is not designed for extension - needs to be abstract, final or empty. 55
error Missing a Javadoc comment. 55
error Parameter collection should be final. 55
error '{' should be on the previous line. 56
error '{' should be on the previous line. 59
error Method 'getAllFields' is not designed for extension - needs to be abstract, final or empty. 66
error Missing a Javadoc comment. 66
error '{' should be on the previous line. 67
error Method 'getRelated' is not designed for extension - needs to be abstract, final or empty. 71
error Missing a Javadoc comment. 71
error Parameter s should be final. 71
error 'related' hides a field. 72
error Avoid inline conditionals. 73
error Line is longer than 80 characters. 76
error Method 'getRelated' is not designed for extension - needs to be abstract, final or empty. 76
error Missing a Javadoc comment. 76
error Parameter s should be final. 76
error Parameter map should be final. 76
error Parameter order should be final. 76
error Line is longer than 80 characters. 77
error Method 'setRelated' is not designed for extension - needs to be abstract, final or empty. 80
error Missing a Javadoc comment. 80
error Parameter s should be final. 80
error Parameter relatedGVs should be final. 80
error Method 'create' is not designed for extension - needs to be abstract, final or empty. 84
error Missing a Javadoc comment. 84
error Method 'isCreated' is not designed for extension - needs to be abstract, final or empty. 89
error Missing a Javadoc comment. 89
error Method 'isStored' is not designed for extension - needs to be abstract, final or empty. 93
error Missing a Javadoc comment. 93
error Method 'isRemoved' is not designed for extension - needs to be abstract, final or empty. 97
error Missing a Javadoc comment. 97
error Method 'isRefreshed' is not designed for extension - needs to be abstract, final or empty. 101
error Missing a Javadoc comment. 101
error Method 'getModelEntity' is not designed for extension - needs to be abstract, final or empty. 105
error Missing a Javadoc comment. 105
error Method 'matchesFields' is not designed for extension - needs to be abstract, final or empty. 109
error Missing a Javadoc comment. 109
error Parameter keyValuePairs should be final. 109
error 'if' construct must use '{}'s. 110
error 'if' construct must use '{}'s. 111
error Line is longer than 80 characters. 115
error Method 'getPrimaryKey' is not designed for extension - needs to be abstract, final or empty. 122
error Missing a Javadoc comment. 122
error Line is longer than 80 characters. 123
error Method 'setDelegator' is not designed for extension - needs to be abstract, final or empty. 127
error Missing a Javadoc comment. 127
error Parameter internalDelegator should be final. 127
error Method 'getDelegator' is not designed for extension - needs to be abstract, final or empty. 131
error Missing a Javadoc comment. 131
error Method 'store' is not designed for extension - needs to be abstract, final or empty. 135
error Missing a Javadoc comment. 135
error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 140
error Missing a Javadoc comment. 140
error Line is longer than 80 characters. 145
error Method 'removeRelated' is not designed for extension - needs to be abstract, final or empty. 145
error Missing a Javadoc comment. 145
error Parameter relationName should be final. 145
error Method 'refresh' is not designed for extension - needs to be abstract, final or empty. 149
error Missing a Javadoc comment. 149
error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 154
error Missing a Javadoc comment. 154
error Method 'dangerousGetNoCheckButFast' is not designed for extension - needs to be abstract, final or empty. 173
error Missing a Javadoc comment. 173
error Parameter modelField should be final. 173
error 'if' construct must use '{}'s. 174
error Line is longer than 80 characters. 174
error Method 'equals' is not designed for extension - needs to be abstract, final or empty. 178
error Missing a Javadoc comment. 178
error Parameter o should be final. 178
error 'if' construct must use '{}'s. 179
error 'if' construct must use '{}'s. 180
error 'if' construct must use '{}'s. 181
error 'if' construct must use '{}'s. 185
error Line is longer than 80 characters. 185
error Avoid inline conditionals. 185
error Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. 190
error Missing a Javadoc comment. 190
error '29' is a magic number. 192
error Avoid inline conditionals. 192
error '29' is a magic number. 193
error Avoid inline conditionals. 193
error Method 'setString' is not designed for extension - needs to be abstract, final or empty. 197
error Missing a Javadoc comment. 197
error Parameter s should be final. 197
error Parameter s1 should be final. 197
error Line is longer than 80 characters. 201
error Method 'getRelatedOrderBy' is not designed for extension - needs to be abstract, final or empty. 201
error Missing a Javadoc comment. 201
error Parameter relationName should be final. 201
error Parameter orderBy should be final. 201
error Line is longer than 80 characters. 202
error Line is longer than 80 characters. 205
error Method 'getRelatedByAnd' is not designed for extension - needs to be abstract, final or empty. 205
error Missing a Javadoc comment. 205
error Parameter relationName should be final. 205
error Parameter fields should be final. 205
error 'fields' hides a field. 205
error Line is longer than 80 characters. 206
error Missing a Javadoc comment. 209
error Missing a Javadoc comment. 210
error Variable 'value' must be private and have accessor methods. 210
error Missing a Javadoc comment. 212
error Missing a Javadoc comment. 216
error Parameter value should be final. 216
error 'value' hides a field. 216
error Method 'getAllFieldNames' is not designed for extension - needs to be abstract, final or empty. 221
error Missing a Javadoc comment. 221
error Line is longer than 80 characters. 224
error Method 'getField' is not designed for extension - needs to be abstract, final or empty. 232
error Missing a Javadoc comment. 232
error Parameter fieldName should be final. 232
error Method 'entrySet' is not designed for extension - needs to be abstract, final or empty. 244
error Missing a Javadoc comment. 244
error '{' should be on the previous line. 245
error Method 'keySet' is not designed for extension - needs to be abstract, final or empty. 249
error Missing a Javadoc comment. 249
error '{' should be on the previous line. 250
error Method 'size' is not designed for extension - needs to be abstract, final or empty. 254
error Missing a Javadoc comment. 254
error '{' should be on the previous line. 255
error Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. 259
error Missing a Javadoc comment. 259
error '{' should be on the previous line. 260
error Method 'values' is not designed for extension - needs to be abstract, final or empty. 264
error Missing a Javadoc comment. 264
error '{' should be on the previous line. 265
error Method 'clone' is not designed for extension - needs to be abstract, final or empty. 269
error Missing a Javadoc comment. 269
error '{' should be on the previous line. 270

com/atlassian/core/ofbiz/util/EntityUtils.java

Violation Message Line
error Missing a Javadoc comment. 28
error Utility classes should not have a public or default constructor. 28
error '{' should be on the previous line. 29
error Line is longer than 80 characters. 30
error Missing a Javadoc comment. 30
error Name 'entityOperators' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
error '{' is followed by whitespace. 30
error First sentence should end with a period. 32
error Expected an @return tag. 35
error Expected @param tag for 'code'. 35
error '{' should be on the previous line. 36
error '{' should be on the previous line. 38
error '{' should be on the previous line. 41
error Line is longer than 80 characters. 51
error Expected an @return tag. 53
error Line is longer than 80 characters. 53
error Expected @param tag for 'entity'. 53
error Expected @param tag for 'paramMap'. 53
error Expected @throws tag for 'GenericEntityException'. 53
error Line is longer than 80 characters. 55
error Avoid inline conditionals. 55
error '{' should be on the previous line. 58
error Line is longer than 80 characters. 59
error Line is longer than 80 characters. 63
error Line is longer than 80 characters. 73
error Line is longer than 80 characters. 74
error Line is longer than 80 characters. 75
error Line is longer than 80 characters. 80
error Expected @param tag for 'v1'. 80
error Expected @param tag for 'v2'. 80
error '{' should be on the previous line. 83
error '{' should be on the previous line. 87
error '{' should be on the previous line. 92
error Line is longer than 80 characters. 97
error '{' should be on the previous line. 102
error '{' should be on the previous line. 106
error '}' should be on the same line. 108
error '{' should be on the previous line. 110
error Line is longer than 80 characters. 112
error '{' should be on the previous line. 117
error '}' should be on the same line. 120
error '{' should be on the previous line. 122
error Line is longer than 80 characters. 132
error '{' should be on the previous line. 134
error Line is longer than 80 characters. 135
error '{' should be on the previous line. 139
error '}' should be on the same line. 141
error '{' should be on the previous line. 143
error Line is longer than 80 characters. 159
error '{' should be on the previous line. 166
error '{' should be on the previous line. 182
error '{' should be on the previous line. 184
error '{' should be on the previous line. 188
error '{' should be on the previous line. 195
error Line is longer than 80 characters. 199
error '{' should be on the previous line. 206
error Line is longer than 80 characters. 207
error '{' should be on the previous line. 211
error '}' should be on the same line. 214
error '{' should be on the previous line. 216
error '{' should be on the previous line. 220
error '}' should be on the same line. 223
error Line is longer than 80 characters. 224
error Line is longer than 80 characters. 226
error Line is longer than 80 characters. 233
error '}' should be on the same line. 236
error Line is longer than 80 characters. 237
error '}' should be on the same line. 240
error Line is longer than 80 characters. 241
error '}' should be on the same line. 244
error Line is longer than 80 characters. 245
error '}' should be on the same line. 248
error '{' should be on the previous line. 250
error '}' should be on the same line. 254
error '{' should be on the previous line. 256
error Line is longer than 80 characters. 258
error '}' should be on the same line. 260
error '{' should be on the previous line. 262
error Line is longer than 80 characters. 263
error '{' should be on the previous line. 268
error Line is longer than 80 characters. 276
error Expected an @return tag. 279
error Line is longer than 80 characters. 279
error Expected @param tag for 'entityName'. 279
error Expected @throws tag for 'GenericEntityException'. 279
error Line is longer than 80 characters. 283
error '{' should be on the previous line. 287
error '{' should be on the previous line. 290
error '}' should be on the same line. 293
error '{' should be on the previous line. 295
error Must have at least one statement. 295

com/atlassian/core/ofbiz/comparators/OFBizFieldComparator.java

Violation Message Line
error Missing a Javadoc comment. 14
error '{' should be on the previous line. 15
error Line is longer than 80 characters. 16
error Missing a Javadoc comment. 16
error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 16
error Missing a Javadoc comment. 18
error Variable 'fieldname' must be private and have accessor methods. 18
error Missing a Javadoc comment. 20
error Parameter fieldname should be final. 20
error 'fieldname' hides a field. 20
error '{' should be on the previous line. 21
error Method 'compare' is not designed for extension - needs to be abstract, final or empty. 25
error Missing a Javadoc comment. 25
error Parameter o1 should be final. 25
error Parameter o2 should be final. 25
error '{' should be on the previous line. 26
error '{' should be on the previous line. 28
error 'if' construct must use '{}'s. 32
error 'if' construct must use '{}'s. 34
error 'if' construct must use '{}'s. 36
error Line has trailing spaces. 38
error 'if' construct must use '{}'s. 42
error 'if' construct must use '{}'s. 44
error 'if' construct must use '{}'s. 46
error 'else' construct must use '{}'s. 48
error '}' should be on the same line. 50
error '{' should be on the previous line. 52

com/atlassian/core/ofbiz/osuser/CoreOFBizCredentialsProvider.java

Violation Message Line
error '{' should be on the previous line. 24
error Line is longer than 80 characters. 25
error Missing a Javadoc comment. 25
error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 25
error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 27
error Missing a Javadoc comment. 27
error Parameter name should be final. 27
error '{' should be on the previous line. 28
error Line contains a tab character. 31
error '{' should be on the previous line. 31
error Line contains a tab character. 32
error Line contains a tab character. 33
error Line contains a tab character. 34
error Line contains a tab character. 35
error Line contains a tab character. 36
error Line contains a tab character. 37
error Line contains a tab character. 38
error '{' should be on the previous line. 38
error Line contains a tab character. 39
error Line contains a tab character. 40
error Line contains a tab character. 43
error '{' should be on the previous line. 47
error Line is longer than 80 characters. 48
error Line contains a tab character. 48
error Line contains a tab character. 49
error '{' should be on the previous line. 49
error Line is longer than 80 characters. 50
error Line contains a tab character. 50
error Line contains a tab character. 51
error Line contains a tab character. 55
error Line contains a tab character. 56
error Line contains a tab character. 57
error Line is longer than 80 characters. 59
error Line contains a tab character. 59
error Line is longer than 80 characters. 61
error Line contains a tab character. 61
error Line contains a tab character. 64
error Line contains a tab character. 65
error '}' should be on the same line. 65
error Line contains a tab character. 66
error Line contains a tab character. 67
error '{' should be on the previous line. 67
error Line contains a tab character. 68
error Line contains a tab character. 69
error Line contains a tab character. 70
error '{' should be on the previous line. 70
error Line contains a tab character. 71
error Line contains a tab character. 72
error '}' should be on the same line. 72
error Line contains a tab character. 73
error Line contains a tab character. 74
error '{' should be on the previous line. 74
error Line contains a tab character. 75
error Line contains a tab character. 76
error Line contains a tab character. 77
error Line contains a tab character. 78
error Line contains a tab character. 79
error '}' should be on the same line. 79
error Line contains a tab character. 80
error Line contains a tab character. 81
error '{' should be on the previous line. 81
error Line contains a tab character. 82
error Line contains a tab character. 83
error Line contains a tab character. 84
error '{' should be on the previous line. 84
error Line contains a tab character. 85
error Line contains a tab character. 86
error '}' should be on the same line. 86
error Line contains a tab character. 87
error Line contains a tab character. 88
error '{' should be on the previous line. 88
error Line contains a tab character. 89
error Line contains a tab character. 90
error Line contains a tab character. 91
error Line contains a tab character. 92
error Line contains a tab character. 93

com/atlassian/core/ofbiz/test/mock/package.html

Violation Message Line
error Missing package documentation file. 0

com/atlassian/core/ofbiz/test/UtilsForTests.java

Violation Message Line
error Missing a Javadoc comment. 29
error Utility classes should not have a public or default constructor. 29
error '{' should be on the previous line. 30
error First sentence should end with a period. 31
error Unused @throws tag for 'EntityException'. 36
error Line is longer than 80 characters. 38
error '{' should be on the previous line. 41
error '}' should be on the same line. 43
error '{' should be on the previous line. 45
error First sentence should end with a period. 50
error Unused @param tag for 'entity'. 52
error Unused @param tag for 'fields'. 53
error Line is longer than 80 characters. 55
error Unused @throws tag for 'DuplicateException'. 55
error Expected @param tag for 'username'. 57
error '{' should be on the previous line. 58
error '{' should be on the previous line. 60
error '}' should be on the same line. 62
error '{' should be on the previous line. 64
error '}' should be on the same line. 66
error '{' should be on the previous line. 68
error Missing a Javadoc comment. 73
error '{' should be on the previous line. 74
error '{' should be on the previous line. 76
error '}' should be on the same line. 78
error '{' should be on the previous line. 80
error '}' should be on the same line. 82
error '{' should be on the previous line. 84
error Missing a Javadoc comment. 89
error Parameter params should be final. 89
error '{' should be on the previous line. 92
error '{' should be on the previous line. 94
error '{' should be on the previous line. 99
error Line is longer than 80 characters. 104
error '}' should be on the same line. 107
error '{' should be on the previous line. 109
error Expected @throws tag for 'Exception'. 117
error '{' should be on the previous line. 118
error Line is longer than 80 characters. 119
error Line is longer than 80 characters. 124
error Missing a Javadoc comment. 130
error '{' should be on the previous line. 131
error Missing a Javadoc comment. 136
error '{' should be on the previous line. 137
error Line is longer than 80 characters. 140
error Line is longer than 80 characters. 141
error Line is longer than 80 characters. 143
error First sentence should end with a period. 146
error Line is longer than 80 characters. 147
error Line is longer than 80 characters. 149
error Expected @param tag for 'test'. 149
error Expected @param tag for 'collection'. 149
error Expected @param tag for 'expected'. 149
error Line is longer than 80 characters. 156
error Missing a Javadoc comment. 159
error '{' should be on the previous line. 160
error Missing a Javadoc comment. 161
error '{' should be on the previous line. 162
error Missing a Javadoc comment. 167
error '{' should be on the previous line. 168
error Missing a Javadoc comment. 169
error '{' should be on the previous line. 170
error Missing a Javadoc comment. 175
error '{' should be on the previous line. 176
error Missing a Javadoc comment. 177
error '{' should be on the previous line. 178

com/atlassian/core/ofbiz/comparators/package.html

Violation Message Line
error Missing package documentation file. 0

com/atlassian/core/ofbiz/association/DefaultAssociationManager.java

Violation Message Line
error File does not end with a newline. 0
error Missing a Javadoc comment. 24
error '{' should be on the previous line. 25
error Line is longer than 80 characters. 26
error Missing a Javadoc comment. 26
error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 26
error Line is longer than 80 characters. 27
error Missing a Javadoc comment. 27
error Line is longer than 80 characters. 30
error Line is longer than 80 characters. 34
error Line is longer than 80 characters. 36
error Method 'createAssociation' is not designed for extension - needs to be abstract, final or empty. 36
error Parameter source should be final. 36
error Expected @param tag for 'source'. 36
error Parameter sink should be final. 36
error Expected @param tag for 'sink'. 36
error Parameter associationType should be final. 36
error Expected @param tag for 'associationType'. 36
error Expected @throws tag for 'GenericEntityException'. 37
error '{' should be on the previous line. 38
error Line is longer than 80 characters. 39
error '{' should be on the previous line. 41
error Line is longer than 80 characters. 42
error Line is longer than 80 characters. 54
error Method 'createAssociation' is not designed for extension - needs to be abstract, final or empty. 54
error Missing a Javadoc comment. 54
error Parameter sourceNodeId should be final. 54
error Parameter sourceNodeEntity should be final. 54
error Parameter sinkNodeId should be final. 54
error Parameter sinkNodeEntity should be final. 54
error Parameter associationType should be final. 54
error '{' should be on the previous line. 56
error Line is longer than 80 characters. 57
error '{' should be on the previous line. 59
error Line is longer than 80 characters. 60
error Line is longer than 80 characters. 72
error Method 'createAssociation' is not designed for extension - needs to be abstract, final or empty. 72
error Missing a Javadoc comment. 72
error Parameter userName should be final. 72
error Parameter sinkNodeId should be final. 72
error Parameter sinkNodeEntity should be final. 72
error Parameter associationType should be final. 72
error '{' should be on the previous line. 74
error Line is longer than 80 characters. 75
error '{' should be on the previous line. 77
error Line is longer than 80 characters. 78
error Line is longer than 80 characters. 90
error Method 'createAssociation' is not designed for extension - needs to be abstract, final or empty. 90
error Missing a Javadoc comment. 90
error Parameter user should be final. 90
error Parameter sink should be final. 90
error Parameter associationType should be final. 90
error '{' should be on the previous line. 92
error Line is longer than 80 characters. 93
error Line is longer than 80 characters. 104
error Method 'removeAssociation' is not designed for extension - needs to be abstract, final or empty. 104
error Missing a Javadoc comment. 104
error Parameter user should be final. 104
error Parameter sink should be final. 104
error Parameter associationType should be final. 104
error Line is longer than 80 characters. 109
error Method 'removeAssociation' is not designed for extension - needs to be abstract, final or empty. 109
error Missing a Javadoc comment. 109
error Parameter username should be final. 109
error Parameter sink should be final. 109
error Parameter associationType should be final. 109
error '{' should be on the previous line. 111
error Line is longer than 80 characters. 117
error Line is longer than 80 characters. 120
error Method 'removeAssociation' is not designed for extension - needs to be abstract, final or empty. 120
error Missing a Javadoc comment. 120
error Parameter source should be final. 120
error Parameter sink should be final. 120
error Parameter associationType should be final. 120
error '{' should be on the previous line. 122
error Line is longer than 80 characters. 129
error First sentence should end with a period. 132
error Line is longer than 80 characters. 135
error Method 'removeAssociationsFromSource' is not designed for extension - needs to be abstract, final or empty. 135
error Parameter source should be final. 135
error Expected @param tag for 'source'. 135
error Expected @throws tag for 'GenericEntityException'. 135
error Line is longer than 80 characters. 143
error Method 'removeAssociationsFromSink' is not designed for extension - needs to be abstract, final or empty. 143
error Missing a Javadoc comment. 143
error Parameter sink should be final. 143
error First sentence should end with a period. 151
error Line is longer than 80 characters. 154
error Method 'removeUserAssociationsFromSink' is not designed for extension - needs to be abstract, final or empty. 154
error Parameter sink should be final. 154
error Expected @param tag for 'sink'. 154
error Expected @throws tag for 'GenericEntityException'. 154
error First sentence should end with a period. 162
error Line is longer than 80 characters. 163
error Line is longer than 80 characters. 165
error Method 'removeUserAssociationsFromSink' is not designed for extension - needs to be abstract, final or empty. 165
error Parameter sink should be final. 165
error Expected @param tag for 'sink'. 165
error Parameter associationType should be final. 165
error Expected @param tag for 'associationType'. 165
error Expected @throws tag for 'GenericEntityException'. 165
error First sentence should end with a period. 175
error Line is longer than 80 characters. 178
error Method 'removeUserAssociationsFromUser' is not designed for extension - needs to be abstract, final or empty. 178
error Parameter user should be final. 178
error Expected @param tag for 'user'. 178
error Expected @throws tag for 'GenericEntityException'. 178
error Line is longer than 80 characters. 185
error Method 'removeUserAssociationsFromUser' is not designed for extension - needs to be abstract, final or empty. 185
error Missing a Javadoc comment. 185
error '{' should be on the previous line. 187
error Line is longer than 80 characters. 194
error Method 'removeUserAssociationsFromUser' is not designed for extension - needs to be abstract, final or empty. 194
error Missing a Javadoc comment. 194
error '{' should be on the previous line. 196
error Line is longer than 80 characters. 210
error Method 'swapAssociation' is not designed for extension - needs to be abstract, final or empty. 210
error Parameter sourceEntityName should be final. 210
error Expected @param tag for 'sourceEntityName'. 210
error Parameter associationType should be final. 210
error Expected @param tag for 'associationType'. 210
error Parameter fromSink should be final. 210
error Expected @param tag for 'fromSink'. 210
error Parameter toSink should be final. 210
error Expected @param tag for 'toSink'. 210
error Expected @throws tag for 'GenericEntityException'. 211
error '{' should be on the previous line. 212
error Line is longer than 80 characters. 213
error First sentence should end with a period. 217
error Line is longer than 80 characters. 218
error Line is longer than 80 characters. 220
error Method 'swapAssociation' is not designed for extension - needs to be abstract, final or empty. 220
error Parameter entities should be final. 220
error Expected @param tag for 'entities'. 220
error Parameter associationType should be final. 220
error Expected @param tag for 'associationType'. 220
error Parameter fromSink should be final. 220
error Expected @param tag for 'fromSink'. 220
error Parameter toSink should be final. 220
error Expected @param tag for 'toSink'. 220
error Expected @throws tag for 'GenericEntityException'. 221
error '{' should be on the previous line. 222
error '{' should be on the previous line. 224
error Line is longer than 80 characters. 226
error Line is longer than 80 characters. 231
error Method 'getAssociations' is not designed for extension - needs to be abstract, final or empty. 231
error Missing a Javadoc comment. 231
error Parameter associationName should be final. 231
error Parameter fields should be final. 231
error Parameter useCache should be final. 231
error Parameter useSequence should be final. 231
error '{' should be on the previous line. 233
error '{' should be on the previous line. 236
error '}' should be on the same line. 238
error '{' should be on the previous line. 240
error '{' should be on the previous line. 245
error Line is longer than 80 characters. 251
error Method 'getAssociation' is not designed for extension - needs to be abstract, final or empty. 251
error Missing a Javadoc comment. 251
error Parameter source should be final. 251
error Parameter sink should be final. 251
error Parameter associationType should be final. 251
error '{' should be on the previous line. 253
error Line is longer than 80 characters. 254
error Line is longer than 80 characters. 257
error Method 'getAssociation' is not designed for extension - needs to be abstract, final or empty. 257
error Missing a Javadoc comment. 257
error Parameter user should be final. 257
error Parameter sink should be final. 257
error Parameter associationType should be final. 257
error '{' should be on the previous line. 259
error '{' should be on the previous line. 261
error Line is longer than 80 characters. 265
error First sentence should end with a period. 272
error Expected an @return tag. 275
error Line is longer than 80 characters. 275
error Method 'getSinkFromSource' is not designed for extension - needs to be abstract, final or empty. 275
error Parameter source should be final. 275
error Expected @param tag for 'source'. 275
error Parameter sinkName should be final. 275
error Expected @param tag for 'sinkName'. 275
error Parameter associationType should be final. 275
error Expected @param tag for 'associationType'. 275
error Parameter useCache should be final. 275
error Expected @param tag for 'useCache'. 275
error Expected @throws tag for 'GenericEntityException'. 276
error '{' should be on the previous line. 277
error Line is longer than 80 characters. 278
error Line is longer than 80 characters. 281
error Method 'getSinkFromSource' is not designed for extension - needs to be abstract, final or empty. 281
error Missing a Javadoc comment. 281
error Parameter source should be final. 281
error Parameter sinkName should be final. 281
error Parameter associationType should be final. 281
error Parameter useCache should be final. 281
error Parameter useSequence should be final. 281
error '{' should be on the previous line. 283
error '{' should be on the previous line. 285
error Line is longer than 80 characters. 286
error Line is longer than 80 characters. 289
error '{' should be on the previous line. 293
error '{' should be on the previous line. 297
error Line is longer than 80 characters. 298
error '}' should be on the same line. 299
error '{' should be on the previous line. 301
error Line is longer than 80 characters. 302
error '{' should be on the previous line. 306
error Avoid inline conditionals. 310
error Line is longer than 80 characters. 313
error Missing a Javadoc comment. 313
error Parameter source should be final. 313
error Parameter sinkName should be final. 313
error Parameter associationType should be final. 313
error Parameter useCache should be final. 313
error Parameter useSequence should be final. 313
error '{' should be on the previous line. 315
error Line is longer than 80 characters. 321
error First sentence should end with a period. 324
error Expected an @return tag. 327
error Line is longer than 80 characters. 327
error Method 'getSourceFromSink' is not designed for extension - needs to be abstract, final or empty. 327
error Parameter sink should be final. 327
error Expected @param tag for 'sink'. 327
error Parameter sourceName should be final. 327
error Expected @param tag for 'sourceName'. 327
error Parameter associationType should be final. 327
error Expected @param tag for 'associationType'. 327
error Parameter useCache should be final. 327
error Expected @param tag for 'useCache'. 327
error Expected @throws tag for 'GenericEntityException'. 328
error '{' should be on the previous line. 329
error Line is longer than 80 characters. 330
error First sentence should end with a period. 333
error Expected an @return tag. 336
error Line is longer than 80 characters. 336
error Method 'getSourceFromSink' is not designed for extension - needs to be abstract, final or empty. 336
error Parameter sink should be final. 336
error Expected @param tag for 'sink'. 336
error Parameter sourceName should be final. 336
error Expected @param tag for 'sourceName'. 336
error Parameter associationType should be final. 336
error Expected @param tag for 'associationType'. 336
error Parameter useCache should be final. 336
error Expected @param tag for 'useCache'. 336
error Parameter useSequence should be final. 336
error Expected @param tag for 'useSequence'. 336
error Expected @throws tag for 'GenericEntityException'. 337
error '{' should be on the previous line. 338
error '{' should be on the previous line. 340
error Line is longer than 80 characters. 341
error Line is longer than 80 characters. 343
error '{' should be on the previous line. 346
error Line is longer than 80 characters. 348
error '{' should be on the previous line. 351
error '}' should be on the same line. 353
error '{' should be on the previous line. 355
error '{' should be on the previous line. 360
error Avoid inline conditionals. 364
error Line is longer than 80 characters. 367
error Missing a Javadoc comment. 367
error Parameter sink should be final. 367
error Parameter associationType should be final. 367
error Parameter sourceName should be final. 367
error Parameter useCache should be final. 367
error Parameter useSequence should be final. 367
error '{' should be on the previous line. 369
error Line is longer than 80 characters. 375
error First sentence should end with a period. 378
error Expected an @return tag. 381
error Line is longer than 80 characters. 381
error Method 'getSinkFromUser' is not designed for extension - needs to be abstract, final or empty. 381
error Parameter source should be final. 381
error Expected @param tag for 'source'. 381
error Parameter sinkName should be final. 381
error Expected @param tag for 'sinkName'. 381
error Parameter associationType should be final. 381
error Expected @param tag for 'associationType'. 381
error Parameter useCache should be final. 381
error Expected @param tag for 'useCache'. 381
error Expected @throws tag for 'GenericEntityException'. 382
error '{' should be on the previous line. 383
error Line is longer than 80 characters. 384
error Line is longer than 80 characters. 387
error Method 'getSinkIdsFromUser' is not designed for extension - needs to be abstract, final or empty. 387
error Missing a Javadoc comment. 387
error '{' should be on the previous line. 389
error Line is longer than 80 characters. 390
error Parameter input should be final. 393
error '{' should be on the previous line. 394
error First sentence should end with a period. 401
error Expected an @return tag. 404
error Line is longer than 80 characters. 404
error Method 'getSinkFromUser' is not designed for extension - needs to be abstract, final or empty. 404
error Parameter source should be final. 404
error Expected @param tag for 'source'. 404
error Parameter sinkName should be final. 404
error Expected @param tag for 'sinkName'. 404
error Parameter associationType should be final. 404
error Expected @param tag for 'associationType'. 404
error Parameter useCache should be final. 404
error Expected @param tag for 'useCache'. 404
error Parameter useSequence should be final. 404
error Expected @param tag for 'useSequence'. 404
error Expected @throws tag for 'GenericEntityException'. 405
error '{' should be on the previous line. 406
error Line is longer than 80 characters. 407
error '{' should be on the previous line. 411
error Line is longer than 80 characters. 413
error '{' should be on the previous line. 416
error '}' should be on the same line. 418
error '{' should be on the previous line. 420
error '{' should be on the previous line. 425
error Avoid inline conditionals. 429
error Line is longer than 80 characters. 432
error Missing a Javadoc comment. 432
error '{' should be on the previous line. 434
error '{' should be on the previous line. 436
error Line is longer than 80 characters. 443
error First sentence should end with a period. 446
error Expected an @return tag. 449
error Line is longer than 80 characters. 449
error Method 'getUserFromSink' is not designed for extension - needs to be abstract, final or empty. 449
error Parameter sink should be final. 449
error Expected @param tag for 'sink'. 449
error Parameter associationType should be final. 449
error Expected @param tag for 'associationType'. 449
error Parameter useCache should be final. 449
error Expected @param tag for 'useCache'. 449
error Expected @throws tag for 'GenericEntityException'. 450
error Expected @throws tag for 'EntityNotFoundException'. 450
error '{' should be on the previous line. 451
error First sentence should end with a period. 455
error Expected an @return tag. 458
error Line is longer than 80 characters. 458
error Method 'getUserFromSink' is not designed for extension - needs to be abstract, final or empty. 458
error Parameter sink should be final. 458
error Expected @param tag for 'sink'. 458
error Parameter associationType should be final. 458
error Expected @param tag for 'associationType'. 458
error Parameter useCache should be final. 458
error Expected @param tag for 'useCache'. 458
error Parameter useSequence should be final. 458
error Expected @param tag for 'useSequence'. 458
error Expected @throws tag for 'GenericEntityException'. 459
error Expected @throws tag for 'EntityNotFoundException'. 459
error '{' should be on the previous line. 460
error Line is longer than 80 characters. 461
error '{' should be on the previous line. 464
error '{' should be on the previous line. 467
error '{' should be on the previous line. 470
error '}' should be on the same line. 473
error '{' should be on the previous line. 475
error Line is longer than 80 characters. 476
error Line is longer than 80 characters. 482
error Method 'getUsernamesFromSink' is not designed for extension - needs to be abstract, final or empty. 482
error Missing a Javadoc comment. 482
error Parameter sink should be final. 482
error Parameter associationType should be final. 482
error Parameter useCache should be final. 482
error Parameter useSequence should be final. 482
error '{' should be on the previous line. 484
error '{' should be on the previous line. 486
error Line is longer than 80 characters. 487
error Line is longer than 80 characters. 495
error '{' should be on the previous line. 497
error '{' should be on the previous line. 503
error Line is longer than 80 characters. 509
error Method 'getSinkIdsFromSource' is not designed for extension - needs to be abstract, final or empty. 509
error Missing a Javadoc comment. 509
error Parameter source should be final. 509
error Parameter sinkEntity should be final. 509
error Parameter associationType should be final. 509
error '{' should be on the previous line. 511
error Line is longer than 80 characters. 512
error '{' should be on the previous line. 515
error '{' should be on the previous line. 518
error Line is longer than 80 characters. 528
error Method 'getSourceIdsFromSink' is not designed for extension - needs to be abstract, final or empty. 528
error Missing a Javadoc comment. 528
error Parameter sink should be final. 528
error Parameter sourceEntity should be final. 528
error Parameter associationType should be final. 528
error '{' should be on the previous line. 530
error Line is longer than 80 characters. 531
error '{' should be on the previous line. 534
error '{' should be on the previous line. 537
error Line is longer than 80 characters. 547
error Missing a Javadoc comment. 547
error Parameter sourceNodeId should be final. 547
error Parameter sourceNodeEntity should be final. 547
error Parameter sinkNodeId should be final. 547
error Parameter sinkNodeEntity should be final. 547
error Parameter associationType should be final. 547
error '{' should be on the previous line. 549
error Line is longer than 80 characters. 550
error Line is longer than 80 characters. 553
error Missing a Javadoc comment. 553
error Parameter sourceName should be final. 553
error Parameter sinkNodeId should be final. 553
error Parameter sinkNodeEntity should be final. 553
error Parameter associationType should be final. 553
error '{' should be on the previous line. 555
error Line is longer than 80 characters. 556

com/atlassian/core/ofbiz/test/mock/MockAtlassianServletRequest.java

Violation Message Line
error Line is longer than 80 characters. 11
error Line is longer than 80 characters. 12
error Missing a Javadoc comment. 15
error Variable 'requestAttributes' must be private and have accessor methods. 15
error Missing a Javadoc comment. 16
error Missing a Javadoc comment. 17
error Missing a Javadoc comment. 18
error Missing a Javadoc comment. 19
error Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. 21
error Missing a Javadoc comment. 21
error Parameter s should be final. 21
error Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. 25
error Missing a Javadoc comment. 25
error Parameter s should be final. 25
error Parameter o should be final. 25
error Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. 29
error Missing a Javadoc comment. 29
error Method 'getCookies' is not designed for extension - needs to be abstract, final or empty. 33
error Missing a Javadoc comment. 33
error Method 'getScheme' is not designed for extension - needs to be abstract, final or empty. 37
error Missing a Javadoc comment. 37
error Method 'getServerName' is not designed for extension - needs to be abstract, final or empty. 41
error Missing a Javadoc comment. 41
error Method 'getServerPort' is not designed for extension - needs to be abstract, final or empty. 45
error Missing a Javadoc comment. 45
error Method 'getContextPath' is not designed for extension - needs to be abstract, final or empty. 49
error Missing a Javadoc comment. 49
error Method 'setScheme' is not designed for extension - needs to be abstract, final or empty. 53
error Missing a Javadoc comment. 53
error Parameter scheme should be final. 53
error 'scheme' hides a field. 53
error Method 'setServerName' is not designed for extension - needs to be abstract, final or empty. 57
error Missing a Javadoc comment. 57
error Parameter serverName should be final. 57
error 'serverName' hides a field. 57
error Method 'setServerPort' is not designed for extension - needs to be abstract, final or empty. 61
error Missing a Javadoc comment. 61
error Parameter serverPort should be final. 61
error 'serverPort' hides a field. 61
error Method 'setContextPath' is not designed for extension - needs to be abstract, final or empty. 65
error Missing a Javadoc comment. 65
error Parameter contextPath should be final. 65
error 'contextPath' hides a field. 65

com/atlassian/core/ofbiz/util/CoreTransactionUtil.java

Violation Message Line
error Utility classes should not have a public or default constructor. 23
error '{' should be on the previous line. 24
error Missing a Javadoc comment. 25
error Variable 'useTransactions' must be private and have accessor methods. 25
error Missing a Javadoc comment. 26
error Variable 'isolationLevel' must be private and have accessor methods. 26
error Missing a Javadoc comment. 28
error '{' should be on the previous line. 29
error 'if' construct must use '{}'s. 30
error Line is longer than 80 characters. 31
error Missing a Javadoc comment. 36
error Parameter began should be final. 36
error 'if' construct must use '{}'s. 38
error Line is longer than 80 characters. 42
error Missing a Javadoc comment. 42
error Parameter began should be final. 42
error 'if' construct must use '{}'s. 44
error Line has trailing spaces. 47
error Missing a Javadoc comment. 48
error Parameter useTransactions should be final. 48
error 'useTransactions' hides a field. 48
error '{' should be on the previous line. 49
error Missing a Javadoc comment. 53
error '{' should be on the previous line. 54
error Missing a Javadoc comment. 58
error Parameter isolationLevel should be final. 58
error 'isolationLevel' hides a field. 58
error '{' should be on the previous line. 59

com/atlassian/core/ofbiz/package.html

Violation Message Line
error Missing package documentation file. 0

com/atlassian/core/ofbiz/osuser/package.html

Violation Message Line
error Missing package documentation file. 0

com/atlassian/core/ofbiz/test/package.html

Violation Message Line
error Missing package documentation file. 0

com/atlassian/core/ofbiz/association/AssociationManager.java

Violation Message Line
error Missing a Javadoc comment. 10
error '{' should be on the previous line. 11
error Line is longer than 80 characters. 12
error Missing a Javadoc comment. 12
error Redundant 'public' modifier. 12
error Line is longer than 80 characters. 24
error Redundant 'public' modifier. 24
error Expected @throws tag for 'GenericEntityException'. 25
error Line is longer than 80 characters. 28
error Line is longer than 80 characters. 32
error Line is longer than 80 characters. 34
error Redundant 'public' modifier. 34
error Expected @param tag for 'source'. 34
error Expected @param tag for 'sink'. 34
error Expected @param tag for 'associationType'. 34
error Expected @throws tag for 'GenericEntityException'. 35
error Line is longer than 80 characters. 38
error Line is longer than 80 characters. 42
error Line is longer than 80 characters. 45
error Line is longer than 80 characters. 47
error Redundant 'public' modifier. 47
error Expected @param tag for 'sourceNodeId'. 47
error Expected @param tag for 'sourceNodeEntity'. 47
error Expected @param tag for 'sinkNodeId'. 47
error Expected @param tag for 'sinkNodeEntity'. 47
error Expected @param tag for 'associationType'. 47
error Expected @throws tag for 'GenericEntityException'. 48
error Line is longer than 80 characters. 50
error Missing a Javadoc comment. 50
error Redundant 'public' modifier. 50
error Line is longer than 80 characters. 53
error Missing a Javadoc comment. 53
error Redundant 'public' modifier. 53
error First sentence should end with a period. 55
error Line is longer than 80 characters. 56
error Line is longer than 80 characters. 63
error Redundant 'public' modifier. 63
error First sentence should end with a period. 66
error Line is longer than 80 characters. 69
error Redundant 'public' modifier. 69
error Expected @param tag for 'source'. 69
error Expected @throws tag for 'GenericEntityException'. 69
error Line is longer than 80 characters. 71
error Missing a Javadoc comment. 71
error Redundant 'public' modifier. 71
error First sentence should end with a period. 73
error Line is longer than 80 characters. 76
error Redundant 'public' modifier. 76
error Expected @param tag for 'sink'. 76
error Expected @throws tag for 'GenericEntityException'. 76
error First sentence should end with a period. 78
error Line is longer than 80 characters. 85
error Redundant 'public' modifier. 85
error First sentence should end with a period. 87
error Line is longer than 80 characters. 90
error Redundant 'public' modifier. 90
error Expected @param tag for 'user'. 90
error Expected @throws tag for 'GenericEntityException'. 90
error First sentence should end with a period. 92
error Line is longer than 80 characters. 93
error Line is longer than 80 characters. 99
error Redundant 'public' modifier. 99
error First sentence should end with a period. 101
error Line is longer than 80 characters. 102
error Line is longer than 80 characters. 109
error Redundant 'public' modifier. 109
error Line is longer than 80 characters. 118
error Redundant 'public' modifier. 118
error Expected @param tag for 'sourceEntityType'. 118
error Expected @param tag for 'associationType'. 118
error Expected @param tag for 'fromSink'. 118
error Expected @param tag for 'toSink'. 118
error Expected @throws tag for 'GenericEntityException'. 119
error Line is longer than 80 characters. 121
error Missing a Javadoc comment. 121
error Redundant 'public' modifier. 121
error First sentence should end with a period. 125
error Expected an @return tag. 128
error Line is longer than 80 characters. 128
error Redundant 'public' modifier. 128
error Expected @param tag for 'source'. 128
error Expected @param tag for 'sinkName'. 128
error Expected @param tag for 'associationType'. 128
error Expected @param tag for 'useCache'. 128
error Expected @throws tag for 'GenericEntityException'. 129
error Line is longer than 80 characters. 131
error Missing a Javadoc comment. 131
error Redundant 'public' modifier. 131
error First sentence should end with a period. 134
error Expected an @return tag. 137
error Line is longer than 80 characters. 137
error Redundant 'public' modifier. 137
error Expected @param tag for 'sink'. 137
error Expected @param tag for 'sourceName'. 137
error Expected @param tag for 'associationType'. 137
error Expected @param tag for 'useCache'. 137
error Expected @throws tag for 'GenericEntityException'. 138
error First sentence should end with a period. 140
error Expected an @return tag. 143
error Line is longer than 80 characters. 143
error Redundant 'public' modifier. 143
error Expected @param tag for 'sink'. 143
error Expected @param tag for 'sourceName'. 143
error Expected @param tag for 'associationType'. 143
error Expected @param tag for 'useCache'. 143
error Expected @param tag for 'useSequence'. 143
error Expected @throws tag for 'GenericEntityException'. 144
error First sentence should end with a period. 146
error Expected an @return tag. 149
error Line is longer than 80 characters. 149
error Redundant 'public' modifier. 149
error Expected @param tag for 'source'. 149
error Expected @param tag for 'sinkName'. 149
error Expected @param tag for 'associationType'. 149
error Expected @param tag for 'useCache'. 149
error Expected @throws tag for 'GenericEntityException'. 150
error First sentence should end with a period. 152
error Line is longer than 80 characters. 161
error Redundant 'public' modifier. 161
error Expected @throws tag for 'GenericEntityException'. 162
error First sentence should end with a period. 164
error Expected an @return tag. 167
error Line is longer than 80 characters. 167
error Redundant 'public' modifier. 167
error Expected @param tag for 'source'. 167
error Expected @param tag for 'sinkName'. 167
error Expected @param tag for 'associationType'. 167
error Expected @param tag for 'useCache'. 167
error Expected @param tag for 'useSequence'. 167
error Expected @throws tag for 'GenericEntityException'. 168
error First sentence should end with a period. 170
error Expected an @return tag. 173
error Line is longer than 80 characters. 173
error Redundant 'public' modifier. 173
error Expected @param tag for 'sink'. 173
error Expected @param tag for 'associationType'. 173
error Expected @param tag for 'useCache'. 173
error Expected @throws tag for 'GenericEntityException'. 174
error Expected @throws tag for 'EntityNotFoundException'. 174
error First sentence should end with a period. 176
error Expected an @return tag. 179
error Line is longer than 80 characters. 179
error Redundant 'public' modifier. 179
error Expected @param tag for 'sink'. 179
error Expected @param tag for 'associationType'. 179
error Expected @param tag for 'useCache'. 179
error Expected @param tag for 'useSequence'. 179
error Expected @throws tag for 'GenericEntityException'. 180
error Expected @throws tag for 'EntityNotFoundException'. 180
error Line is longer than 80 characters. 192
error Redundant 'public' modifier. 192
error Line is longer than 80 characters. 195
error Missing a Javadoc comment. 195
error Redundant 'public' modifier. 195
error Line is longer than 80 characters. 198
error Missing a Javadoc comment. 198
error Redundant 'public' modifier. 198
error Line is longer than 80 characters. 201
error Missing a Javadoc comment. 201
error Redundant 'public' modifier. 201
error Line is longer than 80 characters. 204
error Missing a Javadoc comment. 204
error Redundant 'public' modifier. 204

com/atlassian/core/ofbiz/test/mock/MockSequenceUtil.java

Violation Message Line
error Missing a Javadoc comment. 9
error Missing a Javadoc comment. 10
error Variable 'sequences' must be private and have accessor methods. 10
error Line is longer than 80 characters. 12
error Missing a Javadoc comment. 12
error Parameter helperName should be final. 12
error Parameter seqEntity should be final. 12
error Parameter nameFieldName should be final. 12
error Parameter idFieldName should be final. 12
error Method 'getNextSeqId' is not designed for extension - needs to be abstract, final or empty. 16
error Missing a Javadoc comment. 16
error Parameter seqName should be final. 16

com/atlassian/core/ofbiz/association/package.html

Violation Message Line
error Missing package documentation file. 0

com/atlassian/core/ofbiz/test/AbstractOFBizTestCase.java

Violation Message Line
error Missing a Javadoc comment. 11
error 'public' modifier out of order with the JLS suggestions. 11
error '{' should be on the previous line. 12
error Missing a Javadoc comment. 13
error '{' is not followed by whitespace. 14
error '}' is not preceded with whitespace. 14
error Line is longer than 80 characters. 17
error Expected @param tag for 's'. 20
error '{' should be on the previous line. 21
error Method 'setUp' is not designed for extension - needs to be abstract, final or empty. 25
error Missing a Javadoc comment. 25
error '{' should be on the previous line. 26
error Line is longer than 80 characters. 30
error Line is longer than 80 characters. 31
error Line is longer than 80 characters. 33
error Missing a Javadoc comment. 37
error '{' is not followed by whitespace. 37
error '}' is not preceded with whitespace. 37

com/atlassian/core/ofbiz/test/mock/MockActionDispatcher.java

Violation Message Line
error Missing a Javadoc comment. 14
error '{' should be on the previous line. 15
error Missing a Javadoc comment. 16
error Missing a Javadoc comment. 17
error Missing a Javadoc comment. 18
error Missing a Javadoc comment. 20
error Missing a Javadoc comment. 21
error Missing a Javadoc comment. 22
error Missing a Javadoc comment. 23
error Missing a Javadoc comment. 24
error Missing a Javadoc comment. 26
error 'delegating' hides a field. 26
error '{' should be on the previous line. 27
error Line is longer than 80 characters. 29
error Avoid inline conditionals. 29
error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 33
error Missing a Javadoc comment. 33
error '{' should be on the previous line. 34
error Line is longer than 80 characters. 38
error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 38
error Missing a Javadoc comment. 38
error '{' is followed by whitespace. 40
error Line is longer than 80 characters. 44
error Avoid inline conditionals. 44
error Method 'getActionsCalled' is not designed for extension - needs to be abstract, final or empty. 47
error Missing a Javadoc comment. 47
error '{' should be on the previous line. 48
error Method 'getParametersCalled' is not designed for extension - needs to be abstract, final or empty. 52
error Missing a Javadoc comment. 52
error '{' should be on the previous line. 53
error Method 'setResult' is not designed for extension - needs to be abstract, final or empty. 57
error Missing a Javadoc comment. 57
error 'result' hides a field. 57
error '{' should be on the previous line. 58
error Method 'setResultAction' is not designed for extension - needs to be abstract, final or empty. 62
error Missing a Javadoc comment. 62
error '{' should be on the previous line. 63
error Method 'getCalls' is not designed for extension - needs to be abstract, final or empty. 68
error Missing a Javadoc comment. 68
error '{' should be on the previous line. 69

com/atlassian/core/ofbiz/comparators/OFBizDateComparator.java

Violation Message Line
error Missing a Javadoc comment. 17
error '{' should be on the previous line. 18
error Missing a Javadoc comment. 19
error Variable 'fieldname' must be private and have accessor methods. 19
error Missing a Javadoc comment. 21
error Parameter fieldname should be final. 21
error 'fieldname' hides a field. 21
error '{' should be on the previous line. 22
error Method 'compare' is not designed for extension - needs to be abstract, final or empty. 26
error Missing a Javadoc comment. 26
error Parameter o1 should be final. 26
error Parameter o2 should be final. 26
error '{' should be on the previous line. 27
error 'if' construct must use '{}'s. 31
error 'if' construct must use '{}'s. 33
error 'if' construct must use '{}'s. 35
error 'if' construct must use '{}'s. 42
error 'if' construct must use '{}'s. 44
error 'if' construct must use '{}'s. 46

com/atlassian/core/ofbiz/util/package.html

Violation Message Line
error Missing package documentation file. 0

com/atlassian/core/ofbiz/CoreFactory.java

Violation Message Line
error Utility classes should not have a public or default constructor. 17
error '{' should be on the previous line. 18
error Missing a Javadoc comment. 19
error Missing a Javadoc comment. 20
error Missing a Javadoc comment. 21
error Missing a Javadoc comment. 23
error '{' should be on the previous line. 24
error Missing a Javadoc comment. 30
error '{' should be on the previous line. 31
error '{' should be on the previous line. 33
error Missing a Javadoc comment. 40
error '{' should be on the previous line. 41
error '{' should be on the previous line. 43
error Line is longer than 80 characters. 49
error Missing a Javadoc comment. 49
error Missing a Javadoc comment. 54
error '{' should be on the previous line. 55
error '{' should be on the previous line. 57
error Line is longer than 80 characters. 63
error Missing a Javadoc comment. 63
error 'associationManager' hides a field. 63