PMD Results

The following document contains the results of PMD 6.46.0.

Violations By Priority

Priority 3

org/djutils/serialization/TypedMessage.java

Rule Violation Line
SimplifiedTernary Ternary operators that can be simplified with || or && 178
SimplifiedTernary Ternary operators that can be simplified with || or && 632
SimplifiedTernary Ternary operators that can be simplified with || or && 652
SimplifiedTernary Ternary operators that can be simplified with || or && 1079
SimplifiedTernary Ternary operators that can be simplified with || or && 1100

org/djutils/serialization/util/SerialDataDumper.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 6467

Priority 4

org/djutils/serialization/EndianUtil.java

Rule Violation Line
UselessParentheses Useless parentheses. 103104
UselessParentheses Useless parentheses. 108109
UselessParentheses Useless parentheses. 123126
UselessParentheses Useless parentheses. 130133

Files

org/djutils/serialization/EndianUtil.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 103104
UselessParentheses Useless parentheses. 4 108109
UselessParentheses Useless parentheses. 4 123126
UselessParentheses Useless parentheses. 4 130133

org/djutils/serialization/TypedMessage.java

Rule Violation Priority Line
SimplifiedTernary Ternary operators that can be simplified with || or && 3 178
SimplifiedTernary Ternary operators that can be simplified with || or && 3 632
SimplifiedTernary Ternary operators that can be simplified with || or && 3 652
SimplifiedTernary Ternary operators that can be simplified with || or && 3 1079
SimplifiedTernary Ternary operators that can be simplified with || or && 3 1100

org/djutils/serialization/util/SerialDataDumper.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 6467