Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
40 16 154 178

Files

Files Infos Warnings Errors
com/atlassian/gadgets/GadgetId.java 0 4 3
com/atlassian/gadgets/GadgetNotFoundException.java 1 0 0
com/atlassian/gadgets/GadgetParsingException.java 0 1 0
com/atlassian/gadgets/GadgetRequestContext.java 5 9 8
com/atlassian/gadgets/GadgetSpecProvider.java 0 0 2
com/atlassian/gadgets/GadgetState.java 3 31 10
com/atlassian/gadgets/LocalGadgetSpecProvider.java 0 1 0
com/atlassian/gadgets/dashboard/Color.java 0 0 9
com/atlassian/gadgets/dashboard/DashboardId.java 0 5 2
com/atlassian/gadgets/dashboard/DashboardNotFoundException.java 1 0 0
com/atlassian/gadgets/dashboard/DashboardService.java 0 4 0
com/atlassian/gadgets/dashboard/DashboardState.java 0 60 26
com/atlassian/gadgets/dashboard/DashboardTab.java 0 0 1
com/atlassian/gadgets/dashboard/Layout.java 0 8 6
com/atlassian/gadgets/dashboard/package-info.java 0 3 3
com/atlassian/gadgets/dashboard/util/Iterables.java 0 3 4
com/atlassian/gadgets/dashboard/view/DashboardTabViewFactory.java 0 1 1
com/atlassian/gadgets/package-info.java 0 1 0
com/atlassian/gadgets/plugins/PluginGadgetSpec.java 0 3 8
com/atlassian/gadgets/spec/DataType.java 0 1 15
com/atlassian/gadgets/spec/Feature.java 0 1 4
com/atlassian/gadgets/spec/GadgetSpec.java 0 2 40
com/atlassian/gadgets/spec/GadgetSpecFactory.java 0 1 4
com/atlassian/gadgets/spec/UserPrefSpec.java 0 0 10
com/atlassian/gadgets/view/GadgetRenderingException.java 1 1 1
com/atlassian/gadgets/view/GadgetViewFactory.java 0 6 2
com/atlassian/gadgets/view/SecurityTokenFactory.java 0 2 0
com/atlassian/gadgets/view/View.java 5 1 7
com/atlassian/gadgets/view/ViewComponent.java 0 2 0
com/atlassian/gadgets/view/ViewType.java 0 3 12

Rules

Rules Violations Severity
JavadocPackage 1 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
133 Warnings Warning
AnnotationUseStyle 0 Errors Error
MissingDeprecated 0 Errors Error
MissingOverride
  • javaFiveCompatibility: "true"
0 Errors Error
PackageAnnotation 0 Errors Error
JavadocMethod
  • excludeScope: "private"
  • scope: "anoninner"
4 Errors Error
JavadocType
  • scope: "package"
0 Errors Error
JavadocVariable
  • scope: "package"
17 Errors Error
JavadocStyle
  • scope: "package"
50 Errors Error
ConstantName 4 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
ImportOrder
  • separated: "true"
  • groups: "java,javax,com.atlassian,com,org"
20 Errors Error
RedundantImport 0 Errors Error
UnusedImports 2 Errors Error
LineLength
  • max: "120"
21 Warnings Warning
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 6 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 3 Errors Error
WhitespaceAround 2 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 2 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly
  • option: "nl"
4 Errors Error
NeedBraces 4 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
DeclarationOrder 2 Errors Error
DefaultComesLast 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
ExplicitInitialization 4 Errors Error
FallThrough 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
32 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 1 Errors Error
MissingSwitchDefault 0 Errors Error
ParameterAssignment 0 Errors Error
RedundantThrows
  • allowUnchecked: "true"
0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
StringLiteralEquality 0 Errors Error
DesignForExtension 16 Infos Info
FinalClass 6 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
BooleanExpressionComplexity 0 Errors Error
ClassDataAbstractionCoupling 0 Errors Error
ClassFanOutComplexity
  • max: "10"
3 Errors Error
CyclomaticComplexity 0 Errors Error
NPathComplexity
  • max: "20"
2 Errors Error
JavaNCSS 0 Errors Error
ArrayTypeStyle 0 Errors Error
Indentation 9 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

com/atlassian/gadgets/GadgetId.java

Violation Message Line
Warnings Line has trailing spaces. 24
Warnings Line has trailing spaces. 28
Errors First sentence should end with a period. 35
Warnings Line has trailing spaces. 37
Errors 'if' construct must use '{}'s. 54
Errors 'if' construct must use '{}'s. 55
Warnings Line has trailing spaces. 70

com/atlassian/gadgets/GadgetNotFoundException.java

Violation Message Line
Infos Method 'getGadgetId' is not designed for extension - needs to be abstract, final or empty. 16

com/atlassian/gadgets/GadgetParsingException.java

Violation Message Line
Warnings Line has trailing spaces. 12

com/atlassian/gadgets/GadgetRequestContext.java

Violation Message Line
Warnings Line is longer than 120 characters. 9
Warnings Line is longer than 120 characters. 10
Warnings Line is longer than 120 characters. 18
Errors Missing a Javadoc comment. 18
Warnings Line has trailing spaces. 23
Warnings Line has trailing spaces. 59
Warnings Line has trailing spaces. 64
Warnings Line is longer than 120 characters. 73
Errors Variable 'ignoreCache' explicitly initialized to 'false' (default value for its type). 79
Errors Variable 'viewer' explicitly initialized to 'null' (default value for its type). 80
Errors Variable 'debug' explicitly initialized to 'false' (default value for its type). 81
Infos Method 'build' is not designed for extension - needs to be abstract, final or empty. 98
Infos Method 'locale' is not designed for extension - needs to be abstract, final or empty. 110
Errors 'locale' hides a field. 110
Infos Method 'ignoreCache' is not designed for extension - needs to be abstract, final or empty. 123
Errors 'ignoreCache' hides a field. 123
Infos Method 'viewer' is not designed for extension - needs to be abstract, final or empty. 136
Errors 'viewer' hides a field. 136
Warnings Line has trailing spaces. 141
Warnings Line has trailing spaces. 145
Infos Method 'debug' is not designed for extension - needs to be abstract, final or empty. 149
Errors 'debug' hides a field. 149

com/atlassian/gadgets/GadgetSpecProvider.java

Violation Message Line
Errors Extra HTML tag found: </interface> 21
Errors Extra HTML tag found: </component> 22

com/atlassian/gadgets/GadgetState.java

Violation Message Line
Errors Wrong order for 'java.util.Collections.emptyMap' import. 4
Errors Wrong order for 'java.io.IOException' import. 6
Errors Wrong order for 'org.apache.commons.lang.builder.EqualsBuilder' import. 18
Errors Wrong order for 'com.atlassian.gadgets.dashboard.Color' import. 22
Warnings Line has trailing spaces. 32
Warnings Line has trailing spaces. 35
Warnings Line has trailing spaces. 38
Warnings Line has trailing spaces. 42
Warnings Line has trailing spaces. 44
Warnings Line has trailing spaces. 48
Warnings Line is longer than 120 characters. 49
Errors Class Fan-Out Complexity is 15 (max allowed is 10). 54
Warnings Line has trailing spaces. 71
Warnings Line has trailing spaces. 75
Warnings Line has trailing spaces. 85
Warnings Line has trailing spaces. 99
Warnings Line has trailing spaces. 102
Warnings Line has trailing spaces. 112
Warnings Line has trailing spaces. 113
Warnings Line has trailing spaces. 123
Warnings Line has trailing spaces. 133
Warnings Line has trailing spaces. 140
Warnings Line has trailing spaces. 160
Warnings Line has trailing spaces. 171
Warnings Line has trailing spaces. 186
Warnings Line has trailing spaces. 198
Errors First sentence should end with a period. 207
Errors Class SpecUriBuilder should be declared as final. 210
Warnings Line has trailing spaces. 213
Warnings Line has trailing spaces. 222
Warnings Line has trailing spaces. 231
Warnings Line has trailing spaces. 235
Warnings Line has trailing spaces. 244
Warnings Line has trailing spaces. 262
Warnings Line has trailing spaces. 275
Infos Method 'color' is not designed for extension - needs to be abstract, final or empty. 279
Errors 'color' hides a field. 279
Warnings Line has trailing spaces. 284
Warnings Line has trailing spaces. 288
Infos Method 'userPrefs' is not designed for extension - needs to be abstract, final or empty. 292
Errors 'userPrefs' hides a field. 292
Errors First sentence should end with a period. 298
Warnings Line has trailing spaces. 300
Infos Method 'build' is not designed for extension - needs to be abstract, final or empty. 303

com/atlassian/gadgets/LocalGadgetSpecProvider.java

Violation Message Line
Warnings Line is longer than 120 characters. 20

com/atlassian/gadgets/dashboard/Color.java

Violation Message Line
Errors '{' should be on a new line. 6
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 7

com/atlassian/gadgets/dashboard/DashboardId.java

Violation Message Line
Warnings Line has trailing spaces. 24
Warnings Line has trailing spaces. 28
Warnings Line has trailing spaces. 37
Warnings Line has trailing spaces. 44
Errors 'if' construct must use '{}'s. 54
Errors 'if' construct must use '{}'s. 55
Warnings Line has trailing spaces. 70

com/atlassian/gadgets/dashboard/DashboardNotFoundException.java

Violation Message Line
Infos Method 'getDashboardId' is not designed for extension - needs to be abstract, final or empty. 15

com/atlassian/gadgets/dashboard/DashboardService.java

Violation Message Line
Warnings Line has trailing spaces. 13
Warnings Line has trailing spaces. 20
Warnings Line has trailing spaces. 23
Warnings Line has trailing spaces. 26

com/atlassian/gadgets/dashboard/DashboardState.java

Violation Message Line
Errors Wrong order for 'java.util.Iterator' import. 11
Errors 'net.jcip.annotations.Immutable' should be separated from previous imports. 25
Warnings Line has trailing spaces. 28
Warnings Line has trailing spaces. 37
Warnings Line has trailing spaces. 40
Warnings Line has trailing spaces. 43
Warnings Line has trailing spaces. 47
Warnings Line has trailing spaces. 49
Warnings Line has trailing spaces. 54
Warnings Line is longer than 120 characters. 55
Errors Class Fan-Out Complexity is 19 (max allowed is 10). 60
Warnings Line has trailing spaces. 70
Warnings Line has trailing spaces. 77
Warnings Line has trailing spaces. 80
Errors 'columns' hides a field. 81
Warnings Line has trailing spaces. 94
Warnings Line has trailing spaces. 99
Warnings Line has trailing spaces. 103
Errors NPath Complexity is 32 (max allowed is 20). 108
Warnings Line has trailing spaces. 111
Warnings Line has trailing spaces. 113
Warnings Line has trailing spaces. 134
Warnings Line has trailing spaces. 144
Warnings Line has trailing spaces. 151
Warnings Line has trailing spaces. 154
Warnings Line has trailing spaces. 161
Warnings Line has trailing spaces. 165
Errors First sentence should end with a period. 183
Errors 'if' is not followed by whitespace. 217
Errors 'if' is not followed by whitespace. 236
Errors First sentence should end with a period. 254
Errors First sentence should end with a period. 266
Warnings Line has trailing spaces. 277
Errors NPath Complexity is 24 (max allowed is 20). 278
Warnings Line has trailing spaces. 309
Warnings Line has trailing spaces. 323
Warnings Line has trailing spaces. 334
Warnings Line has trailing spaces. 339
Warnings Line is longer than 120 characters. 350
Warnings Line has trailing spaces. 351
Warnings Line has trailing spaces. 352
Errors Class TitleBuilder should be declared as final. 364
Warnings Line has trailing spaces. 370
Warnings Line has trailing spaces. 372
Warnings Line has trailing spaces. 376
Warnings Line has trailing spaces. 385
Errors Class Builder should be declared as final. 391
Errors Variable 'version' explicitly initialized to '0' (default value for its type). 397
Warnings Line has trailing spaces. 398
Warnings Line has trailing spaces. 404
Errors 'columns' hides a field. 410
Warnings Line has trailing spaces. 418
Warnings Line has trailing spaces. 422
Errors 'layout' hides a field. 426
Errors 'title' hides a field. 439
Warnings Line has trailing spaces. 444
Warnings Line has trailing spaces. 448
Errors 'columns' hides a field. 452
Errors 'version' hides a field. 465
Errors First sentence should end with a period. 471
Warnings Line has trailing spaces. 473
Warnings Line has trailing spaces. 481
Warnings Line is longer than 120 characters. 483
Warnings Line has trailing spaces. 484
Warnings Line has trailing spaces. 490
Errors First sentence should end with a period. 491
Warnings Line has trailing spaces. 493
Errors First sentence should end with a period. 494
Warnings Line has trailing spaces. 496
Warnings Line has trailing spaces. 498
Warnings Line has trailing spaces. 503
Warnings Line has trailing spaces. 506
Warnings Line has trailing spaces. 513
Warnings Line has trailing spaces. 516
Warnings Line has trailing spaces. 523
Warnings Line has trailing spaces. 527
Warnings Line has trailing spaces. 539
Warnings Line has trailing spaces. 542
Warnings Line has trailing spaces. 561
Warnings Line has trailing spaces. 563
Warnings Line has trailing spaces. 565
Warnings Line has trailing spaces. 568
Errors Missing a Javadoc comment. 575
Errors Missing a Javadoc comment. 581
Errors Missing a Javadoc comment. 586
Errors Missing a Javadoc comment. 604

com/atlassian/gadgets/dashboard/DashboardTab.java

Violation Message Line
Errors First sentence should end with a period. 9

com/atlassian/gadgets/dashboard/Layout.java

Violation Message Line
Errors First sentence should end with a period. 13
Errors First sentence should end with a period. 15
Errors First sentence should end with a period. 17
Errors First sentence should end with a period. 19
Errors First sentence should end with a period. 21
Errors First sentence should end with a period. 23
Warnings Line has trailing spaces. 35
Warnings Line has trailing spaces. 45
Warnings Line has trailing spaces. 56
Warnings Line has trailing spaces. 63
Warnings Line has trailing spaces. 67
Warnings Line has trailing spaces. 86
Warnings Line has trailing spaces. 88
Warnings Line has trailing spaces. 89

com/atlassian/gadgets/dashboard/package-info.java

Violation Message Line
Warnings Line has trailing spaces. 5
Warnings Line has trailing spaces. 8
Warnings Line has trailing spaces. 11
Errors 'com.atlassian.gadgets.GadgetId' should be separated from previous imports. 28
Errors Unused import - com.atlassian.gadgets.GadgetId. 28
Errors Unused import - com.atlassian.gadgets.GadgetState. 29

com/atlassian/gadgets/dashboard/util/Iterables.java

Violation Message Line
Errors Wrong order for 'java.util.Iterator' import. 5
Errors First sentence should end with a period. 9
Warnings Line is longer than 120 characters. 10
Errors Class Iterables should be declared as final. 13
Warnings Line is longer than 120 characters. 21
Warnings Line is longer than 120 characters. 24
Errors First sentence should end with a period. 48

com/atlassian/gadgets/dashboard/view/DashboardTabViewFactory.java

Violation Message Line
Errors Missing package-info.java file. 0
Warnings Line is longer than 120 characters. 33

com/atlassian/gadgets/package-info.java

Violation Message Line
Warnings Line has trailing spaces. 2

com/atlassian/gadgets/plugins/PluginGadgetSpec.java

Violation Message Line
Errors Wrong order for 'java.io.InputStream' import. 5
Warnings Line is longer than 120 characters. 18
Warnings Line has trailing spaces. 53
Warnings Line has trailing spaces. 125
Errors '+' should be on a new line. 157
Errors '+' should be on a new line. 158
Errors '+' should be on a new line. 159
Errors '31' is a magic number. 227
Errors '+' should be on a new line. 233
Errors '+' should be on a new line. 234
Errors '+' should be on a new line. 235

com/atlassian/gadgets/spec/DataType.java

Violation Message Line
Warnings Line has trailing spaces. 7
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 9
Errors '{' should be on a new line. 17
Errors for at indentation level 6 not at correct indentation, 8 18
Errors '{' should be on a new line. 18
Errors if at indentation level 8 not at correct indentation, 12 19
Errors '{' should be on a new line. 19
Errors if child at indentation level 10 not at correct indentation, 16 20
Errors if rcurly at indentation level 8 not at correct indentation, 12 21
Errors for rcurly at indentation level 6 not at correct indentation, 8 22
Errors method def child at indentation level 6 not at correct indentation, 8 23

com/atlassian/gadgets/spec/Feature.java

Violation Message Line
Warnings Line has trailing spaces. 5
Errors First sentence should end with a period. 9
Errors Redundant 'public' modifier. 13
Errors First sentence should end with a period. 15
Errors Redundant 'public' modifier. 20

com/atlassian/gadgets/spec/GadgetSpec.java

Violation Message Line
Errors Wrong order for 'java.util.Collections' import. 6
Errors Wrong order for 'java.util.LinkedList' import. 11
Errors Wrong order for 'java.net.URI' import. 14
Errors Wrong order for 'org.apache.commons.lang.builder.ToStringBuilder' import. 17
Errors First sentence should end with a period. 19
Errors Class Fan-Out Complexity is 13 (max allowed is 10). 22
Errors ',' is not followed by whitespace. 37
Errors First sentence should end with a period. 74
Errors First sentence should end with a period. 83
Errors First sentence should end with a period. 92
Errors First sentence should end with a period. 120
Errors First sentence should end with a period. 129
Errors First sentence should end with a period. 138
Errors First sentence should end with a period. 147
Errors First sentence should end with a period. 156
Errors First sentence should end with a period. 165
Errors First sentence should end with a period. 174
Errors First sentence should end with a period. 183
Errors First sentence should end with a period. 192
Errors First sentence should end with a period. 201
Errors First sentence should end with a period. 210
Errors ',' is not followed by whitespace. 214
Errors First sentence should end with a period. 219
Warnings Line is longer than 120 characters. 221
Errors Class Builder should be declared as final. 265
Errors ',' is not followed by whitespace. 279
Warnings Line is longer than 120 characters. 322
Errors 'userPrefs' hides a field. 325
Errors 'scrolling' hides a field. 338
Errors 'height' hides a field. 351
Errors 'width' hides a field. 364
Errors 'title' hides a field. 377
Errors 'titleUrl' hides a field. 390
Errors 'thumbnail' hides a field. 403
Errors 'author' hides a field. 416
Errors 'authorEmail' hides a field. 429
Errors 'description' hides a field. 442
Errors 'directoryTitle' hides a field. 455
Errors 'features' hides a field. 468
Errors 'unsupportedFeatureNames' hides a field. 481
Errors 'viewsNames' hides a field. 494
Errors First sentence should end with a period. 500

com/atlassian/gadgets/spec/GadgetSpecFactory.java

Violation Message Line
Errors Wrong order for 'com.atlassian.gadgets.GadgetParsingException' import. 4
Errors First sentence should end with a period. 7
Errors First sentence should end with a period. 12
Warnings Line is longer than 120 characters. 19
Errors First sentence should end with a period. 21

com/atlassian/gadgets/spec/UserPrefSpec.java

Violation Message Line
Errors Wrong order for 'java.util.Collections' import. 5
Errors Wrong order for 'org.apache.commons.lang.builder.ToStringBuilder' import. 11
Errors First sentence should end with a period. 13
Errors Class Builder should be declared as final. 135
Errors 'displayName' hides a field. 177
Errors 'required' hides a field. 191
Errors 'dataType' hides a field. 204
Errors 'enumValues' hides a field. 218
Errors 'defaultValue' hides a field. 231
Errors First sentence should end with a period. 237

com/atlassian/gadgets/view/GadgetRenderingException.java

Violation Message Line
Errors First sentence should end with a period. 5
Warnings Line has trailing spaces. 29
Infos Method 'getGadgetState' is not designed for extension - needs to be abstract, final or empty. 30

com/atlassian/gadgets/view/GadgetViewFactory.java

Violation Message Line
Warnings Line has trailing spaces. 9
Warnings Line has trailing spaces. 17
Warnings Line has trailing spaces. 19
Errors method def throws at indentation level 12 not at correct indentation, 8 31
Warnings Line has trailing spaces. 34
Warnings Line is longer than 120 characters. 34
Warnings Line has trailing spaces. 36
Errors method def throws at indentation level 12 not at correct indentation, 8 45

com/atlassian/gadgets/view/SecurityTokenFactory.java

Violation Message Line
Warnings Line has trailing spaces. 6
Warnings Line has trailing spaces. 13

com/atlassian/gadgets/view/View.java

Violation Message Line
Errors Wrong order for 'java.util.Map' import. 5
Errors Wrong order for 'java.util.HashMap' import. 6
Errors Wrong order for 'java.util.Collections' import. 7
Warnings Line has trailing spaces. 17
Errors First sentence should end with a period. 74
Infos Method 'viewType' is not designed for extension - needs to be abstract, final or empty. 79
Errors 'viewType' hides a field. 79
Infos Method 'writable' is not designed for extension - needs to be abstract, final or empty. 92
Errors First sentence should end with a period. 98
Infos Method 'addViewParam' is not designed for extension - needs to be abstract, final or empty. 104
Errors First sentence should end with a period. 110
Infos Method 'addViewParams' is not designed for extension - needs to be abstract, final or empty. 115
Infos Method 'build' is not designed for extension - needs to be abstract, final or empty. 126

com/atlassian/gadgets/view/ViewComponent.java

Violation Message Line
Warnings Line has trailing spaces. 9
Warnings Line has trailing spaces. 15

com/atlassian/gadgets/view/ViewType.java

Violation Message Line
Errors Wrong order for 'java.util.concurrent.locks.Lock' import. 11
Errors Name 'allViewTypes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19
Errors Name 'viewTypeRegistrationLock' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
Errors Name 'readLock' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 21
Errors Name 'writeLock' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
Errors Missing a Javadoc comment. 24
Errors Variable access definition in wrong order. 24
Errors Missing a Javadoc comment. 25
Errors Variable access definition in wrong order. 25
Warnings Line is longer than 120 characters. 40
Warnings Line is longer than 120 characters. 54
Warnings Line is longer than 120 characters. 61
Errors for child at indentation level 19 not at correct indentation, 20 97
Errors First sentence should end with a period. 109
Errors First sentence should end with a period. 118