The following document contains the results of Checkstyle 6.11.2 with google_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | NeedBraces | 398 | Warning |
coding | MultipleVariableDeclarations | 3 | Warning |
OverloadMethodsDeclarationOrder | 52 | Warning | |
VariableDeclarationUsageDistance | 143 | Warning | |
imports | CustomImportOrder
|
42 | Warning |
javadoc | JavadocMethod
|
360 | Warning |
JavadocParagraph | 147 | Warning | |
NonEmptyAtclauseDescription | 262 | Warning | |
misc | ArrayTypeStyle | 1 | Warning |
naming | AbbreviationAsWordInName
|
85 | Warning |
LocalVariableName
|
321 | Warning | |
MethodName
|
3 | Warning | |
PackageName
|
73 | Warning | |
ParameterName
|
812 | Warning | |
TypeName | 20 | Warning | |
whitespace | EmptyLineSeparator
|
358 | Warning |
FileTabCharacter
|
394 | Error | |
OperatorWrap
|
839 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.AlreadyExistsException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 10 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.BadParameterException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 11 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.DoesNotExistException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 12 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.NoSuccessException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 13 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.PermissionDeniedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 14 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.TimeoutException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 15 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.data.ParentDoesNotExist' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 17 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.data.http_socket.HttpOutputStreamSocketbased' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.data.http_socket.HttpRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 19 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.data.https.HttpsDataAdaptorSocketBased' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 20 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.data.write.FileWriterStreamFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 21 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.security.impl.JKSSecurityCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 22 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 51 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 52 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 53 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 54 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 55 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 56 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 75 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 77 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 78 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 79 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 80 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 81 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 82 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 83 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 84 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 86 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 87 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 88 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 89 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 90 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 91 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 92 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 94 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 95 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 96 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 97 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 98 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 99 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 100 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 72 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 73 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 74 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 75 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 76 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 77 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 78 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 79 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 84 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 85 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 86 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 93 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 97 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 98 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 99 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 100 |
Warning | naming | LocalVariableName | Local variable name '_arex_service' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 102 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 103 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 104 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 105 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 106 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 107 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 108 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 111 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 112 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 113 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 120 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 121 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 122 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 123 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 124 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 126 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 131 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 132 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 133 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 134 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 135 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 136 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 137 |
Warning | misc | ArrayTypeStyle | Array brackets at illegal position. | 137 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 138 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 142 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 148 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 149 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 150 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 151 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 152 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 153 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 154 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 155 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 159 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 164 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 165 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 166 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 167 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 168 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 169 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 170 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 172 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 173 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 174 |
Warning | naming | LocalVariableName | Local variable name 'jsdl_type' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 175 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 176 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 177 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 179 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 179 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 180 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 181 |
Warning | naming | LocalVariableName | Local variable name 'jsdl_type' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 181 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 182 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 183 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 184 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 186 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 187 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 188 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 190 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 197 |
Warning | javadoc | JavadocParagraph | Javadoc comment at column 24 has parse error. Missed HTML close tag 'jsaga:URI'. Sometimes it means that close tag missed for one of previous tags. | 204 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 204 |
Warning | naming | ParameterName | Parameter name 'jsdl_type' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 217 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 218 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 219 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 220 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 220 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 221 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 222 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 223 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 224 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 225 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 225 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 226 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 227 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 228 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 229 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 230 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 231 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 232 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 233 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 234 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 235 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 236 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 237 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 238 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 239 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 240 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 241 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 242 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 242 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 243 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 244 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 245 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 246 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 247 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 248 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 249 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 250 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 251 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 252 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 253 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 254 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 255 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 256 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 257 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 258 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 259 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 261 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 262 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 263 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 |
Warning | naming | ParameterName | Parameter name 'required_resources' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 269 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 270 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 270 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 271 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 271 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 272 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 273 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 273 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 274 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 274 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 275 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 275 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 276 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 277 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 278 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 279 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 280 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 283 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 284 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 285 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 286 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 287 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 288 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 289 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 290 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 291 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 292 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 293 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 294 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 295 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 296 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 297 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 298 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 299 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 300 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 301 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 302 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 303 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 304 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 305 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 306 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 307 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 308 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 309 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 310 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 311 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.AuthenticationFailedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 15 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.AuthorizationFailedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 16 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.BadParameterException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 17 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.NoSuccessException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.NotImplementedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 19 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.PermissionDeniedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 20 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.TimeoutException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 21 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.bes.job.BesJobMonitorAdaptor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 23 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.job.monitor.JobInfoAdaptor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 24 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.job.monitor.JobStatus' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 25 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.generated.org.w3.x2005.x08.addressing.EndpointReferenceType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 26 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.axis.client.Stub' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 28 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.axis.message.MessageElement' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 29 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.axis.message.SOAPHeaderElement' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 30 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.axis.message.Text' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 31 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.axis.types.URI' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 32 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.log4j.Logger' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 33 |
Warning | imports | CustomImportOrder | Import statement for 'org.ggf.schemas.bes.x2006.x08.besFactory.ActivityStatusType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 34 |
Warning | imports | CustomImportOrder | Import statement for 'org.ggf.schemas.bes.x2006.x08.besFactory.ActivityStateEnumeration' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 35 |
Warning | imports | CustomImportOrder | Import statement for 'org.ggf.schemas.bes.x2006.x08.besFactory.GetActivityStatusesResponseType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 36 |
Warning | imports | CustomImportOrder | Import statement for 'org.ggf.schemas.bes.x2006.x08.besFactory.GetActivityStatusesType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 37 |
Warning | imports | CustomImportOrder | Import statement for 'org.ggf.schemas.bes.x2006.x08.besFactory.InvalidRequestMessageFaultType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 38 |
Warning | imports | CustomImportOrder | Import statement for 'org.nordugrid.schemas.arex.ARex_PortType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 39 |
Warning | imports | CustomImportOrder | Import statement for 'org.nordugrid.schemas.arex.ARex_ServiceLocator' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 40 |
Warning | imports | CustomImportOrder | Import statement for 'org.oasis_open.docs.wsrf.rp_2.QueryExpressionType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 42 |
Warning | imports | CustomImportOrder | Import statement for 'org.oasis_open.docs.wsrf.rp_2.QueryResourcePropertiesResponse' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 43 |
Warning | imports | CustomImportOrder | Import statement for 'org.oasis_open.docs.wsrf.r_2.ResourceUnknownFaultType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 44 |
Warning | imports | CustomImportOrder | Import statement for 'org.oasis_open.docs.wsrf.r_2.ResourceUnavailableFaultType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 45 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 59 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 60 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 61 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 62 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 63 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 64 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 65 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 67 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 68 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 69 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 70 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 74 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 75 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 76 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 78 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 79 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 80 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 81 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 82 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 83 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 84 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 85 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 86 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 87 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 88 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 90 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 91 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 92 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 93 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 94 |
Warning | naming | LocalVariableName | Local variable name '_arex_service' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 95 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 96 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 97 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 98 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 99 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 100 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 101 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 102 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 103 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 106 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 111 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 112 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 113 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 115 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 116 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 117 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 118 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 119 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 120 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 121 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 122 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 124 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 125 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 126 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 128 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 129 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 130 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 132 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 133 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 134 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 135 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 136 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 137 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 138 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 139 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 140 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 141 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 142 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 143 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 144 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 145 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 147 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 148 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 149 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 150 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 151 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 152 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 152 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 153 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 154 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 155 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 156 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 157 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 158 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 159 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 160 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 161 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 162 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 163 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 164 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 165 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 166 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 167 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 168 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 169 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 170 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 171 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 171 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 172 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 173 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 174 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 175 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 176 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 177 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 178 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 179 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 180 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 181 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 182 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 183 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 184 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 185 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 186 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 187 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 188 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 189 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 190 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 191 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 192 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 193 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 194 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 195 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 196 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 197 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 198 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 199 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 200 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 201 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 202 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 203 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 204 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 205 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 206 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 207 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 208 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 209 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 209 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 211 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 212 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 213 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 214 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 215 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 216 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 217 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 218 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 219 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 220 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 221 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 222 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 223 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 224 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 225 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 226 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 227 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 228 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 229 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 230 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 231 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 232 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 233 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 234 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 235 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 235 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 236 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 237 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 239 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 241 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 243 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 245 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 247 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.bes.job.BesJobStatus' import. Should be before 'org.nordugrid.schemas.arex.ActivitySubStateType'. | 7 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.job.SubState' import. Should be before 'org.nordugrid.schemas.arex.ActivitySubStateType'. | 8 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 21 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 22 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 23 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 24 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 25 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 26 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 27 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 29 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 30 |
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 31 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 31 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 32 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 33 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 34 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 36 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 37 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 38 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 39 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 41 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 42 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 43 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 44 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 45 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 46 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 47 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 49 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 51 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 51 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 52 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 53 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 54 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 55 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 56 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 57 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 20 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 52 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 60 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 61 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 62 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 96 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 108 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 115 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 10 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 20 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 57 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 65 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 67 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 120 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 20 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 52 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 60 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 61 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 62 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 96 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 103 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 108 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 115 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 114 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 116 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 124 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 125 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 126 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 127 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 128 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 129 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 130 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 131 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 132 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 133 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 134 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 135 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 142 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 147 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 162 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 200 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 207 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 213 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 219 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 225 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 13 |
Warning | whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 16 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 16 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 70 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 71 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 86 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 91 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 119 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 126 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 132 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 138 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 143 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 144 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 43 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 58 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 59 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 60 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 62 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 70 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 72 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 85 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 68 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 77 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 79 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 80 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 81 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 126 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 133 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 145 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
Warning | whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 77 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 77 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 79 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 86 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 87 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 88 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 89 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 90 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 91 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 92 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 99 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 104 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 134 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 141 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 146 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 147 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 153 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 158 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 159 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | whitespace | EmptyLineSeparator | 'STATIC_INIT' should be separated from previous statement. | 21 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 22 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 32 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 36 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 39 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 47 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 48 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 49 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 51 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 59 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 13 |
Warning | whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 16 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 16 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 55 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 70 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 75 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 91 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 96 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 124 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 131 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 136 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 143 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 148 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'Application_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 114 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 116 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 124 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 125 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 126 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 127 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 128 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 129 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 130 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 131 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 132 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 133 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 134 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 135 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 142 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 147 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 162 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 201 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 208 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 213 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 214 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 220 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 225 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 226 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'Boundary_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
Warning | whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 22 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 72 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 74 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 82 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 83 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 84 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 85 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 92 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 132 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 10 |
Warning | naming | TypeName | Type name 'CPUArchitecture_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 11 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 19 |
Warning | naming | ParameterName | Parameter name 'CPUArchitectureName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 31 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 41 |
Warning | naming | ParameterName | Parameter name 'CPUArchitectureName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 68 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 77 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 79 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 80 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 81 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 126 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 133 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 145 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'CandidateHosts_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '27'. | 41 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '37'. | 45 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 52 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 60 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 61 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 62 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 80 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 105 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 112 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 124 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 26 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 27 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 31 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 34 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 38 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 39 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 40 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 41 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'DataStaging_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 210 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 211 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 212 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 214 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 219 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 220 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 221 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 222 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 223 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 224 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 225 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 226 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 227 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 228 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 229 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 230 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 231 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 232 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 233 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 234 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 235 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 236 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 237 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 238 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 239 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 240 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 241 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 242 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 243 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 250 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 255 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 279 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 345 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 352 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 357 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 358 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 364 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 369 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 370 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'Exact_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
Warning | whitespace | EmptyLineSeparator | 'CTOR_DEF' should be separated from previous statement. | 22 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 72 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 73 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 74 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 82 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 83 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 84 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 85 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 92 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 92 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 132 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 28 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 29 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 29 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 33 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 36 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 40 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 41 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 43 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 44 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 46 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 47 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 52 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 54 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 67 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'FileSystem_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 162 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 163 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 164 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 165 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 171 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 172 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 173 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 174 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 175 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 176 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 177 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 178 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 179 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 180 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 181 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 182 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 183 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 184 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 185 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 186 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 187 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 188 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 189 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 196 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 196 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 201 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 219 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 273 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 280 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 285 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 286 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 292 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 297 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 298 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'JobDefinition_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 65 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 90 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 100 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 103 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 104 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 105 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 106 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 108 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 115 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 129 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 161 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 168 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 173 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 180 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 186 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'JobDescription_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '103'. | 117 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '113'. | 121 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 141 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 146 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 148 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 150 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 155 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 156 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 157 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 158 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 159 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 160 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 161 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 162 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 163 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 164 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 165 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 166 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 167 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 168 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 169 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 170 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 177 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 182 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 197 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 208 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 255 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 262 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 267 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 268 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 274 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 279 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 280 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'JobIdentification_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '83'. | 97 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '93'. | 101 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '111'. | 125 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '121'. | 129 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 154 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 154 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 156 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 157 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 158 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 163 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 164 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 165 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 166 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 167 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 168 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 169 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 170 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 171 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 172 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 173 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 174 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 175 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 176 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 177 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 178 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 185 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 185 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 190 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 202 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 213 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 224 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 272 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 279 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 284 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 285 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 291 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 296 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 297 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 158 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 159 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 159 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 163 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 166 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 170 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 171 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 172 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 173 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 174 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 174 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 176 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 177 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 182 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 182 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 184 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 197 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'OperatingSystemType_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 68 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 77 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 79 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 80 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 81 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 126 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 133 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 145 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'OperatingSystem_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 114 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 116 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 124 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 125 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 126 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 127 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 128 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 129 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 130 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 131 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 132 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 133 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 134 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 135 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 142 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 147 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 162 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 201 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 208 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 213 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 214 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 220 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 225 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 226 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 40 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 41 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 48 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 52 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 53 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 56 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 56 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 58 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 64 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 79 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'RangeValue_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '79'. | 93 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '89'. | 97 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '107'. | 121 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 121 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '117'. | 125 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 130 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 131 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 132 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 140 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 141 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 142 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 143 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 144 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 145 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 146 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 147 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 148 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 149 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 150 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 151 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 158 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 163 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 175 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 186 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 234 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 241 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 246 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 247 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 253 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 258 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 259 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'Range_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 68 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 77 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 79 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 80 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 81 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 124 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 131 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 136 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 143 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 148 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'Resources_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 19 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 21 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 23 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 25 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 35 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 37 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 57 |
Warning | naming | ParameterName | Parameter name 'CPUArchitecture' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 58 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 59 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 60 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 65 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 66 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 71 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '119'. | 133 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 133 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '129'. | 137 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 187 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 197 |
Warning | naming | ParameterName | Parameter name 'CPUArchitecture' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 197 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 207 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 217 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 227 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 237 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 247 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 257 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 335 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 347 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 357 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 367 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 377 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 395 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 455 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 475 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 477 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 482 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 482 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 483 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 484 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 485 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 486 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 491 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 492 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 493 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 494 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 495 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 496 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 497 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 498 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 499 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 500 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 501 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 502 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 503 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 504 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 505 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 506 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 507 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 508 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 509 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 510 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 511 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 512 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 513 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 514 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 515 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 516 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 517 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 518 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 519 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 520 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 521 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 522 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 523 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 524 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 525 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 526 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 527 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 528 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 529 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 530 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 531 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 532 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 533 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 534 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 535 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 536 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 537 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 538 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 539 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 540 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 541 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 542 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 543 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 544 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 545 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 546 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 547 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 548 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 555 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 555 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 560 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 569 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 628 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 773 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 780 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 785 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 786 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 792 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 797 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 798 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'SourceTarget_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 11 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 19 |
Warning | naming | ParameterName | Parameter name 'URI' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 31 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 41 |
Warning | naming | ParameterName | Parameter name 'URI' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 68 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 77 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 79 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 80 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 81 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 127 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 134 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 140 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 146 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 152 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'ARex_BindingStub' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | naming | MethodName | Method name '_initOperationDesc1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 23 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 254 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 267 |
Warning | naming | LocalVariableName | Local variable name 'qName2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 268 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 285 |
Warning | naming | LocalVariableName | Local variable name 'qName2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 286 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beansf' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 287 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beandf' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 288 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'enumsf' declaration and its first usage is 281, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 289 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'enumdf' declaration and its first usage is 282, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 290 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'simplelistsf' declaration and its first usage is 569, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 295 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'simplelistdf' declaration and its first usage is 570, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 296 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 998 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1000 |
Warning | naming | LocalVariableName | Local variable name 'qName2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1001 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beansf' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1002 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beandf' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1003 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'enumsf' declaration and its first usage is 125, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1004 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'enumdf' declaration and its first usage is 126, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 1005 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1289 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1324 |
Warning | naming | LocalVariableName | Local variable name 'x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1326 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1351 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1355 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1367 |
Warning | naming | LocalVariableName | Local variable name '_output' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1374 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1404 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1408 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1420 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1449 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1453 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1465 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1497 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1501 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1513 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1545 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1549 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1561 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1602 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1606 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1618 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1647 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1651 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1663 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'ARex_PortType' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 14 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 15 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 16 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 17 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 18 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 19 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 20 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 23 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 24 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 25 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 26 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 35 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'ARex_Service' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 16 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | TypeName | Type name 'ARex_ServiceLocator' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 10 |
Warning | naming | ParameterName | Parameter name 'sName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 32 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 34 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 38 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Warning | naming | LocalVariableName | Local variable name '_stub' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 77 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 79 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 83 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Warning | naming | LocalVariableName | Local variable name '_stub' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 122 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 124 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 128 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
Warning | naming | LocalVariableName | Local variable name '_stub' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 |
Warning | naming | LocalVariableName | Local variable name '_stub' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 166 |
Warning | naming | LocalVariableName | Local variable name '_stub' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 171 |
Warning | naming | LocalVariableName | Local variable name '_stub' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 176 |
Warning | naming | LocalVariableName | Local variable name '_stub' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 207 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 219 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '27'. | 41 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '37'. | 45 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 52 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 60 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 61 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 62 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 80 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 106 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 113 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 119 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 48 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 49 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 56 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 60 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 62 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 63 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 64 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 72 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 90 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 100 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 103 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 104 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 105 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 106 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 108 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 115 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 162 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 169 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 181 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 186 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '27'. | 41 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '37'. | 45 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 52 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 60 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 61 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 62 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 80 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 105 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 112 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 124 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 89 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 96 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 89 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 96 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 121 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 90 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 100 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 103 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 104 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 105 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 106 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 108 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 115 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 161 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 168 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 173 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 180 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 186 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 90 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 100 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 103 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 104 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 105 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 106 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 108 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 115 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 132 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 170 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 176 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 182 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 187 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 188 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 114 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 116 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 124 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 125 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 126 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 127 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 128 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 129 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 130 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 131 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 132 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 133 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 134 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 135 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 142 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 147 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 162 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 200 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 207 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 213 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 219 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 225 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 11 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 21 |
Warning | naming | ParameterName | Parameter name 'BESFactory' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 21 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 35 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 45 |
Warning | naming | ParameterName | Parameter name 'BESFactory' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 90 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 100 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 103 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 104 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 105 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 106 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 108 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 115 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 162 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 169 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 181 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 186 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 187 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 11 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 21 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 35 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 45 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 90 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 100 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 103 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 104 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 111 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 152 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 159 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 164 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 165 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 171 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 176 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 177 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 11 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 17 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 27 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 37 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 41 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '27'. | 41 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 45 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '37'. | 45 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 52 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 60 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 61 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 62 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 80 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 105 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 112 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 124 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 68 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 77 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 79 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 80 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 81 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 126 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 133 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 145 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 30 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 38 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 43 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 44 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 45 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 54 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 56 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 69 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 68 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 77 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 79 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 80 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 81 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 99 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 132 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 10 |
Warning | naming | MethodName | Method name '_initOperationDesc1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 23 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 135 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 148 |
Warning | naming | LocalVariableName | Local variable name 'qName2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 166 |
Warning | naming | LocalVariableName | Local variable name 'qName2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 167 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beansf' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 168 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beandf' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 169 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'enumsf' declaration and its first usage is 281, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 170 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'enumdf' declaration and its first usage is 282, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 171 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'simplelistsf' declaration and its first usage is 569, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 176 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'simplelistdf' declaration and its first usage is 570, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 177 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 879 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 881 |
Warning | naming | LocalVariableName | Local variable name 'qName2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 882 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beansf' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 883 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beandf' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 884 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'enumsf' declaration and its first usage is 125, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 885 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'enumdf' declaration and its first usage is 126, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 886 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1170 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1205 |
Warning | naming | LocalVariableName | Local variable name 'x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1207 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1232 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1236 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1248 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1283 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1287 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1299 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1325 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1329 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1341 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1367 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1371 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1383 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1409 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1413 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1425 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 10 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 12 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 13 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 14 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 15 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 15 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 17 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 19 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 33 |
Warning | naming | ParameterName | Parameter name 'CPUArchitecture' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 33 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 34 |
Warning | naming | ParameterName | Parameter name 'CPUCount' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 34 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 35 |
Warning | naming | ParameterName | Parameter name 'CPUSpeed' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 38 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 95 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 105 |
Warning | naming | ParameterName | Parameter name 'CPUArchitecture' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 105 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 115 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 125 |
Warning | naming | ParameterName | Parameter name 'CPUCount' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 135 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 145 |
Warning | naming | ParameterName | Parameter name 'CPUSpeed' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 205 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 210 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 210 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 211 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 212 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 214 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 219 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 220 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 221 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 222 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 223 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 224 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 225 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 226 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 227 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 228 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 229 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 230 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 231 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 232 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 233 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 234 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 235 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 236 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 237 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 238 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 239 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 240 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 241 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 242 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 243 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 250 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 250 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 255 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 282 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 349 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 356 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 361 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 362 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 368 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 373 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 374 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 90 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 100 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 103 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 104 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 105 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 106 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 108 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 115 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 132 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 162 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 169 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 181 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 186 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 187 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 194 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 90 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 100 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 103 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 104 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 105 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 106 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 108 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 115 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 132 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 170 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 176 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 182 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 187 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 188 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 68 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 77 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 79 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 80 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 81 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 126 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 133 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 145 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 29 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 48 |
Warning | naming | ParameterName | Parameter name 'BESExtension' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '171'. | 185 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '181'. | 189 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 189 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 189 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '219'. | 233 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 233 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '229'. | 237 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 237 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 237 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '247'. | 261 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 261 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '257'. | 265 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 265 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 265 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 275 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 285 |
Warning | naming | ParameterName | Parameter name 'BESExtension' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 285 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 289 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '275'. | 289 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 289 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 293 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '285'. | 293 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 293 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 293 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 333 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 338 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 338 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 339 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 340 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 341 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 342 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 347 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 348 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 349 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 350 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 351 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 352 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 353 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 354 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 355 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 356 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 357 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 358 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 359 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 360 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 361 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 362 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 363 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 364 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 365 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 366 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 367 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 368 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 369 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 370 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 371 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 372 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 373 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 374 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 375 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 376 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 377 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 384 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 384 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 389 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 406 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 418 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 429 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 440 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 454 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 548 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 555 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 560 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 561 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 567 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 572 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 573 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 114 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 116 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 124 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 125 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 126 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 127 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 128 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 129 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 130 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 131 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 132 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 133 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 134 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 135 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 142 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 147 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 162 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 200 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 207 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 213 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 219 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 225 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '31'. | 45 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '41'. | 49 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 76 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 84 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 85 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 86 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 87 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 88 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 89 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 96 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 118 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 151 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 156 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 168 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '31'. | 45 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '41'. | 49 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 76 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 84 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 85 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 86 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 87 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 88 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 89 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 96 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 118 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 151 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 156 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 168 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 114 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 116 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 124 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 125 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 126 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 127 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 128 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 129 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 130 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 131 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 132 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 133 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 134 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 135 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 142 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 142 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 147 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 162 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 200 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 207 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 213 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 219 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 225 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '31'. | 45 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '41'. | 49 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 76 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 84 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 85 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 86 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 87 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 88 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 89 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 96 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 118 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 151 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 156 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 168 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '31'. | 45 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '41'. | 49 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 76 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 84 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 85 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 86 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 87 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 88 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 89 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 96 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 118 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 151 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 156 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 168 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 68 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 77 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 79 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 80 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 81 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 126 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 133 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 145 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 68 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 77 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 79 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 80 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 81 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 126 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 133 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 139 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 145 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 158 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '35'. | 49 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '45'. | 53 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 53 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 98 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 99 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 100 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 108 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 109 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 110 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 111 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 112 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 113 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 114 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 115 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 116 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 123 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 123 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 128 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 134 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 148 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 180 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 187 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 192 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 193 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 204 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 205 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 212 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 122 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 90 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 100 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 103 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 104 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 105 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 106 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 108 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 115 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 132 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 162 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 169 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 174 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 181 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 186 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 187 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 194 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '31'. | 45 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '41'. | 49 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 76 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 84 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 85 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 86 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 87 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 88 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 89 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 96 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 118 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 151 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 156 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 168 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '31'. | 45 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '41'. | 49 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 76 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 84 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 85 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 86 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 87 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 88 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 89 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 96 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 118 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 151 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 156 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 168 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 169 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 26 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 109 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 114 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 116 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 118 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 123 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 124 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 125 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 126 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 127 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 128 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 129 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 130 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 131 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 132 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 133 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 140 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 140 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 158 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 195 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 202 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 207 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 208 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 214 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 219 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 220 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '31'. | 45 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '41'. | 49 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 76 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 77 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 83 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 84 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 85 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 86 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 87 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 88 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 89 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 96 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 96 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 118 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 151 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 156 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 157 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 168 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 169 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 176 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.nordugrid.schemas.besFactory.holders' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 16 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 18 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 19 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 24 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '79'. | 93 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '89'. | 97 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 97 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 122 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 124 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 132 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 133 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 134 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 135 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 136 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 137 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 138 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 139 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 140 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 141 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 142 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 143 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 150 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 155 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 167 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 213 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 220 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 225 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 226 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 232 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 237 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 238 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | MethodName | Method name '_initOperationDesc1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 23 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'param' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 25 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
Warning | naming | LocalVariableName | Local variable name 'qName2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
Warning | naming | LocalVariableName | Local variable name 'qName2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 82 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beansf' declaration and its first usage is 11, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 83 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beandf' declaration and its first usage is 12, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 84 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'enumsf' declaration and its first usage is 281, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 85 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'enumdf' declaration and its first usage is 282, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 86 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'simplelistsf' declaration and its first usage is 569, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 91 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'simplelistdf' declaration and its first usage is 570, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 794 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 796 |
Warning | naming | LocalVariableName | Local variable name 'qName2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 797 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beansf' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 798 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beandf' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 799 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'enumsf' declaration and its first usage is 125, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 800 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'enumdf' declaration and its first usage is 126, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 801 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1085 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1120 |
Warning | naming | LocalVariableName | Local variable name 'x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1122 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1147 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1151 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1163 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1186 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1190 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1202 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 12 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 17 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 89 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 96 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 22 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 23 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 27 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 30 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 34 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 36 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 38 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 48 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 49 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 61 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 90 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 100 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 103 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 104 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 105 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 106 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 108 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 115 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 159 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 166 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 171 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 172 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 178 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 183 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 184 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 89 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 96 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 16 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 18 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 19 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 24 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 89 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 96 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.bf_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 27 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '127'. | 141 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 141 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '137'. | 145 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 145 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 170 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 170 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 171 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 172 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 173 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 174 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 179 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 180 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 181 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 182 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 183 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 184 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 185 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 186 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 187 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 188 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 189 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 190 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 191 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 192 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 193 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 194 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 195 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 196 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 197 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 204 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 204 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 209 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 215 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 235 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 291 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 298 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 303 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 304 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 310 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 315 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 316 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 323 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.bf_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 47 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 48 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 49 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 50 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 55 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 56 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 57 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 58 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 65 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 65 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 70 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 92 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 99 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 104 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 105 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 111 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 116 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.bf_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 68 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 77 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 79 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 80 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 81 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 99 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 132 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.bf_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.r_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 15 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 32 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 34 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 84 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.r_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 15 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 32 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 34 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 84 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 57 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 65 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 67 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 120 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 16 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 18 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 19 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 24 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 87 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 94 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 106 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 111 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '27'. | 41 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '37'. | 45 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 52 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 60 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 61 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 62 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 80 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 105 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 112 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 117 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 124 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 129 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 16 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 18 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 19 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 24 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 57 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 65 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 67 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 120 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 16 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 18 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 19 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 24 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 57 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 65 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 67 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 120 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 15 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 32 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 34 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 84 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 15 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 32 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 34 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 84 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 15 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 32 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 34 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 84 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 10 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '27'. | 41 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
Warning | coding | OverloadMethodsDeclarationOrder | Overload methods should not be split. Previous overloaded method located at line '37'. | 45 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | naming | ParameterName | Parameter name '_value' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 45 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 51 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 52 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 53 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 60 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 61 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 62 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 69 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 69 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 80 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 106 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 113 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 119 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 130 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 19 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 68 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 77 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 79 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 80 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 81 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 99 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 132 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 90 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 100 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 103 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 104 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 105 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 106 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 113 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 113 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 118 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 157 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 164 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 169 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 170 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 176 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 181 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 182 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 68 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 69 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 75 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 76 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 77 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 78 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 79 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 80 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 81 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 88 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 93 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 125 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 132 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 137 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 138 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 144 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 149 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 150 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 90 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 100 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 103 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 104 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 105 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 106 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 108 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 115 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 170 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 176 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 182 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 187 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 188 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 16 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 18 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 19 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 24 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 57 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 65 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 67 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 120 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 57 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 65 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 67 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 120 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 57 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 65 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 67 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 120 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 15 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 32 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 34 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 52 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 65 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 72 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 77 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 78 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 84 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 89 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 88 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 95 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 100 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 107 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 112 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 57 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 64 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 65 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 67 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 79 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 101 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 108 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 113 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 120 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 125 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 15 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 16 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 18 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 19 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 24 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 36 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 49 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 56 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 61 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 68 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | PackageName | Package name 'org.oasis_open.docs.wsrf.rp_2' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. | 8 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 90 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 90 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 92 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 94 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 99 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 100 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 101 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 102 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 103 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 104 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 105 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 106 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 107 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 108 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 115 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 120 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 132 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 163 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 170 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 175 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 176 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 182 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 187 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 188 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 11 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 118 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 119 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 120 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 121 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 122 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 127 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 128 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 129 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 130 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 131 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 132 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 133 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 134 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 135 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 136 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 137 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 138 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 139 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 146 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 146 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 151 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 202 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 209 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 214 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 215 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 221 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 226 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 227 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocParagraph | Empty line should be followed by <p> tag on the next line. | 3 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 17 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 |
Warning | naming | ParameterName | Parameter name '_any' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 42 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'other' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). | 44 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 45 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 46 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 52 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 53 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 54 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 66 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 72 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 97 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 102 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 103 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 109 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 114 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 115 |