The following document contains the results of Checkstyle 6.11.2 with google_checks.xml ruleset.
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | NeedBraces | 4 | Warning |
coding | MultipleVariableDeclarations | 1 | Warning |
VariableDeclarationUsageDistance | 1 | Warning | |
imports | CustomImportOrder
|
98 | Warning |
javadoc | JavadocMethod
|
38 | Warning |
SingleLineJavadoc
|
1 | Warning | |
naming | AbbreviationAsWordInName
|
5 | Warning |
LocalVariableName
|
13 | Warning | |
whitespace | EmptyLineSeparator
|
1 | Warning |
FileTabCharacter
|
518 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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. | 11 |
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. | 12 |
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. | 13 |
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. | 14 |
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. | 15 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.NotImplementedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 16 |
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. | 17 |
Warning | imports | CustomImportOrder | Import statement for 'org.w3.x2005.x08.addressing.EndpointReferenceType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'de.fzj.unicore.wsrflite.security.ISecurityProperties' 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 'de.fzj.unicore.wsrflite.security.UASSecurityProperties' 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 'eu.unicore.security.util.client.IClientProperties' 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.ClientAdaptor' 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.U' 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.base.usage.UAnd' 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.base.usage.Usage' 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 '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. | 27 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.security.impl.JKSSecurityCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 28 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.unicore.security.UnicoreSecurityProperties' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 29 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 68 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 114 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'de.fzj.unicore.uas.client.FileTransferClient' import. Should be before 'org.unigrids.services.atomic.types.ProtocolType.Enum'. | 18 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'de.fzj.unicore.uas.client.StorageClient' import. Should be before 'org.unigrids.services.atomic.types.ProtocolType.Enum'. | 19 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'de.fzj.unicore.wsrflite.xmlbeans.BaseFault' import. Should be before 'org.unigrids.services.atomic.types.ProtocolType.Enum'. | 20 |
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 36 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 42 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 43 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 50 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 51 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 52 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 53 |
Warning | whitespace | EmptyLineSeparator | 'METHOD_DEF' should be separated from previous statement. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 55 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 63 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 64 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 65 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 67 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 68 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 69 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 74 |
Warning | naming | LocalVariableName | Local variable name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 74 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 75 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 76 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 77 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 78 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 79 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 80 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 81 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 82 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 83 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 85 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 86 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 87 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 88 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 91 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 92 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 93 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 94 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 97 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 98 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 99 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 100 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 101 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 102 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 103 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 104 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 105 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 106 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 107 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 108 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 112 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 113 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 114 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 115 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 116 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 117 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 118 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 119 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 123 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 124 |
Warning | naming | LocalVariableName | Local variable name '_list' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 124 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 125 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 126 |
Warning | naming | LocalVariableName | Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 126 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 127 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 128 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 129 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 130 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 131 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 132 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 133 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 136 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 137 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 138 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 139 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 140 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 141 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 142 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 143 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 147 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 148 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 149 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 150 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 151 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 155 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 159 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 162 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 162 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 163 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 165 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 166 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 167 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 168 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 169 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 170 |
Warning | naming | LocalVariableName | Local variable name 'io_client' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 170 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 171 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 172 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 173 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 174 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 175 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 176 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 177 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 178 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 180 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 181 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 183 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 184 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 185 |
Warning | naming | LocalVariableName | Local variable name 'io_client' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 185 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 186 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 187 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 188 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 189 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 190 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 191 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 192 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 193 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 194 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | SummaryJavadoc | First sentence of Javadoc is incomplete (period is missing) or not present. | 18 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 25 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 30 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 87 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement for 'org.ggf.schemas.jsdl.x2005.x11.jsdl.JobDescriptionType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 5 |
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. | 6 |
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. | 7 |
Warning | imports | CustomImportOrder | Import statement for 'org.unigrids.services.atomic.types.StatusInfoType' 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.w3.x2005.x08.addressing.EndpointReferenceType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 9 |
Warning | imports | CustomImportOrder | Import statement for 'de.fzj.unicore.uas.client.JobClient' 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 'de.fzj.unicore.wsrflite.xfire.ClientException' 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 'de.fzj.unicore.wsrflite.xmlbeans.BaseFault' 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 'de.fzj.unicore.wsrflite.xmlbeans.exceptions.InvalidResourcePropertyQNameFault' 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 'de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceNotDestroyedFault' 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 'de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceUnavailableFault' 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 'de.fzj.unicore.wsrflite.xmlbeans.exceptions.ResourceUnknownFault' 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 'eu.unicore.security.util.client.IClientProperties' 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.job.monitor.JobStatus' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 19 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 31 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 32 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 33 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 34 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 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 | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 41 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 41 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 42 |
Warning | naming | LocalVariableName | Local variable name '_epr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 42 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 43 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 44 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 45 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 46 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 47 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 47 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 49 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 50 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 51 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 51 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 52 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 53 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 54 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 55 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 56 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 57 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 58 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 59 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 60 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 61 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 62 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 63 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 64 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 65 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 67 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 68 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 68 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 69 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 70 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 71 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 72 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 73 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 74 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 75 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 76 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 77 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 78 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 79 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 80 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 81 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 82 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 83 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 84 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 85 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 86 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 87 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 88 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 89 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 89 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 90 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 91 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 92 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 93 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 94 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 95 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 96 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 97 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 98 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 99 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 100 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 101 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 102 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 103 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 104 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 105 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 106 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 107 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 108 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 109 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 110 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 111 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 112 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 113 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 114 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 115 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 116 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 117 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 118 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 119 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 120 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 121 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 121 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 122 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 123 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 124 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 125 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 126 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 127 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 128 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 129 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 130 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 131 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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. | 5 |
Warning | imports | CustomImportOrder | Import statement for 'de.fzj.unicore.uas.client.TSSClient' 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 '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. | 8 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.unicore.UnicoreAbstract' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 9 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 22 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 23 |
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 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
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. | 12 |
Warning | imports | CustomImportOrder | Import statement for 'org.apache.xmlbeans.XmlException' 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.apache.xmlbeans.XmlObject' 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.codehaus.xfire.XFireRuntimeException' 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.ggf.schemas.jsdl.x2005.x11.jsdl.JobDefinitionDocument' 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.ggf.schemas.jsdl.x2005.x11.jsdl.JobDefinitionType' 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.ggf.schemas.jsdl.x2005.x11.jsdl.JobDescriptionType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 18 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.AuthenticationFailedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 19 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.AuthorizationFailedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 20 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.BadParameterException' 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.ogf.saga.error.NoSuccessException' 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.ogf.saga.error.NotImplementedException' 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.ogf.saga.error.PermissionDeniedException' 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.ogf.saga.error.TimeoutException' 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.unigrids.x2006.x04.services.tss.ApplicationResourceType' 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.unigrids.x2006.x04.services.tss.SubmitDocument' 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.unigrids.x2006.x04.services.tss.SubmitDocument.Submit' 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.w3.x2005.x08.addressing.EndpointReferenceType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 30 |
Warning | imports | CustomImportOrder | Import statement for 'de.fzj.unicore.uas.client.JobClient' 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 'de.fzj.unicore.uas.client.TSFClient' 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 'de.fzj.unicore.uas.client.TSSClient' 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 'de.fzj.unicore.wsrflite.xmlbeans.BaseFault' 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 'de.fzj.unicore.xnjs.util.XmlBeansUtils' 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 'eu.unicore.jsdl.extensions.ArgumentDocument.Argument' 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 'eu.unicore.jsdl.extensions.ExecutionEnvironmentDocument' 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 'fr.in2p3.jsaga.adaptor.job.BadResource' 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 'fr.in2p3.jsaga.adaptor.job.control.JobControlAdaptor' 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 'fr.in2p3.jsaga.adaptor.job.control.advanced.CleanableJobAdaptor' 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 'fr.in2p3.jsaga.adaptor.job.control.advanced.HoldableJobAdaptor' 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 'fr.in2p3.jsaga.adaptor.job.control.description.JobDescriptionTranslator' 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 'fr.in2p3.jsaga.adaptor.job.control.description.JobDescriptionTranslatorXSLT' 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 'fr.in2p3.jsaga.adaptor.job.control.staging.StagingJobAdaptorTwoPhase' 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 'fr.in2p3.jsaga.adaptor.job.control.staging.StagingTransfer' 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 'fr.in2p3.jsaga.adaptor.job.monitor.JobMonitorAdaptor' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 47 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 59 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 69 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 72 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 73 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 74 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 77 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 78 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 79 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 80 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 81 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 82 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 83 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 84 |
Warning | naming | LocalVariableName | Local variable name '_tss_epr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 84 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 85 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 86 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 87 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 88 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 89 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 90 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 91 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 92 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 93 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 94 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 95 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 96 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 99 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 100 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 101 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 102 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 103 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 104 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 105 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 106 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 106 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 107 |
Warning | naming | LocalVariableName | Local variable name 'eObj' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 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 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 111 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 112 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 113 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 114 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 115 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 116 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 117 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 118 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 119 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 120 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 121 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 122 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 123 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 124 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 125 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 126 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 127 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 128 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 129 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 130 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 131 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 132 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 133 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 134 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 135 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 136 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 137 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 138 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 139 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 141 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 141 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 142 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 143 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 144 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 145 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 146 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 147 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 149 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 149 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 150 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 151 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 152 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 153 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 154 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 155 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 157 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 157 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 158 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 159 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 160 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 161 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 162 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 163 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 164 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 165 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 166 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 167 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 168 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 169 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 170 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 171 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 172 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 173 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 174 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 176 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 176 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 177 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 178 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 179 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 180 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 181 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 182 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 183 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 185 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 186 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 187 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 188 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 189 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 190 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 192 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 193 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 194 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 195 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 197 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 198 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 199 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 200 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 202 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 202 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 203 |
Warning | naming | LocalVariableName | Local variable name 'j' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 203 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 204 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 205 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 206 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 207 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 208 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 209 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 210 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 211 |
Warning | javadoc | SingleLineJavadoc | Javadoc comment at column 63 has parse error. Missed HTML close tag 'resOfJobUSpace'. Sometimes it means that close tag missed for one of previous tags. | 231 |
Warning | coding | VariableDeclarationUsageDistance | Distance between variable 'st' 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). | 239 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 239 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 240 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 241 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 242 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 243 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 244 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 245 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 246 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 247 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 248 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 249 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 250 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 252 |
Warning | coding | MultipleVariableDeclarations | Each variable declaration must be in its own statement. | 252 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 253 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 254 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 255 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 256 |
Warning | naming | AbbreviationAsWordInName | Abbreviation in name must contain no more than '1' capital letters. | 257 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 257 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 258 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 259 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 260 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 261 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 262 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 263 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 264 |
Warning | naming | LocalVariableName | Local variable name 'jsaga_ds' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 264 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 265 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 266 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 267 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 268 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 269 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 270 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 271 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 272 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 273 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 274 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 275 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 276 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 277 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 278 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 280 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 282 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 286 |
Warning | naming | LocalVariableName | Local variable name '_apps' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 286 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 287 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 288 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 289 |
Warning | blocks | NeedBraces | 'if' construct must use '{}'s. | 290 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 290 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 291 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 292 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 293 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.AuthenticationFailedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 8 |
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. | 9 |
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. | 10 |
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. | 11 |
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. | 12 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.NotImplementedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 13 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.PermissionDeniedException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 14 |
Warning | imports | CustomImportOrder | Import statement for 'org.ogf.saga.error.TimeoutException' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 15 |
Warning | imports | CustomImportOrder | Import statement for 'org.unigrids.x2006.x04.services.tss.JobReferenceDocument' 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.w3.x2005.x08.addressing.EndpointReferenceType' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 17 |
Warning | imports | CustomImportOrder | Import statement for 'de.fzj.unicore.uas.client.EnumerationClient' 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 'de.fzj.unicore.uas.client.TSFClient' 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 'de.fzj.unicore.uas.client.TSSClient' 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.unicore.UnicoreAbstract' 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.defaults.Default' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 24 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.job.control.manage.ListableJobAdaptor' 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.job.monitor.JobInfoAdaptor' 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 'fr.in2p3.jsaga.adaptor.job.monitor.JobStatus' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 27 |
Warning | imports | CustomImportOrder | Import statement for 'fr.in2p3.jsaga.adaptor.job.monitor.QueryIndividualJob' 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 'fr.in2p3.jsaga.adaptor.job.monitor.QueryListJob' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 29 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 40 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 43 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 44 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 45 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 46 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 47 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 49 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 50 |
Warning | naming | LocalVariableName | Local variable name '_tss_epr' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 50 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 51 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 52 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 53 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 54 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 55 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 56 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 57 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 60 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 60 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 61 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 62 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 63 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 64 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 65 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 66 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 67 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 68 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 70 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 71 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 72 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 73 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 74 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 75 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 76 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 77 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 78 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 79 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 80 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 82 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 82 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 83 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 84 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 85 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 86 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 87 |
Warning | naming | LocalVariableName | Local variable name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. | 87 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 88 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 89 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 90 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 91 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 92 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 93 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 94 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 95 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 96 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 97 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 98 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 99 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 100 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 101 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 102 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 103 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 104 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 105 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 106 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 107 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 108 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 110 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 111 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 112 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 113 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 114 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 115 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 116 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 118 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 118 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 119 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 120 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 121 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 122 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 123 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 124 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 126 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 127 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 128 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 130 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 130 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 131 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 132 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 133 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 134 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 135 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 136 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 138 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 139 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 140 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.job.SubState' import. Should be before 'org.unigrids.services.atomic.types.StatusType'. | 7 |
Warning | imports | CustomImportOrder | Wrong lexicographical order for 'fr.in2p3.jsaga.adaptor.job.monitor.JobStatus' import. Should be before 'org.unigrids.services.atomic.types.StatusType'. | 8 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 21 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 22 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 23 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 25 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 26 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 27 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 29 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 30 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 31 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 32 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 33 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 34 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 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. | 41 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 42 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 43 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 44 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 46 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 48 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 50 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 52 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 53 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | imports | CustomImportOrder | Import statement for 'de.fzj.unicore.wsrflite.security.ISecurityProperties' 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 'de.fzj.unicore.wsrflite.security.UASSecurityProperties' 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 'fr.in2p3.jsaga.adaptor.security.impl.JKSSecurityCredential' is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group, expecting not assigned imports on this line. | 12 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 16 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 17 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 18 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 19 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 20 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 22 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 22 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 23 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 24 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 25 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 38 |
Warning | whitespace | FileTabCharacter | Line contains a tab character. | 39 |