The following document contains the results of Checkstyle 6.11.2 with google_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | EmptyCatchBlock
|
1 | Warning |
NeedBraces | 392 | Warning | |
coding | OverloadMethodsDeclarationOrder | 44 | Warning |
VariableDeclarationUsageDistance | 138 | Warning | |
imports | CustomImportOrder
|
99 | Warning |
javadoc | JavadocMethod
|
455 | Warning |
JavadocParagraph | 146 | Warning | |
NonEmptyAtclauseDescription | 423 | Warning | |
naming | AbbreviationAsWordInName
|
349 | Warning |
LocalVariableName
|
383 | Warning | |
MethodName
|
6 | Warning | |
ParameterName
|
636 | Warning | |
whitespace | EmptyLineSeparator
|
430 | Warning |
FileTabCharacter
|
34 | Error | |
OperatorWrap
|
1281 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 18 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 19 |
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 | javadoc | JavadocMethod | Missing a Javadoc comment. | 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. | 28 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 29 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 30 |
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. | 35 |
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. | 40 |
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 | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 44 |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 23 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 43 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 43 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 61 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 64 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 67 |
Warning | naming | ParameterName | Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 67 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 68 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.lang.Exception' import. Should be before 'javax.xml.rpc.ServiceException'. | 12 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.net.MalformedURLException' import. Should be before 'javax.xml.rpc.ServiceException'. | 13 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.net.URL' import. Should be before 'javax.xml.rpc.ServiceException'. | 14 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.rmi.RemoteException' import. Should be before 'javax.xml.rpc.ServiceException'. | 15 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'java.util.Map' import. Should be before 'javax.xml.rpc.ServiceException'. | 16 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 27 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 72 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement for 'org.apache.axis.AxisFault' 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.apache.axis.client.Stub' 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.apache.log4j.Level' 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.apache.log4j.Logger' 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.globus.axis.gsi.GSIConstants' 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.globus.gsi.TrustedCertificates' 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.globus.gsi.X509Credential' 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 'org.globus.gsi.gssapi.GlobusGSSCredentialImpl' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 22 |
Warning | imports | CustomImportOrder | Import statement for 'org.ietf.jgss.GSSException' 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 'org.italiangrid.voms.VOMSAttribute' 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 'org.italiangrid.voms.VOMSValidators' 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 '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. | 26 |
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. | 27 |
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. | 28 |
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. | 29 |
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. | 30 |
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. | 31 |
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. | 32 |
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. | 33 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.permissions.Permission' 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.ogf.srm22.ArrayOfAnyURI' 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.ogf.srm22.ArrayOfString' 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.ogf.srm22.ArrayOfTGetFileRequest' 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.ogf.srm22.ArrayOfTGroupPermission' 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.ogf.srm22.ArrayOfTMetaDataPathDetail' 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.ogf.srm22.ArrayOfTPutFileRequest' 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.ogf.srm22.ISRM' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 41 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SRMServiceLocator' 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.ogf.srm22.SrmLsRequest' 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.ogf.srm22.SrmLsResponse' 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.ogf.srm22.SrmMkdirRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 45 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmMkdirResponse' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 46 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmPingRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 47 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmPingResponse' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 48 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmPrepareToGetRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 49 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmPrepareToGetResponse' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 50 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmPrepareToPutRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 51 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmPrepareToPutResponse' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 52 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmPutDoneRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 53 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmPutDoneResponse' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 54 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmReleaseFilesRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 55 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmReleaseFilesResponse' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 56 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmRmRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 57 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmRmResponse' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 58 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmRmdirRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 59 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmRmdirResponse' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 60 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmSetPermissionRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 61 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmSetPermissionResponse' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 62 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmStatusOfGetRequestRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 63 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmStatusOfGetRequestResponse' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 64 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmStatusOfLsRequestRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 65 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmStatusOfLsRequestResponse' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 66 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmStatusOfPutRequestRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 67 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.SrmStatusOfPutRequestResponse' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 68 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TAccessPattern' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 69 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TConnectionType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 70 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TDirOption' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 71 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TExtraInfo' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 72 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TGetFileRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 73 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TGetRequestFileStatus' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 74 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TGroupPermission' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 75 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TMetaDataPathDetail' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 76 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TPermissionMode' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 77 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TPermissionType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 78 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TPutFileRequest' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 79 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TPutRequestFileStatus' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 80 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TReturnStatus' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 81 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TSURLReturnStatus' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 82 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TStatusCode' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 83 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.srm22.TTransferParameters' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 84 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.data.permission.PermissionAdaptorBasic' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 86 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.data.permission.PermissionBytes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 87 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.data.read.FileAttributes' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 88 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.data.read.FileReaderStreamFactory' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 89 |
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. | 90 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 101 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 104 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 157 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'status' declaration and its first usage is 4, 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). | 204 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 206 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 207 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 216 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 259 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 259 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 267 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 267 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 285 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 285 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 300 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 301 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'status' declaration and its first usage is 4, 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). | 342 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 344 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 345 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 354 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 397 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 397 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 422 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 422 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 436 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 437 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 467 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 483 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 507 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 532 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 545 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 546 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 573 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 634 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 705 |
Warning | naming | LocalVariableName | Local variable name 'v' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 722 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 762 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 780 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'detailedStatus' 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). | 816 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 823 |
Warning | blocks | EmptyCatchBlock | Empty catch block. | 833 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 883 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 919 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 17 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 20 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 66 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 120 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 19 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 22 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 25 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement for 'org.apache.axis.SimpleTargetedChain' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 7 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.axis.client.Call' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 8 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.axis.configuration.SimpleProvider' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 9 |
Warning | imports | CustomImportOrder | Import statement for 'org.globus.axis.transport.GSIHTTPTransport' 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.ietf.jgss.GSSCredential' 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.context.Context' 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.AuthenticationFailedException' 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.AuthorizationFailedException' 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.BadParameterException' 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.IncorrectStateException' 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.NoSuccessException' 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.TimeoutException' 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.base.defaults.Default' 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.base.usage.U' 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.base.usage.UAnd' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 22 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.base.usage.UOptional' 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.base.usage.Usage' 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.security.SecurityCredential' 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.adaptor.security.impl.GSSCredentialSecurityCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 26 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 37 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 40 |
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 | naming | LocalVariableName | Local variable name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 57 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 84 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
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. | 109 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 17 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 43 |
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. | 64 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 132 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 150 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 173 |
Warning | naming | LocalVariableName | Local variable name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 183 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 198 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 220 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 262 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 272 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 278 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | naming | LocalVariableName | Local variable name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 44 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 63 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 20 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | naming | ParameterName | Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 52 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 64 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 14 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 19 |
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. | 34 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 35 |
Warning | naming | ParameterName | Parameter name 'SURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 35 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 73 |
Warning | naming | ParameterName | Parameter name 'SURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 73 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 258 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 259 |
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). | 260 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 261 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 262 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 267 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 268 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 269 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 270 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 271 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 272 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 273 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 274 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 275 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 276 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 277 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 278 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 279 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 280 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 281 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 282 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 283 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 284 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 285 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 286 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 287 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 294 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 294 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 299 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 392 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 399 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 404 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 405 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 411 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 416 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 417 |
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. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 29 |
Warning | naming | ParameterName | Parameter name 'SURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 29 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 41 |
Warning | naming | ParameterName | Parameter name 'TURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 41 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 112 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 122 |
Warning | naming | ParameterName | Parameter name 'TURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 122 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 207 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 207 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 208 |
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). | 209 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 211 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 216 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 217 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 218 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 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 | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 238 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 238 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 243 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 313 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 320 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 325 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 326 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 332 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 337 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 338 |
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. | 34 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 258 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 259 |
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). | 260 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 261 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 262 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 267 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 268 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 269 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 270 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 271 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 272 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 273 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 274 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 275 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 276 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 277 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 278 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 279 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 280 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 281 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 282 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 283 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 284 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 285 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 286 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 287 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 288 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 289 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 290 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 291 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 298 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 298 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 303 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 326 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 408 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 415 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 420 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 421 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 427 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 432 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 433 |
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 | 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 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 16 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 17 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 18 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 19 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 20 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 21 |
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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 24 |
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 | MethodName | Method name '_initOperationDesc1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 24 |
Warning | naming | MethodName | Method name '_initOperationDesc2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 157 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 216 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 221 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 229 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'qName2' 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). | 230 |
Warning | naming | LocalVariableName | Local variable name 'qName2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 230 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beansf' declaration and its first usage is 21, 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). | 231 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beandf' declaration and its first usage is 22, 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). | 232 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 311 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 347 |
Warning | naming | LocalVariableName | Local variable name 'x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 349 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 374 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 378 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 387 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 405 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 409 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 418 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 436 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 440 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 449 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 467 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 471 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 480 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 498 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 502 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 511 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 529 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 533 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 542 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 560 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 564 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 573 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 591 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 595 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 604 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 622 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 626 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 635 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 653 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 657 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 666 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 684 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 688 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 697 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 715 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 719 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 728 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 746 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 750 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 759 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 770 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 774 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 783 |
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 | 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 |
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 'sName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 24 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 29 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 31 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 36 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 38 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 42 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 46 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 57 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
Warning | naming | LocalVariableName | Local variable name '_stub' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 59 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 68 |
Warning | naming | LocalVariableName | Local variable name '_stub' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 80 |
Warning | naming | LocalVariableName | Local variable name '_stub' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 105 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 117 |
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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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. | 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 | 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. | 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 | 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. | 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 | 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 | 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 | 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 | 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 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 16 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 17 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 18 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 19 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 20 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 21 |
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 | 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. | 27 |
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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 30 |
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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 33 |
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 | 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 | 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 | 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 |
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 |
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 'sName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 20 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 26 |
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. | 39 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 43 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
Warning | naming | LocalVariableName | Local variable name '_stub' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 60 |
Warning | naming | LocalVariableName | Local variable name '_stub' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 81 |
Warning | naming | LocalVariableName | Local variable name '_stub' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 106 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
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. | 13 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 22 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 23 |
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. | 55 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
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. | 75 |
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. | 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 | 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. | 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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 13 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 20 |
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. | 51 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 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 | 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 | 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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 11 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
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. | 67 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 77 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 282 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 283 |
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). | 284 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 285 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 286 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 291 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 292 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 293 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 294 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 295 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 296 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 297 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 298 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 299 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 300 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 301 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 302 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 303 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 304 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 305 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 306 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 307 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 308 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 309 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 310 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 311 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 312 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 313 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 314 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 315 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 316 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 317 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 318 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 319 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 320 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 321 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 322 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 323 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 324 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 331 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 331 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 336 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 458 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 465 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 470 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 471 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 477 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 482 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 483 |
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. | 24 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 138 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
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). | 140 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 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 | OperatorWrap | '||' should be on a new line. | 152 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 153 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 154 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 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 | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 169 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' 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. | 236 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 243 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 248 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 249 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 255 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 260 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 261 |
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. | 13 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
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. | 24 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 39 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 49 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 59 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 69 |
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 | 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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 198 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 205 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 210 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 217 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 222 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 206 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 218 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
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. | 13 |
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. | 22 |
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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 55 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 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 | 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. | 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 | 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. | 21 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
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. | 42 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 67 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 77 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 167 |
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. | 177 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 282 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 282 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 283 |
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). | 284 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 285 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 286 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 291 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 292 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 293 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 294 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 295 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 296 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 297 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 298 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 299 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 300 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 301 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 302 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 303 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 304 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 305 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 306 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 307 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 308 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 309 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 310 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 311 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 312 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 313 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 314 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 315 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 316 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 317 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 318 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 319 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 320 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 321 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 322 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 323 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 324 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 331 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 331 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 336 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 458 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 465 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 470 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 471 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 477 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 482 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 483 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 206 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 218 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
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. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
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. | 39 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 49 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 79 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 89 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 206 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 218 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
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. | 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. | 11 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
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. | 27 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 43 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 53 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 83 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 93 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 138 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
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). | 140 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 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 | OperatorWrap | '||' should be on a new line. | 152 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 153 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 154 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 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 | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 169 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' 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. | 236 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 243 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 248 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 249 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 255 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 260 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 261 |
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. | 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. | 11 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 13 |
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. | 22 |
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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 55 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 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 | 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. | 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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 13 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 20 |
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. | 51 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 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 | 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 | 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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 13 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 20 |
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. | 51 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 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 | 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 | 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 | 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 | 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 | 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 | 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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 13 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 20 |
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. | 51 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 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 | 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 | 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 | 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 | 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. | 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 | 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. | 13 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 33 |
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. | 59 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 69 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 79 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 89 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 |
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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 234 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 235 |
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). | 236 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 238 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 243 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 244 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 245 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 246 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 247 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 248 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 249 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 250 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 251 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 252 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 253 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 254 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 255 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 256 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 257 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 258 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 259 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 260 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 261 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 262 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 263 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 264 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 265 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 266 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 267 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 268 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 269 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 270 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 277 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 282 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 383 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 390 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 395 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 396 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 402 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 407 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 408 |
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 | 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. | 13 |
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. | 22 |
Warning | naming | ParameterName | Parameter name 'SURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 22 |
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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 55 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 65 |
Warning | naming | ParameterName | Parameter name 'SURL' 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 | 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 | 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. | 13 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
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. | 24 |
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. | 39 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 49 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 59 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 69 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 79 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 89 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 198 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 205 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 210 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 217 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 222 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
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 | 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 | 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. | 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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 11 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
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. | 63 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 73 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 258 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 258 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 259 |
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). | 260 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 261 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 262 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 267 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 268 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 269 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 270 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 271 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 272 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 273 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 274 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 275 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 276 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 277 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 278 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 279 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 280 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 281 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 282 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 283 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 284 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 285 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 286 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 287 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 288 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 289 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 290 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 291 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 292 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 293 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 294 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 295 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 296 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 297 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 304 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 304 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 309 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 421 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 428 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 433 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 434 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 440 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 445 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 446 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 206 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 218 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
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. | 38 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 39 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 71 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 81 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 279 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 306 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 306 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 307 |
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). | 308 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 309 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 310 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 315 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 316 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 317 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 318 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 319 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 320 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 321 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 322 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 323 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 324 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 325 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 326 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 327 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 328 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 329 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 330 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 331 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 332 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 333 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 334 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 335 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 336 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 337 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 338 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 339 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 340 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 341 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 342 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 343 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 344 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 345 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 346 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 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 | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 358 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 358 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 363 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 496 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 503 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 508 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 509 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 515 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 520 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 521 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 206 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 218 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
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. | 13 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
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. | 24 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 39 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 49 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 59 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 69 |
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 | 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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 198 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 205 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 210 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 217 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 222 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
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. | 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. | 13 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 22 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 23 |
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. | 55 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
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. | 75 |
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. | 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 | 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. | 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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 13 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 24 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 25 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 59 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 69 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 79 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 89 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
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 | 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 | 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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 11 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
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. | 39 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 49 |
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 | 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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 206 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 218 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 11 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 32 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 33 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 59 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 69 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 |
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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 234 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 235 |
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). | 236 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 238 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 243 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 244 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 245 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 246 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 247 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 248 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 249 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 250 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 251 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 252 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 253 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 254 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 255 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 256 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 257 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 258 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 259 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 260 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 261 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 262 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 263 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 264 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 265 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 266 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 267 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 268 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 269 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 270 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 277 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 282 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 383 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 390 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 395 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 396 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 402 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 407 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 408 |
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. | 30 |
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 | 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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 347 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 354 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 359 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 360 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 366 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 371 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 372 |
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. | 13 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 20 |
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. | 51 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 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 | 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 | 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 | 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. | 13 |
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. | 22 |
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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 55 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 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 | 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. | 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 | 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. | 13 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
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. | 24 |
Warning | naming | ParameterName | Parameter name 'SURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 24 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 39 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 49 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 59 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 69 |
Warning | naming | ParameterName | Parameter name 'SURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 69 |
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 | 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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 206 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 218 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
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 | 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. | 13 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 31 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 32 |
Warning | naming | ParameterName | Parameter name 'SURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 32 |
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. | 63 |
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. | 75 |
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. | 85 |
Warning | naming | ParameterName | Parameter name 'SURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 85 |
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 | 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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 346 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 353 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 358 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 359 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 365 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 370 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 371 |
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 | MethodName | Method name '_initOperationDesc1' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 26 |
Warning | naming | MethodName | Method name '_initOperationDesc2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 141 |
Warning | naming | MethodName | Method name '_initOperationDesc3' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 256 |
Warning | naming | MethodName | Method name '_initOperationDesc4' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. | 371 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 479 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 484 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 492 |
Warning | naming | LocalVariableName | Local variable name 'qName2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 493 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 510 |
Warning | naming | LocalVariableName | Local variable name 'qName2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 511 |
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). | 512 |
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). | 513 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 1223 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1225 |
Warning | naming | LocalVariableName | Local variable name 'qName2' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1226 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beansf' declaration and its first usage is 17, 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). | 1227 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'beandf' declaration and its first usage is 18, 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). | 1228 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'enumsf' 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). | 1229 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'enumdf' 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). | 1230 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1486 |
Warning | naming | LocalVariableName | Local variable name 'qName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1522 |
Warning | naming | LocalVariableName | Local variable name 'x' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1524 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1549 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1553 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1562 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1580 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1584 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1593 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1611 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1615 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1624 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1642 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1646 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1655 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1673 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1677 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1686 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1704 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1708 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1717 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1735 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1739 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1748 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1766 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1770 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1779 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1797 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1801 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1810 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1828 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1832 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1841 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1859 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1863 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1872 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1890 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1894 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1903 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1921 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1925 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1934 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1952 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1956 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1965 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 1983 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1987 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 1996 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2014 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2018 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2027 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2045 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2049 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2058 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2076 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2080 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2089 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2107 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2111 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2120 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2138 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2142 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2151 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2169 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2173 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2182 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2200 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2204 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2213 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2231 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2235 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2244 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2262 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2266 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2275 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2293 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2297 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2306 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2324 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2328 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2337 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2355 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2359 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2368 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2386 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2390 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2399 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2417 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2421 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2430 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2448 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2452 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2461 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2479 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2483 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2492 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2510 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2514 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2523 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2541 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2545 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2554 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2572 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2576 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2585 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2603 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2607 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2616 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2634 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2638 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2647 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2665 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2669 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2678 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2696 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2700 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2709 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 2727 |
Warning | naming | LocalVariableName | Local variable name '_call' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2731 |
Warning | naming | LocalVariableName | Local variable name '_resp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 2740 |
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. | 13 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 22 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 23 |
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. | 55 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
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. | 75 |
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. | 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 | 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 | 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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 206 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 218 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
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. | 19 |
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 | 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 | 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 | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 13 |
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 | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 24 |
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. | 26 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 59 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 69 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 79 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 89 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 99 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 206 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 218 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
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 | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 13 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 22 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 23 |
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. | 55 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
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. | 75 |
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. | 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 | 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 | 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 | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 11 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
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. | 39 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 49 |
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 | 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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 206 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 218 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
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. | 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. | 13 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 15 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 20 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 22 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 23 |
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. | 55 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
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. | 75 |
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. | 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 | 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 | 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 | 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 | 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 | 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 | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 186 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 187 |
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). | 188 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 195 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 196 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 197 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 198 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 199 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 200 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 201 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 202 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 203 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 204 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 205 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 206 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 207 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 208 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 209 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 210 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 211 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 212 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 213 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 214 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 215 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 216 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 223 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 223 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 228 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 310 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 317 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 322 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 323 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 329 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 334 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 335 |
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. | 19 |
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 | 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 | 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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 199 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 206 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 212 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 218 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 224 |
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. | 13 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 20 |
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. | 51 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 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 | 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 | 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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 11 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 27 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 47 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 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 | 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 | 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 | javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 138 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
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). | 140 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 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 | OperatorWrap | '||' should be on a new line. | 152 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 153 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 154 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 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 | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 169 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' 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. | 236 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 243 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 248 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 249 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 255 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 260 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 261 |
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. | 24 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 25 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 29 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 32 |
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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 39 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 48 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 63 |
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. | 24 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 25 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 29 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 32 |
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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 39 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 48 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 63 |
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. | 24 |
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. | 43 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 138 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 138 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
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). | 140 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 141 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 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 | OperatorWrap | '||' should be on a new line. | 152 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 153 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 154 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 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 | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 169 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 169 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' 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. | 235 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 242 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 247 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 248 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 254 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 259 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 260 |
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. | 24 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 25 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 29 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 32 |
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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 39 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 43 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 48 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 63 |
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. | 13 |
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. | 22 |
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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 55 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 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 | 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 | 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. | 13 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 27 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 28 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 47 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 57 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 67 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 77 |
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 | 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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 271 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 278 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 283 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 284 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 290 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 295 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 296 |
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 | 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. | 158 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 165 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 170 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 171 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 177 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 182 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 183 |
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. | 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. | 32 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 33 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 33 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 37 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 40 |
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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 47 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 48 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 51 |
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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 71 |
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 | 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 | 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 | 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 | 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 | 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. | 21 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 29 |
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. | 51 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 61 |
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 | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 151 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 161 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 186 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 187 |
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). | 188 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 195 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 196 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 197 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 198 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 199 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 200 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 201 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 202 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 203 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 204 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 205 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 206 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 207 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 208 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 209 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 210 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 211 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 212 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 213 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 214 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 215 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 216 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 223 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 223 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 228 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 309 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 316 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 321 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 322 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 328 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 333 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 334 |
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. | 19 |
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 | 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 | javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 363 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 383 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 423 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 443 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 450 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 450 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 451 |
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). | 452 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 453 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 454 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 459 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 460 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 461 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 462 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 463 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 464 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 465 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 466 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 467 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 468 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 469 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 470 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 471 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 472 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 473 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 474 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 475 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 476 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 477 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 478 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 479 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 480 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 481 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 482 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 483 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 484 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 485 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 486 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 487 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 488 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 489 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 490 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 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 | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 520 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 520 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 525 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 717 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 724 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 729 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 730 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 736 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 741 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 742 |
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. | 32 |
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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 |
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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 234 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 234 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 235 |
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). | 236 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 237 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 238 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 243 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 244 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 245 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 246 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 247 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 248 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 249 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 250 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 251 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 252 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 253 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 254 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 255 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 256 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 257 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 258 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 259 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 260 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 261 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 262 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 263 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 264 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 265 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 266 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 267 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 268 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 269 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 270 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 277 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 277 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 282 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 384 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 391 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 396 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 397 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 403 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 408 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 409 |
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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 36 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 37 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 41 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 44 |
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 | 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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 60 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 75 |
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. | 28 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 186 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 187 |
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). | 188 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 195 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 196 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 197 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 198 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 199 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 200 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 201 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 202 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 203 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 204 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 205 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 206 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 207 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 208 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 209 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 210 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 211 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 212 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 213 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 214 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 215 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 216 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 223 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 223 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 228 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 310 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 317 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 322 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 323 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 329 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 334 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 335 |
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 | 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 | 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 | 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 | 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. | 23 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 31 |
Warning | naming | ParameterName | Parameter name 'SURL' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 31 |
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. | 55 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 65 |
Warning | naming | ParameterName | Parameter name 'SURL' 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 | 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 | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 175 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 346 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 353 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 358 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 359 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 365 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 370 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 371 |
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. | 28 |
Warning | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 186 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 186 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 187 |
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). | 188 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 189 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 190 |
Warning | naming | LocalVariableName | Local variable name '_equals' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 195 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 196 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 197 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 198 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 199 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 200 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 201 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 202 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 203 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 204 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 205 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 206 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 207 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 208 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 209 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 210 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 211 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 212 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 213 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 214 |
Warning | whitespace | OperatorWrap | '||' should be on a new line. | 215 |
Warning | whitespace | OperatorWrap | '&&' should be on a new line. | 216 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 223 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 223 |
Warning | naming | LocalVariableName | Local variable name '_hashCode' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 228 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 309 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 316 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 321 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 322 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 328 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 333 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 334 |
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. | 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. | 36 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 37 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 41 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 44 |
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 | 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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 60 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 62 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 63 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 75 |
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 | 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 | 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 | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
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 | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 198 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 205 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 210 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 211 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 217 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 222 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 223 |
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 | 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 | 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. | 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 | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 88 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 89 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 96 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 100 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 101 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 102 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 103 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 104 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
Warning | naming | ParameterName | Parameter name '_javaType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 106 |
Warning | naming | ParameterName | Parameter name '_xmlType' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 107 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 112 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 112 |
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. | 127 |
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. | 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 | 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 | javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
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 | 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 | 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. | 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 | 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 |