The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 75 | 0 | 0 | 1780 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Parameter op should be final. | 33 | |
| 'op' hides a field. | 33 | |
| Parameter c1 should be final. | 33 | |
| 'c1' hides a field. | 33 | |
| Parameter c2 should be final. | 33 | |
| 'c2' hides a field. | 33 | |
| Missing a Javadoc comment. | 40 | |
| Parameter data should be final. | 40 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 48 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 22 | |
| First sentence should end with a period. | 26 | |
| Redundant 'final' modifier. | 27 | |
| 'static' modifier out of order with the JLS suggestions. | 27 | |
| First sentence should end with a period. | 29 | |
| Redundant 'final' modifier. | 30 | |
| 'static' modifier out of order with the JLS suggestions. | 30 | |
| Line has trailing spaces. | 34 | |
| 'static' modifier out of order with the JLS suggestions. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Parameter o1 should be final. | 48 | |
| Parameter o2 should be final. | 48 | |
| Missing a Javadoc comment. | 52 | |
| 'static' modifier out of order with the JLS suggestions. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Parameter o1 should be final. | 61 | |
| Parameter o2 should be final. | 61 | |
| Missing a Javadoc comment. | 65 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 73 | |
| Parameter listenForAllRecords should be final. | 104 | |
| 'listenForAllRecords' hides a field. | 104 | |
| Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Method 'extractText' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Line is longer than 80 characters. | 155 | |
| Class TikaHSSFListener should be declared as final. | 169 | |
| Line is longer than 80 characters. | 169 | |
| First sentence should end with a period. | 171 | |
| Missing a Javadoc comment. | 174 | |
| Missing a Javadoc comment. | 175 | |
| Missing a Javadoc comment. | 176 | |
| Line is longer than 80 characters. | 177 | |
| Missing a Javadoc comment. | 177 | |
| '<' is not preceded with whitespace. | 177 | |
| '<' is not followed by whitespace. | 177 | |
| '>' is not preceded with whitespace. | 177 | |
| '<' is not preceded with whitespace. | 177 | |
| '<' is not followed by whitespace. | 177 | |
| '>' is not preceded with whitespace. | 177 | |
| '>' is not followed by whitespace. | 177 | |
| Missing a Javadoc comment. | 178 | |
| '<' is not preceded with whitespace. | 178 | |
| '<' is not followed by whitespace. | 178 | |
| '>' is not preceded with whitespace. | 178 | |
| '<' is not preceded with whitespace. | 178 | |
| '<' is not followed by whitespace. | 178 | |
| '>' is not preceded with whitespace. | 178 | |
| '>' is not followed by whitespace. | 178 | |
| Missing a Javadoc comment. | 179 | |
| '<' is not preceded with whitespace. | 179 | |
| '<' is not followed by whitespace. | 179 | |
| '>' is not preceded with whitespace. | 179 | |
| '<' is not preceded with whitespace. | 179 | |
| '<' is not followed by whitespace. | 179 | |
| '>' is not preceded with whitespace. | 179 | |
| '>' is not followed by whitespace. | 179 | |
| Missing a Javadoc comment. | 180 | |
| Missing a Javadoc comment. | 181 | |
| Missing a Javadoc comment. | 182 | |
| Missing a Javadoc comment. | 183 | |
| Missing a Javadoc comment. | 184 | |
| Missing a Javadoc comment. | 185 | |
| Missing a Javadoc comment. | 186 | |
| Missing a Javadoc comment. | 187 | |
| 'appendable' hides a field. | 195 | |
| Line is longer than 80 characters. | 218 | |
| 'cast' is not followed by whitespace. | 220 | |
| Line is longer than 80 characters. | 231 | |
| Line is longer than 80 characters. | 247 | |
| Line is longer than 80 characters. | 255 | |
| 'cast' is not followed by whitespace. | 255 | |
| 'cast' is not followed by whitespace. | 264 | |
| 'cast' is not followed by whitespace. | 275 | |
| Line is longer than 80 characters. | 281 | |
| 'cast' is not followed by whitespace. | 281 | |
| 'cast' is not followed by whitespace. | 292 | |
| Line is longer than 80 characters. | 297 | |
| Line is longer than 80 characters. | 303 | |
| 'cast' is not followed by whitespace. | 303 | |
| Line is longer than 80 characters. | 304 | |
| Line is longer than 80 characters. | 307 | |
| Line is longer than 80 characters. | 310 | |
| 'cast' is not followed by whitespace. | 320 | |
| Avoid inline conditionals. | 339 | |
| switch without "default" clause. | 341 | |
| 'cast' is not followed by whitespace. | 345 | |
| 'cast' is not followed by whitespace. | 353 | |
| 'cast' is not followed by whitespace. | 359 | |
| 'cast' is not followed by whitespace. | 367 | |
| 'cast' is not followed by whitespace. | 377 | |
| Line is longer than 80 characters. | 387 | |
| 'cast' is not followed by whitespace. | 409 | |
| Parameter value should be final. | 422 | |
| Parameter dfIdx should be final. | 422 | |
| Parameter dataFormat should be final. | 422 | |
| Comment matches to-do format 'TODO:'. | 427 | |
| Line is longer than 80 characters. | 428 | |
| Parameter text should be final. | 440 | |
| Parameter record should be final. | 463 | |
| Parameter record should be final. | 473 | |
| Parameter msg should be final. | 473 | |
| Avoid inline conditionals. | 476 | |
| '||' should be on a new line. | 477 |
| Violation | Message | Line |
|---|---|---|
| Parameter parser should be final. | 45 | |
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Parameter stream should be final. | 54 | |
| Expected @param tag for 'stream'. | 54 | |
| Parameter handler should be final. | 54 | |
| Expected @param tag for 'handler'. | 54 | |
| Parameter metadata should be final. | 54 | |
| Expected @param tag for 'metadata'. | 54 | |
| Expected @throws tag for 'IOException'. | 55 | |
| Expected @throws tag for 'SAXException'. | 55 | |
| Expected @throws tag for 'TikaException'. | 55 | |
| '500' is a magic number. | 64 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 24 | |
| First sentence should end with a period. | 29 | |
| Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line is longer than 80 characters. | 38 | |
| Method 'extractText' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter filesystem should be final. | 38 | |
| Parameter builder should be final. | 38 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 27 |
| Violation | Message | Line |
|---|---|---|
| interfaces should describe a type and hence have methods. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line has trailing spaces. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 46 | |
| 'static' modifier out of order with the JLS suggestions. | 46 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| '>' is not followed by whitespace. | 46 | |
| Line is longer than 80 characters. | 63 | |
| Must have at least one statement. | 67 | |
| Line is longer than 80 characters. | 119 | |
| Avoid inline conditionals. | 124 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Missing a Javadoc comment. | 142 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Missing a Javadoc comment. | 147 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 27 | |
| Expected an @return tag. | 34 | |
| Parameter s should be final. | 34 | |
| Expected @param tag for 's'. | 34 | |
| Parameter length should be final. | 34 | |
| Expected @param tag for 'length'. | 34 | |
| 'for' construct must use '{}'s. | 36 | |
| Expected an @return tag. | 46 | |
| Parameter s should be final. | 46 | |
| Expected @param tag for 's'. | 46 | |
| Parameter length should be final. | 46 | |
| Expected @param tag for 'length'. | 46 | |
| 'for' construct must use '{}'s. | 48 | |
| Missing a Javadoc comment. | 54 | |
| '{' is followed by whitespace. | 54 | |
| Line has trailing spaces. | 60 | |
| Expected an @return tag. | 63 | |
| Parameter buf should be final. | 63 | |
| Expected @param tag for 'buf'. | 63 | |
| Line has trailing spaces. | 70 | |
| Expected an @return tag. | 80 | |
| Parameter buf should be final. | 80 | |
| Parameter sep should be final. | 80 | |
| Parameter lineLen should be final. | 80 | |
| 'if' construct must use '{}'s. | 81 | |
| 'if' construct must use '{}'s. | 83 | |
| '4' is a magic number. | 88 | |
| '0xf' is a magic number. | 88 | |
| '0xf' is a magic number. | 89 | |
| 'if' construct must use '{}'s. | 90 | |
| 'if' construct must use '{}'s. | 92 | |
| Line has trailing spaces. | 103 | |
| Parameter text should be final. | 108 | |
| 'if' construct must use '{}'s. | 110 | |
| 'if' construct must use '{}'s. | 119 | |
| '4' is a magic number. | 121 | |
| Missing a Javadoc comment. | 126 | |
| Redundant 'final' modifier. | 126 | |
| Parameter c should be final. | 126 | |
| '0xa' is a magic number. | 130 | |
| '0xA' is a magic number. | 132 | |
| Line has trailing spaces. | 144 | |
| Expected an @return tag. | 148 | |
| Parameter contentType should be final. | 148 | |
| 'if' construct must use '{}'s. | 149 | |
| 'if' construct must use '{}'s. | 152 | |
| '8' is a magic number. | 154 | |
| 'if' construct must use '{}'s. | 156 | |
| 'if' construct must use '{}'s. | 159 | |
| Expected an @return tag. | 169 | |
| Parameter str should be final. | 169 | |
| Expected @param tag for 'str'. | 169 | |
| Missing a Javadoc comment. | 173 | |
| Missing a Javadoc comment. | 196 | |
| Parameter encoding should be final. | 196 | |
| 'if' construct must use '{}'s. | 197 | |
| Line is longer than 80 characters. | 200 | |
| Avoid inline conditionals. | 200 | |
| Missing a Javadoc comment. | 205 | |
| Parameter args should be final. | 205 | |
| 'if' construct must use '{}'s. | 206 | |
| 'else' construct must use '{}'s. | 208 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 27 | |
| Line has trailing spaces. | 28 | |
| Line has trailing spaces. | 29 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| '>' is not followed by whitespace. | 44 | |
| Line has trailing spaces. | 49 | |
| Method 'isMultiValued' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Line has trailing spaces. | 60 | |
| Method 'names' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Line has trailing spaces. | 70 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Line has trailing spaces. | 86 | |
| Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 95 | |
| Name '_getValues' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| Line has trailing spaces. | 106 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Line has trailing spaces. | 126 | |
| Method 'setAll' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Parameter properties should be final. | 130 | |
| '{' is followed by whitespace. | 134 | |
| Line has trailing spaces. | 142 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Parameter name should be final. | 148 | |
| Parameter value should be final. | 148 | |
| '{' is followed by whitespace. | 149 | |
| Line has trailing spaces. | 154 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Parameter name should be final. | 158 | |
| Line has trailing spaces. | 164 | |
| Method 'size' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Definition of 'equals()' without corresponding definition of 'hashCode()'. | 171 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Missing a Javadoc comment. | 171 | |
| Parameter o should be final. | 171 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 22 | |
| Utility classes should not have a public or default constructor. | 24 | |
| Missing a Javadoc comment. | 26 | |
| 'static' modifier out of order with the JLS suggestions. | 26 | |
| '{' is followed by whitespace. | 26 | |
| First sentence should end with a period. | 29 | |
| Line has trailing spaces. | 31 | |
| Parameter hexValue should be final. | 36 | |
| First sentence should end with a period. | 40 | |
| Line has trailing spaces. | 42 | |
| Parameter hexChars should be final. | 47 | |
| Line has trailing spaces. | 53 | |
| Unused @param tag for 'starIndex'. | 56 | |
| Parameter hexChars should be final. | 62 | |
| Parameter startIndex should be final. | 62 | |
| Expected @param tag for 'startIndex'. | 62 | |
| Parameter length should be final. | 62 | |
| 'if' construct must use '{}'s. | 63 | |
| Line is longer than 80 characters. | 68 | |
| '16' is a magic number. | 68 | |
| First sentence should end with a period. | 73 | |
| Line has trailing spaces. | 75 | |
| Parameter bites should be final. | 80 | |
| First sentence should end with a period. | 84 | |
| Line has trailing spaces. | 86 | |
| Unused @param tag for 'starIndex'. | 89 | |
| Parameter bites should be final. | 95 | |
| Parameter startIndex should be final. | 95 | |
| Expected @param tag for 'startIndex'. | 95 | |
| Parameter length should be final. | 95 | |
| '0xff' is a magic number. | 98 | |
| '4' is a magic number. | 99 | |
| '0xf' is a magic number. | 100 | |
| Expected an @return tag. | 108 | |
| Parameter ch should be final. | 108 | |
| Expected @param tag for 'ch'. | 108 | |
| 'if' construct must use '{}'s. | 109 | |
| 'if' construct must use '{}'s. | 111 | |
| '10' is a magic number. | 112 | |
| 'if' construct must use '{}'s. | 113 | |
| '10' is a magic number. | 114 | |
| 'else' construct must use '{}'s. | 115 |
| Violation | Message | Line |
|---|---|---|
| Parameter handler should be final. | 44 | |
| 'handler' hides a field. | 44 | |
| Method 'getHandler' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Method 'append' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter c should be final. | 67 | |
| Method 'append' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Parameter charSeq should be final. | 78 | |
| Method 'append' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Parameter charSeq should be final. | 95 | |
| Parameter start should be final. | 95 | |
| Parameter end should be final. | 95 |
| Violation | Message | Line |
|---|---|---|
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| '>' is not followed by whitespace. | 34 | |
| '<' is not preceded with whitespace. | 39 | |
| '<' is not followed by whitespace. | 39 | |
| '>' is not preceded with whitespace. | 39 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '>' is not followed by whitespace. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| '<' 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 | |
| '<' is not preceded with whitespace. | 50 | |
| '<' is not followed by whitespace. | 50 | |
| '>' is not preceded with whitespace. | 50 | |
| '>' is not followed by whitespace. | 50 | |
| Parameter a should be final. | 51 | |
| Parameter b should be final. | 51 | |
| Missing a Javadoc comment. | 60 | |
| Parameter pattern should be final. | 60 | |
| Parameter type should be final. | 60 | |
| Line is longer than 80 characters. | 62 | |
| Missing a Javadoc comment. | 79 | |
| Parameter name should be final. | 79 | |
| Parameter type should be final. | 79 | |
| Must have at least one statement. | 83 | |
| Missing a Javadoc comment. | 90 | |
| Parameter extension should be final. | 90 | |
| Parameter type should be final. | 90 | |
| Must have at least one statement. | 98 | |
| Missing a Javadoc comment. | 106 | |
| Parameter glob should be final. | 106 | |
| Parameter type should be final. | 106 | |
| Must have at least one statement. | 111 | |
| Line has trailing spaces. | 120 | |
| Expected an @return tag. | 132 | |
| Parameter name should be final. | 132 | |
| Expected @param tag for 'name'. | 132 | |
| '<' is not preceded with whitespace. | 152 | |
| '<' is not followed by whitespace. | 152 | |
| '>' is not preceded with whitespace. | 152 | |
| Missing a Javadoc comment. | 161 | |
| Parameter glob should be final. | 161 |
| Violation | Message | Line |
|---|---|---|
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter stream should be final. | 36 | |
| Parameter handler should be final. | 36 | |
| Parameter metadata should be final. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.tika.metadata.HttpHeaders. | 36 | |
| First sentence should end with a period. | 47 | |
| Line has trailing spaces. | 49 | |
| Line has trailing spaces. | 50 | |
| Utility classes should not have a public or default constructor. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Variable 'logger' must be private and have accessor methods. | 55 | |
| Missing a Javadoc comment. | 57 | |
| Parameter is should be final. | 57 | |
| Missing a Javadoc comment. | 71 | |
| Parameter is should be final. | 71 | |
| '1024' is a magic number. | 78 | |
| Line is longer than 80 characters. | 85 | |
| Line has trailing spaces. | 86 | |
| Missing a Javadoc comment. | 102 | |
| Parameter in should be final. | 102 | |
| Parameter out should be final. | 102 | |
| '1024' is a magic number. | 104 | |
| 'while' construct must use '{}'s. | 107 | |
| Missing a Javadoc comment. | 114 | |
| Parameter doc should be final. | 114 | |
| Parameter file should be final. | 114 | |
| '}' should be on the same line. | 123 | |
| Line has trailing spaces. | 136 | |
| Line has trailing spaces. | 139 | |
| Line is longer than 80 characters. | 142 | |
| Parameter stream should be final. | 142 | |
| Expected @param tag for 'stream'. | 142 | |
| Parameter metadata should be final. | 142 | |
| Expected @param tag for 'metadata'. | 142 | |
| Expected @throws tag for 'TikaException'. | 142 | |
| Expected @throws tag for 'IOException'. | 142 | |
| '{' is not preceded with whitespace. | 142 | |
| Line has trailing spaces. | 144 | |
| Line has trailing spaces. | 150 | |
| Line has trailing spaces. | 155 | |
| Line has trailing spaces. | 157 | |
| Line has trailing spaces. | 162 | |
| Line has trailing spaces. | 169 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 46 | |
| Missing a Javadoc comment. | 50 | |
| Variable 'logger' must be private and have accessor methods. | 50 | |
| Missing a Javadoc comment. | 52 | |
| Name 'NS_DC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter is should be final. | 55 | |
| '!' is followed by whitespace. | 69 | |
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter stream should be final. | 83 | |
| Parameter handler should be final. | 83 | |
| Parameter metadata should be final. | 83 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Method 'unzip' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Parameter is should be final. | 111 | |
| '1024' is a magic number. | 120 | |
| Method 'copyInputStream' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Parameter in should be final. | 137 | |
| Parameter out should be final. | 137 | |
| '1024' is a magic number. | 139 | |
| 'while' construct must use '{}'s. | 142 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 21 | |
| Line has trailing spaces. | 22 | |
| First sentence should end with a period. | 26 | |
| First sentence should end with a period. | 29 | |
| Name 'PPT_ATOM_SLIDE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| Variable 'PPT_ATOM_SLIDE' must be private and have accessor methods. | 30 | |
| '1007l' is a magic number. | 30 | |
| Should use uppercase 'L'. | 30 | |
| First sentence should end with a period. | 32 | |
| First sentence should end with a period. | 35 | |
| First sentence should end with a period. | 44 | |
| First sentence should end with a period. | 47 |
| Violation | Message | Line |
|---|---|---|
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter stream should be final. | 33 | |
| Parameter handler should be final. | 33 | |
| Parameter metadata should be final. | 33 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 25 | |
| First sentence should end with a period. | 30 | |
| 'final' modifier out of order with the JLS suggestions. | 31 | |
| Variable 'slideNumber' must be private and have accessor methods. | 31 | |
| First sentence should end with a period. | 33 | |
| 'final' modifier out of order with the JLS suggestions. | 34 | |
| Variable 'contents' must be private and have accessor methods. | 34 | |
| First sentence should end with a period. | 36 | |
| Line has trailing spaces. | 38 | |
| Parameter number should be final. | 41 | |
| Expected @param tag for 'number'. | 41 | |
| First sentence should end with a period. | 46 | |
| Line has trailing spaces. | 48 | |
| Parameter content should be final. | 51 | |
| Expected @param tag for 'content'. | 51 | |
| First sentence should end with a period. | 55 | |
| Line has trailing spaces. | 57 | |
| First sentence should end with a period. | 64 | |
| Line has trailing spaces. | 66 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 25 | |
| interfaces should describe a type and hence have methods. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 | |
| 'static' modifier out of order with the JLS suggestions. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 | |
| 'static' modifier out of order with the JLS suggestions. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'public' modifier. | 33 | |
| 'static' modifier out of order with the JLS suggestions. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 | |
| 'static' modifier out of order with the JLS suggestions. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'public' modifier. | 39 | |
| 'static' modifier out of order with the JLS suggestions. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Redundant 'public' modifier. | 41 | |
| 'static' modifier out of order with the JLS suggestions. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Redundant 'public' modifier. | 43 | |
| 'static' modifier out of order with the JLS suggestions. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Redundant 'public' modifier. | 45 | |
| 'static' modifier out of order with the JLS suggestions. | 45 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 21 | |
| L |