Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
16 0 0 546

Rules

Rules Violations Severity
PackageHtml 3 Errors Error
NewlineAtEndOfFile 1 Errors Error
Translation 0 Errors Error
JavadocMethod 44 Errors Error
JavadocType 5 Errors Error
JavadocVariable 43 Errors Error
JavadocStyle 4 Errors Error
ConstantName 1 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
RedundantImport 0 Errors Error
UnusedImports 1 Errors Error
FileLength 0 Errors Error
LineLength 153 Errors Error
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 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 2 Errors Error
WhitespaceAround 67 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 1 Errors Error
LeftCurly 106 Errors Error
NeedBraces 0 Errors Error
RightCurly 21 Errors Error
AvoidInlineConditionals 1 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 14 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 8 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 12 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 2 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 49 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
6 Errors Error
TodoComment 2 Errors Error
UpperEll 0 Errors Error

Details

com/atlassian/gadgets/publisher/internal/GadgetModuleDescriptor.java

Violation Message Line
Errors Unused import - com.atlassian.plugin.util.validation.ValidationException. 6
Errors Line is longer than 80 characters. 15
Errors Line is longer than 80 characters. 18
Errors Unclosed HTML tag found: <gadget>} element inside its {@code 18
Errors Line is longer than 80 characters. 19
Errors Line is longer than 80 characters. 20
Errors Line is longer than 80 characters. 21
Errors Line is longer than 80 characters. 22
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 27
Errors Unclosed HTML tag found: <hostname>[:<port>]/[<context>/]<path/to/gadget/location.xml 27
Errors Unclosed HTML tag found: <port>]/[<context>/]<path/to/gadget/location.xml}. 27
Errors Unclosed HTML tag found: <context>/]<path/to/gadget/location.xml}. 27
Errors Line is longer than 80 characters. 28
Errors Line is longer than 80 characters. 31
Errors Line is longer than 80 characters. 32
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 40
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 44
Errors Line is longer than 80 characters. 46
Errors '<' is not preceded with whitespace. 46
Errors '<' is not followed by whitespace. 46
Errors '>' is not preceded with whitespace. 46
Errors Missing a Javadoc comment. 48
Errors Line is longer than 80 characters. 51
Errors Line is longer than 80 characters. 53
Errors Line is longer than 80 characters. 55
Errors Line is longer than 80 characters. 56
Errors Unused @throws tag for 'NullPointerException'. 58
Errors Line is longer than 80 characters. 59
Errors Line is longer than 80 characters. 60
Errors Unused @throws tag for 'ValidationException'. 60
Errors Parameter plugin should be final. 63
Errors Parameter element should be final. 63
Errors Redundant throws: 'PluginParseException' is unchecked exception. 63
Errors Line is longer than 80 characters. 65
Errors Line is longer than 80 characters. 71
Errors Line is longer than 80 characters. 72
Errors '{' should be on the previous line. 78
Errors Missing a Javadoc comment. 82
Errors Parameter pattern should be final. 83
Errors '{' should be on the previous line. 84

com/atlassian/gadgets/publisher/internal/GadgetProcessor.java

Violation Message Line
Errors Line is longer than 80 characters. 10
Errors Line is longer than 80 characters. 11
Errors '{' should be on the previous line. 15
Errors Line is longer than 80 characters. 17
Errors Line is longer than 80 characters. 18
Errors Line is longer than 80 characters. 19
Errors Unused @throws tag for 'NullPointerException'. 24
Errors Line is longer than 80 characters. 28
Errors Redundant throws: 'GadgetParsingException' is unchecked exception. 28

com/atlassian/gadgets/publisher/internal/GadgetSpecResource.java

Violation Message Line
Errors File does not end with a newline. 0
Errors '{' should be on the previous line. 23
Errors Missing a Javadoc comment. 24
Errors Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
Errors Missing a Javadoc comment. 26
Errors Parameter writer should be final. 32
Errors 'writer' hides a field. 32
Errors '{' should be on the previous line. 33
Errors Parameter pluginKey should be final. 47
Errors Line is longer than 80 characters. 48
Errors Parameter gadgetSpecName should be final. 48
Errors Line is longer than 80 characters. 50
Errors '{' should be on the previous line. 53
Errors '}' should be on the same line. 55
Errors '{' should be on the previous line. 57
Errors '}' should be on the same line. 61
Errors '{' should be on the previous line. 63
Errors Line has trailing spaces. 66
Errors Line is longer than 80 characters. 68

com/atlassian/gadgets/publisher/internal/GadgetSpecValidator.java

Violation Message Line
Errors '{' should be on the previous line. 9

com/atlassian/gadgets/publisher/internal/LocaleParser.java

Violation Message Line
Errors Missing a Javadoc comment. 9
Errors '{' should be on the previous line. 10
Errors Missing a Javadoc comment. 11
Errors Missing a Javadoc comment. 13
Errors Line is longer than 80 characters. 14
Errors Missing a Javadoc comment. 16
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 19
Errors Missing a Javadoc comment. 21
Errors Parameter localeString should be final. 21
Errors '{' should be on the previous line. 22
Errors '{' should be on the previous line. 26
Errors Line is longer than 80 characters. 27
Errors Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. 34
Errors Missing a Javadoc comment. 34
Errors '{' should be on the previous line. 35
Errors Missing a Javadoc comment. 39
Errors Parameter langOrCountryString should be final. 39
Errors '{' should be on the previous line. 40
Errors Avoid inline conditionals. 41

com/atlassian/gadgets/publisher/internal/MessageBundleResource.java

Violation Message Line
Errors '{' should be on the previous line. 23
Errors Missing a Javadoc comment. 24
Errors Line is longer than 80 characters. 28
Errors Parameter i18nResolver should be final. 30
Errors 'i18nResolver' hides a field. 30
Errors '{' should be on the previous line. 31
Errors Line is longer than 80 characters. 36
Errors Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. 42
Errors '}' is not preceded with whitespace. 44
Errors Line is longer than 80 characters. 45
Errors Parameter requestPrefix should be final. 45
Errors Parameter locale should be final. 45
Errors '<' is not preceded with whitespace. 47
Errors '<' is not followed by whitespace. 47
Errors '>' is not preceded with whitespace. 47
Errors '<' is not preceded with whitespace. 48
Errors '<' is not followed by whitespace. 48
Errors ',' is not followed by whitespace. 48
Errors '>' is not preceded with whitespace. 48
Errors '<' is not preceded with whitespace. 48
Errors '<' is not followed by whitespace. 48
Errors '>' is not preceded with whitespace. 48
Errors '>' is not followed by whitespace. 48
Errors '{' should be on the previous line. 50
Errors Line is longer than 80 characters. 51

com/atlassian/gadgets/publisher/internal/PluginGadgetFinder.java

Violation Message Line
Errors Line is longer than 80 characters. 19
Errors Line is longer than 80 characters. 20
Errors Line is longer than 80 characters. 21
Errors Line is longer than 80 characters. 22
Errors Line is longer than 80 characters. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 29
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 31
Errors Line is longer than 80 characters. 32
Errors Line is longer than 80 characters. 34
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 37
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 39
Errors Line is longer than 80 characters. 40
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 42
Errors Line is longer than 80 characters. 43
Errors Line is longer than 80 characters. 44
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 48
Errors Line is longer than 80 characters. 51
Errors Line is longer than 80 characters. 52
Errors '{' should be on the previous line. 55
Errors Missing a Javadoc comment. 56
Errors Line is longer than 80 characters. 59
Errors Line is longer than 80 characters. 60
Errors Missing a Javadoc comment. 63
Errors '<' is not preceded with whitespace. 63
Errors '<' is not followed by whitespace. 63
Errors '>' is not preceded with whitespace. 63
Errors Line is longer than 80 characters. 68
Errors Line is longer than 80 characters. 69
Errors Line is longer than 80 characters. 71
Errors Line is longer than 80 characters. 72
Errors Line is longer than 80 characters. 73
Errors Line is longer than 80 characters. 74
Errors Line is longer than 80 characters. 75
Errors Line is longer than 80 characters. 76
Errors Unused @throws tag for 'NullPointerException'. 78
Errors Parameter pluginAccessor should be final. 80
Errors Parameter pluginEventManager should be final. 81
Errors Line is longer than 80 characters. 82
Errors Parameter eventListeners should be final. 82
Errors '<' is not preceded with whitespace. 82
Errors '<' is not followed by whitespace. 82
Errors '>' is not preceded with whitespace. 82
Errors 'eventListeners' hides a field. 82
Errors Line is longer than 80 characters. 89
Errors Line is longer than 80 characters. 93
Errors Line is longer than 80 characters. 96
Errors Unused @throws tag for 'NullPointerException'. 98
Errors Method 'pluginModuleEnabled' is not designed for extension - needs to be abstract, final or empty. 100
Errors Parameter event should be final. 101
Errors '{' should be on the previous line. 102
Errors '<' is not preceded with whitespace. 103
Errors '<' is not followed by whitespace. 103
Errors '?' is not preceded with whitespace. 103
Errors '>' is not preceded with whitespace. 103
Errors '?' is not followed by whitespace. 103
Errors '{' should be on the previous line. 105
Errors Line is longer than 80 characters. 109
Errors Line is longer than 80 characters. 115
Errors Line is longer than 80 characters. 118
Errors Unused @throws tag for 'NullPointerException'. 120
Errors Method 'pluginModuleDisabled' is not designed for extension - needs to be abstract, final or empty. 122
Errors Parameter event should be final. 123
Errors '{' should be on the previous line. 124
Errors '<' is not preceded with whitespace. 125
Errors '<' is not followed by whitespace. 125
Errors '?' is not preceded with whitespace. 125
Errors '>' is not preceded with whitespace. 125
Errors '?' is not followed by whitespace. 125
Errors '{' should be on the previous line. 127
Errors Line is longer than 80 characters. 131
Errors Missing a Javadoc comment. 135
Errors Parameter pluginGadgetSpecs should be final. 135
Errors '<' is not preceded with whitespace. 135
Errors '<' is not followed by whitespace. 135
Errors '>' is not preceded with whitespace. 135
Errors '{' should be on the previous line. 138
Errors Missing a Javadoc comment. 143
Errors Parameter gadgetSpec should be final. 143
Errors '{' should be on the previous line. 144
Errors '{' should be on the previous line. 146
Errors '{' should be on the previous line. 150
Errors Line is longer than 80 characters. 155
Errors Missing a Javadoc comment. 155
Errors Parameter eventListener should be final. 155
Errors Parameter gadgetSpec should be final. 155
Errors '{' should be on the previous line. 158
Errors '}' should be on the same line. 160
Errors '{' should be on the previous line. 162
Errors Line is longer than 80 characters. 163
Errors Missing a Javadoc comment. 167
Errors Parameter gadgetSpec should be final. 167
Errors '{' should be on the previous line. 168
Errors '{' should be on the previous line. 170
Errors Line is longer than 80 characters. 175
Errors Missing a Javadoc comment. 175
Errors Parameter eventListener should be final. 175
Errors Parameter gadgetSpec should be final. 175
Errors '{' should be on the previous line. 178
Errors '}' should be on the same line. 180
Errors '{' should be on the previous line. 182
Errors Line is longer than 80 characters. 183
Errors Missing a Javadoc comment. 187
Errors Parameter message should be final. 187
Errors Parameter t should be final. 187
Errors '{' should be on the previous line. 188
Errors '{' should be on the previous line. 190
Errors '}' should be on the same line. 192
Errors '{' should be on the previous line. 194

com/atlassian/gadgets/publisher/internal/PublishedGadgetSpecNotFoundException.java

Violation Message Line
Errors Missing a Javadoc comment. 3
Errors '{' should be on the previous line. 4

com/atlassian/gadgets/publisher/internal/PublishedGadgetSpecWriter.java

Violation Message Line
Errors Line is longer than 80 characters. 7
Errors '{' should be on the previous line. 10
Errors Line is longer than 80 characters. 12
Errors Line is longer than 80 characters. 13
Errors Line is longer than 80 characters. 14
Errors Line is longer than 80 characters. 16
Errors Line is longer than 80 characters. 17
Errors Line is longer than 80 characters. 18
Errors Line is longer than 80 characters. 19
Errors Line is longer than 80 characters. 20
Errors Unused @throws tag for 'NullPointerException'. 23
Errors Line is longer than 80 characters. 25
Errors Line is longer than 80 characters. 27
Errors Redundant throws: 'PublishedGadgetSpecNotFoundException' is unchecked exception. 28

com/atlassian/gadgets/publisher/internal/impl/GadgetProcessorImpl.java

Violation Message Line
Errors '{' should be on the previous line. 35
Errors Missing a Javadoc comment. 36
Errors Line is longer than 80 characters. 41
Errors Missing a Javadoc comment. 41
Errors Line is longer than 80 characters. 42
Errors Missing a Javadoc comment. 42
Errors Line is longer than 80 characters. 43
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 44
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 46
Errors Missing a Javadoc comment. 49
Errors Line is longer than 80 characters. 50
Errors Line is longer than 80 characters. 51
Errors Missing a Javadoc comment. 56
Errors Line is longer than 80 characters. 58
Errors Missing a Javadoc comment. 61
Errors Missing a Javadoc comment. 64
Errors Line is longer than 80 characters. 65
Errors Line is longer than 80 characters. 70
Errors Missing a Javadoc comment. 71
Errors Missing a Javadoc comment. 72
Errors Missing a Javadoc comment. 73
Errors Missing a Javadoc comment. 74
Errors Missing a Javadoc comment. 76
Errors Missing a Javadoc comment. 78
Errors Line has trailing spaces. 79
Errors Missing a Javadoc comment. 80
Errors Missing a Javadoc comment. 81
Errors Missing a Javadoc comment. 82
Errors Line is longer than 80 characters. 87
Errors Parameter applicationProperties should be final. 90
Errors 'applicationProperties' hides a field. 90
Errors Parameter webResourceManager should be final. 91
Errors 'webResourceManager' hides a field. 91
Errors Parameter localeResolver should be final. 92
Errors 'localeResolver' hides a field. 92
Errors '{' should be on the previous line. 93
Errors Line is longer than 80 characters. 100
Errors Method 'process' is not designed for extension - needs to be abstract, final or empty. 100
Errors Missing a Javadoc comment. 100
Errors Redundant throws: 'GadgetParsingException' is unchecked exception. 100
Errors '{' should be on the previous line. 105
Errors '}' should be on the same line. 107
Errors Must have at least one statement. 108
Errors '{' is not followed by whitespace. 108
Errors '}' is not preceded with whitespace. 108
Errors '}' should be on the same line. 108
Errors '{' should be on the previous line. 110
Errors '{' should be on the previous line. 112
Errors '}' should be on the same line. 114
Errors '{' should be on the previous line. 116
Errors Line has trailing spaces. 121
Errors Missing a Javadoc comment. 122
Errors '{' should be on the previous line. 123
Errors Missing a Javadoc comment. 124
Errors Missing a Javadoc comment. 125
Errors Missing a Javadoc comment. 127
Errors Parameter in should be final. 127
Errors 'in' hides a field. 127
Errors Parameter out should be final. 127
Errors 'out' hides a field. 127
Errors '{' should be on the previous line. 128
Errors Line has trailing spaces. 132
Errors Missing a Javadoc comment. 133
Errors '{' should be on the previous line. 134
Errors '{' should be on the previous line. 136
Errors '}' should be on the same line. 145
Errors '{' should be on the previous line. 147
Errors Missing a Javadoc comment. 153
Errors '{' should be on the previous line. 154
Errors '{' should be on the previous line. 157
Errors '}' should be on the same line. 159
Errors '{' should be on the previous line. 161
Errors Missing a Javadoc comment. 168
Errors '{' should be on the previous line. 169
Errors '<' is not preceded with whitespace. 172
Errors '<' is not followed by whitespace. 172
Errors '>' is not preceded with whitespace. 172
Errors Line is longer than 80 characters. 174
Errors '{' should be on the previous line. 176
Errors Line is longer than 80 characters. 177
Errors 'for' is not followed by whitespace. 188
Errors '{' should be on the previous line. 189
Errors Line is longer than 80 characters. 193
Errors Line is longer than 80 characters. 200
Errors Missing a Javadoc comment. 200
Errors Line is longer than 80 characters. 202
Errors Line is longer than 80 characters. 203
Errors '{' should be on the previous line. 207
Errors '{' should be on the previous line. 213
Errors Missing a Javadoc comment. 231
Errors '{' should be on the previous line. 232
Errors Line is longer than 80 characters. 234
Errors Line is longer than 80 characters. 235
Errors Line is longer than 80 characters. 236
Errors ',' is not followed by whitespace. 237
Errors Line is longer than 80 characters. 240
Errors Missing a Javadoc comment. 240
Errors Redundant throws: 'GadgetParsingException' is unchecked exception. 240
Errors '{' should be on the previous line. 246
Errors Line is longer than 80 characters. 247
Errors Line is longer than 80 characters. 248
Errors Line is longer than 80 characters. 254
Errors Line is longer than 80 characters. 259
Errors Missing a Javadoc comment. 259
Errors Redundant throws: 'GadgetParsingException' is unchecked exception. 259
Errors '{' should be on the previous line. 264
Errors Line is longer than 80 characters. 265
Errors Line is longer than 80 characters. 274
Errors Missing a Javadoc comment. 274
Errors Redundant throws: 'GadgetParsingException' is unchecked exception. 274
Errors '{' should be on the previous line. 279
Errors Line is longer than 80 characters. 280
Errors Line is longer than 80 characters. 283
Errors Line has trailing spaces. 290
Errors Missing a Javadoc comment. 291
Errors Parameter gadgetSpec should be final. 291
Errors '{' should be on the previous line. 292
Errors '{' should be on the previous line. 296
Errors Line is longer than 80 characters. 297
Errors Line is longer than 80 characters. 304
Errors Missing a Javadoc comment. 304
Errors Line is longer than 80 characters. 305
Errors Missing a Javadoc comment. 305
Errors Line is longer than 80 characters. 306
Errors Missing a Javadoc comment. 306
Errors Missing a Javadoc comment. 307
Errors Parameter callback should be final. 307
Errors '{' should be on the previous line. 308
Errors '{' should be on the previous line. 323

com/atlassian/gadgets/publisher/internal/impl/GadgetSpecValidatorImpl.java

Violation Message Line
Errors '{' should be on the previous line. 21
Errors Missing a Javadoc comment. 22
Errors Unused @throws tag for 'NullPointerException'. 31
Errors '{' should be on the previous line. 34
Errors '{' should be on the previous line. 37
Errors Line is longer than 80 characters. 38
Errors '}' should be on the same line. 40
Errors '{' should be on the previous line. 42
Errors '}' should be on the same line. 44
Errors '{' should be on the previous line. 46
Errors '}' should be on the same line. 48
Errors '{' should be on the previous line. 50

com/atlassian/gadgets/publisher/internal/impl/PublishedGadgetSpecStoreImpl.java

Violation Message Line
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 33
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 38
Errors Missing a Javadoc comment. 38
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors Missing a Javadoc comment. 39
Errors Missing a Javadoc comment. 41
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 45
Errors Parameter urlBuilder should be final. 45
Errors 'urlBuilder' hides a field. 45
Errors Parameter validator should be final. 46
Errors 'validator' hides a field. 46
Errors Parameter gadgetProcessor should be final. 47
Errors 'gadgetProcessor' hides a field. 47
Errors '{' should be on the previous line. 48
Errors Method 'contains' is not designed for extension - needs to be abstract, final or empty. 54
Errors Missing a Javadoc comment. 54
Errors Parameter gadgetSpecUri should be final. 54
Errors '{' should be on the previous line. 55
Errors '{' should be on the previous line. 58
Errors Line is longer than 80 characters. 59
Errors '}' should be on the same line. 60
Errors '{' should be on the previous line. 62
Errors '}' should be on the same line. 64
Errors '{' should be on the previous line. 66
Errors Method 'entries' is not designed for extension - needs to be abstract, final or empty. 71
Errors Missing a Javadoc comment. 71
Errors '<' is not preceded with whitespace. 71
Errors '<' is not followed by whitespace. 71
Errors '>' is not preceded with whitespace. 71
Errors '{' should be on the previous line. 72
Errors '{' should be on the previous line. 75
Errors Line is longer than 80 characters. 76
Errors '<' is not preceded with whitespace. 76
Errors '<' is not followed by whitespace. 76
Errors '>' is not preceded with whitespace. 76
Errors '>' is not followed by whitespace. 76
Errors Parameter from should be final. 78
Errors '{' should be on the previous line. 79
Errors '}' should be on the same line. 83
Errors '{' should be on the previous line. 85
Errors Missing a Javadoc comment. 90
Errors Parameter pluginGadgetSpec should be final. 90
Errors '{' should be on the previous line. 91
Errors Line is longer than 80 characters. 92
Errors '{' should be on the previous line. 94
Errors Line is longer than 80 characters. 95
Errors Line is longer than 80 characters. 101
Errors Method 'writeGadgetSpecTo' is not designed for extension - needs to be abstract, final or empty. 101
Errors Missing a Javadoc comment. 101
Errors Parameter pluginKey should be final. 101
Errors Parameter location should be final. 101
Errors Parameter output should be final. 101
Errors '{' should be on the previous line. 107
Errors Line is longer than 80 characters. 108
Errors '{' should be on the previous line. 110
Errors '}' should be on the same line. 114
Errors '{' should be on the previous line. 116
Errors Line is longer than 80 characters. 120
Errors Method 'write' is not designed for extension - needs to be abstract, final or empty. 120
Errors Missing a Javadoc comment. 120
Errors Parameter pluginGadgetSpec should be final. 120
Errors Parameter output should be final. 120
Errors '{' should be on the previous line. 124
Errors '{' should be on the previous line. 131
Errors '}' should be on the same line. 133
Errors '{' should be on the previous line. 135
Errors Line is longer than 80 characters. 142
Errors Method 'pluginGadgetSpecEnabled' is not designed for extension - needs to be abstract, final or empty. 142
Errors Missing a Javadoc comment. 142
Errors Parameter pluginGadgetSpec should be final. 142
Errors Redundant throws: 'GadgetParsingException' is unchecked exception. 142
Errors '{' should be on the previous line. 146
Errors Line is longer than 80 characters. 147
Errors '{' should be on the previous line. 152
Errors '}' should be on the same line. 155
Errors '{' should be on the previous line. 157
Errors Method 'pluginGadgetSpecDisabled' is not designed for extension - needs to be abstract, final or empty. 162
Errors Missing a Javadoc comment. 162
Errors Parameter pluginGadgetSpec should be final. 162
Errors '{' should be on the previous line. 163
Errors '{' should be on the previous line. 166
Errors Line is longer than 80 characters. 167
Errors '{' should be on the previous line. 172
Errors '}' should be on the same line. 174
Errors '{' should be on the previous line. 176
Errors Line has trailing spaces. 180
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 181
Errors Missing a Javadoc comment. 181
Errors '{' should be on the previous line. 183
Errors Missing a Javadoc comment. 187
Errors Parameter pluginGadgetSpec should be final. 187
Errors '{' should be on the previous line. 188
Errors '{' should be on the previous line. 191
Errors '}' should be on the same line. 193
Errors '{' should be on the previous line. 195
Errors '{' should be on the previous line. 199
Errors Line is longer than 80 characters. 200

com/atlassian/gadgets/publisher/internal/impl/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/gadgets/publisher/internal/jaxb/JAXBMessageBundle.java

Violation Message Line
Errors Missing a Javadoc comment. 14
Errors Utility classes should not have a public or default constructor. 14
Errors '{' should be on the previous line. 16
Errors Missing a Javadoc comment. 17
Errors '}' is not preceded with whitespace. 17
Errors Comment matches to-do format 'TODO:'. 19
Errors '<' is not preceded with whitespace. 20
Errors '<' is not followed by whitespace. 20
Errors '>' is not preceded with whitespace. 20
Errors Missing a Javadoc comment. 23
Errors '}' is not preceded with whitespace. 23
Errors '{' should be on the previous line. 25
Errors Missing a Javadoc comment. 29
Errors Parameter messages should be final. 29
Errors '<' is not preceded with whitespace. 29
Errors '<' is not followed by whitespace. 29
Errors '>' is not preceded with whitespace. 29
Errors 'messages' hides a field. 29
Errors '{' should be on the previous line. 30
Errors Comment matches to-do format 'TODO:'. 31
Errors Line is longer than 80 characters. 32
Errors '<' is not preceded with whitespace. 32
Errors '<' is not followed by whitespace. 32
Errors '>' is not preceded with whitespace. 32
Errors '<' is not preceded with whitespace. 32
Errors '<' is not followed by whitespace. 32
Errors '>' is not preceded with whitespace. 32
Errors '>' is not followed by whitespace. 32
Errors '{' should be on the previous line. 34
Errors Line is longer than 80 characters. 35
Errors Missing a Javadoc comment. 40
Errors Utility classes should not have a public or default constructor. 40
Errors '{' should be on the previous line. 41
Errors Missing a Javadoc comment. 42
Errors '}' is not preceded with whitespace. 42
Errors Missing a Javadoc comment. 46
Errors '}' is not preceded with whitespace. 46
Errors Missing a Javadoc comment. 51
Errors '}' is not preceded with whitespace. 51
Errors '{' should be on the previous line. 53
Errors Missing a Javadoc comment. 58
Errors Parameter name should be final. 58
Errors 'name' hides a field. 58
Errors Parameter value should be final. 58
Errors 'value' hides a field. 58
Errors '{' should be on the previous line. 59

com/atlassian/gadgets/publisher/internal/jaxb/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/atlassian/gadgets/publisher/internal/package.html

Violation Message Line
Errors Missing package documentation file. 0