PMD Results

The following document contains the results of PMD 6.49.0.

Violations By Priority

Priority 3

org/joda/convert/AnnotationStringConverterFactory.java

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 248–256

org/joda/convert/StringConvert.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 57–59

org/joda/convert/Types.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 438–441

Priority 4

org/joda/convert/AnnotationStringConverterFactory.java

Rule Violation Line
UselessParentheses Useless parentheses. 100

org/joda/convert/JDKStringConverter.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'java.util.UUID.fromString' due to existing import 'java.util.UUID' 319
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'java.net.URI.create' due to existing import 'java.net.URI' 341

org/joda/convert/Types.java

Rule Violation Line
UselessParentheses Useless parentheses. 171
UselessParentheses Useless parentheses. 810

org/joda/convert/factory/BooleanObjectArrayStringConverterFactory.java

Rule Violation Line
UselessParentheses Useless parentheses. 79

Files

org/joda/convert/AnnotationStringConverterFactory.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 100
CollapsibleIfStatements These nested if statements could be combined 3 248–256

org/joda/convert/JDKStringConverter.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'java.util.UUID.fromString' due to existing import 'java.util.UUID' 4 319
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'java.net.URI.create' due to existing import 'java.net.URI' 4 341

org/joda/convert/StringConvert.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 57–59

org/joda/convert/Types.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 171
EmptyCatchBlock Avoid empty catch blocks 3 438–441
UselessParentheses Useless parentheses. 4 810

org/joda/convert/factory/BooleanObjectArrayStringConverterFactory.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 79

Back to top

Version: 2.2.3. Last Published: 2023-01-15.

Reflow Maven skin.