Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
75001780

Files

Filesinfowarningerror
org/apache/tika/mime/MagicClause.java0016
org/apache/tika/exception/package.html001
org/apache/tika/mime/Operator.java0019
org/apache/tika/parser/microsoft/ExcelEventParser.java0084
org/apache/tika/parser/ParserPostProcessor.java0012
org/apache/tika/parser/microsoft/PowerPointParser.java009
org/apache/tika/parser/Parser.java001
org/apache/tika/metadata/TikaMetadataKeys.java004
org/apache/tika/metadata/SpellCheckedMetadata.java0024
org/apache/tika/utils/StringUtil.java0062
org/apache/tika/parser/xml/package.html001
org/apache/tika/metadata/Metadata.java0042
org/apache/tika/mime/HexCoDec.java0043
org/apache/tika/sax/AppendableAdaptor.java0011
org/apache/tika/mime/Patterns.java0054
org/apache/tika/parser/EmptyParser.java005
org/apache/tika/parser/pdf/package.html001
org/apache/tika/utils/Utils.java0039
org/apache/tika/parser/opendocument/OpenOfficeParser.java0033
org/apache/tika/parser/microsoft/PPTConstants.java0013
org/apache/tika/parser/ErrorParser.java005
org/apache/tika/parser/microsoft/Slide.java0021
org/apache/tika/metadata/HttpHeaders.java0031
org/apache/tika/parser/txt/package.html001
org/apache/tika/parser/rtf/package.html001
org/apache/tika/metadata/MSOffice.java0027
org/apache/tika/metadata/TikaMimeKeys.java007
org/apache/tika/parser/microsoft/OfficeParser.java0030
org/apache/tika/mime/Magic.java0028
org/apache/tika/mime/Clause.java0023
org/apache/tika/sax/XHTMLContentHandler.java0024
org/apache/tika/exception/CauseIOException.java003
org/apache/tika/sax/package.html001
org/apache/tika/parser/microsoft/PowerPointExtractor.java0062
org/apache/tika/parser/html/HtmlParser.java0039
org/apache/tika/mime/package.html001
org/apache/tika/config/TikaConfig.java0034
org/apache/tika/parser/opendocument/package.html001
org/apache/tika/mime/MimeTypeException.java006
org/apache/tika/mime/MagicMatch.java0061
org/apache/tika/parser/rtf/RTFParser.java006
org/apache/tika/parser/ParserDecorator.java0012
org/apache/tika/mime/MimeTypes.java0061
org/apache/tika/mime/MimeType.java00105
org/apache/tika/utils/RegexUtils.java0019
org/apache/tika/parser/microsoft/TextBox.java0021
org/apache/tika/parser/microsoft/WordTextBuffer.java0020
org/apache/tika/parser/xml/XMLParser.java0039
org/apache/tika/parser/microsoft/WordTextPiece.java0018
org/apache/tika/sax/TeeContentHandler.java0047
org/apache/tika/metadata/CreativeCommons.java0013
org/apache/tika/parser/pdf/PDFParser.java0021
org/apache/tika/parser/opendocument/OpenOfficeEntityResolver.java0011
org/apache/tika/parser/microsoft/WordParser.java0043
org/apache/tika/parser/package.html001
org/apache/tika/parser/microsoft/Word6CHPBinTable.java0018
org/apache/tika/utils/package.html001
org/apache/tika/parser/microsoft/FilteredStringWriter.java008
org/apache/tika/exception/TikaException.java007
org/apache/tika/utils/ParseUtils.java0093
org/apache/tika/parser/txt/TXTParser.java008
org/apache/tika/metadata/DublinCore.java0020
org/apache/tika/config/package.html001
org/apache/tika/parser/AutoDetectParser.java0024
org/apache/tika/mime/MimeTypesFactory.java0015
org/apache/tika/parser/microsoft/Word6Extractor.java0075
org/apache/tika/parser/microsoft/package.html001
org/apache/tika/sax/WriteOutContentHandler.java008
org/apache/tika/mime/MimeTypesReader.java0058
org/apache/tika/utils/RereadableInputStream.java0025
org/apache/tika/sax/ContentHandlerDecorator.java0044
org/apache/tika/parser/html/package.html001
org/apache/tika/parser/pdf/PDF2XHTML.java0027
org/apache/tika/parser/microsoft/ExcelParser.java0029

Details

org/apache/tika/mime/MagicClause.java

ViolationMessageLine
errorLine has trailing spaces.21
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.33
errorParameter op should be final.33
error'op' hides a field.33
errorParameter c1 should be final.33
error'c1' hides a field.33
errorParameter c2 should be final.33
error'c2' hides a field.33
errorMissing a Javadoc comment.40
errorParameter data should be final.40
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.48

org/apache/tika/exception/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/tika/mime/Operator.java

ViolationMessageLine
errorLine has trailing spaces.21
errorLine has trailing spaces.22
errorFirst sentence should end with a period.26
errorRedundant 'final' modifier.27
error'static' modifier out of order with the JLS suggestions.27
errorFirst sentence should end with a period.29
errorRedundant 'final' modifier.30
error'static' modifier out of order with the JLS suggestions.30
errorLine has trailing spaces.34
error'static' modifier out of order with the JLS suggestions.47
errorMissing a Javadoc comment.48
errorParameter o1 should be final.48
errorParameter o2 should be final.48
errorMissing a Javadoc comment.52
error'static' modifier out of order with the JLS suggestions.60
errorMissing a Javadoc comment.61
errorParameter o1 should be final.61
errorParameter o2 should be final.61
errorMissing a Javadoc comment.65

org/apache/tika/parser/microsoft/ExcelEventParser.java

ViolationMessageLine
errorFirst sentence should end with a period.73
errorParameter listenForAllRecords should be final.104
error'listenForAllRecords' hides a field.104
errorMethod 'getContentType' is not designed for extension - needs to be abstract, final or empty.113
errorMethod 'extractText' is not designed for extension - needs to be abstract, final or empty.126
errorLine is longer than 80 characters.155
errorClass TikaHSSFListener should be declared as final.169
errorLine is longer than 80 characters.169
errorFirst sentence should end with a period.171
errorMissing a Javadoc comment.174
errorMissing a Javadoc comment.175
errorMissing a Javadoc comment.176
errorLine is longer than 80 characters.177
errorMissing a Javadoc comment.177
error'<' is not preceded with whitespace.177
error'<' is not followed by whitespace.177
error'>' is not preceded with whitespace.177
error'<' is not preceded with whitespace.177
error'<' is not followed by whitespace.177
error'>' is not preceded with whitespace.177
error'>' is not followed by whitespace.177
errorMissing a Javadoc comment.178
error'<' is not preceded with whitespace.178
error'<' is not followed by whitespace.178
error'>' is not preceded with whitespace.178
error'<' is not preceded with whitespace.178
error'<' is not followed by whitespace.178
error'>' is not preceded with whitespace.178
error'>' is not followed by whitespace.178
errorMissing a Javadoc comment.179
error'<' is not preceded with whitespace.179
error'<' is not followed by whitespace.179
error'>' is not preceded with whitespace.179
error'<' is not preceded with whitespace.179
error'<' is not followed by whitespace.179
error'>' is not preceded with whitespace.179
error'>' is not followed by whitespace.179
errorMissing a Javadoc comment.180
errorMissing a Javadoc comment.181
errorMissing a Javadoc comment.182
errorMissing a Javadoc comment.183
errorMissing a Javadoc comment.184
errorMissing a Javadoc comment.185
errorMissing a Javadoc comment.186
errorMissing a Javadoc comment.187
error'appendable' hides a field.195
errorLine is longer than 80 characters.218
error'cast' is not followed by whitespace.220
errorLine is longer than 80 characters.231
errorLine is longer than 80 characters.247
errorLine is longer than 80 characters.255
error'cast' is not followed by whitespace.255
error'cast' is not followed by whitespace.264
error'cast' is not followed by whitespace.275
errorLine is longer than 80 characters.281
error'cast' is not followed by whitespace.281
error'cast' is not followed by whitespace.292
errorLine is longer than 80 characters.297
errorLine is longer than 80 characters.303
error'cast' is not followed by whitespace.303
errorLine is longer than 80 characters.304
errorLine is longer than 80 characters.307
errorLine is longer than 80 characters.310
error'cast' is not followed by whitespace.320
errorAvoid inline conditionals.339
errorswitch without "default" clause.341
error'cast' is not followed by whitespace.345
error'cast' is not followed by whitespace.353
error'cast' is not followed by whitespace.359
error'cast' is not followed by whitespace.367
error'cast' is not followed by whitespace.377
errorLine is longer than 80 characters.387
error'cast' is not followed by whitespace.409
errorParameter value should be final.422
errorParameter dfIdx should be final.422
errorParameter dataFormat should be final.422
errorComment matches to-do format 'TODO:'.427
errorLine is longer than 80 characters.428
errorParameter text should be final.440
errorParameter record should be final.463
errorParameter record should be final.473
errorParameter msg should be final.473
errorAvoid inline conditionals.476
error'||' should be on a new line.477

org/apache/tika/parser/ParserPostProcessor.java

ViolationMessageLine
errorParameter parser should be final.45
errorMethod 'parse' is not designed for extension - needs to be abstract, final or empty.53
errorParameter stream should be final.54
errorExpected @param tag for 'stream'.54
errorParameter handler should be final.54
errorExpected @param tag for 'handler'.54
errorParameter metadata should be final.54
errorExpected @param tag for 'metadata'.54
errorExpected @throws tag for 'IOException'.55
errorExpected @throws tag for 'SAXException'.55
errorExpected @throws tag for 'TikaException'.55
error'500' is a magic number.64

org/apache/tika/parser/microsoft/PowerPointParser.java

ViolationMessageLine
errorFirst sentence should end with a period.24
errorFirst sentence should end with a period.29
errorMethod 'getContentType' is not designed for extension - needs to be abstract, final or empty.34
errorMissing a Javadoc comment.34
errorLine is longer than 80 characters.38
errorMethod 'extractText' is not designed for extension - needs to be abstract, final or empty.38
errorMissing a Javadoc comment.38
errorParameter filesystem should be final.38
errorParameter builder should be final.38

org/apache/tika/parser/Parser.java

ViolationMessageLine
errorFirst sentence should end with a period.27

org/apache/tika/metadata/TikaMetadataKeys.java

ViolationMessageLine
errorinterfaces should describe a type and hence have methods.22
errorMissing a Javadoc comment.24
errorRedundant 'public' modifier.24
errorLine has trailing spaces.25

org/apache/tika/metadata/SpellCheckedMetadata.java

ViolationMessageLine
errorLine has trailing spaces.32
errorLine is longer than 80 characters.46
error'static' modifier out of order with the JLS suggestions.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'>' is not preceded with whitespace.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'>' is not preceded with whitespace.46
error'>' is not followed by whitespace.46
errorLine is longer than 80 characters.63
errorMust have at least one statement.67
errorLine is longer than 80 characters.119
errorAvoid inline conditionals.124
errorMethod 'remove' is not designed for extension - needs to be abstract, final or empty.127
errorMissing a Javadoc comment.127
errorMethod 'add' is not designed for extension - needs to be abstract, final or empty.132
errorMissing a Javadoc comment.132
errorMethod 'getValues' is not designed for extension - needs to be abstract, final or empty.137
errorMissing a Javadoc comment.137
errorMethod 'get' is not designed for extension - needs to be abstract, final or empty.142
errorMissing a Javadoc comment.142
errorMethod 'set' is not designed for extension - needs to be abstract, final or empty.147
errorMissing a Javadoc comment.147

org/apache/tika/utils/StringUtil.java

ViolationMessageLine
errorUtility classes should not have a public or default constructor.27
errorExpected an @return tag.34
errorParameter s should be final.34
errorExpected @param tag for 's'.34
errorParameter length should be final.34
errorExpected @param tag for 'length'.34
error'for' construct must use '{}'s.36
errorExpected an @return tag.46
errorParameter s should be final.46
errorExpected @param tag for 's'.46
errorParameter length should be final.46
errorExpected @param tag for 'length'.46
error'for' construct must use '{}'s.48
errorMissing a Javadoc comment.54
error'{' is followed by whitespace.54
errorLine has trailing spaces.60
errorExpected an @return tag.63
errorParameter buf should be final.63
errorExpected @param tag for 'buf'.63
errorLine has trailing spaces.70
errorExpected an @return tag.80
errorParameter buf should be final.80
errorParameter sep should be final.80
errorParameter lineLen should be final.80
error'if' construct must use '{}'s.81
error'if' construct must use '{}'s.83
error'4' is a magic number.88
error'0xf' is a magic number.88
error'0xf' is a magic number.89
error'if' construct must use '{}'s.90
error'if' construct must use '{}'s.92
errorLine has trailing spaces.103
errorParameter text should be final.108
error'if' construct must use '{}'s.110
error'if' construct must use '{}'s.119
error'4' is a magic number.121
errorMissing a Javadoc comment.126
errorRedundant 'final' modifier.126
errorParameter c should be final.126
error'0xa' is a magic number.130
error'0xA' is a magic number.132
errorLine has trailing spaces.144
errorExpected an @return tag.148
errorParameter contentType should be final.148
error'if' construct must use '{}'s.149
error'if' construct must use '{}'s.152
error'8' is a magic number.154
error'if' construct must use '{}'s.156
error'if' construct must use '{}'s.159
errorExpected an @return tag.169
errorParameter str should be final.169
errorExpected @param tag for 'str'.169
errorMissing a Javadoc comment.173
errorMissing a Javadoc comment.196
errorParameter encoding should be final.196
error'if' construct must use '{}'s.197
errorLine is longer than 80 characters.200
errorAvoid inline conditionals.200
errorMissing a Javadoc comment.205
errorParameter args should be final.205
error'if' construct must use '{}'s.206
error'else' construct must use '{}'s.208

org/apache/tika/parser/xml/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/tika/metadata/Metadata.java

ViolationMessageLine
errorLine has trailing spaces.27
errorLine has trailing spaces.28
errorLine has trailing spaces.29
error'<' is not preceded with whitespace.38
error'<' is not followed by whitespace.38
error'>' is not preceded with whitespace.38
error'<' is not preceded with whitespace.44
error'<' is not followed by whitespace.44
error'>' is not preceded with whitespace.44
error'>' is not followed by whitespace.44
errorLine has trailing spaces.49
errorMethod 'isMultiValued' is not designed for extension - needs to be abstract, final or empty.54
errorLine has trailing spaces.60
errorMethod 'names' is not designed for extension - needs to be abstract, final or empty.63
errorLine has trailing spaces.70
errorMethod 'get' is not designed for extension - needs to be abstract, final or empty.75
errorLine has trailing spaces.86
errorMethod 'getValues' is not designed for extension - needs to be abstract, final or empty.91
errorMissing a Javadoc comment.95
errorName '_getValues' must match pattern '^[a-z][a-zA-Z0-9]*$'.95
errorLine has trailing spaces.106
errorMethod 'add' is not designed for extension - needs to be abstract, final or empty.112
errorLine has trailing spaces.126
errorMethod 'setAll' is not designed for extension - needs to be abstract, final or empty.130
errorParameter properties should be final.130
error'{' is followed by whitespace.134
errorLine has trailing spaces.142
errorMethod 'set' is not designed for extension - needs to be abstract, final or empty.148
errorParameter name should be final.148
errorParameter value should be final.148
error'{' is followed by whitespace.149
errorLine has trailing spaces.154
errorMethod 'remove' is not designed for extension - needs to be abstract, final or empty.158
errorParameter name should be final.158
errorLine has trailing spaces.164
errorMethod 'size' is not designed for extension - needs to be abstract, final or empty.167
errorDefinition of 'equals()' without corresponding definition of 'hashCode()'.171
errorMethod 'equals' is not designed for extension - needs to be abstract, final or empty.171
errorMissing a Javadoc comment.171
errorParameter o should be final.171
errorMethod 'toString' is not designed for extension - needs to be abstract, final or empty.204
errorMissing a Javadoc comment.204

org/apache/tika/mime/HexCoDec.java

ViolationMessageLine
errorLine has trailing spaces.20
errorLine has trailing spaces.22
errorUtility classes should not have a public or default constructor.24
errorMissing a Javadoc comment.26
error'static' modifier out of order with the JLS suggestions.26
error'{' is followed by whitespace.26
errorFirst sentence should end with a period.29
errorLine has trailing spaces.31
errorParameter hexValue should be final.36
errorFirst sentence should end with a period.40
errorLine has trailing spaces.42
errorParameter hexChars should be final.47
errorLine has trailing spaces.53
errorUnused @param tag for 'starIndex'.56
errorParameter hexChars should be final.62
errorParameter startIndex should be final.62
errorExpected @param tag for 'startIndex'.62
errorParameter length should be final.62
error'if' construct must use '{}'s.63
errorLine is longer than 80 characters.68
error'16' is a magic number.68
errorFirst sentence should end with a period.73
errorLine has trailing spaces.75
errorParameter bites should be final.80
errorFirst sentence should end with a period.84
errorLine has trailing spaces.86
errorUnused @param tag for 'starIndex'.89
errorParameter bites should be final.95
errorParameter startIndex should be final.95
errorExpected @param tag for 'startIndex'.95
errorParameter length should be final.95
error'0xff' is a magic number.98
error'4' is a magic number.99
error'0xf' is a magic number.100
errorExpected an @return tag.108
errorParameter ch should be final.108
errorExpected @param tag for 'ch'.108
error'if' construct must use '{}'s.109
error'if' construct must use '{}'s.111
error'10' is a magic number.112
error'if' construct must use '{}'s.113
error'10' is a magic number.114
error'else' construct must use '{}'s.115

org/apache/tika/sax/AppendableAdaptor.java

ViolationMessageLine
errorParameter handler should be final.44
error'handler' hides a field.44
errorMethod 'getHandler' is not designed for extension - needs to be abstract, final or empty.56
errorMethod 'append' is not designed for extension - needs to be abstract, final or empty.67
errorParameter c should be final.67
errorMethod 'append' is not designed for extension - needs to be abstract, final or empty.78
errorParameter charSeq should be final.78
errorMethod 'append' is not designed for extension - needs to be abstract, final or empty.95
errorParameter charSeq should be final.95
errorParameter start should be final.95
errorParameter end should be final.95

org/apache/tika/mime/Patterns.java

ViolationMessageLine
error'<' is not preceded with whitespace.34
error'<' is not followed by whitespace.34
error'>' is not preceded with whitespace.34
error'<' is not preceded with whitespace.34
error'<' is not followed by whitespace.34
error'>' is not preceded with whitespace.34
error'>' is not followed by whitespace.34
error'<' is not preceded with whitespace.39
error'<' is not followed by whitespace.39
error'>' is not preceded with whitespace.39
error'<' is not preceded with whitespace.40
error'<' is not followed by whitespace.40
error'>' is not preceded with whitespace.40
error'>' is not followed by whitespace.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.44
error'<' is not preceded with whitespace.49
error'<' is not followed by whitespace.49
error'>' is not preceded with whitespace.49
error'<' is not preceded with whitespace.50
error'<' is not followed by whitespace.50
error'>' is not preceded with whitespace.50
error'>' is not followed by whitespace.50
error'<' is not preceded with whitespace.50
error'<' is not followed by whitespace.50
error'>' is not preceded with whitespace.50
error'>' is not followed by whitespace.50
errorParameter a should be final.51
errorParameter b should be final.51
errorMissing a Javadoc comment.60
errorParameter pattern should be final.60
errorParameter type should be final.60
errorLine is longer than 80 characters.62
errorMissing a Javadoc comment.79
errorParameter name should be final.79
errorParameter type should be final.79
errorMust have at least one statement.83
errorMissing a Javadoc comment.90
errorParameter extension should be final.90
errorParameter type should be final.90
errorMust have at least one statement.98
errorMissing a Javadoc comment.106
errorParameter glob should be final.106
errorParameter type should be final.106
errorMust have at least one statement.111
errorLine has trailing spaces.120
errorExpected an @return tag.132
errorParameter name should be final.132
errorExpected @param tag for 'name'.132
error'<' is not preceded with whitespace.152
error'<' is not followed by whitespace.152
error'>' is not preceded with whitespace.152
errorMissing a Javadoc comment.161
errorParameter glob should be final.161

org/apache/tika/parser/EmptyParser.java

ViolationMessageLine
errorMethod 'parse' is not designed for extension - needs to be abstract, final or empty.35
errorMissing a Javadoc comment.35
errorParameter stream should be final.36
errorParameter handler should be final.36
errorParameter metadata should be final.36

org/apache/tika/parser/pdf/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/tika/utils/Utils.java

ViolationMessageLine
errorUnused import - org.apache.tika.metadata.HttpHeaders.36
errorFirst sentence should end with a period.47
errorLine has trailing spaces.49
errorLine has trailing spaces.50
errorUtility classes should not have a public or default constructor.53
errorMissing a Javadoc comment.55
errorVariable 'logger' must be private and have accessor methods.55
errorMissing a Javadoc comment.57
errorParameter is should be final.57
errorMissing a Javadoc comment.71
errorParameter is should be final.71
error'1024' is a magic number.78
errorLine is longer than 80 characters.85
errorLine has trailing spaces.86
errorMissing a Javadoc comment.102
errorParameter in should be final.102
errorParameter out should be final.102
error'1024' is a magic number.104
error'while' construct must use '{}'s.107
errorMissing a Javadoc comment.114
errorParameter doc should be final.114
errorParameter file should be final.114
error'}' should be on the same line.123
errorLine has trailing spaces.136
errorLine has trailing spaces.139
errorLine is longer than 80 characters.142
errorParameter stream should be final.142
errorExpected @param tag for 'stream'.142
errorParameter metadata should be final.142
errorExpected @param tag for 'metadata'.142
errorExpected @throws tag for 'TikaException'.142
errorExpected @throws tag for 'IOException'.142
error'{' is not preceded with whitespace.142
errorLine has trailing spaces.144
errorLine has trailing spaces.150
errorLine has trailing spaces.155
errorLine has trailing spaces.157
errorLine has trailing spaces.162
errorLine has trailing spaces.169

org/apache/tika/parser/opendocument/OpenOfficeParser.java

ViolationMessageLine
errorFirst sentence should end with a period.46
errorMissing a Javadoc comment.50
errorVariable 'logger' must be private and have accessor methods.50
errorMissing a Javadoc comment.52
errorName 'NS_DC' must match pattern '^[a-z][a-zA-Z0-9]*$'.52
errorMethod 'parse' is not designed for extension - needs to be abstract, final or empty.55
errorMissing a Javadoc comment.55
errorParameter is should be final.55
error'!' is followed by whitespace.69
errorMethod 'parse' is not designed for extension - needs to be abstract, final or empty.82
errorMissing a Javadoc comment.82
errorParameter stream should be final.83
errorParameter handler should be final.83
errorParameter metadata should be final.83
errorLine is longer than 80 characters.91
errorLine is longer than 80 characters.93
errorLine is longer than 80 characters.95
errorLine is longer than 80 characters.96
errorLine is longer than 80 characters.97
errorLine is longer than 80 characters.98
errorLine is longer than 80 characters.99
errorLine is longer than 80 characters.100
errorLine is longer than 80 characters.101
errorMethod 'unzip' is not designed for extension - needs to be abstract, final or empty.111
errorMissing a Javadoc comment.111
errorParameter is should be final.111
error'1024' is a magic number.120
errorMethod 'copyInputStream' is not designed for extension - needs to be abstract, final or empty.137
errorMissing a Javadoc comment.137
errorParameter in should be final.137
errorParameter out should be final.137
error'1024' is a magic number.139
error'while' construct must use '{}'s.142

org/apache/tika/parser/microsoft/PPTConstants.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine has trailing spaces.21
errorLine has trailing spaces.22
errorFirst sentence should end with a period.26
errorFirst sentence should end with a period.29
errorName 'PPT_ATOM_SLIDE' must match pattern '^[a-z][a-zA-Z0-9]*$'.30
errorVariable 'PPT_ATOM_SLIDE' must be private and have accessor methods.30
error'1007l' is a magic number.30
errorShould use uppercase 'L'.30
errorFirst sentence should end with a period.32
errorFirst sentence should end with a period.35
errorFirst sentence should end with a period.44
errorFirst sentence should end with a period.47

org/apache/tika/parser/ErrorParser.java

ViolationMessageLine
errorMethod 'parse' is not designed for extension - needs to be abstract, final or empty.32
errorMissing a Javadoc comment.32
errorParameter stream should be final.33
errorParameter handler should be final.33
errorParameter metadata should be final.33

org/apache/tika/parser/microsoft/Slide.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine has trailing spaces.24
errorLine has trailing spaces.25
errorFirst sentence should end with a period.30
error'final' modifier out of order with the JLS suggestions.31
errorVariable 'slideNumber' must be private and have accessor methods.31
errorFirst sentence should end with a period.33
error'final' modifier out of order with the JLS suggestions.34
errorVariable 'contents' must be private and have accessor methods.34
errorFirst sentence should end with a period.36
errorLine has trailing spaces.38
errorParameter number should be final.41
errorExpected @param tag for 'number'.41
errorFirst sentence should end with a period.46
errorLine has trailing spaces.48
errorParameter content should be final.51
errorExpected @param tag for 'content'.51
errorFirst sentence should end with a period.55
errorLine has trailing spaces.57
errorFirst sentence should end with a period.64
errorLine has trailing spaces.66

org/apache/tika/metadata/HttpHeaders.java

ViolationMessageLine
errorLine has trailing spaces.21
errorLine is longer than 80 characters.22
errorLine has trailing spaces.24
errorLine has trailing spaces.25
errorinterfaces should describe a type and hence have methods.27
errorMissing a Javadoc comment.29
errorRedundant 'public' modifier.29
error'static' modifier out of order with the JLS suggestions.29
errorMissing a Javadoc comment.31
errorRedundant 'public' modifier.31
error'static' modifier out of order with the JLS suggestions.31
errorMissing a Javadoc comment.33
errorRedundant 'public' modifier.33
error'static' modifier out of order with the JLS suggestions.33
errorMissing a Javadoc comment.35
errorRedundant 'public' modifier.35
error'static' modifier out of order with the JLS suggestions.35
errorMissing a Javadoc comment.37
errorRedundant 'public' modifier.37
errorMissing a Javadoc comment.39
errorRedundant 'public' modifier.39
error'static' modifier out of order with the JLS suggestions.39
errorMissing a Javadoc comment.41
errorRedundant 'public' modifier.41
error'static' modifier out of order with the JLS suggestions.41
errorMissing a Javadoc comment.43
errorRedundant 'public' modifier.43
error'static' modifier out of order with the JLS suggestions.43
errorMissing a Javadoc comment.45
errorRedundant 'public' modifier.45
error'static' modifier out of order with the JLS suggestions.45

org/apache/tika/parser/txt/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/tika/parser/rtf/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/tika/metadata/MSOffice.java

ViolationMessageLine
errorLine has trailing spaces.21
errorL