PMD Results

The following document contains the results of PMD 4.1.

Files

com/quiotix/html/parser/HtmlFormatter.java

Violation Line
An empty statement (semicolon) not part of a loop 287

com/quiotix/html/parser/HtmlParser.java

Violation Line
An empty statement (semicolon) not part of a loop 41
An empty statement (semicolon) not part of a loop 43
Do not use if statements that are always true or always false 60
An empty statement (semicolon) not part of a loop 77
Do not use if statements that are always true or always false 86
Do not use if statements that are always true or always false 96
Do not use if statements that are always true or always false 101
Do not use if statements that are always true or always false 105
Do not use if statements that are always true or always false 109
Do not use if statements that are always true or always false 115
Do not use if statements that are always true or always false 118
Do not use if statements that are always true or always false 122
Do not use if statements that are always true or always false 127
Do not use if statements that are always true or always false 131
An empty statement (semicolon) not part of a loop 155
Do not use if statements that are always true or always false 158
Do not use if statements that are always true or always false 160
An empty statement (semicolon) not part of a loop 172
Do not use if statements that are always true or always false 181
Do not use if statements that are always true or always false 208
Do not use if statements that are always true or always false 212
An empty statement (semicolon) not part of a loop 228
An empty statement (semicolon) not part of a loop 240
Do not use if statements that are always true or always false 260
Do not use if statements that are always true or always false 277
Do not use if statements that are always true or always false 281
Do not use if statements that are always true or always false 299
Do not use if statements that are always true or always false 303
Do not use if statements that are always true or always false 316
Do not use if statements that are always true or always false 320
An empty statement (semicolon) not part of a loop 336
Do not use if statements that are always true or always false 373
Do not use if statements that are always true or always false 383
Avoid empty catch blocks 728

com/quiotix/html/parser/HtmlParserTokenManager.java

Violation Line
These nested if statements could be combined 160 - 161
Do not start a literal by 0 unless it's an octal value 213
Do not start a literal by 0 unless it's an octal value 360
Do not start a literal by 0 unless it's an octal value 577
Do not start a literal by 0 unless it's an octal value 848
These nested if statements could be combined 1125 - 1126
Do not start a literal by 0 unless it's an octal value 1207
Do not start a literal by 0 unless it's an octal value 1431
These nested if statements could be combined 1681 - 1682
Do not start a literal by 0 unless it's an octal value 1763
Do not start a literal by 0 unless it's an octal value 2030
Do not start a literal by 0 unless it's an octal value 2273
Do not start a literal by 0 unless it's an octal value 2284

com/quiotix/html/parser/HtmlScrubber.java

Violation Line
These nested if statements could be combined 128 - 133

com/quiotix/html/parser/HtmlStripper.java

Violation Line
Avoid empty if statements 78 - 79
Avoid empty if statements 79 - 80
These nested if statements could be combined 98 - 103

com/quiotix/html/parser/TokenMgrError.java

Violation Line
Overriding method merely calls super 116 - 118