PMD Results

The following document contains the results of PMD 6.46.0.

Violations By Priority

Priority 3

org/opentrafficsim/draw/factory/DefaultAnimationFactory.java

Rule Violation Line
EmptyControlStatement Empty if statement 240243

org/opentrafficsim/draw/graphs/ContourDataSource.java

Rule Violation Line
UselessQualifiedThis Useless qualified this usage in the same class. 399
UselessQualifiedThis Useless qualified this usage in the same class. 407
UselessQualifiedThis Useless qualified this usage in the same class. 429
UselessQualifiedThis Useless qualified this usage in the same class. 449
UselessQualifiedThis Useless qualified this usage in the same class. 789
UselessQualifiedThis Useless qualified this usage in the same class. 790
UnusedFormalParameter Avoid unused method parameters such as 'status'. 893
UnusedLocalVariable Avoid unused local variables such as 'plot'. 895
UselessQualifiedThis Useless qualified this usage in the same class. 895
EmptyControlStatement Empty for statement 895898

org/opentrafficsim/draw/gtu/DefaultCarAnimation.java

Rule Violation Line
UnusedPrivateField Avoid unused private fields such as 'isDestroyed'. 56
UselessOverridingMethod Overriding method merely calls super 265269

org/opentrafficsim/draw/network/OTSNetworkAnimationUtils.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 143146

Priority 4

org/opentrafficsim/draw/core/TextAnimation.java

Rule Violation Line
UselessParentheses Useless parentheses. 493

org/opentrafficsim/draw/graphs/AbstractPlot.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'java.awt.Font.BOLD' due to existing import 'java.awt.Font' 119

Files

org/opentrafficsim/draw/core/TextAnimation.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 493

org/opentrafficsim/draw/factory/DefaultAnimationFactory.java

Rule Violation Priority Line
EmptyControlStatement Empty if statement 3 240243

org/opentrafficsim/draw/graphs/AbstractPlot.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'java.awt.Font.BOLD' due to existing import 'java.awt.Font' 4 119

org/opentrafficsim/draw/graphs/ContourDataSource.java

Rule Violation Priority Line
UselessQualifiedThis Useless qualified this usage in the same class. 3 399
UselessQualifiedThis Useless qualified this usage in the same class. 3 407
UselessQualifiedThis Useless qualified this usage in the same class. 3 429
UselessQualifiedThis Useless qualified this usage in the same class. 3 449
UselessQualifiedThis Useless qualified this usage in the same class. 3 789
UselessQualifiedThis Useless qualified this usage in the same class. 3 790
UnusedFormalParameter Avoid unused method parameters such as 'status'. 3 893
UnusedLocalVariable Avoid unused local variables such as 'plot'. 3 895
UselessQualifiedThis Useless qualified this usage in the same class. 3 895
EmptyControlStatement Empty for statement 3 895898

org/opentrafficsim/draw/gtu/DefaultCarAnimation.java

Rule Violation Priority Line
UnusedPrivateField Avoid unused private fields such as 'isDestroyed'. 3 56
UselessOverridingMethod Overriding method merely calls super 3 265269

org/opentrafficsim/draw/network/OTSNetworkAnimationUtils.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 143146