The following document contains the results of Checkstyle.
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
'<' is not preceded with whitespace. | 16 | |
'<' is not followed by whitespace. | 16 | |
'>' is not preceded with whitespace. | 16 | |
'<' is not preceded with whitespace. | 16 | |
'<' is not followed by whitespace. | 16 | |
'>' is not preceded with whitespace. | 16 | |
'>' is not followed by whitespace. | 16 | |
Parameter name should be final. | 24 | |
'name' hides a field. | 24 | |
Parameter source should be final. | 24 | |
'source' hides a field. | 24 | |
Parameter attributes should be final. | 24 | |
'<' is not preceded with whitespace. | 24 | |
'<' is not followed by whitespace. | 24 | |
'>' is not preceded with whitespace. | 24 | |
'attributes' hides a field. | 24 | |
'{' should be on the previous line. | 25 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
'{' should be on the previous line. | 38 | |
Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 48 | |
'{' should be on the previous line. | 49 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 59 | |
'<' is not preceded with whitespace. | 59 | |
'<' is not followed by whitespace. | 59 | |
'>' is not preceded with whitespace. | 59 | |
'{' should be on the previous line. | 60 |
Violation | Message | Line |
---|---|---|
interfaces should describe a type and hence have methods. | 28 | |
Line has trailing spaces. | 29 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 31 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 36 | |
'<' is not preceded with whitespace. | 36 | |
'<' is not followed by whitespace. | 36 | |
'>' is not preceded with whitespace. | 36 | |
Missing a Javadoc comment. | 37 | |
'<' is not preceded with whitespace. | 37 | |
'<' is not followed by whitespace. | 37 | |
'>' is not preceded with whitespace. | 37 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 39 | |
'<' is not preceded with whitespace. | 46 | |
'<' is not followed by whitespace. | 46 | |
'>' is not preceded with whitespace. | 46 | |
'>' is not followed by whitespace. | 46 | |
'<' is not preceded with whitespace. | 47 | |
'<' is not followed by whitespace. | 47 | |
'>' is not preceded with whitespace. | 47 | |
'>' is not followed by whitespace. | 47 | |
Method 'getTags' is not designed for extension - needs to be abstract, final or empty. | 53 | |
'<' is not preceded with whitespace. | 53 | |
'<' is not followed by whitespace. | 53 | |
'>' is not preceded with whitespace. | 53 | |
Method 'setTags' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Parameter tags should be final. | 61 | |
'<' is not preceded with whitespace. | 61 | |
'<' is not followed by whitespace. | 61 | |
'>' is not preceded with whitespace. | 61 | |
'tags' hides a field. | 61 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 68 | |
Method 'getNamespaces' is not designed for extension - needs to be abstract, final or empty. | 68 | |
'<' is not preceded with whitespace. | 68 | |
'<' is not followed by whitespace. | 68 | |
'>' is not preceded with whitespace. | 68 | |
Line has trailing spaces. | 69 | |
Line has trailing spaces. | 71 | |
Line has trailing spaces. | 76 | |
Method 'setNamespaces' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Parameter namespaces should be final. | 76 | |
'<' is not preceded with whitespace. | 76 | |
'<' is not followed by whitespace. | 76 | |
'>' is not preceded with whitespace. | 76 | |
'namespaces' hides a field. | 76 | |
Line has trailing spaces. | 77 | |
Method 'getChannelLink' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Method 'setChannelLink' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Parameter channelLink should be final. | 90 | |
'channelLink' hides a field. | 90 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 57 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 69 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 83 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
Line is longer than 80 characters. | 86 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 90 | |
Name 'dateFormatter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Parameter config should be final. | 104 | |
Expected @param tag for 'config'. | 104 | |
Expected @throws tag for 'ServletException'. | 104 | |
Line is longer than 80 characters. | 109 | |
')' is preceded with whitespace. | 110 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 125 | |
'{' should be on the previous line. | 130 | |
'}' should be on the same line. | 134 | |
'{' should be on the previous line. | 136 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Parameter req should be final. | 141 | |
Parameter resp should be final. | 141 | |
Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter req should be final. | 146 | |
Parameter resp should be final. | 146 | |
Method 'doIt' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Parameter req should be final. | 151 | |
Parameter resp should be final. | 151 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 169 | |
'{' should be on the previous line. | 183 | |
Line is longer than 80 characters. | 207 | |
Line is longer than 80 characters. | 217 | |
Line is longer than 80 characters. | 218 | |
Must have at least one statement. | 232 | |
Must have at least one statement. | 248 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 45 | |
Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter conf should be final. | 50 | |
Line has trailing spaces. | 67 | |
Method 'getListing' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter ofsn should be final. | 72 | |
'{' is followed by whitespace. | 78 | |
'{' is followed by whitespace. | 80 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter object should be final. | 37 | |
Parameter doc should be final. | 37 | |
Redundant throws: 'DOMException' is unchecked exception. | 37 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter node should be final. | 43 | |
Line contains a tab character. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter value should be final. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter object should be final. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 41 | |
Utility classes should not have a public or default constructor. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Parameter key should be final. | 47 | |
Parameter val should be final. | 47 | |
Parameter conf should be final. | 47 | |
Parameter doc should be final. | 48 | |
Avoid inline conditionals. | 50 | |
Avoid inline conditionals. | 59 | |
Line is longer than 80 characters. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter doc should be final. | 70 | |
Parameter rdf should be final. | 70 | |
Parameter rdfConf should be final. | 70 | |
Line has trailing spaces. | 77 | |
Line is longer than 80 characters. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter conf should be final. | 79 | |
Line is longer than 80 characters. | 80 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 22 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Parameter name should be final. | 55 | |
'name' hides a field. | 55 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Parameter value should be final. | 70 | |
'value' hides a field. | 70 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Parameter name should be final. | 19 | |
'name' hides a field. | 19 | |
Parameter value should be final. | 19 | |
'value' hides a field. | 19 | |
'{' should be on the previous line. | 20 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 29 | |
'{' should be on the previous line. | 30 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 40 | |
'{' should be on the previous line. | 41 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 19 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 33 | |
'{' should be on the previous line. | 34 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
'{' should be on the previous line. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Parameter url should be final. | 55 | |
'url' hides a field. | 55 | |
Parameter time should be final. | 55 | |
'time' hides a field. | 55 | |
Line contains a tab character. | 56 | |
'{' should be on the previous line. | 56 | |
Line contains a tab character. | 57 | |
'=' is not preceded with whitespace. | 57 | |
'=' is not followed by whitespace. | 57 | |
Line contains a tab character. | 58 | |
'=' is not preceded with whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 66 | |
Parameter root should be final. | 66 | |
Line contains a tab character. | 67 | |
'{' should be on the previous line. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
'{' should be on the previous line. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
'{' should be on the previous line. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Expected an @return tag. | 90 | |
Line contains a tab character. | 90 | |
Method 'toXML' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Parameter doc should be final. | 90 | |
Expected @param tag for 'doc'. | 90 | |
Expected @throws tag for 'DOMException'. | 90 | |
Redundant throws: 'DOMException' is unchecked exception. | 90 | |
Line contains a tab character. | 91 | |
'{' should be on the previous line. | 91 | |
'+' is not preceded with whitespace. | 94 | |
'+' is not followed by whitespace. | 94 | |
Line contains a tab character. | 104 | |
Method 'getURL' is not designed for extension - needs to be abstract, final or empty. | 104 | |
'(' is preceded with whitespace. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
First sentence should end with a period. | 109 | |
Line contains a tab character. | 114 | |
Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Line contains a tab character. | 115 | |
'{' should be on the previous line. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line has trailing spaces. | 118 | |
Line contains a tab character. | 118 | |
First sentence should end with a period. | 119 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Parameter time should be final. | 121 | |
'time' hides a field. | 121 | |
Expected @param tag for 'time'. | 121 | |
'{' should be on the previous line. | 122 | |
Line contains a tab character. | 123 | |
'=' is not preceded with whitespace. | 123 | |
Line contains a tab character. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter args should be final. | 126 | |
Line contains a tab character. | 127 | |
'{' should be on the previous line. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
'1200' is a magic number. | 128 | |
Line contains a tab character. | 129 | |
'+' is not preceded with whitespace. | 129 | |
'+' is not followed by whitespace. | 129 | |
Line contains a tab character. | 130 | |
'+' is not preceded with whitespace. | 130 | |
'+' is not followed by whitespace. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
'+' is not preceded with whitespace. | 132 | |
'+' is not followed by whitespace. | 132 | |
'+' is not preceded with whitespace. | 133 | |
'+' is not followed by whitespace. | 133 | |
Line has trailing spaces. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Name 'StatisticNode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
'+' is not preceded with whitespace. | 140 | |
'+' is not followed by whitespace. | 140 | |
'2000' is a magic number. | 140 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Line has trailing spaces. | 144 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
'+' is not preceded with whitespace. | 145 | |
'+' is not followed by whitespace. | 145 | |
'+' is not preceded with whitespace. | 146 | |
'+' is not followed by whitespace. | 146 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
'+' is not preceded with whitespace. | 152 | |
'+' is not followed by whitespace. | 152 | |
'+' is not preceded with whitespace. | 153 | |
'+' is not followed by whitespace. | 153 | |
Line contains a tab character. | 154 |
Violation | Message | Line |
---|---|---|
'}' is not preceded with whitespace. | 43 | |
'{' should be on the previous line. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
'<' is not preceded with whitespace. | 49 | |
'<' is not followed by whitespace. | 49 | |
'>' is not preceded with whitespace. | 49 | |
'<' is not preceded with whitespace. | 50 | |
'<' is not followed by whitespace. | 50 | |
'>' is not preceded with whitespace. | 50 | |
'>' is not followed by whitespace. | 50 | |
Missing a Javadoc comment. | 54 | |
'{' should be on the previous line. | 62 | |
Parameter product should be final. | 76 | |
'product' hides a field. | 76 | |
Parameter metadata should be final. | 76 | |
Parameter references should be final. | 77 | |
'<' is not preceded with whitespace. | 77 | |
'<' is not followed by whitespace. | 77 | |
'>' is not preceded with whitespace. | 77 | |
Parameter workingDir should be final. | 77 | |
'workingDir' hides a field. | 77 | |
'{' should be on the previous line. | 78 | |
'{' should be on the previous line. | 82 | |
Method 'getWorkingDir' is not designed for extension - needs to be abstract, final or empty. | 95 | |
'{' should be on the previous line. | 96 | |
Method 'getProductId' is not designed for extension - needs to be abstract, final or empty. | 106 | |
'{' should be on the previous line. | 108 | |
Method 'getProductName' is not designed for extension - needs to be abstract, final or empty. | 118 | |
'{' should be on the previous line. | 120 | |
Method 'getProductStructure' is not designed for extension - needs to be abstract, final or empty. | 130 | |
'{' should be on the previous line. | 132 | |
Method 'getProductTypeName' is not designed for extension - needs to be abstract, final or empty. | 142 | |
'{' should be on the previous line. | 144 | |
Method 'getTransferStatus' is not designed for extension - needs to be abstract, final or empty. | 154 | |
'{' should be on the previous line. | 156 | |
Method 'getMetadataResource' is not designed for extension - needs to be abstract, final or empty. | 166 | |
'{' should be on the previous line. | 168 | |
Method 'getReferenceResources' is not designed for extension - needs to be abstract, final or empty. | 178 | |
'<' is not preceded with whitespace. | 180 | |
'<' is not followed by whitespace. | 180 | |
'>' is not preceded with whitespace. | 180 | |
'{' should be on the previous line. | 181 | |
Method 'getProductReferences' is not designed for extension - needs to be abstract, final or empty. | 191 | |
'<' is not preceded with whitespace. | 191 | |
'<' is not followed by whitespace. | 191 | |
'>' is not preceded with whitespace. | 191 | |
'{' should be on the previous line. | 192 |
Violation | Message | Line |
---|---|---|
interfaces should describe a type and hence have methods. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 34 | |
'{' should be on the previous line. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Method 'createZipFile' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Parameter resource should be final. | 58 | |
'{' should be on the previous line. | 59 | |
'{' should be on the previous line. | 61 | |
'{' should be on the previous line. | 65 | |
'{' should be on the previous line. | 76 | |
'{' should be on the previous line. | 92 | |
'{' should be on the previous line. | 96 | |
'}' should be on the same line. | 119 | |
'{' should be on the previous line. | 122 | |
'}' should be on the same line. | 126 | |
'{' should be on the previous line. | 128 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 31 | |
Missing a Javadoc comment. | 33 | |
Parameter message should be final. | 40 | |
'{' should be on the previous line. | 41 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 31 | |
'{' should be on the previous line. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
'<' is not preceded with whitespace. | 42 | |
'<' is not followed by whitespace. | 42 | |
'>' is not preceded with whitespace. | 42 | |
'<' is not preceded with whitespace. | 43 | |
'<' is not followed by whitespace. | 43 | |
'>' is not preceded with whitespace. | 43 | |
'>' is not followed by whitespace. | 43 | |
'{' should be on the previous line. | 51 | |
Parameter productId should be final. | 63 | |
'productId' hides a field. | 63 | |
Parameter transferResources should be final. | 64 | |
'<' is not preceded with whitespace. | 64 | |
'<' is not followed by whitespace. | 64 | |
'>' is not preceded with whitespace. | 64 | |
'transferResources' hides a field. | 64 | |
'{' should be on the previous line. | 65 | |
Method 'getProductId' is not designed for extension - needs to be abstract, final or empty. | 76 | |
'{' should be on the previous line. | 78 | |
Method 'getTransferResources' is not designed for extension - needs to be abstract, final or empty. | 88 | |
'<' is not preceded with whitespace. | 89 | |
'<' is not followed by whitespace. | 89 | |
'>' is not preceded with whitespace. | 89 | |
'{' should be on the previous line. | 90 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
'{' is not followed by whitespace. | 28 | |
'}' is not preceded with whitespace. | 28 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Parameter msg should be final. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
'<' is not preceded with whitespace. | 40 | |
'<' is not followed by whitespace. | 40 | |
'>' is not preceded with whitespace. | 40 | |
'<' is not preceded with whitespace. | 48 | |
'<' is not followed by whitespace. | 48 | |
'>' is not preceded with whitespace. | 48 | |
'>' is not followed by whitespace. | 48 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter name should be final. | 62 | |
'name' hides a field. | 62 | |
Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Parameter source should be final. | 77 | |
'source' hides a field. | 77 | |
Method 'getAttrs' is not designed for extension - needs to be abstract, final or empty. | 84 | |
'<' is not preceded with whitespace. | 84 | |
'<' is not followed by whitespace. | 84 | |
'>' is not preceded with whitespace. | 84 | |
Method 'setAttrs' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter attrs should be final. | 92 | |
'<' is not preceded with whitespace. | 92 | |
'<' is not followed by whitespace. | 92 | |
'>' is not preceded with whitespace. | 92 | |
'attrs' hides a field. | 92 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 41 | |
Parameter conf should be final. | 42 | |
Line is longer than 80 characters. | 49 | |
Method 'getListing' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter ofsn should be final. | 52 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 37 | |
'<' is not preceded with whitespace. | 52 | |
'<' is not followed by whitespace. | 52 | |
'>' is not preceded with whitespace. | 52 | |
'{' should be on the previous line. | 53 | |
Missing a Javadoc comment. | 54 | |
Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter resource should be final. | 60 | |
Parameter type should be final. | 60 | |
'<' is not preceded with whitespace. | 60 | |
'<' is not followed by whitespace. | 60 | |
'?' is not preceded with whitespace. | 60 | |
'>' is not preceded with whitespace. | 60 | |
'?' is not followed by whitespace. | 60 | |
Parameter genericType should be final. | 61 | |
Parameter annotations should be final. | 61 | |
Parameter mediaType should be final. | 61 | |
'{' should be on the previous line. | 62 | |
Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter type should be final. | 69 | |
'<' is not preceded with whitespace. | 69 | |
'<' is not followed by whitespace. | 69 | |
'?' is not preceded with whitespace. | 69 | |
'>' is not preceded with whitespace. | 69 | |
'?' is not followed by whitespace. | 69 | |
Parameter genericType should be final. | 69 | |
Parameter annotations should be final. | 70 | |
Parameter mediaType should be final. | 70 | |
'{' should be on the previous line. | 71 | |
Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter resource should be final. | 78 | |
Parameter type should be final. | 78 | |
'<' is not preceded with whitespace. | 78 | |
'<' is not followed by whitespace. | 78 | |
'?' is not preceded with whitespace. | 78 | |
'>' is not preceded with whitespace. | 78 | |
'?' is not followed by whitespace. | 78 | |
Parameter genericType should be final. | 79 | |
Parameter annotations should be final. | 79 | |
Parameter mediaType should be final. | 79 | |
Parameter httpHeaders should be final. | 80 | |
'<' is not preceded with whitespace. | 80 | |
'<' is not followed by whitespace. | 80 | |
'>' is not preceded with whitespace. | 80 | |
Parameter entityStream should be final. | 80 | |
Redundant throws: 'WebApplicationException' is unchecked exception. | 81 | |
'{' should be on the previous line. | 82 | |
'{' should be on the previous line. | 84 | |
'+' should be on a new line. | 104 | |
'+' should be on a new line. | 123 | |
'}' should be on the same line. | 131 | |
'{' should be on the previous line. | 133 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Unused @throws tag for 'ProductException'. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 31 | |
Missing a Javadoc comment. | 33 | |
Parameter message should be final. | 40 | |
'{' should be on the previous line. | 41 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 48 | |
'static' modifier out of order with the JLS suggestions. | 48 | |
Missing a Javadoc comment. | 51 | |
Parameter pathname should be final. | 52 | |
Missing a Javadoc comment. | 57 | |
Parameter pathname should be final. | 58 | |
Line has trailing spaces. | 65 | |
Missing a Javadoc comment. | 70 | |
Line has trailing spaces. | 74 | |
Missing a Javadoc comment. | 79 | |
Method 'crawlFiles' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter dirRoot should be final. | 81 | |
Parameter recur should be final. | 81 | |
Parameter crawlForDirs should be final. | 82 | |
'<' is not preceded with whitespace. | 88 | |
'<' is not followed by whitespace. | 88 | |
'>' is not preceded with whitespace. | 88 | |
'<' is not preceded with whitespace. | 88 | |
'<' is not followed by whitespace. | 88 | |
'>' is not preceded with whitespace. | 88 | |
'>' is not followed by whitespace. | 88 | |
'<' is not preceded with whitespace. | 91 | |
'<' is not followed by whitespace. | 91 | |
'>' is not preceded with whitespace. | 91 | |
'<' is not preceded with whitespace. | 91 | |
'<' is not followed by whitespace. | 91 | |
'>' is not preceded with whitespace. | 91 | |
'>' is not followed by whitespace. | 91 | |
Avoid inline conditionals. | 92 | |
Line is longer than 80 characters. | 98 | |
Avoid inline conditionals. | 98 | |
'if' is not followed by whitespace. | 100 | |
'!=' is not preceded with whitespace. | 100 | |
'!=' is not followed by whitespace. | 100 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter object should be final. | 49 | |
Parameter doc should be final. | 49 | |
Redundant throws: 'DOMException' is unchecked exception. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Must have at least one statement. | 57 | |
'{' is not followed by whitespace. | 57 | |
'}' is not preceded with whitespace. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter node should be final. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Must have at least one statement. | 85 | |
'{' is not followed by whitespace. | 85 | |
'}' is not preceded with whitespace. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter value should be final. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter obj should be final. | 98 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - java.io.*. | 21 | |
Using the '.*' form of import should be avoided - org.apache.oodt.commons.util.*. | 23 | |
Using the '.*' form of import should be avoided - org.w3c.dom.*. | 24 | |
Comment matches to-do format 'TODO:'. | 30 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Parameter role should be final. | 47 | |
'role' hides a field. | 47 | |
Parameter value should be final. | 47 | |
'value' hides a field. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter node should be final. | 52 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Method 'getRole' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Method 'setRole' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Parameter role should be final. | 88 | |
'role' hides a field. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Parameter value should be final. | 99 | |
'value' hides a field. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 106 | |
Method 'toXML' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter doc should be final. | 106 | |
Redundant throws: 'DOMException' is unchecked exception. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 113 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Parameter rhs should be final. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 128 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Must have at least one statement. | 132 | |
'{' is not followed by whitespace. | 132 | |
'}' is not preceded with whitespace. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Parameter object should be final. | 47 | |
Parameter doc should be final. | 47 | |
Redundant throws: 'DOMException' is unchecked exception. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Must have at least one statement. | 54 | |
'{' is not followed by whitespace. | 54 | |
'}' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter node should be final. | 60 | |
Line contains a tab character. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Must have at least one statement. | 80 | |
'{' is not followed by whitespace. | 80 | |
'}' is not preceded with whitespace. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter value should be final. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter obj should be final. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
'<' is not preceded with whitespace. | 66 | |
'<' is not followed by whitespace. | 66 | |
'>' is not preceded with whitespace. | 66 | |
'<' is not preceded with whitespace. | 66 | |
'<' is not followed by whitespace. | 66 | |
'>' is not preceded with whitespace. | 66 | |
'>' is not followed by whitespace. | 66 | |
Line is longer than 80 characters. | 67 | |
Missing a Javadoc comment. | 67 | |
'<' is not preceded with whitespace. | 67 | |
'<' is not followed by whitespace. | 67 | |
'>' is not preceded with whitespace. | 67 | |
'<' is not preceded with whitespace. | 67 | |
'<' is not followed by whitespace. | 67 | |
'>' is not preceded with whitespace. | 67 | |
'>' is not followed by whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 68 | |
'<' is not preceded with whitespace. | 68 | |
'<' is not followed by whitespace. | 68 | |
'>' is not preceded with whitespace. | 68 | |
'<' is not preceded with whitespace. | 68 | |
'<' is not followed by whitespace. | 68 | |
'>' is not preceded with whitespace. | 68 | |
'>' is not followed by whitespace. | 68 | |
Line is longer than 80 characters. | 69 | |
Missing a Javadoc comment. | 69 | |
'<' is not preceded with whitespace. | 69 | |
'<' is not followed by whitespace. | 69 | |
'>' is not preceded with whitespace. | 69 | |
'<' is not preceded with whitespace. | 69 | |
'<' is not followed by whitespace. | 69 | |
'>' is not preceded with whitespace. | 69 | |
'>' is not followed by whitespace. | 69 | |
Line is longer than 80 characters. | 70 | |
Missing a Javadoc comment. | 70 | |
'<' is not preceded with whitespace. | 70 | |
'<' is not followed by whitespace. | 70 | |
'>' is not preceded with whitespace. | 70 | |
'<' is not preceded with whitespace. | 70 | |
'<' is not followed by whitespace. | 70 | |
'>' is not preceded with whitespace. | 70 | |
'>' is not followed by whitespace. | 70 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 72 | |
Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Parameter file should be final. | 82 | |
'{' should be on the previous line. | 83 | |
Missing a Javadoc comment. | 114 | |
'<' is not preceded with whitespace. | 114 | |
'<' is not followed by whitespace. | 114 | |
'>' is not preceded with whitespace. | 114 | |
Parameter element should be final. | 114 | |
Parameter outerTag should be final. | 115 | |
Parameter innerTag should be final. | 115 | |
Parameter key should be final. | 115 | |
Parameter value should be final. | 115 | |
'{' should be on the previous line. | 116 | |
'<' is not preceded with whitespace. | 117 | |
'<' is not followed by whitespace. | 117 | |
'>' is not preceded with whitespace. | 117 | |
'<' is not preceded with whitespace. | 117 | |
'<' is not followed by whitespace. | 117 | |
'>' is not preceded with whitespace. | 117 | |
'>' is not followed by whitespace. | 117 | |
'{' should be on the previous line. | 122 | |
'{' should be on the previous line. | 124 | |
Method 'getNamespaces' is not designed for extension - needs to be abstract, final or empty. | 139 | |
'<' is not preceded with whitespace. | 139 | |
'<' is not followed by whitespace. | 139 | |
'>' is not preceded with whitespace. | 139 | |
'{' should be on the previous line. | 140 | |
Method 'getKeyNamespace' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Parameter key should be final. | 153 | |
'{' should be on the previous line. | 154 | |
Avoid inline conditionals. | 155 | |
Method 'getTypeNamespace' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Parameter key should be final. | 167 | |
'{' should be on the previous line. | 168 | |
Avoid inline conditionals. | 169 | |
Method 'createElement' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Parameter key should be final. | 182 | |
Parameter value should be final. | 182 | |
Parameter document should be final. | 182 | |
'{' should be on the previous line. | 183 | |
Avoid inline conditionals. | 185 | |
Avoid inline conditionals. | 193 | |
'{' should be on the previous line. | 198 | |
Avoid inline conditionals. | 201 | |
'}' should be on the same line. | 203 | |
'{' should be on the previous line. | 205 | |
Line is longer than 80 characters. | 207 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 22 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 27 | |
interfaces should describe a type and hence have methods. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 73 | |
Line has trailing spaces. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
'{' is not followed by whitespace. | 23 | |
'}' is not preceded with whitespace. | 23 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Redundant throws: 'DOMException' is unchecked exception. | 48 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Parameter className should be final. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
Missing a Javadoc comment. | 51 | |
Line has trailing spaces. | 62 | |
Missing a Javadoc comment. | 67 | |
Parameter conf should be final. | 67 | |
Line has trailing spaces. | 74 | |
Method 'retrieveChunk' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter filepath should be final. | 79 | |
Parameter offset should be final. | 79 | |
Parameter length should be final. | 79 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 99 | |
Method 'sizeOf' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter filepath should be final. | 104 | |
Line has trailing spaces. | 118 | |
Parameter args should be final. | 125 | |
Missing a Javadoc comment. | 137 | |
Parameter dataToHash should be final. | 137 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 43 | |
Parameter conf should be final. | 43 | |
Line is longer than 80 characters. | 50 | |
Method 'getListing' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter ofsn should be final. | 52 | |
'{' is followed by whitespace. | 57 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 56 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 42 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 | |
'{' should be on the previous line. | 58 | |
Missing a Javadoc comment. | 59 | |
Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter resource should be final. | 65 | |
Parameter type should be final. | 65 | |
'<' is not preceded with whitespace. | 65 | |
'<' is not followed by whitespace. | 65 | |
'?' is not preceded with whitespace. | 65 | |
'>' is not preceded with whitespace. | 65 | |
'?' is not followed by whitespace. | 65 | |
Parameter genericType should be final. | 66 | |
Parameter annotations should be final. | 66 | |
Parameter mediaType should be final. | 66 | |
'{' should be on the previous line. | 67 | |
Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter type should be final. | 74 | |
'<' is not preceded with whitespace. | 74 | |
'<' is not followed by whitespace. | 74 | |
'?' is not preceded with whitespace. | 74 | |
'>' is not preceded with whitespace. | 74 | |
'?' is not followed by whitespace. | 74 | |
Parameter genericType should be final. | 74 | |
Parameter annotations should be final. | 75 | |
Parameter mediaType should be final. | 75 | |
'{' should be on the previous line. | 76 | |
Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter resource should be final. | 83 | |
Parameter type should be final. | 83 | |
'<' is not preceded with whitespace. | 83 | |
'<' is not followed by whitespace. | 83 | |
'?' is not preceded with whitespace. | 83 | |
'>' is not preceded with whitespace. | 83 | |
'?' is not followed by whitespace. | 83 | |
Parameter genericType should be final. | 83 | |
Parameter annotations should be final. | 84 | |
Parameter mediaType should be final. | 84 | |
Parameter httpHeaders should be final. | 85 | |
'<' is not preceded with whitespace. | 85 | |
'<' is not followed by whitespace. | 85 | |
'>' is not preceded with whitespace. | 85 | |
Parameter entityStream should be final. | 85 | |
Redundant throws: 'WebApplicationException' is unchecked exception. | 86 | |
'{' should be on the previous line. | 87 | |
'{' should be on the previous line. | 94 | |
'{' should be on the previous line. | 101 | |
'<' is not preceded with whitespace. | 102 | |
'<' is not followed by whitespace. | 102 | |
'>' is not preceded with whitespace. | 102 | |
'<' is not preceded with whitespace. | 103 | |
'<' is not followed by whitespace. | 103 | |
'>' is not preceded with whitespace. | 103 | |
'{' should be on the previous line. | 104 | |
'}' should be on the same line. | 108 | |
'{' should be on the previous line. | 110 | |
'{' should be on the previous line. | 116 | |
Avoid inline conditionals. | 120 | |
'{' should be on the previous line. | 129 | |
'{' should be on the previous line. | 133 | |
'{' should be on the previous line. | 135 | |
'}' should be on the same line. | 144 | |
'{' should be on the previous line. | 146 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 40 | |
Parameter className should be final. | 47 | |
'className' hides a field. | 47 | |
Expected @param tag for 'className'. | 47 | |
Parameter type should be final. | 47 | |
'type' hides a field. | 47 | |
Expected @param tag for 'type'. | 47 | |
Parameter name should be final. | 47 | |
'name' hides a field. | 47 | |
Expected @param tag for 'name'. | 47 | |
Line has trailing spaces. | 56 | |
Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter className should be final. | 73 | |
'className' hides a field. | 73 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Parameter type should be final. | 88 | |
'type' hides a field. | 88 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Parameter name should be final. | 103 | |
'name' hides a field. | 103 | |
Method 'getHandlerConf' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Method 'setHandlerConf' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Parameter handlerConf should be final. | 117 | |
'handlerConf' hides a field. | 117 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 65 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 69 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 82 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
Line is longer than 80 characters. | 84 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 88 | |
Name 'dateFormatter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter config should be final. | 100 | |
Expected @param tag for 'config'. | 100 | |
Expected @throws tag for 'ServletException'. | 100 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
')' is preceded with whitespace. | 106 | |
Line contains a tab character. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter req should be final. | 119 | |
Parameter resp should be final. | 119 | |
Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Parameter req should be final. | 124 | |
Parameter resp should be final. | 124 | |
Method 'doIt' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Method length is 168 lines (max allowed is 150). | 129 | |
Missing a Javadoc comment. | 129 | |
Parameter req should be final. | 129 | |
Parameter resp should be final. | 129 | |
'20' is a magic number. | 137 | |
Line has trailing spaces. | 197 | |
Line has trailing spaces. | 199 | |
'{' should be on the previous line. | 200 | |
Line is longer than 80 characters. | 201 | |
Line has trailing spaces. | 203 | |
Line is longer than 80 characters. | 233 | |
'{' is not preceded with whitespace. | 249 | |
Line is longer than 80 characters. | 250 | |
'+' is not preceded with whitespace. | 250 | |
'+' is not followed by whitespace. | 250 | |
'+' is not preceded with whitespace. | 250 | |
'+' is not followed by whitespace. | 250 | |
Line is longer than 80 characters. | 252 | |
Must have at least one statement. | 259 | |
Missing a Javadoc comment. | 299 | |
Parameter p should be final. | 299 | |
Missing a Javadoc comment. | 308 | |
'<' is not preceded with whitespace. | 308 | |
'<' is not followed by whitespace. | 308 | |
'>' is not preceded with whitespace. | 308 | |
Parameter p should be final. | 308 | |
Missing a Javadoc comment. | 317 | |
Parameter fileManagerUrl should be final. | 317 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 41 | |
Parameter conf should be final. | 42 | |
Line is longer than 80 characters. | 48 | |
Method 'getListing' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter ofsn should be final. | 51 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - java.io.*. | 21 | |
Using the '.*' form of import should be avoided - org.apache.oodt.commons.util.*. | 23 | |
Using the '.*' form of import should be avoided - org.w3c.dom.*. | 24 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter object should be final. | 33 | |
Parameter doc should be final. | 33 | |
Redundant throws: 'DOMException' is unchecked exception. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter node should be final. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter value should be final. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter object should be final. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter configuration should be final. | 61 | |
'{' should be on the previous line. | 62 | |
Parameter context should be final. | 80 | |
'{' should be on the previous line. | 83 | |
'{' should be on the previous line. | 87 | |
'}' should be on the same line. | 90 | |
'{' should be on the previous line. | 92 | |
'}' should be on the same line. | 103 | |
'{' should be on the previous line. | 105 | |
'}' should be on the same line. | 109 | |
'{' should be on the previous line. | 111 | |
Parameter context should be final. | 129 | |
'{' should be on the previous line. | 131 | |
'{' should be on the previous line. | 134 | |
'{' should be on the previous line. | 138 | |
'}' should be on the same line. | 142 | |
'{' should be on the previous line. | 144 | |
'}' should be on the same line. | 148 | |
'{' should be on the previous line. | 150 | |
Unused @throws tag for 'IOException'. | 165 | |
Method 'initializeConfigurations' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Parameter context should be final. | 167 | |
'{' should be on the previous line. | 168 | |
'<' is not preceded with whitespace. | 169 | |
'<' is not followed by whitespace. | 169 | |
'>' is not preceded with whitespace. | 169 | |
'<' is not preceded with whitespace. | 170 | |
'<' is not followed by whitespace. | 170 | |
'>' is not preceded with whitespace. | 170 | |
'>' is not followed by whitespace. | 170 | |
'<' is not preceded with whitespace. | 171 | |
'<' is not followed by whitespace. | 171 | |
'>' is not preceded with whitespace. | 171 | |
'<' is not preceded with whitespace. | 172 | |
'<' is not followed by whitespace. | 172 | |
'>' is not preceded with whitespace. | 172 | |
'>' is not followed by whitespace. | 172 | |
'<' is not preceded with whitespace. | 174 | |
'<' is not followed by whitespace. | 174 | |
'>' is not preceded with whitespace. | 174 | |
'{' should be on the previous line. | 176 | |
'if' is not followed by whitespace. | 178 | |
'{' should be on the previous line. | 179 | |
'{' should be on the previous line. | 182 | |
'{' should be on the previous line. | 189 | |
'{' should be on the previous line. | 191 | |
'}' should be on the same line. | 195 | |
'{' should be on the previous line. | 197 | |
'}' should be on the same line. | 202 | |
'{' should be on the previous line. | 204 | |
'}' should be on the same line. | 208 | |
'{' should be on the previous line. | 210 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 40 | |
Utility classes should not have a public or default constructor. | 42 | |
Missing a Javadoc comment. | 45 | |
Parameter filePath should be final. | 45 | |
Missing a Javadoc comment. | 59 | |
Parameter configRootElem should be final. | 59 | |
Parameter config should be final. | 60 | |
Missing a Javadoc comment. | 68 | |
Parameter handlerNodeElem should be final. | 68 | |
Missing a Javadoc comment. | 77 | |
Parameter handlerNodeElem should be final. | 77 |
Violation | Message | Line |
---|---|---|
'<' is not preceded with whitespace. | 45 | |
'<' is not followed by whitespace. | 45 | |
'>' is not preceded with whitespace. | 45 | |
'{' should be on the previous line. | 46 | |
Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter resource should be final. | 48 | |
Parameter type should be final. | 48 | |
'<' is not preceded with whitespace. | 48 | |
'<' is not followed by whitespace. | 48 | |
'?' is not preceded with whitespace. | 48 | |
'>' is not preceded with whitespace. | 48 | |
'?' is not followed by whitespace. | 48 | |
Parameter genericType should be final. | 48 | |
Parameter annotations should be final. | 49 | |
Parameter mediaType should be final. | 49 | |
'{' should be on the previous line. | 50 | |
Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter type should be final. | 57 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'?' is not preceded with whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 | |
'?' is not followed by whitespace. | 57 | |
Parameter genericType should be final. | 57 | |
Parameter annotations should be final. | 58 | |
Parameter mediaType should be final. | 58 | |
'{' should be on the previous line. | 59 | |
Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter resource should be final. | 66 | |
Parameter type should be final. | 66 | |
'<' is not preceded with whitespace. | 66 | |
'<' is not followed by whitespace. | 66 | |
'?' is not preceded with whitespace. | 66 | |
'>' is not preceded with whitespace. | 66 | |
'?' is not followed by whitespace. | 66 | |
Parameter genericType should be final. | 66 | |
Parameter annotations should be final. | 67 | |
Parameter mediaType should be final. | 67 | |
Parameter httpHeaders should be final. | 68 | |
'<' is not preceded with whitespace. | 68 | |
'<' is not followed by whitespace. | 68 | |
'>' is not preceded with whitespace. | 68 | |
Parameter entityStream should be final. | 68 | |
Redundant throws: 'WebApplicationException' is unchecked exception. | 69 | |
'{' should be on the previous line. | 70 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 31 | |
Missing a Javadoc comment. | 33 | |
Parameter message should be final. | 40 | |
'{' should be on the previous line. | 41 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Parameter result should be final. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Parameter id should be final. | 65 | |
Parameter mimeType should be final. | 65 | |
Parameter profileID should be final. | 65 | |
Parameter resourceID should be final. | 65 | |
Parameter headers should be final. | 65 | |
Parameter size should be final. | 65 | |
'size' hides a field. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
Missing a Javadoc comment. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Must have at least one statement. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Parameter result should be final. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
'{' is not followed by whitespace. | 23 | |
'}' is not preceded with whitespace. | 23 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 44 | |
Utility classes should not have a public or default constructor. | 46 | |
Missing a Javadoc comment. | 48 | |
Parameter channelLink should be final. | 48 | |
Parameter channelMet should be final. | 48 | |
Missing a Javadoc comment. | 58 | |
Parameter tag should be final. | 58 | |
Parameter prodMet should be final. | 58 | |
Parameter doc should be final. | 58 | |
Parameter item should be final. | 59 | |
Line is longer than 80 characters. | 69 | |
Missing a Javadoc comment. | 82 | |
Parameter conf should be final. | 82 |
Violation | Message | Line |
---|---|---|
'}' is not preceded with whitespace. | 38 | |
'{' should be on the previous line. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 53 | |
'{' should be on the previous line. | 61 | |
Parameter productId should be final. | 74 | |
'productId' hides a field. | 74 | |
Parameter refIndex should be final. | 74 | |
'refIndex' hides a field. | 74 | |
Parameter reference should be final. | 74 | |
'reference' hides a field. | 74 | |
Parameter workingDir should be final. | 75 | |
'workingDir' hides a field. | 75 | |
'{' should be on the previous line. | 76 | |
Method 'getReference' is not designed for extension - needs to be abstract, final or empty. | 89 | |
'{' should be on the previous line. | 90 | |
Method 'getWorkingDir' is not designed for extension - needs to be abstract, final or empty. | 100 | |
'{' should be on the previous line. | 101 | |
Method 'getProductId' is not designed for extension - needs to be abstract, final or empty. | 111 | |
'{' should be on the previous line. | 113 | |
Method 'getRefIndex' is not designed for extension - needs to be abstract, final or empty. | 123 | |
'{' should be on the previous line. | 125 | |
Method 'getDataStoreReference' is not designed for extension - needs to be abstract, final or empty. | 135 | |
'{' should be on the previous line. | 137 | |
Method 'getFileSize' is not designed for extension - needs to be abstract, final or empty. | 147 | |
'{' should be on the previous line. | 149 | |
Method 'getMimeTypeName' is not designed for extension - needs to be abstract, final or empty. | 159 | |
'{' should be on the previous line. | 161 | |
'{' should be on the previous line. | 164 | |
Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. | 176 | |
'{' should be on the previous line. | 177 | |
Method 'getOrigReference' is not designed for extension - needs to be abstract, final or empty. | 187 | |
'{' should be on the previous line. | 189 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 19 | |
Missing a Javadoc comment. | 24 | |
Parameter message should be final. | 24 | |
'{' is not preceded with whitespace. | 24 |
Violation | Message | Line |
---|---|---|
'}' is not preceded with whitespace. | 39 | |
'{' should be on the previous line. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
'{' should be on the previous line. | 54 | |
Parameter product should be final. | 65 | |
'product' hides a field. | 65 | |
Parameter metadata should be final. | 65 | |
'metadata' hides a field. | 65 | |
Parameter status should be final. | 66 | |
'status' hides a field. | 66 | |
'{' should be on the previous line. | 67 | |
Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 80 | |
'{' should be on the previous line. | 81 | |
Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 91 | |
'{' should be on the previous line. | 92 | |
Method 'getProductId' is not designed for extension - needs to be abstract, final or empty. | 102 | |
'{' should be on the previous line. | 104 | |
Method 'getProductName' is not designed for extension - needs to be abstract, final or empty. | 114 | |
'{' should be on the previous line. | 116 | |
Method 'getProductTypeName' is not designed for extension - needs to be abstract, final or empty. | 126 | |
'{' should be on the previous line. | 128 | |
Method 'getDataStoreReference' is not designed for extension - needs to be abstract, final or empty. | 138 | |
'{' should be on the previous line. | 140 | |
Method 'getOrigReference' is not designed for extension - needs to be abstract, final or empty. | 150 | |
'{' should be on the previous line. | 152 | |
Method 'getMimeTypeName' is not designed for extension - needs to be abstract, final or empty. | 162 | |
'{' should be on the previous line. | 164 | |
Method 'getFileSize' is not designed for extension - needs to be abstract, final or empty. | 174 | |
'{' should be on the previous line. | 176 | |
Method 'getTotalBytes' is not designed for extension - needs to be abstract, final or empty. | 186 | |
'{' should be on the previous line. | 188 | |
Method 'getBytesTransferred' is not designed for extension - needs to be abstract, final or empty. | 198 | |
'{' should be on the previous line. | 200 | |
Method 'getPercentComplete' is not designed for extension - needs to be abstract, final or empty. | 210 | |
'{' should be on the previous line. | 212 | |
'100' is a magic number. | 213 | |
Method 'getProductReceivedTime' is not designed for extension - needs to be abstract, final or empty. | 222 | |
'{' should be on the previous line. | 224 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 35 | |
Utility classes should not have a public or default constructor. | 37 | |
Missing a Javadoc comment. | 39 | |
Line has trailing spaces. | 47 | |
Parameter className should be final. | 52 | |
'<' is not preceded with whitespace. | 54 | |
'<' is not followed by whitespace. | 54 | |
'>' is not preceded with whitespace. | 54 | |
'<' is not preceded with whitespace. | 54 | |
'<' is not followed by whitespace. | 54 | |
'>' is not preceded with whitespace. | 54 | |
'>' is not followed by whitespace. | 54 | |
Line has trailing spaces. | 82 | |
Parameter className should be final. | 87 | |
'<' is not preceded with whitespace. | 89 | |
'<' is not followed by whitespace. | 89 | |
'>' is not preceded with whitespace. | 89 | |
'<' is not preceded with whitespace. | 89 | |
'<' is not followed by whitespace. | 89 | |
'>' is not preceded with whitespace. | 89 | |
'>' is not followed by whitespace. | 89 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter object should be final. | 47 | |
Parameter doc should be final. | 47 | |
Redundant throws: 'DOMException' is unchecked exception. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Must have at least one statement. | 54 | |
'{' is not followed by whitespace. | 54 | |
'}' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter node should be final. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Must have at least one statement. | 81 | |
'{' is not followed by whitespace. | 81 | |
'}' is not preceded with whitespace. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter value should be final. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter obj should be final. | 94 | |
Line contains a tab character. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Redundant import from the same package - org.apache.oodt.product.handlers.ofsn.AbstractCrawlLister. | 31 | |
Redundant import from the same package - org.apache.oodt.product.handlers.ofsn.OFSNGetHandler. | 32 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
Variable 'LOG' must be private and have accessor methods. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
'=' is not preceded with whitespace. | 59 | |
'=' is not followed by whitespace. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 68 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter prop should be final. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
'+' is not preceded with whitespace. | 83 | |
'+' is not followed by whitespace. | 83 | |
'+' is not preceded with whitespace. | 83 | |
'+' is not followed by whitespace. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
'+' is not preceded with whitespace. | 86 | |
'+' is not followed by whitespace. | 86 | |
'+' is not preceded with whitespace. | 86 | |
'+' is not followed by whitespace. | 86 | |
'+' is not preceded with whitespace. | 86 | |
'+' is not followed by whitespace. | 86 | |
'+' is not preceded with whitespace. | 86 | |
'+' is not followed by whitespace. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
'+' is not preceded with whitespace. | 91 | |
'+' is not followed by whitespace. | 91 | |
'+' is not preceded with whitespace. | 91 | |
'+' is not followed by whitespace. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
'+' is not preceded with whitespace. | 94 | |
'+' is not followed by whitespace. | 94 | |
'+' is not preceded with whitespace. | 94 | |
'+' is not followed by whitespace. | 94 | |
'+' is not preceded with whitespace. | 94 | |
'+' is not followed by whitespace. | 94 | |
'+' is not preceded with whitespace. | 94 | |
'+' is not followed by whitespace. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
'+' is not preceded with whitespace. | 99 | |
'+' is not followed by whitespace. | 99 | |
'+' is not preceded with whitespace. | 99 | |
'+' is not followed by whitespace. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
'+' is not preceded with whitespace. | 102 | |
'+' is not followed by whitespace. | 102 | |
'+' is not preceded with whitespace. | 102 | |
'+' is not followed by whitespace. | 102 | |
'+' is not preceded with whitespace. | 102 | |
'+' is not followed by whitespace. | 102 | |
'+' is not preceded with whitespace. | 102 | |
'+' is not followed by whitespace. | 102 | |
Line has trailing spaces. | 103 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
'+' is not preceded with whitespace. | 107 | |
'+' is not followed by whitespace. | 107 | |
'+' is not preceded with whitespace. | 107 | |
'+' is not followed by whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
'+' is not preceded with whitespace. | 110 | |
'+' is not followed by whitespace. | 110 | |
'+' is not preceded with whitespace. | 110 | |
'+' is not followed by whitespace. | 110 | |
'+' is not preceded with whitespace. | 110 | |
'+' is not followed by whitespace. | 110 | |
'+' is not preceded with whitespace. | 110 | |
'+' is not followed by whitespace. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
'+' is not preceded with whitespace. | 115 | |
'+' is not followed by whitespace. | 115 | |
'+' is not preceded with whitespace. | 115 | |
'+' is not followed by whitespace. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
'+' is not preceded with whitespace. | 118 | |
'+' is not followed by whitespace. | 118 | |
'+' is not preceded with whitespace. | 118 | |
'+' is not followed by whitespace. | 118 | |
'+' is not preceded with whitespace. | 118 | |
'+' is not followed by whitespace. | 118 | |
'+' is not preceded with whitespace. | 118 | |
'+' is not followed by whitespace. | 118 | |
Line has trailing spaces. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Method 'retrieveChunk' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter filepath should be final. | 130 | |
Parameter offset should be final. | 130 | |
Parameter length should be final. | 130 | |
Line contains a tab character. | 131 | |
Line has trailing spaces. | 132 | |
Line contains a tab character. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
'+' is not preceded with whitespace. | 133 | |
'+' is not followed by whitespace. | 133 | |
'+' is not preceded with whitespace. | 133 | |
'+' is not followed by whitespace. | 133 | |
Line contains a tab character. | 134 | |
'+' is not preceded with whitespace. | 134 | |
'+' is not followed by whitespace. | 134 | |
'+' is not preceded with whitespace. | 134 | |
'+' is not followed by whitespace. | 134 | |
'+' is not preceded with whitespace. | 134 | |
'+' is not followed by whitespace. | 134 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 140 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
'+' is not preceded with whitespace. | 140 | |
'+' is not followed by whitespace. | 140 | |
'+' is not preceded with whitespace. | 140 | |
'+' is not followed by whitespace. | 140 | |
'+' is not preceded with whitespace. | 140 | |
'+' is not followed by whitespace. | 140 | |
'+' is not preceded with whitespace. | 140 | |
'+' is not followed by whitespace. | 140 | |
'+' is not preceded with whitespace. | 140 | |
'+' is not followed by whitespace. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
'+' is not preceded with whitespace. | 141 | |
'+' is not followed by whitespace. | 141 | |
'+' is not preceded with whitespace. | 141 | |
'+' is not followed by whitespace. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line has trailing spaces. | 144 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
'+' is not preceded with whitespace. | 144 | |
'+' is not followed by whitespace. | 144 | |
'+' is not preceded with whitespace. | 144 | |
'+' is not followed by whitespace. | 144 | |
'+' is not preceded with whitespace. | 144 | |
'+' is not followed by whitespace. | 144 | |
'+' is not preceded with whitespace. | 144 | |
'+' is not followed by whitespace. | 144 | |
'+' is not preceded with whitespace. | 144 | |
'+' is not followed by whitespace. | 144 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
'+' is not preceded with whitespace. | 145 | |
'+' is not followed by whitespace. | 145 | |
'+' is not preceded with whitespace. | 145 | |
'+' is not followed by whitespace. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line has trailing spaces. | 148 | |
Line contains a tab character. | 148 | |
Line has trailing spaces. | 151 | |
Line has trailing spaces. | 155 | |
Line contains a tab character. | 157 | |
First sentence should end with a period. | 159 | |
Line contains a tab character. | 159 | |
Line is longer than 80 characters. | 160 | |
Line contains a tab character. | 160 | |
Line has trailing spaces. | 161 | |
Line contains a tab character. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line has trailing spaces. | 166 | |
Line contains a tab character. | 166 | |
Parameter filePath should be final. | 166 | |
Expected @throws tag for 'ProductException'. | 166 | |
Line has trailing spaces. | 167 | |
Line contains a tab character. | 167 | |
Expected @throws tag for 'IllegalArgumentException'. | 167 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 167 | |
Line has trailing spaces. | 168 | |
Line contains a tab character. | 168 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line has trailing spaces. | 171 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line has trailing spaces. | 179 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line has trailing spaces. | 182 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
Line has trailing spaces. | 185 | |
Line contains a tab character. | 185 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 186 | |
Line is longer than 80 characters. | 187 | |
Line contains a tab character. | 187 | |
Line has trailing spaces. | 188 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Parameter file should be final. | 192 | |
Line contains a tab character. | 193 | |
Line has trailing spaces. | 194 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
Line has trailing spaces. | 196 | |
Line contains a tab character. | 196 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line has trailing spaces. | 201 | |
Line contains a tab character. | 201 | |
Line has trailing spaces. | 202 | |
Line is longer than 80 characters. | 202 | |
Line contains a tab character. | 202 | |
Line is longer than 80 characters. | 203 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line has trailing spaces. | 205 | |
Line contains a tab character. | 205 | |
Line has trailing spaces. | 206 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line has trailing spaces. | 210 | |
Line contains a tab character. | 210 | |
Line has trailing spaces. | 211 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line has trailing spaces. | 214 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line has trailing spaces. | 220 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line has trailing spaces. | 223 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line is longer than 80 characters. | 226 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Method 'sizeOf' is not designed for extension - needs to be abstract, final or empty. | 228 | |
Missing a Javadoc comment. | 228 | |
Parameter filepath should be final. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line is longer than 80 characters. | 233 | |
Line contains a tab character. | 233 | |
'+' is not preceded with whitespace. | 233 | |
'+' is not followed by whitespace. | 233 | |
'+' is not preceded with whitespace. | 233 | |
'+' is not followed by whitespace. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line is longer than 80 characters. | 236 | |
Line contains a tab character. | 236 | |
'+' is not preceded with whitespace. | 236 | |
'+' is not followed by whitespace. | 236 | |
'+' is not preceded with whitespace. | 236 | |
'+' is not followed by whitespace. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line has trailing spaces. | 239 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line is longer than 80 characters. | 245 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line has trailing spaces. | 247 | |
Line contains a tab character. | 247 | |
Method 'getListing' is not designed for extension - needs to be abstract, final or empty. | 247 | |
Missing a Javadoc comment. | 247 | |
Parameter filePath should be final. | 247 | |
Line contains a tab character. | 248 | |
Redundant throws: 'IllegalArgumentException' is unchecked exception. | 248 | |
Line contains a tab character. | 249 | |
Line has trailing spaces. | 250 | |
Line contains a tab character. | 250 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 39 | |
Utility classes should not have a public or default constructor. | 41 | |
Line has trailing spaces. | 45 | |
Parameter file should be final. | 53 | |
Missing a Javadoc comment. | 68 | |
Parameter root should be final. | 68 | |
Parameter conf should be final. | 68 | |
Missing a Javadoc comment. | 80 | |
Parameter root should be final. | 80 | |
Parameter conf should be final. | 80 | |
Missing a Javadoc comment. | 93 | |
Parameter root should be final. | 93 | |
Parameter conf should be final. | 93 | |
Missing a Javadoc comment. | 106 | |
Parameter root should be final. | 106 | |
Parameter conf should be final. | 106 | |
Missing a Javadoc comment. | 120 | |
Parameter root should be final. | 120 | |
Parameter conf should be final. | 120 |
Violation | Message | Line |
---|---|---|
'<' is not preceded with whitespace. | 45 | |
'<' is not followed by whitespace. | 45 | |
'>' is not preceded with whitespace. | 45 | |
'{' should be on the previous line. | 46 | |
Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter resource should be final. | 48 | |
Parameter type should be final. | 48 | |
'<' is not preceded with whitespace. | 48 | |
'<' is not followed by whitespace. | 48 | |
'?' is not preceded with whitespace. | 48 | |
'>' is not preceded with whitespace. | 48 | |
'?' is not followed by whitespace. | 48 | |
Parameter genericType should be final. | 48 | |
Parameter annotations should be final. | 49 | |
Parameter mediaType should be final. | 49 | |
'{' should be on the previous line. | 50 | |
Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter type should be final. | 57 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'?' is not preceded with whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 | |
'?' is not followed by whitespace. | 57 | |
Parameter genericType should be final. | 57 | |
Parameter annotations should be final. | 58 | |
Parameter mediaType should be final. | 58 | |
'{' should be on the previous line. | 59 | |
Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter resource should be final. | 66 | |
Parameter type should be final. | 66 | |
'<' is not preceded with whitespace. | 66 | |
'<' is not followed by whitespace. | 66 | |
'?' is not preceded with whitespace. | 66 | |
'>' is not preceded with whitespace. | 66 | |
'?' is not followed by whitespace. | 66 | |
Parameter genericType should be final. | 66 | |
Parameter annotations should be final. | 67 | |
Parameter mediaType should be final. | 67 | |
Parameter httpHeaders should be final. | 68 | |
'<' is not preceded with whitespace. | 68 | |
'<' is not followed by whitespace. | 68 | |
'>' is not preceded with whitespace. | 68 | |
Parameter entityStream should be final. | 68 | |
Redundant throws: 'WebApplicationException' is unchecked exception. | 69 | |
'{' should be on the previous line. | 70 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 50 | |
Utility classes should not have a public or default constructor. | 54 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 60 | |
Parameter file should be final. | 61 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 68 | |
Parameter type should be final. | 68 | |
Parameter workingDirPath should be final. | 69 | |
Avoid inline conditionals. | 71 | |
'{' should be on the previous line. | 91 | |
Line is longer than 80 characters. | 92 | |
Missing a Javadoc comment. | 127 | |
Parameter product should be final. | 127 | |
Parameter metadata should be final. | 127 | |
Parameter workingDirPath should be final. | 128 | |
Avoid inline conditionals. | 130 | |
Line is longer than 80 characters. | 147 | |
Line has trailing spaces. | 175 | |
Parameter name should be final. | 180 | |
Missing a Javadoc comment. | 208 | |
Parameter productMet should be final. | 208 | |
Parameter metFileBaseName should be final. | 209 | |
Parameter out should be final. | 209 | |
Missing a Javadoc comment. | 220 | |
Parameter is should be final. | 220 | |
Parameter os should be final. | 220 | |
Parameter filename should be final. | 221 |
Violation | Message | Line |
---|---|---|
interfaces should describe a type and hence have methods. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 31 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 67 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 22 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 28 | |
interfaces should describe a type and hence have methods. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 |
Violation | Message | Line |
---|---|---|
interfaces should describe a type and hence have methods. | 29 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 31 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - java.io.*. | 21 | |
Using the '.*' form of import should be avoided - org.w3c.dom.*. | 22 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter object should be final. | 32 | |
Parameter doc should be final. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter node should be final. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter object should be final. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter object should be final. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 45 | |
Parameter conf should be final. | 46 | |
Line has trailing spaces. | 53 | |
Method 'getListing' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter ofsn should be final. | 59 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 38 | |
Utility classes should not have a public or default constructor. | 40 | |
Line has trailing spaces. | 44 | |
Parameter file should be final. | 52 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 64 | |
Parameter root should be final. | 64 | |
Parameter conf should be final. | 64 | |
Missing a Javadoc comment. | 77 | |
Parameter root should be final. | 77 | |
Parameter conf should be final. | 77 | |
Missing a Javadoc comment. | 96 | |
Parameter tagElem should be final. | 96 | |
Parameter tag should be final. | 96 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 44 | |
Parameter conf should be final. | 44 | |
Line has trailing spaces. | 52 | |
Method 'getListing' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter ofsn should be final. | 57 | |
'{' is followed by whitespace. | 61 |
Violation | Message | Line |
---|---|---|
'<' is not preceded with whitespace. | 39 | |
'<' is not followed by whitespace. | 39 | |
'>' is not preceded with whitespace. | 39 | |
'{' should be on the previous line. | 40 | |
'{' should be on the previous line. | 46 | |
Method 'handleMessage' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter message should be final. | 51 | |
Redundant throws: 'Fault' is unchecked exception. | 51 | |
'{' should be on the previous line. | 52 | |
Avoid inline conditionals. | 57 | |
Line is longer than 80 characters. | 62 | |
'<' is not preceded with whitespace. | 62 | |
'<' is not followed by whitespace. | 62 | |
'>' is not preceded with whitespace. | 62 | |
'<' is not preceded with whitespace. | 63 | |
'<' is not followed by whitespace. | 63 | |
'>' is not preceded with whitespace. | 63 | |
'<' is not preceded with whitespace. | 63 | |
'<' is not followed by whitespace. | 63 | |
'>' is not preceded with whitespace. | 63 | |
'>' is not followed by whitespace. | 63 | |
'{' should be on the previous line. | 65 | |
'if' is not followed by whitespace. | 72 | |
'{' should be on the previous line. | 73 | |
Avoid inline conditionals. | 77 | |
Avoid inline conditionals. | 81 | |
'}' should be on the same line. | 82 | |
'if' is not followed by whitespace. | 86 | |
'{' should be on the previous line. | 87 | |
'}' should be on the same line. | 90 | |
'{' should be on the previous line. | 95 | |
Avoid inline conditionals. | 99 | |
'}' should be on the same line. | 100 | |
'{' should be on the previous line. | 105 | |
Avoid inline conditionals. | 109 | |
Avoid inline conditionals. | 110 | |
'}' should be on the same line. | 111 | |
'{' should be on the previous line. | 116 | |
Avoid inline conditionals. | 120 | |
Avoid inline conditionals. | 121 | |
'}' should be on the same line. | 122 | |
'{' should be on the previous line. | 126 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 22 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 28 | |
interfaces should describe a type and hence have methods. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
'{' is not followed by whitespace. | 30 | |
'}' is not preceded with whitespace. | 30 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Parameter msg should be final. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Parameter cause should be final. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Parameter msg should be final. | 56 | |
Parameter cause should be final. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 42 | |
'<' is not preceded with whitespace. | 59 | |
'<' is not followed by whitespace. | 59 | |
'>' is not preceded with whitespace. | 59 | |
'{' should be on the previous line. | 60 | |
Missing a Javadoc comment. | 61 | |
Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter resource should be final. | 67 | |
Parameter type should be final. | 67 | |
'<' is not preceded with whitespace. | 67 | |
'<' is not followed by whitespace. | 67 | |
'?' is not preceded with whitespace. | 67 | |
'>' is not preceded with whitespace. | 67 | |
'?' is not followed by whitespace. | 67 | |
Parameter genericType should be final. | 68 | |
Parameter annotations should be final. | 68 | |
Parameter mediaType should be final. | 68 | |
'{' should be on the previous line. | 69 | |
Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter type should be final. | 76 | |
'<' is not preceded with whitespace. | 76 | |
'<' is not followed by whitespace. | 76 | |
'?' is not preceded with whitespace. | 76 | |
'>' is not preceded with whitespace. | 76 | |
'?' is not followed by whitespace. | 76 | |
Parameter genericType should be final. | 76 | |
Parameter annotations should be final. | 77 | |
Parameter mediaType should be final. | 77 | |
'{' should be on the previous line. | 78 | |
Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter resource should be final. | 85 | |
Parameter type should be final. | 85 | |
'<' is not preceded with whitespace. | 85 | |
'<' is not followed by whitespace. | 85 | |
'?' is not preceded with whitespace. | 85 | |
'>' is not preceded with whitespace. | 85 | |
'?' is not followed by whitespace. | 85 | |
Parameter genericType should be final. | 85 | |
Parameter annotations should be final. | 86 | |
Parameter mediaType should be final. | 86 | |
Parameter httpHeaders should be final. | 87 | |
'<' is not preceded with whitespace. | 87 | |
'<' is not followed by whitespace. | 87 | |
'>' is not preceded with whitespace. | 87 | |
Parameter entityStream should be final. | 87 | |
Redundant throws: 'WebApplicationException' is unchecked exception. | 88 | |
'{' should be on the previous line. | 89 | |
'{' should be on the previous line. | 104 | |
'{' should be on the previous line. | 112 | |
'{' should be on the previous line. | 115 | |
'{' should be on the previous line. | 123 | |
'{' should be on the previous line. | 152 | |
'{' should be on the previous line. | 166 | |
'{' should be on the previous line. | 173 | |
'}' should be on the same line. | 179 | |
'{' should be on the previous line. | 181 | |
'}' should be on the same line. | 185 | |
'{' should be on the previous line. | 187 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 22 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 27 | |
interfaces should describe a type and hence have methods. | 29 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 67 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 78 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
Missing a Javadoc comment. | 81 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Parameter config should be final. | 95 | |
Expected @param tag for 'config'. | 95 | |
Expected @throws tag for 'ServletException'. | 95 | |
Line is longer than 80 characters. | 106 | |
')' is preceded with whitespace. | 107 | |
Line is longer than 80 characters. | 109 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter req should be final. | 128 | |
Parameter resp should be final. | 128 | |
Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Parameter req should be final. | 133 | |
Parameter resp should be final. | 133 | |
Method 'doIt' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Parameter req should be final. | 138 | |
Parameter resp should be final. | 138 | |
Line is longer than 80 characters. | 144 | |
'<' is not preceded with whitespace. | 147 | |
'<' is not followed by whitespace. | 147 | |
'>' is not preceded with whitespace. | 147 | |
'<' is not preceded with whitespace. | 147 | |
'<' is not followed by whitespace. | 147 | |
'>' is not preceded with whitespace. | 147 | |
'>' is not followed by whitespace. | 147 | |
Line has trailing spaces. | 172 | |
'<' is not preceded with whitespace. | 174 | |
'<' is not followed by whitespace. | 174 | |
'>' is not preceded with whitespace. | 174 | |
'<' is not preceded with whitespace. | 174 | |
'<' is not followed by whitespace. | 174 | |
'>' is not preceded with whitespace. | 174 | |
'>' is not followed by whitespace. | 174 | |
Line has trailing spaces. | 175 | |
'for' is not followed by whitespace. | 177 | |
':' is not preceded with whitespace. | 177 | |
'{' is not preceded with whitespace. | 177 | |
'if' is not followed by whitespace. | 178 | |
'{' is not preceded with whitespace. | 178 | |
Line has trailing spaces. | 182 | |
Line is longer than 80 characters. | 188 | |
Method 'outputRDF' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Missing a Javadoc comment. | 188 | |
Parameter productTypes should be final. | 188 | |
'<' is not preceded with whitespace. | 188 | |
'<' is not followed by whitespace. | 188 | |
'>' is not preceded with whitespace. | 188 | |
Parameter base should be final. | 188 | |
Parameter resp should be final. | 188 | |
Line is longer than 80 characters. | 201 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 204 | |
'<' is not preceded with whitespace. | 211 | |
'<' is not followed by whitespace. | 211 | |
'>' is not preceded with whitespace. | 211 | |
Line has trailing spaces. | 216 | |
Line is longer than 80 characters. | 221 | |
Missing a Javadoc comment. | 254 | |
'<' is not preceded with whitespace. | 254 | |
'<' is not followed by whitespace. | 254 | |
'>' is not preceded with whitespace. | 254 | |
'<' is not preceded with whitespace. | 255 | |
'<' is not followed by whitespace. | 255 | |
'>' is not preceded with whitespace. | 255 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 37 | |
'<' is not preceded with whitespace. | 37 | |
'<' is not followed by whitespace. | 37 | |
'>' is not preceded with whitespace. | 37 | |
Variable 'handlerTable' must be private and have accessor methods. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter productRoot should be final. | 45 | |
'productRoot' hides a field. | 45 | |
Parameter id should be final. | 45 | |
'id' hides a field. | 45 | |
Parameter name should be final. | 45 | |
'name' hides a field. | 45 | |
'<' is not preceded with whitespace. | 46 | |
'<' is not followed by whitespace. | 46 | |
'>' is not preceded with whitespace. | 46 | |
'>' is not followed by whitespace. | 46 | |
Missing a Javadoc comment. | 53 | |
Method 'getHandlerType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter handlerName should be final. | 57 | |
Method 'getHandlerClass' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter handlerName should be final. | 65 | |
Method 'getHandlerConfigs' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
'<' is not preceded with whitespace. | 73 | |
'<' is not followed by whitespace. | 73 | |
'>' is not preceded with whitespace. | 73 | |
Method 'getHandlerConfig' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter handlerName should be final. | 78 | |
Method 'getProductRoot' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'setProductRoot' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Parameter productRoot should be final. | 93 | |
'productRoot' hides a field. | 93 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Parameter id should be final. | 109 | |
'id' hides a field. | 109 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Parameter name should be final. | 124 | |
'name' hides a field. | 124 | |
Missing a Javadoc comment. | 128 | |
Parameter path should be final. | 128 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
Line has trailing spaces. | 48 | |
Method 'retrieveChunk' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter filepath should be final. | 53 | |
Parameter offset should be final. | 53 | |
Parameter length should be final. | 53 | |
Must have at least one statement. | 85 | |
Line has trailing spaces. | 96 | |
Method 'sizeOf' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter filepath should be final. | 101 | |
Line is longer than 80 characters. | 106 | |
Missing a Javadoc comment. | 108 | |
Parameter conf should be final. | 108 | |
Line has trailing spaces. | 109 |
Violation | Message | Line |
---|---|---|
'<' is not preceded with whitespace. | 53 | |
'<' is not followed by whitespace. | 53 | |
'>' is not preceded with whitespace. | 53 | |
Missing a Javadoc comment. | 55 | |
Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter resource should be final. | 61 | |
Parameter type should be final. | 61 | |
'<' is not preceded with whitespace. | 61 | |
'<' is not followed by whitespace. | 61 | |
'?' is not preceded with whitespace. | 61 | |
'>' is not preceded with whitespace. | 61 | |
'?' is not followed by whitespace. | 61 | |
Parameter genericType should be final. | 62 | |
Parameter annotations should be final. | 62 | |
Parameter mediaType should be final. | 62 | |
'{' should be on the previous line. | 63 | |
Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter type should be final. | 70 | |
'<' is not preceded with whitespace. | 70 | |
'<' is not followed by whitespace. | 70 | |
'?' is not preceded with whitespace. | 70 | |
'>' is not preceded with whitespace. | 70 | |
'?' is not followed by whitespace. | 70 | |
Parameter genericType should be final. | 70 | |
Parameter annotations should be final. | 71 | |
Parameter mediaType should be final. | 71 | |
'{' should be on the previous line. | 72 | |
Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter resource should be final. | 79 | |
Parameter type should be final. | 79 | |
'<' is not preceded with whitespace. | 79 | |
'<' is not followed by whitespace. | 79 | |
'?' is not preceded with whitespace. | 79 | |
'>' is not preceded with whitespace. | 79 | |
'?' is not followed by whitespace. | 79 | |
Parameter genericType should be final. | 80 | |
Parameter annotations should be final. | 80 | |
Parameter mediaType should be final. | 80 | |
Parameter httpHeaders should be final. | 81 | |
'<' is not preceded with whitespace. | 81 | |
'<' is not followed by whitespace. | 81 | |
'>' is not preceded with whitespace. | 81 | |
Parameter entityStream should be final. | 81 | |
Redundant throws: 'WebApplicationException' is unchecked exception. | 82 | |
'{' should be on the previous line. | 83 | |
'&&' should be on a new line. | 87 | |
'&&' should be on a new line. | 88 | |
'{' should be on the previous line. | 90 | |
'}' should be on the same line. | 92 | |
'{' should be on the previous line. | 94 | |
'{' should be on the previous line. | 99 | |
'{' should be on the previous line. | 102 | |
'}' should be on the same line. | 115 | |
'{' should be on the previous line. | 117 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 22 | |
'{' should be on the previous line. | 31 | |
Missing a Javadoc comment. | 32 | |
Variable 'v' must be private and have accessor methods. | 32 | |
Missing a Javadoc comment. | 34 | |
'{' should be on the previous line. | 35 | |
Method 'addItem' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter o should be final. | 40 | |
'{' should be on the previous line. | 41 | |
Method 'removeItem' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter i should be final. | 45 | |
'{' should be on the previous line. | 46 | |
Method 'getCount' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
'{' should be on the previous line. | 51 | |
'return' is not followed by whitespace. | 52 | |
Method 'getItem' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter i should be final. | 55 | |
'{' should be on the previous line. | 56 | |
'return' is not followed by whitespace. | 57 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 33 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
More than 7 parameters. | 56 | |
Parameter id should be final. | 56 | |
'id' hides a field. | 56 | |
Parameter title should be final. | 56 | |
'title' hides a field. | 56 | |
Parameter description should be final. | 56 | |
'description' hides a field. | 56 | |
Parameter type should be final. | 56 | |
'type' hides a field. | 56 | |
Parameter statusID should be final. | 56 | |
'statusID' hides a field. | 56 | |
Parameter securityType should be final. | 56 | |
'securityType' hides a field. | 56 | |
Line contains a tab character. | 57 | |
Parameter revisionNote should be final. | 57 | |
'revisionNote' hides a field. | 57 | |
Parameter dataDictID should be final. | 57 | |
'dataDictID' hides a field. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Parameter node should be final. | 72 | |
Line contains a tab character. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 108 | |
Method 'getURIID' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Line is longer than 80 characters. | 114 | |
'?' is not preceded with whitespace. | 114 | |
Avoid inline conditionals. | 114 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Method 'getStatusID' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Method 'getSecurityType' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Method 'getRevisionNote' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Method 'getDataDictID' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Method 'setID' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Parameter id should be final. | 178 | |
'id' hides a field. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Parameter title should be final. | 186 | |
'title' hides a field. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Parameter description should be final. | 194 | |
'description' hides a field. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Parameter type should be final. | 202 | |
'type' hides a field. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Method 'setStatusID' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Parameter statusID should be final. | 210 | |
'statusID' hides a field. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Method 'setSecurityType' is not designed for extension - needs to be abstract, final or empty. | 218 | |
Parameter securityType should be final. | 218 | |
'securityType' hides a field. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Method 'setRevisionNote' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Parameter revisionNote should be final. | 226 | |
'revisionNote' hides a field. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Method 'setDataDictID' is not designed for extension - needs to be abstract, final or empty. | 234 | |
Parameter dataDictID should be final. | 234 | |
'dataDictID' hides a field. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 238 | |
Method 'toXML' is not designed for extension - needs to be abstract, final or empty. | 238 | |
Missing a Javadoc comment. | 238 | |
Parameter doc should be final. | 238 | |
Redundant throws: 'DOMException' is unchecked exception. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 251 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 251 | |
Missing a Javadoc comment. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 255 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 255 | |
Missing a Javadoc comment. | 255 | |
Parameter rhs should be final. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 266 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 266 | |
Missing a Javadoc comment. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Must have at least one statement. | 270 | |
'{' is not followed by whitespace. | 270 | |
'}' is not preceded with whitespace. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 274 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 274 | |
Missing a Javadoc comment. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 302 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 30 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 69 | |
Line has trailing spaces. | 72 | |
Line has trailing spaces. | 73 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 84 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
Missing a Javadoc comment. | 87 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Parameter config should be final. | 101 | |
Expected @param tag for 'config'. | 101 | |
Expected @throws tag for 'ServletException'. | 101 | |
Line is longer than 80 characters. | 112 | |
')' is preceded with whitespace. | 113 | |
Line is longer than 80 characters. | 115 | |
Line has trailing spaces. | 117 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Parameter req should be final. | 138 | |
Parameter resp should be final. | 138 | |
Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Parameter req should be final. | 143 | |
Parameter resp should be final. | 143 | |
Method 'doIt' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Parameter req should be final. | 148 | |
Parameter resp should be final. | 148 | |
'<' is not preceded with whitespace. | 156 | |
'<' is not followed by whitespace. | 156 | |
'>' is not preceded with whitespace. | 156 | |
Method 'outputRDF' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Missing a Javadoc comment. | 199 | |
Parameter products should be final. | 199 | |
'<' is not preceded with whitespace. | 199 | |
'<' is not followed by whitespace. | 199 | |
'>' is not preceded with whitespace. | 199 | |
Parameter type should be final. | 199 | |
Parameter base should be final. | 199 | |
Parameter resp should be final. | 200 | |
Line is longer than 80 characters. | 224 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 235 | |
'<' is not preceded with whitespace. | 245 | |
'<' is not followed by whitespace. | 245 | |
'>' is not preceded with whitespace. | 245 | |
Line is longer than 80 characters. | 252 | |
Missing a Javadoc comment. | 285 | |
'<' is not preceded with whitespace. | 285 | |
'<' is not followed by whitespace. | 285 | |
'>' is not preceded with whitespace. | 285 | |
'<' is not preceded with whitespace. | 286 | |
'<' is not followed by whitespace. | 286 | |
'>' is not preceded with whitespace. | 286 | |
'<' is not preceded with whitespace. | 287 | |
'<' is not followed by whitespace. | 287 | |
'>' is not preceded with whitespace. | 287 | |
'<' is not preceded with whitespace. | 290 | |
'<' is not followed by whitespace. | 290 | |
'>' is not preceded with whitespace. | 290 | |
'>' is not followed by whitespace. | 290 | |
Must have at least one statement. | 308 | |
Missing a Javadoc comment. | 317 | |
Parameter p should be final. | 317 | |
Missing a Javadoc comment. | 331 | |
'<' is not preceded with whitespace. | 331 | |
'<' is not followed by whitespace. | 331 | |
'>' is not preceded with whitespace. | 331 | |
'<' is not preceded with whitespace. | 332 | |
'<' is not followed by whitespace. | 332 | |
'>' is not preceded with whitespace. | 332 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Parameter id should be final. | 44 | |
'id' hides a field. | 44 | |
Parameter retriever should be final. | 44 | |
'retriever' hides a field. | 44 | |
Parameter size should be final. | 44 | |
'size' hides a field. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Parameter b should be final. | 86 | |
Parameter offset should be final. | 86 | |
Parameter length should be final. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
'{' should be on the previous line. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
'?' is not preceded with whitespace. | 142 | |
Avoid inline conditionals. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 145 | |
Missing a Javadoc comment. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Parameter limit should be final. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line has trailing spaces. | 175 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line has trailing spaces. | 208 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Missing a Javadoc comment. | 212 | |
Line is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Parameter root should be final. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
'{' is not preceded with whitespace. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Parameter name should be final. | 75 | |
'name' hides a field. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Parameter name should be final. | 85 | |
'name' hides a field. | 85 | |
Parameter type should be final. | 85 | |
'type' hides a field. | 85 | |
Parameter unit should be final. | 85 | |
'unit' hides a field. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Parameter node should be final. | 95 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Method 'getUnit' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Parameter name should be final. | 141 | |
'name' hides a field. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Parameter type should be final. | 149 | |
'type' hides a field. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Method 'setUnit' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Parameter unit should be final. | 157 | |
'unit' hides a field. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 161 | |
Method 'toXML' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Parameter doc should be final. | 161 | |
Redundant throws: 'DOMException' is unchecked exception. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 169 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Missing a Javadoc comment. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 173 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Missing a Javadoc comment. | 173 | |
Parameter rhs should be final. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line is longer than 80 characters. | 181 | |
Line contains a tab character. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 185 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Missing a Javadoc comment. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 196 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Missing a Javadoc comment. | 196 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
'<' is not preceded with whitespace. | 54 | |
'<' is not followed by whitespace. | 54 | |
'>' is not preceded with whitespace. | 54 | |
'<' is not preceded with whitespace. | 54 | |
'<' is not followed by whitespace. | 54 | |
'>' is not preceded with whitespace. | 54 | |
'>' is not followed by whitespace. | 54 | |
Missing a Javadoc comment. | 55 | |
'<' is not preceded with whitespace. | 55 | |
'<' is not followed by whitespace. | 55 | |
'>' is not preceded with whitespace. | 55 | |
'<' is not preceded with whitespace. | 55 | |
'<' is not followed by whitespace. | 55 | |
'>' is not preceded with whitespace. | 55 | |
'>' is not followed by whitespace. | 55 | |
Missing a Javadoc comment. | 56 | |
Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter file should be final. | 66 | |
'{' should be on the previous line. | 67 | |
Missing a Javadoc comment. | 81 | |
'<' is not preceded with whitespace. | 81 | |
'<' is not followed by whitespace. | 81 | |
'>' is not preceded with whitespace. | 81 | |
Parameter root should be final. | 81 | |
'{' should be on the previous line. | 82 | |
'<' is not preceded with whitespace. | 83 | |
'<' is not followed by whitespace. | 83 | |
'>' is not preceded with whitespace. | 83 | |
'<' is not preceded with whitespace. | 83 | |
'<' is not followed by whitespace. | 83 | |
'>' is not preceded with whitespace. | 83 | |
'>' is not followed by whitespace. | 83 | |
'{' should be on the previous line. | 86 | |
'{' should be on the previous line. | 88 | |
Missing a Javadoc comment. | 99 | |
'<' is not preceded with whitespace. | 99 | |
'<' is not followed by whitespace. | 99 | |
'>' is not preceded with whitespace. | 99 | |
Parameter root should be final. | 99 | |
'{' should be on the previous line. | 100 | |
'<' is not preceded with whitespace. | 101 | |
'<' is not followed by whitespace. | 101 | |
'>' is not preceded with whitespace. | 101 | |
'<' is not preceded with whitespace. | 101 | |
'<' is not followed by whitespace. | 101 | |
'>' is not preceded with whitespace. | 101 | |
'>' is not followed by whitespace. | 101 | |
'{' should be on the previous line. | 104 | |
'{' should be on the previous line. | 106 | |
Missing a Javadoc comment. | 117 | |
'<' is not preceded with whitespace. | 117 | |
'<' is not followed by whitespace. | 117 | |
'>' is not preceded with whitespace. | 117 | |
Parameter element should be final. | 117 | |
'{' should be on the previous line. | 118 | |
'<' is not preceded with whitespace. | 119 | |
'<' is not followed by whitespace. | 119 | |
'>' is not preceded with whitespace. | 119 | |
'<' is not preceded with whitespace. | 119 | |
'<' is not followed by whitespace. | 119 | |
'>' is not preceded with whitespace. | 119 | |
'>' is not followed by whitespace. | 119 | |
'{' should be on the previous line. | 122 | |
'{' should be on the previous line. | 124 | |
Method 'getNamespaceList' is not designed for extension - needs to be abstract, final or empty. | 140 | |
'<' is not preceded with whitespace. | 140 | |
'<' is not followed by whitespace. | 140 | |
'>' is not preceded with whitespace. | 140 | |
'{' should be on the previous line. | 141 | |
Method 'getChannelLink' is not designed for extension - needs to be abstract, final or empty. | 151 | |
'{' should be on the previous line. | 152 | |
Method 'appendTags' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Parameter metadata should be final. | 165 | |
Parameter document should be final. | 165 | |
Parameter parent should be final. | 166 | |
'{' should be on the previous line. | 167 | |
'{' should be on the previous line. | 169 | |
Line has trailing spaces. | 176 | |
'{' should be on the previous line. | 182 | |
Line is longer than 80 characters. | 183 | |
'{' should be on the previous line. | 189 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Parameter prefix should be final. | 19 | |
'prefix' hides a field. | 19 | |
Parameter uriString should be final. | 19 | |
'uriString' hides a field. | 19 | |
'{' should be on the previous line. | 20 | |
Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 31 | |
'{' should be on the previous line. | 32 | |
First sentence should end with a period. | 38 | |
Method 'getUriString' is not designed for extension - needs to be abstract, final or empty. | 42 | |
'{' should be on the previous line. | 43 |
Violation | Message | Line |
---|---|---|
interfaces should describe a type and hence have methods. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - javax.xml.bind.annotation.*. | 26 | |
Line is longer than 80 characters. | 29 | |
'=' is not preceded with whitespace. | 34 | |
'=' is not followed by whitespace. | 34 | |
'}' is not preceded with whitespace. | 35 | |
'{' should be on the previous line. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
'<' is not preceded with whitespace. | 42 | |
'<' is not followed by whitespace. | 42 | |
'>' is not preceded with whitespace. | 42 | |
'<' is not preceded with whitespace. | 43 | |
'<' is not followed by whitespace. | 43 | |
'>' is not preceded with whitespace. | 43 | |
'>' is not followed by whitespace. | 43 | |
Missing a Javadoc comment. | 47 | |
'{' should be on the previous line. | 55 | |
Parameter id should be final. | 69 | |
'id' hides a field. | 69 | |
Parameter name should be final. | 69 | |
'name' hides a field. | 69 | |
Parameter metadata should be final. | 69 | |
Parameter workingDir should be final. | 70 | |
'workingDir' hides a field. | 70 | |
'{' should be on the previous line. | 71 | |
Method 'addProductResource' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Parameter resource should be final. | 85 | |
'{' should be on the previous line. | 86 | |
Method 'getWorkingDir' is not designed for extension - needs to be abstract, final or empty. | 96 | |
'{' should be on the previous line. | 97 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 107 | |
'{' should be on the previous line. | 109 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 119 | |
'{' should be on the previous line. | 121 | |
Method 'getProductResources' is not designed for extension - needs to be abstract, final or empty. | 131 | |
'<' is not preceded with whitespace. | 133 | |
'<' is not followed by whitespace. | 133 | |
'>' is not preceded with whitespace. | 133 | |
'{' should be on the previous line. | 134 | |
Method 'getMetadataResource' is not designed for extension - needs to be abstract, final or empty. | 144 | |
'{' should be on the previous line. | 146 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 22 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 29 | |
'{' should be on the previous line. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Method 'getPrefix' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Method 'setPrefix' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Parameter prefix should be final. | 48 | |
'prefix' hides a field. | 48 | |
';' is not followed by whitespace. | 48 | |
'}' is not preceded with whitespace. | 48 | |
Method 'getUri' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Method 'setUri' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Parameter uri should be final. | 59 | |
'uri' hides a field. | 59 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 39 | |
Missing a Javadoc comment. | 40 | |
'{' should be on the previous line. | 46 | |
Parameter metadata should be final. | 55 | |
'metadata' hides a field. | 55 | |
'{' should be on the previous line. | 56 | |
Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 66 | |
'{' should be on the previous line. | 67 | |
Method 'getMetadataEntries' is not designed for extension - needs to be abstract, final or empty. | 77 | |
'<' is not preceded with whitespace. | 78 | |
'<' is not followed by whitespace. | 78 | |
'>' is not preceded with whitespace. | 78 | |
'{' should be on the previous line. | 79 | |
'<' is not preceded with whitespace. | 80 | |
'<' is not followed by whitespace. | 80 | |
'>' is not preceded with whitespace. | 80 | |
'<' is not preceded with whitespace. | 80 | |
'<' is not followed by whitespace. | 80 | |
'>' is not preceded with whitespace. | 80 | |
'>' is not followed by whitespace. | 80 | |
'{' should be on the previous line. | 82 | |
'}' is not preceded with whitespace. | 96 | |
'{' should be on the previous line. | 99 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 101 | |
'<' is not preceded with whitespace. | 101 | |
'<' is not followed by whitespace. | 101 | |
'>' is not preceded with whitespace. | 101 | |
'{' should be on the previous line. | 109 | |
Parameter key should be final. | 120 | |
'key' hides a field. | 120 | |
Parameter values should be final. | 120 | |
'<' is not preceded with whitespace. | 120 | |
'<' is not followed by whitespace. | 120 | |
'>' is not preceded with whitespace. | 120 | |
'values' hides a field. | 120 | |
'{' should be on the previous line. | 121 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 132 | |
'{' should be on the previous line. | 134 | |
First sentence should end with a period. | 140 | |
Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 144 | |
'<' is not preceded with whitespace. | 145 | |
'<' is not followed by whitespace. | 145 | |
'>' is not preceded with whitespace. | 145 | |
'{' should be on the previous line. | 146 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 20 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Variable 'numResults' must be private and have accessor methods. | 93 | |
Line contains a tab character. | 95 | |
Missing a Javadoc comment. | 95 | |
Line contains a tab character. | 96 | |
Missing a Javadoc comment. | 96 | |
Line contains a tab character. | 97 | |
Missing a Javadoc comment. | 97 | |
Line contains a tab character. | 98 | |
Missing a Javadoc comment. | 98 | |
Line contains a tab character. | 99 | |
Missing a Javadoc comment. | 99 | |
Line contains a tab character. | 101 | |
Missing a Javadoc comment. | 101 | |
Line contains a tab character. | 102 | |
Missing a Javadoc comment. | 102 | |
Line contains a tab character. | 103 | |
Missing a Javadoc comment. | 103 | |
Line contains a tab character. | 104 | |
Missing a Javadoc comment. | 104 | |
Line contains a tab character. | 105 | |
Missing a Javadoc comment. | 105 | |
Name 'previous_token' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
Line contains a tab character. | 106 | |
Missing a Javadoc comment. | 106 | |
Line contains a tab character. | 107 | |
Missing a Javadoc comment. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Missing a Javadoc comment. | 108 | |
Line contains a tab character. | 109 | |
Missing a Javadoc comment. | 109 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line has trailing spaces. | 117 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
More than 7 parameters. | 123 | |
Parameter keywordQuery should be final. | 123 | |
Parameter id should be final. | 123 | |
Parameter title should be final. | 123 | |
Parameter desc should be final. | 123 | |
Parameter ddId should be final. | 123 | |
Parameter resultModeId should be final. | 123 | |
'resultModeId' hides a field. | 123 | |
Line contains a tab character. | 124 | |
Parameter propType should be final. | 124 | |
Parameter propLevels should be final. | 124 | |
Parameter maxResults should be final. | 124 | |
'maxResults' hides a field. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line has trailing spaces. | 134 | |
Line contains a tab character. | 134 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
More than 7 parameters. | 141 | |
Parameter keywordQuery should be final. | 141 | |
Parameter id should be final. | 141 | |
Parameter title should be final. | 141 | |
Parameter desc should be final. | 141 | |
Parameter ddId should be final. | 141 | |
Parameter resultModeId should be final. | 141 | |
'resultModeId' hides a field. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
Parameter propType should be final. | 142 | |
Parameter propLevels should be final. | 142 | |
Parameter maxResults should be final. | 142 | |
'maxResults' hides a field. | 142 | |
Parameter parseQuery should be final. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line has trailing spaces. | 152 | |
Line contains a tab character. | 152 | |
Line is longer than 80 characters. | 153 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 159 | |
More than 7 parameters. | 159 | |
Parameter keywordQuery should be final. | 159 | |
Parameter id should be final. | 159 | |
Parameter title should be final. | 159 | |
Parameter desc should be final. | 159 | |
Parameter ddId should be final. | 159 | |
Parameter resultModeId should be final. | 159 | |
'resultModeId' hides a field. | 159 | |
Line is longer than 80 characters. | 160 | |
Line contains a tab character. | 160 | |
Parameter propType should be final. | 160 | |
Parameter propLevels should be final. | 160 | |
Parameter maxResults should be final. | 160 | |
'maxResults' hides a field. | 160 | |
Parameter mimeAccept should be final. | 160 | |
'mimeAccept' hides a field. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line has trailing spaces. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line has trailing spaces. | 170 | |
Line contains a tab character. | 170 | |
Line is longer than 80 characters. | 171 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line is longer than 80 characters. | 178 | |
Line contains a tab character. | 178 | |
More than 7 parameters. | 178 | |
Parameter keywordQuery should be final. | 178 | |
Parameter id should be final. | 178 | |
Parameter title should be final. | 178 | |
Parameter desc should be final. | 178 | |
Parameter ddId should be final. | 178 | |
Parameter resultModeId should be final. | 178 | |
'resultModeId' hides a field. | 178 | |
Line has trailing spaces. | 179 | |
Line contains a tab character. | 179 | |
Parameter propType should be final. | 179 | |
Parameter propLevels should be final. | 179 | |
Parameter maxResults should be final. | 179 | |
'maxResults' hides a field. | 179 | |
Line contains a tab character. | 180 | |
Parameter mimeAccept should be final. | 180 | |
'mimeAccept' hides a field. | 180 | |
Parameter parseQuery should be final. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Line is longer than 80 characters. | 202 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line has trailing spaces. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
'!' is followed by whitespace. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Method 'getMimeAccept' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line is longer than 80 characters. | 236 | |
Line contains a tab character. | 240 | |
'(' is preceded with whitespace. | 240 | |
Parameter xmlQueryString should be final. | 240 | |
Expected @throws tag for 'SAXException'. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line is longer than 80 characters. | 245 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line is longer than 80 characters. | 251 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line is longer than 80 characters. | 254 | |
Line contains a tab character. | 254 | |
Line is longer than 80 characters. | 255 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line is longer than 80 characters. | 258 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line is longer than 80 characters. | 263 | |
Line contains a tab character. | 267 | |
'(' is preceded with whitespace. | 267 | |
Parameter node should be final. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 276 | |
Method 'getKwdQueryString' is not designed for extension - needs to be abstract, final or empty. | 276 | |
'(' is preceded with whitespace. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
First sentence should end with a period. | 280 | |
Line contains a tab character. | 285 | |
Method 'getMaxResults' is not designed for extension - needs to be abstract, final or empty. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 293 | |
Method 'getSelectElementSet' is not designed for extension - needs to be abstract, final or empty. | 293 | |
Line contains a tab character. | 294 | |
'return' is not followed by whitespace. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 301 | |
Method 'getFromElementSet' is not designed for extension - needs to be abstract, final or empty. | 301 | |
Line contains a tab character. | 302 | |
'{' should be on the previous line. | 302 | |
Line contains a tab character. | 303 | |
'return' is not followed by whitespace. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 311 | |
Method 'getResultModeID' is not designed for extension - needs to be abstract, final or empty. | 311 | |
Line contains a tab character. | 312 | |
'{' should be on the previous line. | 312 | |
'return' is not followed by whitespace. | 313 | |
Line has trailing spaces. | 315 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 320 | |
Method 'getWhereElementSet' is not designed for extension - needs to be abstract, final or empty. | 320 | |
Line contains a tab character. | 321 | |
'return' is not followed by whitespace. | 321 | |
Line contains a tab character. | 322 | |
Line has trailing spaces. | 323 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 328 | |
Method 'setWhereElementSet' is not designed for extension - needs to be abstract, final or empty. | 328 | |
Parameter whereElementSet should be final. | 328 | |
'whereElementSet' hides a field. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line contains a tab character. | 335 | |
Method 'getResult' is not designed for extension - needs to be abstract, final or empty. | 335 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 339 | |
Method 'getResults' is not designed for extension - needs to be abstract, final or empty. | 339 | |
Missing a Javadoc comment. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line has trailing spaces. | 342 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 | |
Method 'setRetriever' is not designed for extension - needs to be abstract, final or empty. | 343 | |
Missing a Javadoc comment. | 343 | |
Parameter retriever should be final. | 343 | |
Line contains a tab character. | 344 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 350 | |
Method 'getXMLDoc' is not designed for extension - needs to be abstract, final or empty. | 350 | |
'(' is preceded with whitespace. | 350 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 | |
Method 'getStatistics' is not designed for extension - needs to be abstract, final or empty. | 361 | |
Line contains a tab character. | 370 | |
Method 'getXMLDocString' is not designed for extension - needs to be abstract, final or empty. | 370 | |
'(' is preceded with whitespace. | 370 | |
Line contains a tab character. | 371 | |
Line contains a tab character. | 372 | |
Line is longer than 80 characters. | 373 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 374 | |
Line is longer than 80 characters. | 375 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 376 | |
Line is longer than 80 characters. | 377 | |
Line contains a tab character. | 377 | |
Line is longer than 80 characters. | 378 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 379 | |
Line is longer than 80 characters. | 380 | |
Line contains a tab character. | 380 | |
Line is longer than 80 characters. | 381 | |
Line contains a tab character. | 381 | |
Line is longer than 80 characters. | 382 | |
Line contains a tab character. | 382 | |
Line is longer than 80 characters. | 383 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
Line is longer than 80 characters. | 385 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 386 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Must have at least one statement. | 389 | |
'{' is not followed by whitespace. | 389 | |
'}' is not preceded with whitespace. | 389 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 391 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 399 | |
Method 'getPropagationType' is not designed for extension - needs to be abstract, final or empty. | 399 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 406 | |
Line contains a tab character. | 407 | |
Line contains a tab character. | 408 | |
Method 'getPropagationLevels' is not designed for extension - needs to be abstract, final or empty. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
Expected an @return tag. | 415 | |
'(' is preceded with whitespace. | 415 | |
Parameter kwdQueryString should be final. | 415 | |
Expected @param tag for 'kwdQueryString'. | 415 | |
Line contains a tab character. | 416 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
Line is longer than 80 characters. | 420 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Expected an @return tag. | 445 | |
Line contains a tab character. | 445 | |
'(' is preceded with whitespace. | 445 | |
Line contains a tab character. | 446 | |
'{' should be on the previous line. | 446 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 449 | |
Line is longer than 80 characters. | 450 | |
Line contains a tab character. | 450 | |
Line contains a tab character. | 456 | |
Expected an @return tag. | 461 | |
Line contains a tab character. | 461 | |
'(' is preceded with whitespace. | 461 | |
Line contains a tab character. | 462 | |
'{' should be on the previous line. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 465 | |
Line is longer than 80 characters. | 466 | |
Line contains a tab character. | 466 | |
Line contains a tab character. | 472 | |
Expected an @return tag. | 477 | |
Line contains a tab character. | 477 | |
'(' is preceded with whitespace. | 477 | |
Line contains a tab character. | 478 | |
'{' should be on the previous line. | 478 | |
Line contains a tab character. | 479 | |
Line contains a tab character. | 481 | |
'(' is preceded with whitespace. | 485 | |
Line contains a tab character. | 488 | |
First sentence should end with a period. | 490 | |
Expected an @return tag. | 494 | |
Line contains a tab character. | 494 | |
'(' is preceded with whitespace. | 494 | |
Line contains a tab character. | 495 | |
'{' should be on the previous line. | 495 | |
Line contains a tab character. | 496 | |
Line contains a tab character. | 497 | |
Line contains a tab character. | 498 | |
'(' is preceded with whitespace. | 498 | |
Line contains a tab character. | 499 | |
'(' is preceded with whitespace. | 500 | |
'(' is preceded with whitespace. | 502 | |
Line is longer than 80 characters. | 503 | |
'==' is not preceded with whitespace. | 503 | |
'(' is preceded with whitespace. | 504 | |
Line is longer than 80 characters. | 509 | |
Line contains a tab character. | 509 | |
Line is longer than 80 characters. | 513 | |
Line contains a tab character. | 513 | |
Line is longer than 80 characters. | 514 | |
Line contains a tab character. | 514 | |
Line contains a tab character. | 515 | |
Line is longer than 80 characters. | 519 | |
Line contains a tab character. | 519 | |
Line is longer than 80 characters. | 520 | |
Line contains a tab character. | 520 | |
Line is longer than 80 characters. | 521 | |
Line contains a tab character. | 521 | |
Line contains a tab character. | 529 | |
Expected an @return tag. | 534 | |
'(' is preceded with whitespace. | 534 | |
Parameter tt should be final. | 534 | |
Expected @param tag for 'tt'. | 534 | |
Parameter ts should be final. | 534 | |
Expected @param tag for 'ts'. | 534 | |
Line contains a tab character. | 535 | |
'{' should be on the previous line. | 535 | |
Line contains a tab character. | 536 | |
Line contains a tab character. | 537 | |
Line contains a tab character. | 539 | |
Line contains a tab character. | 540 | |
Line contains a tab character. | 541 | |
Line contains a tab character. | 542 | |
Line contains a tab character. | 543 | |
Expected an @return tag. | 548 | |
'(' is preceded with whitespace. | 548 | |
Parameter s1 should be final. | 548 | |
Expected @param tag for 's1'. | 548 | |
Line contains a tab character. | 549 | |
'{' should be on the previous line. | 549 | |
Line contains a tab character. | 550 | |
Name 'FROM_TOKEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 550 | |
Line contains a tab character. | 551 | |
Line contains a tab character. | 552 | |
Line contains a tab character. | 553 | |
Line contains a tab character. | 554 | |
Line contains a tab character. | 555 | |
Line contains a tab character. | 556 | |
Expected an @return tag. | 561 | |
'(' is preceded with whitespace. | 561 | |
Line contains a tab character. | 562 | |
'{' should be on the previous line. | 562 | |
Line contains a tab character. | 563 | |
Line contains a tab character. | 565 | |
Line contains a tab character. | 568 | |
Line contains a tab character. | 570 | |
Line contains a tab character. | 571 | |
Line contains a tab character. | 573 | |
Expected an @return tag. | 578 | |
'(' is preceded with whitespace. | 578 | |
Parameter s1 should be final. | 578 | |
Expected @param tag for 's1'. | 578 | |
Line contains a tab character. | 579 | |
Line contains a tab character. | 580 | |
Line contains a tab character. | 582 | |
Line contains a tab character. | 583 | |
'(' is preceded with whitespace. | 583 | |
Line contains a tab character. | 584 | |
Line contains a tab character. | 587 | |
Line contains a tab character. | 588 | |
Line contains a tab character. | 589 | |
Line contains a tab character. | 590 | |
Line contains a tab character. | 591 | |
Line contains a tab character. | 592 | |
Line contains a tab character. | 594 | |
Line contains a tab character. | 595 | |
Line contains a tab character. | 596 | |
Line contains a tab character. | 597 | |
Line contains a tab character. | 598 | |
Line contains a tab character. | 599 | |
Line contains a tab character. | 600 | |
Line contains a tab character. | 601 | |
Line contains a tab character. | 602 | |
Line contains a tab character. | 603 | |
Line has trailing spaces. | 604 | |
Line contains a tab character. | 604 | |
Expected an @return tag. | 609 | |
'(' is preceded with whitespace. | 609 | |
Line contains a tab character. | 611 | |
'=' is not preceded with whitespace. | 613 | |
Inner assignments should be avoided. | 613 | |
'=' is not followed by whitespace. | 613 | |
Line contains a tab character. | 616 | |
Line contains a tab character. | 619 | |
Line contains a tab character. | 621 | |
Line contains a tab character. | 622 | |
Line contains a tab character. | 625 | |
Line contains a tab character. | 628 | |
'cast' is not followed by whitespace. | 628 | |
Line contains a tab character. | 629 | |
Line contains a tab character. | 633 | |
Line contains a tab character. | 636 | |
Line contains a tab character. | 639 | |
Line contains a tab character. | 642 | |
Line contains a tab character. | 646 | |
Line contains a tab character. | 648 | |
Line contains a tab character. | 649 | |
Line contains a tab character. | 651 | |
Line contains a tab character. | 655 | |
Line contains a tab character. | 658 | |
Line contains a tab character. | 660 | |
Line contains a tab character. | 664 | |
Line contains a tab character. | 667 | |
Line contains a tab character. | 669 | |
Line contains a tab character. | 674 | |
Line contains a tab character. | 675 | |
Line contains a tab character. | 676 | |
First sentence should end with a period. | 679 | |
Expected an @return tag. | 682 | |
'(' is preceded with whitespace. | 682 | |
Parameter s1 should be final. | 682 | |
Expected @param tag for 's1'. | 682 | |
Parameter c should be final. | 682 | |
Expected @param tag for 'c'. | 682 | |
Parameter rs should be final. | 682 | |
Expected @param tag for 'rs'. | 682 | |
Line contains a tab character. | 683 | |
'{' should be on the previous line. | 683 | |
Line contains a tab character. | 685 | |
Line has trailing spaces. | 686 | |
Line contains a tab character. | 686 | |
Line contains a tab character. | 687 | |
Line contains a tab character. | 688 | |
Line contains a tab character. | 689 | |
Line contains a tab character. | 690 | |
Line contains a tab character. | 691 | |
Line contains a tab character. | 692 | |
Line has trailing spaces. | 700 | |
Line contains a tab character. | 700 | |
Line has trailing spaces. | 701 | |
Line contains a tab character. | 706 | |
'(' is preceded with whitespace. | 706 | |
Parameter doc should be final. | 706 | |
Expected @param tag for 'doc'. | 706 | |
Line contains a tab character. | 707 | |
Line contains a tab character. | 708 | |
Line contains a tab character. | 709 | |
Line contains a tab character. | 710 | |
Line contains a tab character. | 711 | |
Line contains a tab character. | 712 | |
Line has trailing spaces. | 713 | |
Line contains a tab character. | 713 | |
Line contains a tab character. | 714 | |
Line has trailing spaces. | 715 | |
Line contains a tab character. | 715 | |
Line contains a tab character. | 717 | |
Line has trailing spaces. | 718 | |
Line contains a tab character. | 718 | |
Line contains a tab character. | 719 | |
Line contains a tab character. | 720 | |
Line contains a tab character. | 721 | |
Line contains a tab character. | 722 | |
Line contains a tab character. | 723 | |
Line contains a tab character. | 724 | |
Line contains a tab character. | 725 | |
Line contains a tab character. | 726 | |
Line contains a tab character. | 728 | |
Line contains a tab character. | 731 | |
Line contains a tab character. | 732 | |
Line contains a tab character. | 733 | |
Line contains a tab character. | 734 | |
Line contains a tab character. | 736 | |
Line contains a tab character. | 737 | |
Line contains a tab character. | 738 | |
Line contains a tab character. | 740 | |
Line contains a tab character. | 741 | |
Line contains a tab character. | 742 | |
Line contains a tab character. | 743 | |
Line contains a tab character. | 745 | |
Line contains a tab character. | 746 | |
Line contains a tab character. | 747 | |
Line contains a tab character. | 749 | |
Line contains a tab character. | 750 | |
Line contains a tab character. | 751 | |
Line contains a tab character. | 752 | |
Line contains a tab character. | 754 | |
Line contains a tab character. | 755 | |
Line contains a tab character. | 756 | |
Line contains a tab character. | 757 | |
Line contains a tab character. | 758 | |
Line contains a tab character. | 759 | |
Line contains a tab character. | 760 | |
Line contains a tab character. | 762 | |
Expected an @return tag. | 768 | |
'(' is preceded with whitespace. | 768 | |
Parameter child should be final. | 768 | |
Expected @param tag for 'child'. | 768 | |
Parameter value should be final. | 768 | |
Expected @param tag for 'value'. | 768 | |
First sentence should end with a period. | 773 | |
'(' is preceded with whitespace. | 776 | |
Parameter root should be final. | 776 | |
Expected @param tag for 'root'. | 776 | |
Line has trailing spaces. | 779 | |
Line contains a tab character. | 787 | |
Line contains a tab character. | 789 | |
Line is longer than 80 characters. | 790 | |
Line contains a tab character. | 790 | |
Line contains a tab character. | 791 | |
Line is longer than 80 characters. | 792 | |
Line contains a tab character. | 792 | |
Line contains a tab character. | 793 | |
Line contains a tab character. | 794 | |
Line contains a tab character. | 795 | |
Line contains a tab character. | 796 | |
Line is longer than 80 characters. | 797 | |
Line contains a tab character. | 797 | |
Line contains a tab character. | 798 | |
Line is longer than 80 characters. | 799 | |
Line contains a tab character. | 799 | |
Line contains a tab character. | 800 | |
Line contains a tab character. | 801 | |
Line contains a tab character. | 803 | |
Line contains a tab character. | 805 | |
Line contains a tab character. | 807 | |
Line contains a tab character. | 809 | |
Line contains a tab character. | 813 | |
Line is longer than 80 characters. | 814 | |
Line contains a tab character. | 814 | |
Line is longer than 80 characters. | 815 | |
Line contains a tab character. | 815 | |
Line contains a tab character. | 816 | |
Line contains a tab character. | 817 | |
Line contains a tab character. | 818 | |
Line contains a tab character. | 822 | |
'(' is preceded with whitespace. | 827 | |
Parameter map should be final. | 827 | |
Expected @param tag for 'map'. | 827 | |
Parameter node should be final. | 827 | |
Expected @param tag for 'node'. | 827 | |
Parameter nodeName should be final. | 827 | |
Expected @param tag for 'nodeName'. | 827 | |
Line has trailing spaces. | 829 | |
Line has trailing spaces. | 834 | |
Line contains a tab character. | 836 | |
Line has trailing spaces. | 842 | |
Parameter list should be final. | 844 | |
Parameter node should be final. | 844 | |
Line contains a tab character. | 845 | |
Line contains a tab character. | 846 | |
Line contains a tab character. | 847 | |
Line contains a tab character. | 848 | |
Line contains a tab character. | 849 | |
Line contains a tab character. | 850 | |
Line contains a tab character. | 851 | |
'(' is preceded with whitespace. | 857 | |
Line contains a tab character. | 858 | |
Line contains a tab character. | 859 | |
Line contains a tab character. | 860 | |
Line contains a tab character. | 861 | |
Line contains a tab character. | 862 | |
Line contains a tab character. | 863 | |
Line contains a tab character. | 864 | |
Line has trailing spaces. | 865 | |
Line contains a tab character. | 867 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 867 | |
Missing a Javadoc comment. | 867 | |
Line is longer than 80 characters. | 868 | |
Line contains a tab character. | 868 | |
Line is longer than 80 characters. | 869 | |
Line contains a tab character. | 869 | |
'8' is a magic number. | 869 | |
Line is longer than 80 characters. | 870 | |
Line contains a tab character. | 870 | |
Line contains a tab character. | 871 | |
Line contains a tab character. | 872 | |
Line contains a tab character. | 874 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 874 | |
Missing a Javadoc comment. | 874 | |
Parameter rhs should be final. | 874 | |
Line contains a tab character. | 875 | |
Line contains a tab character. | 876 | |
Line contains a tab character. | 877 | |
Line contains a tab character. | 878 | |
Line contains a tab character. | 879 | |
Line contains a tab character. | 880 | |
Line contains a tab character. | 881 | |
Line is longer than 80 characters. | 882 | |
Line contains a tab character. | 882 | |
Line is longer than 80 characters. | 883 | |
Line contains a tab character. | 883 | |
Line is longer than 80 characters. | 884 | |
Line contains a tab character. | 884 | |
Line is longer than 80 characters. | 885 | |
Line contains a tab character. | 885 | |
Line is longer than 80 characters. | 886 | |
Line contains a tab character. | 886 | |
Line contains a tab character. | 887 | |
Line contains a tab character. | 888 | |
Line contains a tab character. | 890 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 890 | |
Missing a Javadoc comment. | 890 | |
Line contains a tab character. | 891 | |
Line contains a tab character. | 892 | |
Line contains a tab character. | 893 | |
Line contains a tab character. | 894 | |
Must have at least one statement. | 894 | |
'{' is not followed by whitespace. | 894 | |
'}' is not preceded with whitespace. | 894 | |
Line contains a tab character. | 895 | |
Line contains a tab character. | 896 | |
Line contains a tab character. | 898 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 898 | |
Missing a Javadoc comment. | 898 | |
Line contains a tab character. | 899 | |
Line contains a tab character. | 900 | |
Line contains a tab character. | 902 | |
Line contains a tab character. | 903 | |
Line is longer than 80 characters. | 904 | |
Line contains a tab character. | 904 | |
Line contains a tab character. | 905 | |
Line contains a tab character. | 906 | |
Line contains a tab character. | 907 | |
Line is longer than 80 characters. | 908 | |
Line contains a tab character. | 908 | |
Line contains a tab character. | 909 | |
Line contains a tab character. | 910 | |
Line contains a tab character. | 911 | |
Line contains a tab character. | 912 | |
Line contains a tab character. | 913 | |
Line contains a tab character. | 914 | |
Line is longer than 80 characters. | 915 | |
Line contains a tab character. | 915 | |
Line contains a tab character. | 916 | |
Line contains a tab character. | 917 | |
Line contains a tab character. | 919 | |
Missing a Javadoc comment. | 919 | |
Parameter argv should be final. | 919 | |
Line is longer than 80 characters. | 920 | |
Line contains a tab character. | 920 | |
Line contains a tab character. | 921 | |
Line contains a tab character. | 922 | |
Line contains a tab character. | 923 | |
Line contains a tab character. | 924 | |
Line contains a tab character. | 925 | |
Line contains a tab character. | 927 | |
Line contains a tab character. | 928 | |
Line contains a tab character. | 929 | |
Line contains a tab character. | 930 | |
Line contains a tab character. | 931 | |
Line contains a tab character. | 932 | |
Line is longer than 80 characters. | 933 | |
Line contains a tab character. | 933 | |
Line is longer than 80 characters. | 934 | |
Line contains a tab character. | 934 | |
Line is longer than 80 characters. | 935 | |
Line contains a tab character. | 935 | |
Line contains a tab character. | 936 | |
Line is longer than 80 characters. | 937 | |
Line contains a tab character. | 937 | |
Line contains a tab character. | 938 | |
Line contains a tab character. | 939 | |
Line contains a tab character. | 940 | |
Line contains a tab character. | 941 | |
Line contains a tab character. | 942 | |
Line contains a tab character. | 943 | |
Line contains a tab character. | 944 | |
Line contains a tab character. | 945 | |
Line is longer than 80 characters. | 946 | |
Line contains a tab character. | 946 | |
Line contains a tab character. | 947 | |
Line has trailing spaces. | 948 | |
Line contains a tab character. | 948 | |
Line contains a tab character. | 949 | |
Line contains a tab character. | 950 | |
Line contains a tab character. | 951 | |
Line is longer than 80 characters. | 952 | |
Line contains a tab character. | 952 | |
Line is longer than 80 characters. | 953 | |
Line contains a tab character. | 953 | |
Line contains a tab character. | 955 | |
Line contains a tab character. | 956 | |
Line contains a tab character. | 957 | |
Line contains a tab character. | 959 | |
Method 'getQueryHeader' is not designed for extension - needs to be abstract, final or empty. | 959 | |
Missing a Javadoc comment. | 959 | |
Line contains a tab character. | 960 | |
Line contains a tab character. | 961 | |
Line contains a tab character. | 963 | |
Line contains a tab character. | 964 | |
Line contains a tab character. | 966 | |
Line contains a tab character. | 967 | |
Line has trailing spaces. | 968 | |
Line contains a tab character. | 968 | |
Line contains a tab character. | 969 | |
Line is longer than 80 characters. | 970 | |
Line contains a tab character. | 970 | |
Line contains a tab character. | 972 | |
Line is longer than 80 characters. | 973 | |
Line contains a tab character. | 973 | |
Name 'BLANK' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 973 | |
Line contains a tab character. | 974 | |
Line contains a tab character. | 976 | |
Line is longer than 80 characters. | 977 | |
Line contains a tab character. | 977 | |
Line contains a tab character. | 979 | |
Line contains a tab character. | 980 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 31 | |
Missing a Javadoc comment. | 35 | |
'<' is not preceded with whitespace. | 35 | |
'<' is not followed by whitespace. | 35 | |
'>' is not preceded with whitespace. | 35 | |
Missing a Javadoc comment. | 37 | |
'<' is not preceded with whitespace. | 37 | |
'<' is not followed by whitespace. | 37 | |
'>' is not preceded with whitespace. | 37 | |
Missing a Javadoc comment. | 39 | |
'<' is not preceded with whitespace. | 39 | |
'<' is not followed by whitespace. | 39 | |
'>' is not preceded with whitespace. | 39 | |
Missing a Javadoc comment. | 41 | |
'<' is not preceded with whitespace. | 41 | |
'<' is not followed by whitespace. | 41 | |
'>' is not preceded with whitespace. | 41 | |
Missing a Javadoc comment. | 43 | |
'<' is not preceded with whitespace. | 43 | |
'<' is not followed by whitespace. | 43 | |
'>' is not preceded with whitespace. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
'<' is not preceded with whitespace. | 53 | |
'<' is not followed by whitespace. | 53 | |
'>' is not preceded with whitespace. | 53 | |
'>' is not followed by whitespace. | 53 | |
'<' is not preceded with whitespace. | 54 | |
'<' is not followed by whitespace. | 54 | |
'>' is not preceded with whitespace. | 54 | |
'>' is not followed by whitespace. | 54 | |
'<' is not preceded with whitespace. | 55 | |
'<' is not followed by whitespace. | 55 | |
'>' is not preceded with whitespace. | 55 | |
'>' is not followed by whitespace. | 55 | |
'<' is not preceded with whitespace. | 56 | |
'<' is not followed by whitespace. | 56 | |
'>' is not preceded with whitespace. | 56 | |
'>' is not followed by whitespace. | 56 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 | |
'>' is not followed by whitespace. | 57 | |
Method 'getNsMap' is not designed for extension - needs to be abstract, final or empty. | 65 | |
'<' is not preceded with whitespace. | 65 | |
'<' is not followed by whitespace. | 65 | |
'>' is not preceded with whitespace. | 65 | |
Method 'setNsMap' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter nsMap should be final. | 73 | |
'<' is not preceded with whitespace. | 73 | |
'<' is not followed by whitespace. | 73 | |
'>' is not preceded with whitespace. | 73 | |
'nsMap' hides a field. | 73 | |
Method 'getRewriteMap' is not designed for extension - needs to be abstract, final or empty. | 80 | |
'<' is not preceded with whitespace. | 80 | |
'<' is not followed by whitespace. | 80 | |
'>' is not preceded with whitespace. | 80 | |
Method 'setRewriteMap' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Parameter rewriteMap should be final. | 88 | |
'<' is not preceded with whitespace. | 88 | |
'<' is not followed by whitespace. | 88 | |
'>' is not preceded with whitespace. | 88 | |
'rewriteMap' hides a field. | 88 | |
Method 'getResLinkMap' is not designed for extension - needs to be abstract, final or empty. | 95 | |
'<' is not preceded with whitespace. | 95 | |
'<' is not followed by whitespace. | 95 | |
'>' is not preceded with whitespace. | 95 | |
Method 'setResLinkMap' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Parameter resLinkMap should be final. | 103 | |
'<' is not preceded with whitespace. | 103 | |
'<' is not followed by whitespace. | 103 | |
'>' is not preceded with whitespace. | 103 | |
'resLinkMap' hides a field. | 103 | |
Method 'getKeyNsMap' is not designed for extension - needs to be abstract, final or empty. | 110 | |
'<' is not preceded with whitespace. | 110 | |
'<' is not followed by whitespace. | 110 | |
'>' is not preceded with whitespace. | 110 | |
Method 'setKeyNsMap' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Parameter keyNsMap should be final. | 118 | |
'<' is not preceded with whitespace. | 118 | |
'<' is not followed by whitespace. | 118 | |
'>' is not preceded with whitespace. | 118 | |
'keyNsMap' hides a field. | 118 | |
Method 'getDefaultKeyNs' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'setDefaultKeyNs' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Parameter defaultKeyNs should be final. | 133 | |
'defaultKeyNs' hides a field. | 133 | |
Method 'getDefaultTypeNs' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Method 'setDefaultTypeNs' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Parameter defaultTypeNs should be final. | 148 | |
'defaultTypeNs' hides a field. | 148 | |
Method 'getTypesNsMap' is not designed for extension - needs to be abstract, final or empty. | 155 | |
'<' is not preceded with whitespace. | 155 | |
'<' is not followed by whitespace. | 155 | |
'>' is not preceded with whitespace. | 155 | |
Method 'setTypesNsMap' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Parameter typesNsMap should be final. | 163 | |
'<' is not preceded with whitespace. | 163 | |
'<' is not followed by whitespace. | 163 | |
'>' is not preceded with whitespace. | 163 | |
'typesNsMap' hides a field. | 163 | |
Line has trailing spaces. | 170 | |
Method 'getKeyNs' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Parameter key should be final. | 175 | |
Line is longer than 80 characters. | 185 | |
Line has trailing spaces. | 187 | |
Line is longer than 80 characters. | 189 | |
Method 'getTypeNs' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Parameter type should be final. | 193 |
Violation | Message | Line |
---|---|---|
interfaces should describe a type and hence have methods. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 33 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 44 | |
Parameter filter should be final. | 44 | |
Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter filter should be final. | 51 | |
'if' is not followed by whitespace. | 52 | |
Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter type should be final. | 62 | |
'if' is not followed by whitespace. | 63 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Parameter list should be final. | 52 | |
'list' hides a field. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Parameter node should be final. | 61 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Method 'getList' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Method 'toXML' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter doc should be final. | 92 | |
Redundant throws: 'DOMException' is unchecked exception. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter obj should be final. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 128 | |
Method 'setRetriever' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter retriever should be final. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 135 | |
Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 23 | |
Line has trailing spaces. | 26 | |
interfaces should describe a type and hence have methods. | 28 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 58 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Parameter config should be final. | 61 | |
Line is longer than 80 characters. | 66 | |
')' is preceded with whitespace. | 67 | |
Line is longer than 80 characters. | 69 | |
Avoid inline conditionals. | 86 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Parameter req should be final. | 91 | |
Parameter res should be final. | 91 | |
Line has trailing spaces. | 101 | |
Line has trailing spaces. | 105 | |
Method 'doPut' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Parameter req should be final. | 115 | |
Parameter res should be final. | 115 | |
Missing a Javadoc comment. | 153 | |
Parameter req should be final. | 153 | |
Parameter res should be final. | 154 | |
Parameter productID should be final. | 154 | |
Must have at least one statement. | 205 | |
Must have at least one statement. | 213 | |
Missing a Javadoc comment. | 222 | |
Parameter req should be final. | 222 | |
Parameter res should be final. | 223 | |
Parameter index should be final. | 223 | |
Parameter productID should be final. | 223 | |
Line has trailing spaces. | 225 | |
Line has trailing spaces. | 227 | |
'try' is not followed by whitespace. | 228 | |
'{' is not preceded with whitespace. | 228 | |
Line has trailing spaces. | 230 | |
'}' should be on the same line. | 231 | |
'catch' is not followed by whitespace. | 232 | |
'{' is not preceded with whitespace. | 232 | |
'+' is not preceded with whitespace. | 233 | |
'+' is not followed by whitespace. | 233 | |
'+' is not preceded with whitespace. | 233 | |
'+' is not followed by whitespace. | 233 | |
'+' is not preceded with whitespace. | 234 | |
'+' is not followed by whitespace. | 234 | |
'+' is not preceded with whitespace. | 234 | |
'+' is not followed by whitespace. | 234 | |
Line has trailing spaces. | 238 | |
Avoid inline conditionals. | 243 | |
First sentence should end with a period. | 270 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 56 | |
Line is longer than 80 characters. | 63 | |
Missing a Javadoc comment. | 63 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Line has trailing spaces. | 74 | |
Method 'query' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter query should be final. | 77 | |
Line is longer than 80 characters. | 83 | |
Line has trailing spaces. | 113 | |
Missing a Javadoc comment. | 116 | |
Parameter id should be final. | 116 | |
Line has trailing spaces. | 124 | |
Line is longer than 80 characters. | 125 | |
Method 'retrieveChunk' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter id should be final. | 128 | |
Parameter offset should be final. | 128 | |
Parameter length should be final. | 128 | |
Must have at least one statement. | 165 | |
Missing a Javadoc comment. | 175 | |
Parameter query should be final. | 175 | |
Parameter product should be final. | 175 | |
Missing a Javadoc comment. | 187 | |
Parameter r should be final. | 187 | |
Avoid inline conditionals. | 188 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 38 | |
'{' should be on the previous line. | 50 | |
Missing a Javadoc comment. | 51 | |
Method 'createZipFile' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Parameter resource should be final. | 60 | |
'{' should be on the previous line. | 61 | |
'{' should be on the previous line. | 63 | |
'{' should be on the previous line. | 67 | |
'{' should be on the previous line. | 78 | |
'<' is not preceded with whitespace. | 95 | |
'<' is not followed by whitespace. | 95 | |
'>' is not preceded with whitespace. | 95 | |
'{' should be on the previous line. | 99 | |
'}' should be on the same line. | 102 | |
'{' should be on the previous line. | 104 | |
'{' should be on the previous line. | 107 | |
'}' should be on the same line. | 127 | |
'{' should be on the previous line. | 130 | |
'}' should be on the same line. | 135 | |
'{' should be on the previous line. | 137 | |
'}' should be on the same line. | 141 | |
'{' should be on the previous line. | 143 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 38 | |
'<' is not preceded with whitespace. | 55 | |
'<' is not followed by whitespace. | 55 | |
'>' is not preceded with whitespace. | 55 | |
'{' should be on the previous line. | 56 | |
Missing a Javadoc comment. | 57 | |
Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter resource should be final. | 63 | |
Parameter type should be final. | 63 | |
'<' is not preceded with whitespace. | 63 | |
'<' is not followed by whitespace. | 63 | |
'?' is not preceded with whitespace. | 63 | |
'>' is not preceded with whitespace. | 63 | |
'?' is not followed by whitespace. | 63 | |
Parameter genericType should be final. | 64 | |
Parameter annotations should be final. | 64 | |
Parameter mediaType should be final. | 64 | |
'{' should be on the previous line. | 65 | |
Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter type should be final. | 72 | |
'<' is not preceded with whitespace. | 72 | |
'<' is not followed by whitespace. | 72 | |
'?' is not preceded with whitespace. | 72 | |
'>' is not preceded with whitespace. | 72 | |
'?' is not followed by whitespace. | 72 | |
Parameter genericType should be final. | 72 | |
Parameter annotations should be final. | 73 | |
Parameter mediaType should be final. | 73 | |
'{' should be on the previous line. | 74 | |
Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter resource should be final. | 81 | |
Parameter type should be final. | 81 | |
'<' is not preceded with whitespace. | 81 | |
'<' is not followed by whitespace. | 81 | |
'?' is not preceded with whitespace. | 81 | |
'>' is not preceded with whitespace. | 81 | |
'?' is not followed by whitespace. | 81 | |
Parameter genericType should be final. | 82 | |
Parameter annotations should be final. | 82 | |
Parameter mediaType should be final. | 82 | |
Parameter httpHeaders should be final. | 83 | |
'<' is not preceded with whitespace. | 83 | |
'<' is not followed by whitespace. | 83 | |
'>' is not preceded with whitespace. | 83 | |
Parameter entityStream should be final. | 83 | |
Redundant throws: 'WebApplicationException' is unchecked exception. | 84 | |
'{' should be on the previous line. | 85 | |
'{' should be on the previous line. | 87 | |
'{' should be on the previous line. | 138 | |
'}' should be on the same line. | 145 | |
'{' should be on the previous line. | 147 | |
'}' should be on the same line. | 151 | |
'{' should be on the previous line. | 153 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Unused @throws tag for 'ProductException'. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Parameter id should be final. | 65 | |
'id' hides a field. | 65 | |
Parameter value should be final. | 65 | |
'value' hides a field. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Parameter id should be final. | 80 | |
'id' hides a field. | 80 | |
Parameter mimeType should be final. | 80 | |
'mimeType' hides a field. | 80 | |
Parameter profileID should be final. | 80 | |
'profileID' hides a field. | 80 | |
Parameter resourceID should be final. | 80 | |
'resourceID' hides a field. | 80 | |
Parameter headers should be final. | 80 | |
'headers' hides a field. | 80 | |
Parameter value should be final. | 80 | |
'value' hides a field. | 80 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
More than 7 parameters. | 96 | |
Parameter id should be final. | 96 | |
'id' hides a field. | 96 | |
Parameter mimeType should be final. | 96 | |
'mimeType' hides a field. | 96 | |
Parameter profileID should be final. | 96 | |
'profileID' hides a field. | 96 | |
Parameter resourceID should be final. | 96 | |
'resourceID' hides a field. | 96 | |
Parameter headers should be final. | 96 | |
'headers' hides a field. | 96 | |
Parameter value should be final. | 96 | |
'value' hides a field. | 96 | |
Line contains a tab character. | 97 | |
Parameter classified should be final. | 97 | |
'classified' hides a field. | 97 | |
Parameter validity should be final. | 97 | |
'validity' hides a field. | 97 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Parameter node should be final. | 125 | |
Line contains a tab character. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 172 | |
Method 'getURIID' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Missing a Javadoc comment. | 172 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
'?' is not preceded with whitespace. | 173 | |
Avoid inline conditionals. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Method 'getMimeType' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Method 'getProfileID' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Method 'getResourceID' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Method 'getHeaders' is not designed for extension - needs to be abstract, final or empty. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
Line is longer than 80 characters. | 212 | |
Line contains a tab character. | 212 | |
Line is longer than 80 characters. | 213 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Method 'setID' is not designed for extension - needs to be abstract, final or empty. | 223 | |
Parameter id should be final. | 223 | |
'id' hides a field. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Method 'setMimeType' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Parameter mimeType should be final. | 231 | |
'mimeType' hides a field. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line is longer than 80 characters. | 237 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Method 'setProfileID' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Parameter profileID should be final. | 239 | |
'profileID' hides a field. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line is longer than 80 characters. | 245 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Method 'setResourceID' is not designed for extension - needs to be abstract, final or empty. | 247 | |
Parameter resourceID should be final. | 247 | |
'resourceID' hides a field. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 255 | |
Parameter value should be final. | 255 | |
'value' hides a field. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line is longer than 80 characters. | 267 | |
Line contains a tab character. | 267 | |
Line is longer than 80 characters. | 268 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 273 | |
Method 'toXML' is not designed for extension - needs to be abstract, final or empty. | 273 | |
Missing a Javadoc comment. | 273 | |
Parameter doc should be final. | 273 | |
Redundant throws: 'DOMException' is unchecked exception. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line is longer than 80 characters. | 289 | |
Line contains a tab character. | 289 | |
Line is longer than 80 characters. | 290 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 | |
Method 'getInputStream' is not designed for extension - needs to be abstract, final or empty. | 302 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Line is longer than 80 characters. | 305 | |
Line contains a tab character. | 305 | |
Line is longer than 80 characters. | 306 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Method 'isClassified' is not designed for extension - needs to be abstract, final or empty. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Method 'setClassified' is not designed for extension - needs to be abstract, final or empty. | 325 | |
Parameter classified should be final. | 325 | |
'classified' hides a field. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Method 'getValidity' is not designed for extension - needs to be abstract, final or empty. | 334 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 338 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 | |
Method 'setValidity' is not designed for extension - needs to be abstract, final or empty. | 343 | |
Parameter validity should be final. | 343 | |
'validity' hides a field. | 343 | |
Line contains a tab character. | 344 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 347 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 347 | |
Missing a Javadoc comment. | 347 | |
Line is longer than 80 characters. | 348 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
Line contains a tab character. | 350 | |
Line contains a tab character. | 352 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 352 | |
Missing a Javadoc comment. | 352 | |
Parameter rhs should be final. | 352 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 356 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
Line is longer than 80 characters. | 360 | |
Line contains a tab character. | 360 | |
Line is longer than 80 characters. | 361 | |
Line contains a tab character. | 361 | |
Line contains a tab character. | 362 | |
Line contains a tab character. | 364 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 364 | |
Missing a Javadoc comment. | 364 | |
Line contains a tab character. | 365 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 367 | |
Line contains a tab character. | 368 | |
Line is longer than 80 characters. | 369 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 370 | |
Line contains a tab character. | 371 | |
Line contains a tab character. | 372 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 375 | |
Method 'setRetriever' is not designed for extension - needs to be abstract, final or empty. | 375 | |
Missing a Javadoc comment. | 375 | |
Parameter retriever should be final. | 375 | |
'retriever' hides a field. | 375 | |
Line contains a tab character. | 376 | |
Line is longer than 80 characters. | 377 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 380 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 384 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 384 | |
Missing a Javadoc comment. | 384 | |
Line is longer than 80 characters. | 385 | |
Line contains a tab character. | 385 | |
Line is longer than 80 characters. | 386 | |
Line contains a tab character. | 386 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
Variable 'id' must be private and have accessor methods. | 390 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
Variable 'mimeType' must be private and have accessor methods. | 393 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Variable 'value' must be private and have accessor methods. | 405 | |
Line contains a tab character. | 407 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 410 | |
Line contains a tab character. | 411 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Variable 'codecs' must be private and have accessor methods. | 414 | |
Line contains a tab character. | 416 | |
Line contains a tab character. | 417 | |
Variable 'retriever' must be private and have accessor methods. | 417 | |
Line contains a tab character. | 419 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 422 | |
Line is longer than 80 characters. | 423 | |
Line contains a tab character. | 423 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
Line contains a tab character. | 427 | |
Line is longer than 80 characters. | 428 | |
Line contains a tab character. | 428 | |
'<' is not preceded with whitespace. | 428 | |
'<' is not followed by whitespace. | 428 | |
'>' is not preceded with whitespace. | 428 | |
Line contains a tab character. | 429 | |
Line is longer than 80 characters. | 430 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Line contains a tab character. | 432 | |
Line is longer than 80 characters. | 433 | |
Line contains a tab character. | 433 | |
Line contains a tab character. | 434 | |
Line is longer than 80 characters. | 435 | |
Line contains a tab character. | 435 | |
Line contains a tab character. | 436 | |
Line contains a tab character. | 438 | |
Line is longer than 80 characters. | 439 | |
Line contains a tab character. | 439 | |
',' is not followed by whitespace. | 439 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 442 | |
Line contains a tab character. | 443 | |
Line is longer than 80 characters. | 445 | |
Line contains a tab character. | 445 | |
Line contains a tab character. | 446 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 46 | |
'<' is not preceded with whitespace. | 58 | |
'<' is not followed by whitespace. | 58 | |
'>' is not preceded with whitespace. | 58 | |
Missing a Javadoc comment. | 60 | |
Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter resource should be final. | 66 | |
Parameter type should be final. | 66 | |
'<' is not preceded with whitespace. | 66 | |
'<' is not followed by whitespace. | 66 | |
'?' is not preceded with whitespace. | 66 | |
'>' is not preceded with whitespace. | 66 | |
'?' is not followed by whitespace. | 66 | |
Parameter genericType should be final. | 67 | |
Parameter annotations should be final. | 67 | |
Parameter mediaType should be final. | 67 | |
'{' should be on the previous line. | 68 | |
Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter type should be final. | 75 | |
'<' is not preceded with whitespace. | 75 | |
'<' is not followed by whitespace. | 75 | |
'?' is not preceded with whitespace. | 75 | |
'>' is not preceded with whitespace. | 75 | |
'?' is not followed by whitespace. | 75 | |
Parameter genericType should be final. | 75 | |
Parameter annotations should be final. | 76 | |
Parameter mediaType should be final. | 76 | |
'{' should be on the previous line. | 77 | |
Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter resource should be final. | 84 | |
Parameter type should be final. | 84 | |
'<' is not preceded with whitespace. | 84 | |
'<' is not followed by whitespace. | 84 | |
'?' is not preceded with whitespace. | 84 | |
'>' is not preceded with whitespace. | 84 | |
'?' is not followed by whitespace. | 84 | |
Parameter genericType should be final. | 85 | |
Parameter annotations should be final. | 85 | |
Parameter mediaType should be final. | 85 | |
Parameter httpHeaders should be final. | 86 | |
'<' is not preceded with whitespace. | 86 | |
'<' is not followed by whitespace. | 86 | |
'>' is not preceded with whitespace. | 86 | |
Parameter entityStream should be final. | 86 | |
Redundant throws: 'WebApplicationException' is unchecked exception. | 87 | |
'{' should be on the previous line. | 88 | |
'{' should be on the previous line. | 92 | |
'{' should be on the previous line. | 100 | |
'{' should be on the previous line. | 105 | |
Avoid inline conditionals. | 112 | |
'{' should be on the previous line. | 115 | |
'}' should be on the same line. | 136 | |
'{' should be on the previous line. | 138 | |
'}' should be on the same line. | 143 | |
'{' should be on the previous line. | 145 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 72 | |
'<' is not preceded with whitespace. | 72 | |
'<' is not followed by whitespace. | 72 | |
'>' is not preceded with whitespace. | 72 | |
Name 'HANDLER_CACHE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
Missing a Javadoc comment. | 74 | |
'<' is not preceded with whitespace. | 100 | |
'<' is not followed by whitespace. | 100 | |
'>' is not preceded with whitespace. | 100 | |
'>' is not followed by whitespace. | 100 | |
Line has trailing spaces. | 105 | |
Method 'query' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter xmlQuery should be final. | 109 | |
Line has trailing spaces. | 168 | |
Missing a Javadoc comment. | 172 | |
Parameter id should be final. | 172 | |
Method 'getOfsnFileHandlerConfiguration' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Missing a Javadoc comment. | 181 | |
Line has trailing spaces. | 187 | |
Method 'retrieveChunk' is not designed for extension - needs to be abstract, final or empty. | 192 | |
Missing a Javadoc comment. | 192 | |
Parameter id should be final. | 192 | |
Parameter offset should be final. | 192 | |
Parameter length should be final. | 192 | |
Missing a Javadoc comment. | 205 | |
Parameter mlsFileList should be final. | 205 | |
Parameter cfg should be final. | 205 | |
Parameter outStream should be final. | 206 | |
Missing a Javadoc comment. | 212 | |
Parameter ofsn should be final. | 212 | |
Parameter cmd should be final. | 212 | |
Missing a Javadoc comment. | 220 | |
Parameter cfg should be final. | 220 | |
Parameter cmd should be final. | 220 | |
Missing a Javadoc comment. | 227 | |
Parameter rtType should be final. | 227 | |
Parameter className should be final. | 227 | |
Missing a Javadoc comment. | 239 | |
Parameter rtType should be final. | 239 | |
Parameter className should be final. | 239 | |
Missing a Javadoc comment. | 250 | |
Parameter cmd should be final. | 250 | |
Missing a Javadoc comment. | 259 | |
Parameter cmd should be final. | 259 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 40 | |
Method 'getListing' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter ofsn should be final. | 45 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 56 | |
Parameter conf should be final. | 56 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - java.io.*. | 30 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 71 | |
'static' modifier out of order with the JLS suggestions. | 71 | |
Line has trailing spaces. | 75 | |
Method 'doGet' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter req should be final. | 80 | |
Parameter res should be final. | 80 | |
Line has trailing spaces. | 86 | |
Line has trailing spaces. | 92 | |
Method 'doPut' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Parameter req should be final. | 102 | |
Parameter res should be final. | 102 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 158 | |
Must have at least one statement. | 210 | |
Must have at least one statement. | 218 | |
Line has trailing spaces. | 234 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 237 | |
Missing a Javadoc comment. | 237 | |
Parameter config should be final. | 237 | |
Line is longer than 80 characters. | 243 | |
')' is preceded with whitespace. | 244 | |
Line is longer than 80 characters. | 246 | |
Avoid inline conditionals. | 263 | |
Missing a Javadoc comment. | 268 | |
Parameter p should be final. | 268 | |
Parameter hash should be final. | 268 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 62 | |
Method 'getReference' is not designed for extension - needs to be abstract, final or empty. | 76 | |
'}' is not preceded with whitespace. | 80 | |
Parameter productId should be final. | 82 | |
Parameter refIndex should be final. | 83 | |
'{' should be on the previous line. | 84 | |
'{' should be on the previous line. | 86 | |
'{' should be on the previous line. | 93 | |
'<' is not preceded with whitespace. | 96 | |
'<' is not followed by whitespace. | 96 | |
'>' is not preceded with whitespace. | 96 | |
'}' should be on the same line. | 100 | |
'{' should be on the previous line. | 102 | |
Method 'getProduct' is not designed for extension - needs to be abstract, final or empty. | 118 | |
'}' is not preceded with whitespace. | 121 | |
Parameter productId should be final. | 122 | |
'{' should be on the previous line. | 123 | |
'{' should be on the previous line. | 125 | |
'{' should be on the previous line. | 132 | |
'}' should be on the same line. | 143 | |
'{' should be on the previous line. | 145 | |
Method 'getDataset' is not designed for extension - needs to be abstract, final or empty. | 162 | |
'}' is not preceded with whitespace. | 165 | |
Parameter productTypeId should be final. | 167 | |
'{' should be on the previous line. | 168 | |
'{' should be on the previous line. | 170 | |
'{' should be on the previous line. | 177 | |
'<' is not preceded with whitespace. | 184 | |
'<' is not followed by whitespace. | 184 | |
'>' is not preceded with whitespace. | 184 | |
'<' is not preceded with whitespace. | 184 | |
'<' is not followed by whitespace. | 184 | |
'>' is not preceded with whitespace. | 184 | |
'>' is not followed by whitespace. | 184 | |
'{' should be on the previous line. | 186 | |
'}' should be on the same line. | 192 | |
'{' should be on the previous line. | 194 | |
'{' should be on the previous line. | 210 | |
'{' should be on the previous line. | 212 | |
'}' should be on the same line. | 220 | |
'{' should be on the previous line. | 222 | |
Method 'getTransfer' is not designed for extension - needs to be abstract, final or empty. | 238 | |
'}' is not preceded with whitespace. | 241 | |
Parameter dataStoreRef should be final. | 243 | |
'{' should be on the previous line. | 244 | |
'{' should be on the previous line. | 246 | |
'{' should be on the previous line. | 253 | |
'{' should be on the previous line. | 256 | |
'{' should be on the previous line. | 259 | |
'}' should be on the same line. | 268 | |
'{' should be on the previous line. | 270 | |
Method 'getTransfers' is not designed for extension - needs to be abstract, final or empty. | 286 | |
'}' is not preceded with whitespace. | 289 | |
Parameter productId should be final. | 291 | |
'{' should be on the previous line. | 292 | |
'{' should be on the previous line. | 294 | |
'{' should be on the previous line. | 301 | |
'<' is not preceded with whitespace. | 302 | |
'<' is not followed by whitespace. | 302 | |
'>' is not preceded with whitespace. | 302 | |
'<' is not preceded with whitespace. | 303 | |
'<' is not followed by whitespace. | 303 | |
'>' is not preceded with whitespace. | 303 | |
'>' is not followed by whitespace. | 303 | |
'{' should be on the previous line. | 306 | |
'if' is not followed by whitespace. | 308 | |
'}' should be on the same line. | 316 | |
'{' should be on the previous line. | 318 | |
Unused @throws tag for 'Exception'. | 330 | |
Method 'getContextWorkingDir' is not designed for extension - needs to be abstract, final or empty. | 333 | |
Expected @throws tag for 'CasProductException'. | 333 | |
'{' should be on the previous line. | 336 | |
Unused @throws tag for 'Exception'. | 351 | |
Method 'getContextClient' is not designed for extension - needs to be abstract, final or empty. | 354 | |
Expected @throws tag for 'CasProductException'. | 355 | |
'&&' should be on a new line. | 358 | |
'{' should be on the previous line. | 360 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 59 | |
Utility classes should not have a public or default constructor. | 61 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
Missing a Javadoc comment. | 65 | |
Parameter query should be final. | 65 | |
Parameter name should be final. | 65 | |
'<' is not preceded with whitespace. | 66 | |
'<' is not followed by whitespace. | 66 | |
'>' is not preceded with whitespace. | 66 | |
Missing a Javadoc comment. | 81 | |
Parameter fileList should be final. | 81 | |
'<' is not preceded with whitespace. | 81 | |
'<' is not followed by whitespace. | 81 | |
'>' is not preceded with whitespace. | 81 | |
Parameter cfg should be final. | 81 | |
Parameter productRoot should be final. | 82 | |
Parameter showDirSize should be final. | 82 | |
Parameter showFileSize should be final. | 82 | |
Missing a Javadoc comment. | 134 | |
Parameter path should be final. | 134 | |
Parameter productRoot should be final. | 134 | |
Avoid inline conditionals. | 135 | |
Missing a Javadoc comment. | 138 | |
Parameter zipFileFullPath should be final. | 138 | |
Parameter files should be final. | 138 | |
Must have at least one statement. | 169 | |
Missing a Javadoc comment. | 179 | |
Parameter ofsn should be final. | 179 | |
Line has trailing spaces. | 186 | |
Missing a Javadoc comment. | 187 | |
Parameter absolutePath should be final. | 187 | |
Parameter productRootPath should be final. | 187 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Method 'getBaseUri' is not designed for extension - needs to be abstract, final or empty. | 59 | |
'{' should be on the previous line. | 60 | |
Avoid inline conditionals. | 62 | |
Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. | 71 | |
'{' should be on the previous line. | 72 | |
'{' should be on the previous line. | 76 | |
'<' is not preceded with whitespace. | 77 | |
'<' is not followed by whitespace. | 77 | |
'>' is not preceded with whitespace. | 77 | |
'<' is not preceded with whitespace. | 78 | |
'<' is not followed by whitespace. | 78 | |
'>' is not preceded with whitespace. | 78 | |
'>' is not followed by whitespace. | 78 | |
'{' should be on the previous line. | 82 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 37 | |
'<' is not preceded with whitespace. | 53 | |
'<' is not followed by whitespace. | 53 | |
'>' is not preceded with whitespace. | 53 | |
'{' should be on the previous line. | 54 | |
Missing a Javadoc comment. | 55 | |
Method 'getSize' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter resource should be final. | 61 | |
Parameter type should be final. | 61 | |
'<' is not preceded with whitespace. | 61 | |
'<' is not followed by whitespace. | 61 | |
'?' is not preceded with whitespace. | 61 | |
'>' is not preceded with whitespace. | 61 | |
'?' is not followed by whitespace. | 61 | |
Parameter genericType should be final. | 61 | |
Parameter annotations should be final. | 62 | |
Parameter mediaType should be final. | 62 | |
'{' should be on the previous line. | 63 | |
Method 'isWriteable' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter type should be final. | 70 | |
'<' is not preceded with whitespace. | 70 | |
'<' is not followed by whitespace. | 70 | |
'?' is not preceded with whitespace. | 70 | |
'>' is not preceded with whitespace. | 70 | |
'?' is not followed by whitespace. | 70 | |
Parameter genericType should be final. | 70 | |
Parameter annotations should be final. | 71 | |
Parameter mediaType should be final. | 71 | |
'{' should be on the previous line. | 72 | |
Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter resource should be final. | 79 | |
Parameter type should be final. | 79 | |
'<' is not preceded with whitespace. | 79 | |
'<' is not followed by whitespace. | 79 | |
'?' is not preceded with whitespace. | 79 | |
'>' is not preceded with whitespace. | 79 | |
'?' is not followed by whitespace. | 79 | |
Parameter genericType should be final. | 79 | |
Parameter annotations should be final. | 80 | |
Parameter mediaType should be final. | 80 | |
Parameter httpHeaders should be final. | 81 | |
'<' is not preceded with whitespace. | 81 | |
'<' is not followed by whitespace. | 81 | |
'>' is not preceded with whitespace. | 81 | |
Parameter entityStream should be final. | 81 | |
Redundant throws: 'WebApplicationException' is unchecked exception. | 82 | |
'{' should be on the previous line. | 83 | |
'{' should be on the previous line. | 85 | |
'{' should be on the previous line. | 124 | |
'}' should be on the same line. | 141 | |
'{' should be on the previous line. | 143 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Redundant import from the same package - org.apache.oodt.product.ProductException. | 20 | |
First sentence should end with a period. | 22 | |
Line has trailing spaces. | 23 | |
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Parameter location should be final. | 32 | |
'location' hides a field. | 32 | |
Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
'{' should be on the previous line. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Name 'dateFormatter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 48 | |
Method 'getBaseUri' is not designed for extension - needs to be abstract, final or empty. | 57 | |
'{' should be on the previous line. | 58 | |
Avoid inline conditionals. | 60 | |
Method 'getConfiguration' is not designed for extension - needs to be abstract, final or empty. | 69 | |
'{' should be on the previous line. | 70 | |
'{' should be on the previous line. | 74 | |
'<' is not preceded with whitespace. | 75 | |
'<' is not followed by whitespace. | 75 | |
'>' is not preceded with whitespace. | 75 | |
'<' is not preceded with whitespace. | 76 | |
'<' is not followed by whitespace. | 76 | |
'>' is not preceded with whitespace. | 76 | |
'>' is not followed by whitespace. | 76 | |
'{' should be on the previous line. | 80 |