Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
7 0 0 307

Rules

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

Details

com/atlassian/xmlrpc/ConnectionInfo.java

Violation Message Line
error '{' should be on the previous line. 29
error Missing a Javadoc comment. 30
error Name 'DEFAULT_ENCODING' must match pattern '^[a-z][a-zA-Z0-9]*$'. 30
error Missing a Javadoc comment. 32
error Missing a Javadoc comment. 34
error '60000' is a magic number. 34
error Missing a Javadoc comment. 36
error Missing a Javadoc comment. 38
error Missing a Javadoc comment. 40
error Missing a Javadoc comment. 42
error Parameter encoding should be final. 56
error 'encoding' hides a field. 56
error Expected @param tag for 'encoding'. 56
error First sentence should end with a period. 60
error First sentence should end with a period. 68
error Parameter gzip should be final. 72
error 'gzip' hides a field. 72
error Expected @param tag for 'gzip'. 72
error First sentence should end with a period. 76
error First sentence should end with a period. 84
error Parameter username should be final. 88
error 'username' hides a field. 88
error Expected @param tag for 'username'. 88
error First sentence should end with a period. 92
error First sentence should end with a period. 100
error Parameter passsword should be final. 104
error Expected @param tag for 'passsword'. 104
error Parameter timeout should be final. 120
error 'timeout' hides a field. 120
error Expected @param tag for 'timeout'. 120
error First sentence should end with a period. 124
error First sentence should end with a period. 132
error Parameter timeZone should be final. 136
error 'timeZone' hides a field. 136
error Expected @param tag for 'timeZone'. 136

com/atlassian/xmlrpc/Binder.java

Violation Message Line
error First sentence should end with a period. 24
error Line has trailing spaces. 25
error Line has trailing spaces. 27
error '{' should be on the previous line. 31
error First sentence should end with a period. 32
error Redundant 'public' modifier. 38
error '<' is not followed by whitespace. 38
error Expected @param tag for '<T>'. 38
error '>' is not preceded with whitespace. 38
error '<' is not preceded with whitespace. 38
error '<' is not followed by whitespace. 38
error '>' is not preceded with whitespace. 38
error Expected @param tag for 'bindClass'. 38
error Expected @param tag for 'url'. 38
error Expected @throws tag for 'BindingException'. 38
error Line has trailing spaces. 39
error First sentence should end with a period. 40
error Line has trailing spaces. 42
error Line has trailing spaces. 45
error Line is longer than 80 characters. 50
error Redundant 'public' modifier. 50
error '<' is not followed by whitespace. 50
error Expected @param tag for '<T>'. 50
error '>' is not preceded with whitespace. 50
error '<' is not preceded with whitespace. 50
error '<' is not followed by whitespace. 50
error '>' is not preceded with whitespace. 50
error Expected @param tag for 'bindClass'. 50
error Expected @param tag for 'url'. 50
error Expected @param tag for 'authInfo'. 50
error Expected @throws tag for 'BindingException'. 50
error First sentence should end with a period. 52
error Line is longer than 80 characters. 61
error Redundant 'public' modifier. 61
error '<' is not followed by whitespace. 61
error Expected @param tag for '<T>'. 61
error '>' is not preceded with whitespace. 61
error '<' is not preceded with whitespace. 61
error '<' is not followed by whitespace. 61
error '>' is not preceded with whitespace. 61
error Expected @param tag for 'bindClass'. 61
error Expected @param tag for 'url'. 61
error Expected @param tag for 'connectionInfo'. 61
error Expected @throws tag for 'BindingException'. 61

com/atlassian/xmlrpc/AuthenticationInfo.java

Violation Message Line
error Line has trailing spaces. 27
error '{' should be on the previous line. 30
error Missing a Javadoc comment. 31
error Line has trailing spaces. 32
error Missing a Javadoc comment. 33
error Line has trailing spaces. 35
error Missing a Javadoc comment. 35
error Parameter username should be final. 35
error 'username' hides a field. 35
error Parameter password should be final. 35
error 'password' hides a field. 35
error '{' should be on the previous line. 36
error Line has trailing spaces. 40
error Missing a Javadoc comment. 41
error '{' should be on the previous line. 42
error Line has trailing spaces. 45
error Missing a Javadoc comment. 46
error '{' should be on the previous line. 47

com/atlassian/xmlrpc/RPCCallMethodInterceptor.java

Violation Message Line
error Line has trailing spaces. 41
error Line has trailing spaces. 43
error '{' should be on the previous line. 47
error Missing a Javadoc comment. 48
error Line has trailing spaces. 49
error Missing a Javadoc comment. 50
error Missing a Javadoc comment. 52
error Parameter client should be final. 52
error 'client' hides a field. 52
error Parameter serviceObject should be final. 52
error 'serviceObject' hides a field. 52
error '{' should be on the previous line. 53
error Line is longer than 80 characters. 58
error Method 'invoke' is not designed for extension - needs to be abstract, final or empty. 58
error Missing a Javadoc comment. 58
error Parameter object should be final. 58
error Parameter method should be final. 58
error Parameter args should be final. 58
error '{' should be on the previous line. 61
error Line is longer than 80 characters. 62
error Line is longer than 80 characters. 65
error Line is longer than 80 characters. 66
error '}' should be on the same line. 71
error '{' should be on the previous line. 73
error Line is longer than 80 characters. 74
error Missing a Javadoc comment. 78
error Parameter method should be final. 78
error '{' should be on the previous line. 79
error '{' should be on the previous line. 83
error Line has trailing spaces. 88
error Missing a Javadoc comment. 89
error Parameter method should be final. 89
error '{' should be on the previous line. 90
error '{' should be on the previous line. 93
error Line has trailing spaces. 96
error Line is longer than 80 characters. 97
error Line has trailing spaces. 98
error '{' should be on the previous line. 100
error 'cast' is not followed by whitespace. 101
error '{' should be on the previous line. 103
error '(' is followed by whitespace. 105
error '{' should be on the previous line. 106
error 'cast' is not followed by whitespace. 107
error '{' should be on the previous line. 109
error Line has trailing spaces. 115
error Line has trailing spaces. 118
error Missing a Javadoc comment. 119
error Parameter objects should be final. 119
error '{' should be on the previous line. 120
error '{' should be on the previous line. 123
error Line has trailing spaces. 126
error '{' should be on the previous line. 129
error '{' should be on the previous line. 131
error 'cast' is not followed by whitespace. 132
error '}' should be on the same line. 133
error '{' should be on the previous line. 135
error Line has trailing spaces. 141
error Missing a Javadoc comment. 142
error Parameter method should be final. 142
error Parameter returnValue should be final. 142
error Line is longer than 80 characters. 143
error '{' should be on the previous line. 146
error Line has trailing spaces. 151
error '{' should be on the previous line. 153
error 'cast' is not followed by whitespace. 154
error Line has trailing spaces. 156
error '{' should be on the previous line. 158
error Line has trailing spaces. 161
error '}' should be on the same line. 163
error '{' should be on the previous line. 165
error 'cast' is not followed by whitespace. 166
error Line has trailing spaces. 170
error Line is longer than 80 characters. 171
error Missing a Javadoc comment. 171
error Parameter result should be final. 171
error '<' is not preceded with whitespace. 171
error '<' is not followed by whitespace. 171
error '>' is not preceded with whitespace. 171
error Parameter beanType should be final. 171
error Line is longer than 80 characters. 172
error Line has trailing spaces. 175
error '{' should be on the previous line. 177
error Line has trailing spaces. 181
error Line has trailing spaces. 184
error Missing a Javadoc comment. 185
error Parameter map should be final. 185
error Parameter beanType should be final. 185
error Line is longer than 80 characters. 186
error Line has trailing spaces. 192
error Missing a Javadoc comment. 193
error Parameter bean should be final. 193
error Parameter map should be final. 193
error '{' should be on the previous line. 195
error Line is longer than 80 characters. 196
error Line has trailing spaces. 198
error Missing a Javadoc comment. 199
error Parameter map should be final. 199
error '<' is not preceded with whitespace. 199
error '<' is not followed by whitespace. 199
error '>' is not preceded with whitespace. 199
error '{' should be on the previous line. 200
error '<' is not preceded with whitespace. 201
error '<' is not followed by whitespace. 201
error '>' is not preceded with whitespace. 201
error '<' is not preceded with whitespace. 201
error '<' is not followed by whitespace. 201
error '>' is not preceded with whitespace. 201
error '>' is not followed by whitespace. 201
error '{' should be on the previous line. 203
error '{' should be on the previous line. 206
error 'cast' is not followed by whitespace. 207
error '}' should be on the same line. 208
error '{' should be on the previous line. 210
error Missing a Javadoc comment. 217
error Parameter map should be final. 217
error '<' is not preceded with whitespace. 217
error '<' is not followed by whitespace. 217
error '>' is not preceded with whitespace. 217
error '{' should be on the previous line. 218
error '<' is not preceded with whitespace. 219
error '<' is not followed by whitespace. 219
error '>' is not preceded with whitespace. 219
error '<' is not preceded with whitespace. 219
error '<' is not followed by whitespace. 219
error '>' is not preceded with whitespace. 219
error '>' is not followed by whitespace. 219
error '{' should be on the previous line. 221
error '{' should be on the previous line. 224
error Line has trailing spaces. 230
error Missing a Javadoc comment. 231
error Parameter bean should be final. 231
error Parameter map should be final. 231
error '{' should be on the previous line. 232
error Line is longer than 80 characters. 234
error '{' should be on the previous line. 238
error Line is longer than 80 characters. 239
error Line is longer than 80 characters. 240
error '}' should be on the same line. 245
error '{' should be on the previous line. 247
error Line is longer than 80 characters. 248

com/atlassian/xmlrpc/DefaultBinder.java

Violation Message Line
error First sentence should end with a period. 28
error Line has trailing spaces. 29
error Line has trailing spaces. 31
error Line has trailing spaces. 33
error '{' should be on the previous line. 37
error Method 'bind' is not designed for extension - needs to be abstract, final or empty. 38
error Missing a Javadoc comment. 38
error '<' is not followed by whitespace. 38
error '>' is not preceded with whitespace. 38
error Parameter bindClass should be final. 38
error '<' is not preceded with whitespace. 38
error '<' is not followed by whitespace. 38
error '>' is not preceded with whitespace. 38
error Parameter url should be final. 38
error '{' should be on the previous line. 39
error Line has trailing spaces. 42
error Line is longer than 80 characters. 43
error Method 'bind' is not designed for extension - needs to be abstract, final or empty. 43
error Missing a Javadoc comment. 43
error '<' is not followed by whitespace. 43
error '>' is not preceded with whitespace. 43
error Parameter bindClass should be final. 43
error '<' is not preceded with whitespace. 43
error '<' is not followed by whitespace. 43
error '>' is not preceded with whitespace. 43
error Parameter url should be final. 43
error Parameter authInfo should be final. 43
error Line is longer than 80 characters. 51
error Method 'bind' is not designed for extension - needs to be abstract, final or empty. 51
error Missing a Javadoc comment. 51
error '<' is not followed by whitespace. 51
error '>' is not preceded with whitespace. 51
error Parameter bindClass should be final. 51
error '<' is not preceded with whitespace. 51
error '<' is not followed by whitespace. 51
error '>' is not preceded with whitespace. 51
error Parameter url should be final. 51
error Parameter connectionInfo should be final. 51
error '{' should be on the previous line. 54
error Line is longer than 80 characters. 55
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. 62
error Line is longer than 80 characters. 63
error 'cast' is not followed by whitespace. 63
error '{' is followed by whitespace. 63
error Missing a Javadoc comment. 66
error Parameter url should be final. 66
error Parameter connectionInfo should be final. 66
error Line has trailing spaces. 71
error '{' should be on the previous line. 73
error Line has trailing spaces. 83

com/atlassian/xmlrpc/BindingException.java

Violation Message Line
error First sentence should end with a period. 22
error Line has trailing spaces. 25
error Line has trailing spaces. 29
error '{' should be on the previous line. 29
error Missing a Javadoc comment. 30
error Parameter message should be final. 30
error '{' should be on the previous line. 31
error Line has trailing spaces. 34
error Missing a Javadoc comment. 35
error Parameter cause should be final. 35
error '{' should be on the previous line. 36
error Line has trailing spaces. 39
error Missing a Javadoc comment. 40
error Parameter message should be final. 40
error Parameter cause should be final. 40
error '{' should be on the previous line. 41

com/atlassian/xmlrpc/package.html

Violation Message Line
error Missing package documentation file. 0