Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
35 10 157 187

Files

Files Infos Warnings Errors
com/atlassian/gadgets/CachePolicy.java 0 0 4
com/atlassian/gadgets/GadgetId.java 0 4 3
com/atlassian/gadgets/GadgetLimitExceededException.java 0 0 3
com/atlassian/gadgets/GadgetNotFoundException.java 1 0 2
com/atlassian/gadgets/GadgetParsingException.java 0 1 2
com/atlassian/gadgets/GadgetRequestContext.java 4 4 7
com/atlassian/gadgets/GadgetSpecProvider.java 0 0 2
com/atlassian/gadgets/GadgetSpecUriNotAllowedException.java 0 0 2
com/atlassian/gadgets/GadgetSpecUrlChecker.java 0 0 3
com/atlassian/gadgets/GadgetState.java 3 32 10
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 2
com/atlassian/gadgets/dashboard/DashboardService.java 0 5 0
com/atlassian/gadgets/dashboard/DashboardState.java 0 58 24
com/atlassian/gadgets/dashboard/DashboardStateCache.java 0 4 0
com/atlassian/gadgets/dashboard/Layout.java 0 8 7
com/atlassian/gadgets/dashboard/package-info.java 0 3 3
com/atlassian/gadgets/dashboard/util/Iterables.java 0 0 6
com/atlassian/gadgets/dashboard/view/DashboardViewFactory.java 0 4 2
com/atlassian/gadgets/plugins/PluginGadgetSpec.java 0 1 10
com/atlassian/gadgets/plugins/PluginGadgetSpecEventListener.java 0 0 2
com/atlassian/gadgets/spec/DataType.java 0 1 17
com/atlassian/gadgets/spec/Feature.java 0 0 6
com/atlassian/gadgets/spec/GadgetSpec.java 0 3 37
com/atlassian/gadgets/spec/GadgetSpecFactory.java 0 1 6
com/atlassian/gadgets/spec/UserPrefSpec.java 0 0 2
com/atlassian/gadgets/view/GadgetRenderingException.java 1 1 4
com/atlassian/gadgets/view/GadgetViewFactory.java 0 14 3
com/atlassian/gadgets/view/RenderedGadgetUriBuilder.java 0 0 1
com/atlassian/gadgets/view/SecurityTokenFactory.java 0 2 0
com/atlassian/gadgets/view/View.java 0 4 6
com/atlassian/gadgets/view/ViewComponent.java 0 2 0

Rules

Rules Violations Severity
JavadocPackage 6 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
141 Warnings Warning
AnnotationUseStyle 0 Errors Error
MissingDeprecated 0 Errors Error
MissingOverride
  • javaFiveCompatibility: "true"
0 Errors Error
PackageAnnotation 0 Errors Error
JavadocMethod
  • scope: "package"
39 Errors Error
JavadocType
  • scope: "package"
5 Errors Error
JavadocVariable
  • scope: "package"
17 Errors Error
JavadocStyle
  • scope: "package"
39 Errors Error
ConstantName 0 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"
17 Errors Error
RedundantImport 0 Errors Error
UnusedImports 5 Errors Error
LineLength
  • max: "120"
16 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
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 1 Errors Error
WhitespaceAround 2 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 19 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 0 Errors Error
DefaultComesLast 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
ExplicitInitialization 1 Errors Error
FallThrough 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
11 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 10 Infos Info
FinalClass 4 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"
2 Errors Error
CyclomaticComplexity 0 Errors Error
NPathComplexity
  • max: "20"
2 Errors Error
JavaNCSS 0 Errors Error
ArrayTypeStyle 0 Errors Error
Indentation 8 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

com/atlassian/gadgets/CachePolicy.java

Violation Message Line
Errors Unused import - javax.annotation.Nullable. 3
Errors First sentence should end with a period. 5
Errors First sentence should end with a period. 10
Errors Redundant 'public' modifier. 15

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/GadgetLimitExceededException.java

Violation Message Line
Errors First sentence should end with a period. 4
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 14

com/atlassian/gadgets/GadgetNotFoundException.java

Violation Message Line
Errors Missing a Javadoc comment. 10
Infos Method 'getGadgetId' is not designed for extension - needs to be abstract, final or empty. 16
Errors Missing a Javadoc comment. 16

com/atlassian/gadgets/GadgetParsingException.java

Violation Message Line
Errors Missing a Javadoc comment. 8
Warnings Line has trailing spaces. 12
Errors Missing a Javadoc comment. 13

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 is longer than 120 characters. 59
Errors Variable 'viewer' explicitly initialized to 'null' (default value for its type). 66
Errors Missing a Javadoc comment. 68
Infos Method 'build' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Infos Method 'locale' is not designed for extension - needs to be abstract, final or empty. 85
Errors 'locale' hides a field. 85
Infos Method 'ignoreCache' is not designed for extension - needs to be abstract, final or empty. 98
Errors 'ignoreCache' hides a field. 98
Infos Method 'viewer' is not designed for extension - needs to be abstract, final or empty. 111
Errors 'viewer' hides a field. 111

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/GadgetSpecUriNotAllowedException.java

Violation Message Line
Errors Missing a Javadoc comment. 8
Errors Missing a Javadoc comment. 13

com/atlassian/gadgets/GadgetSpecUrlChecker.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Unused @throws tag for 'GadgetSpecUriNotAllowedException'. 11
Errors Unused @throws tag for 'NullPointerException'. 12

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 has trailing spaces. 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 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. 247
Warnings Line has trailing spaces. 262
Errors Missing a Javadoc comment. 263
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/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
Errors Missing a Javadoc comment. 10
Infos Method 'getDashboardId' is not designed for extension - needs to be abstract, final or empty. 15
Errors Missing a Javadoc comment. 15

com/atlassian/gadgets/dashboard/DashboardService.java

Violation Message Line
Warnings Line has trailing spaces. 7
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.Collections.nCopies' import. 7
Errors Wrong order for 'java.io.IOException' import. 9
Errors Wrong order for 'org.apache.commons.lang.builder.EqualsBuilder' import. 23
Errors Wrong order for 'com.atlassian.gadgets.GadgetState' import. 27
Warnings Line has trailing spaces. 30
Warnings Line has trailing spaces. 39
Warnings Line has trailing spaces. 42
Warnings Line has trailing spaces. 45
Warnings Line has trailing spaces. 49
Warnings Line has trailing spaces. 51
Warnings Line has trailing spaces. 56
Warnings Line has trailing spaces. 57
Errors Class Fan-Out Complexity is 19 (max allowed is 10). 62
Warnings Line has trailing spaces. 72
Warnings Line has trailing spaces. 79
Warnings Line has trailing spaces. 82
Errors 'columns' hides a field. 83
Warnings Line has trailing spaces. 96
Warnings Line has trailing spaces. 101
Warnings Line has trailing spaces. 105
Errors NPath Complexity is 32 (max allowed is 20). 110
Warnings Line has trailing spaces. 113
Warnings Line has trailing spaces. 115
Warnings Line has trailing spaces. 136
Warnings Line has trailing spaces. 146
Warnings Line has trailing spaces. 164
Warnings Line has trailing spaces. 167
Warnings Line has trailing spaces. 174
Warnings Line has trailing spaces. 178
Errors 'if' is not followed by whitespace. 211
Errors 'if' is not followed by whitespace. 230
Errors First sentence should end with a period. 248
Errors First sentence should end with a period. 260
Warnings Line has trailing spaces. 271
Errors NPath Complexity is 24 (max allowed is 20). 272
Warnings Line has trailing spaces. 303
Warnings Line has trailing spaces. 317
Warnings Line has trailing spaces. 328
Warnings Line has trailing spaces. 333
Warnings Line is longer than 120 characters. 344
Warnings Line has trailing spaces. 345
Warnings Line has trailing spaces. 346
Errors Class TitleBuilder should be declared as final. 358
Warnings Line has trailing spaces. 364
Warnings Line has trailing spaces. 366
Warnings Line has trailing spaces. 370
Warnings Line has trailing spaces. 379
Errors Class Builder should be declared as final. 385
Warnings Line has trailing spaces. 392
Warnings Line has trailing spaces. 398
Errors 'columns' hides a field. 404
Warnings Line has trailing spaces. 411
Warnings Line has trailing spaces. 415
Errors 'layout' hides a field. 419
Errors 'title' hides a field. 432
Errors 'maxGadgets' hides a field. 445
Warnings Line has trailing spaces. 450
Warnings Line has trailing spaces. 454
Errors 'columns' hides a field. 458
Errors First sentence should end with a period. 464
Warnings Line has trailing spaces. 466
Warnings Line has trailing spaces. 474
Warnings Line has trailing spaces. 484
Errors First sentence should end with a period. 485
Warnings Line has trailing spaces. 487
Errors First sentence should end with a period. 488
Warnings Line has trailing spaces. 490
Warnings Line has trailing spaces. 492
Warnings Line has trailing spaces. 497
Warnings Line has trailing spaces. 500
Warnings Line has trailing spaces. 507
Warnings Line has trailing spaces. 510
Warnings Line has trailing spaces. 521
Warnings Line has trailing spaces. 525
Errors Unused @throws tag for 'IllegalStateException'. 527
Warnings Line has trailing spaces. 537
Warnings Line has trailing spaces. 540
Errors Unused @throws tag for 'IllegalArgumentException'. 543
Warnings Line has trailing spaces. 559
Warnings Line has trailing spaces. 561
Warnings Line has trailing spaces. 563
Warnings Line has trailing spaces. 566

com/atlassian/gadgets/dashboard/DashboardStateCache.java

Violation Message Line
Warnings Line has trailing spaces. 6
Warnings Line has trailing spaces. 18
Warnings Line has trailing spaces. 27
Warnings Line has trailing spaces. 35

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
Errors Unused @throws tag for 'IllegalArgumentException'. 70
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 Missing package-info.java file. 0
Errors Wrong order for 'java.util.Iterator' import. 5
Errors Class Iterables should be declared as final. 9
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 16
Errors Missing a Javadoc comment. 38

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

Violation Message Line
Errors Missing package-info.java file. 0
Errors Wrong order for 'com.atlassian.gadgets.GadgetRequestContext' import. 7
Warnings Line has trailing spaces. 11
Warnings Line has trailing spaces. 19
Warnings Line has trailing spaces. 21
Warnings Line is longer than 120 characters. 27

com/atlassian/gadgets/plugins/PluginGadgetSpec.java

Violation Message Line
Errors Missing package-info.java file. 0
Warnings Line is longer than 120 characters. 14
Errors Unused @throws tag for 'NullPointerException'. 36
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 49
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 59
Errors Unused @throws tag for 'NullPointerException'. 118
Errors Missing a Javadoc comment. 126
Errors Missing a Javadoc comment. 131
Errors '31' is a magic number. 157

com/atlassian/gadgets/plugins/PluginGadgetSpecEventListener.java

Violation Message Line
Errors Unused @throws tag for 'NullPointerException'. 13
Errors Unused @throws tag for 'NullPointerException'. 22

com/atlassian/gadgets/spec/DataType.java

Violation Message Line
Warnings Line has trailing spaces. 3
Errors Missing a Javadoc comment. 3
Errors Missing a Javadoc comment. 5
Errors Missing a Javadoc comment. 5
Errors Missing a Javadoc comment. 5
Errors Missing a Javadoc comment. 5
Errors Missing a Javadoc comment. 5
Errors Missing a Javadoc comment. 5
Errors Expected @param tag for 'value'. 13
Errors '{' should be on a new line. 13
Errors for at indentation level 6 not at correct indentation, 8 14
Errors '{' should be on a new line. 14
Errors if at indentation level 8 not at correct indentation, 12 15
Errors '{' should be on a new line. 15
Errors if child at indentation level 10 not at correct indentation, 16 16
Errors if rcurly at indentation level 8 not at correct indentation, 12 17
Errors for rcurly at indentation level 6 not at correct indentation, 8 18
Errors method def child at indentation level 6 not at correct indentation, 8 19

com/atlassian/gadgets/spec/Feature.java

Violation Message Line
Errors Unused import - java.util.Map. 3
Errors Missing a Javadoc comment. 5
Errors First sentence should end with a period. 7
Errors Redundant 'public' modifier. 11
Errors First sentence should end with a period. 13
Errors Redundant 'public' modifier. 18

com/atlassian/gadgets/spec/GadgetSpec.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Wrong order for 'java.util.Map' import. 5
Errors Wrong order for 'java.util.Collection' import. 6
Errors Unused import - java.util.Collection. 6
Errors Wrong order for 'java.net.URI' import. 7
Warnings Line has trailing spaces. 9
Errors Missing a Javadoc comment. 9
Errors First sentence should end with a period. 11
Errors Redundant 'public' modifier. 15
Errors First sentence should end with a period. 17
Errors Redundant 'public' modifier. 21
Errors First sentence should end with a period. 23
Errors Redundant 'public' modifier. 28
Errors First sentence should end with a period. 30
Errors Redundant 'public' modifier. 34
Errors First sentence should end with a period. 36
Errors Redundant 'public' modifier. 40
Errors First sentence should end with a period. 42
Errors Redundant 'public' modifier. 46
Errors First sentence should end with a period. 48
Errors Redundant 'public' modifier. 52
Warnings Line has trailing spaces. 53
Errors First sentence should end with a period. 54
Errors Redundant 'public' modifier. 58
Errors First sentence should end with a period. 60
Errors Redundant 'public' modifier. 64
Errors First sentence should end with a period. 66
Errors Redundant 'public' modifier. 70
Errors First sentence should end with a period. 72
Errors Redundant 'public' modifier. 76
Errors First sentence should end with a period. 78
Errors Redundant 'public' modifier. 82
Errors First sentence should end with a period. 84
Errors Redundant 'public' modifier. 88
Errors First sentence should end with a period. 90
Errors Redundant 'public' modifier. 94
Errors ',' is not followed by whitespace. 94
Errors First sentence should end with a period. 96
Warnings Line is longer than 120 characters. 98
Errors Redundant 'public' modifier. 100

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 Expected @throws tag for 'GadgetParsingException'. 19
Errors First sentence should end with a period. 21
Errors Expected @throws tag for 'GadgetParsingException'. 28

com/atlassian/gadgets/spec/UserPrefSpec.java

Violation Message Line
Errors First sentence should end with a period. 5
Errors Redundant 'public' modifier. 46

com/atlassian/gadgets/view/GadgetRenderingException.java

Violation Message Line
Errors Missing a Javadoc comment. 12
Errors Missing a Javadoc comment. 18
Errors Missing a Javadoc comment. 24
Warnings Line has trailing spaces. 29
Infos Method 'getGadgetState' is not designed for extension - needs to be abstract, final or empty. 30
Errors Missing a Javadoc comment. 30

com/atlassian/gadgets/view/GadgetViewFactory.java

Violation Message Line
Errors Wrong order for 'com.atlassian.gadgets.GadgetRequestContext' import. 5
Warnings Line has trailing spaces. 9
Warnings Line has trailing spaces. 17
Warnings Line has trailing spaces. 19
Warnings Line is longer than 120 characters. 23
Warnings Line is longer than 120 characters. 25
Errors method def throws at indentation level 12 not at correct indentation, 8 28
Warnings Line has trailing spaces. 33
Warnings Line has trailing spaces. 35
Warnings Line is longer than 120 characters. 40
Warnings Line is longer than 120 characters. 42
Warnings Line is longer than 120 characters. 44
Errors method def throws at indentation level 12 not at correct indentation, 8 45
Warnings Line has trailing spaces. 48
Warnings Line has trailing spaces. 50
Warnings Line is longer than 120 characters. 54
Warnings Line is longer than 120 characters. 57

com/atlassian/gadgets/view/RenderedGadgetUriBuilder.java

Violation Message Line
Errors Wrong order for 'com.atlassian.gadgets.GadgetRequestContext' import. 7

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 Missing package-info.java file. 0
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 9
Errors Missing a Javadoc comment. 10
Warnings Line has trailing spaces. 11
Warnings Line has trailing spaces. 14
Warnings Line has trailing spaces. 20
Errors Missing a Javadoc comment. 21
Warnings Line has trailing spaces. 25
Errors Missing a Javadoc comment. 26

com/atlassian/gadgets/view/ViewComponent.java

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