Path


PMD Results

The following document contains the results of PMD 6.29.0.

Violations By Priority

Priority 3

de/juplo/httpresources/HttpResourceFetcher.java

Rule Violation Line
UnusedLocalVariable Avoid unused local variables such as 'must_revalidate'. 104
EmptyIfStmt Avoid empty if statements 173179
EmptyCatchBlock Avoid empty catch blocks 226
EmptyCatchBlock Avoid empty catch blocks 265

Priority 4

de/juplo/httpresources/HttpResourceFetcher.java

Rule Violation Line
UselessParentheses Useless parentheses. 168
UselessParentheses Useless parentheses. 168

Files

de/juplo/httpresources/HttpResourceFetcher.java

Rule Violation Priority Line
UnusedLocalVariable Avoid unused local variables such as 'must_revalidate'. 3 104
UselessParentheses Useless parentheses. 4 168
UselessParentheses Useless parentheses. 4 168
EmptyIfStmt Avoid empty if statements 3 173179
EmptyCatchBlock Avoid empty catch blocks 3 226
EmptyCatchBlock Avoid empty catch blocks 3 265

Pages