PMD Results

The following document contains the results of PMD 6.46.0.

Violations By Priority

Priority 3

org/opentrafficsim/draw/graphs/ContourDataSource.java

Rule Violation Line
UselessQualifiedThis Useless qualified this usage in the same class. 396
UselessQualifiedThis Useless qualified this usage in the same class. 404
UselessQualifiedThis Useless qualified this usage in the same class. 426
UselessQualifiedThis Useless qualified this usage in the same class. 446
UselessQualifiedThis Useless qualified this usage in the same class. 785
UselessQualifiedThis Useless qualified this usage in the same class. 786
UnusedFormalParameter Avoid unused method parameters such as 'status'. 889
UnusedLocalVariable Avoid unused local variables such as 'plot'. 891
UselessQualifiedThis Useless qualified this usage in the same class. 891
EmptyControlStatement Empty for statement 891894

org/opentrafficsim/draw/gtu/DefaultCarAnimation.java

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

org/opentrafficsim/draw/network/NetworkAnimationUtils.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 6063

Priority 4

org/opentrafficsim/draw/core/TextAnimation.java

Rule Violation Line
UselessParentheses Useless parentheses. 477

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' 122

org/opentrafficsim/draw/network/LinkAnimation.java

Rule Violation Line
UnnecessaryImport Unused import 'org.opentrafficsim.core.network.LinkType' 20

Files

org/opentrafficsim/draw/core/TextAnimation.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 477

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 122

org/opentrafficsim/draw/graphs/ContourDataSource.java

Rule Violation Priority Line
UselessQualifiedThis Useless qualified this usage in the same class. 3 396
UselessQualifiedThis Useless qualified this usage in the same class. 3 404
UselessQualifiedThis Useless qualified this usage in the same class. 3 426
UselessQualifiedThis Useless qualified this usage in the same class. 3 446
UselessQualifiedThis Useless qualified this usage in the same class. 3 785
UselessQualifiedThis Useless qualified this usage in the same class. 3 786
UnusedFormalParameter Avoid unused method parameters such as 'status'. 3 889
UnusedLocalVariable Avoid unused local variables such as 'plot'. 3 891
UselessQualifiedThis Useless qualified this usage in the same class. 3 891
EmptyControlStatement Empty for statement 3 891894

org/opentrafficsim/draw/gtu/DefaultCarAnimation.java

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

org/opentrafficsim/draw/network/LinkAnimation.java

Rule Violation Priority Line
UnnecessaryImport Unused import 'org.opentrafficsim.core.network.LinkType' 4 20

org/opentrafficsim/draw/network/NetworkAnimationUtils.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 6063