PMD Results

The following document contains the results of PMD 7.17.0.

Violations By Priority

Priority 3

nl/tudelft/simulation/dsol/animation/gis/map/Feature.java

Rule Violation Line
UnusedPrivateField Avoid unused private fields such as 'shapeAttributeNames'. 51
UnusedPrivateField Avoid unused private fields such as 'pointAttributeNames'. 69

Priority 4

nl/tudelft/simulation/dsol/animation/gis/map/GisMap.java

Rule Violation Line
UselessParentheses Useless parentheses around `1.0 / correcteddZoomFactor`. 406
UselessParentheses Useless parentheses around `1.0 / correcteddZoomFactor`. 407
UselessParentheses Useless parentheses around `pixelPosition.getX() / getImage().getSize().get...`. 421
UselessParentheses Useless parentheses around `pixelPosition.getY() / getImage().getSize().get...`. 423
UselessParentheses Useless parentheses around `1.0 / correcteddZoomFactor`. 425
UselessParentheses Useless parentheses around `1.0 / correcteddZoomFactor`. 426
UselessParentheses Useless parentheses around `rectangle.getMinX() / getImage().getSize().getW...`. 442
UselessParentheses Useless parentheses around `(getImage().getSize().getHeight() - rectangle.g...`. 444
UselessParentheses Useless parentheses around `rectangle.getWidth() / getImage().getSize().get...`. 446
UselessParentheses Useless parentheses around `(getImage().getSize().getHeight() - rectangle.g...`. 447

Files

nl/tudelft/simulation/dsol/animation/gis/map/Feature.java

Rule Violation Priority Line
UnusedPrivateField Avoid unused private fields such as 'shapeAttributeNames'. 3 51
UnusedPrivateField Avoid unused private fields such as 'pointAttributeNames'. 3 69

nl/tudelft/simulation/dsol/animation/gis/map/GisMap.java

Rule Violation Priority Line
UselessParentheses Useless parentheses around `1.0 / correcteddZoomFactor`. 4 406
UselessParentheses Useless parentheses around `1.0 / correcteddZoomFactor`. 4 407
UselessParentheses Useless parentheses around `pixelPosition.getX() / getImage().getSize().get...`. 4 421
UselessParentheses Useless parentheses around `pixelPosition.getY() / getImage().getSize().get...`. 4 423
UselessParentheses Useless parentheses around `1.0 / correcteddZoomFactor`. 4 425
UselessParentheses Useless parentheses around `1.0 / correcteddZoomFactor`. 4 426
UselessParentheses Useless parentheses around `rectangle.getMinX() / getImage().getSize().getW...`. 4 442
UselessParentheses Useless parentheses around `(getImage().getSize().getHeight() - rectangle.g...`. 4 444
UselessParentheses Useless parentheses around `rectangle.getWidth() / getImage().getSize().get...`. 4 446
UselessParentheses Useless parentheses around `(getImage().getSize().getHeight() - rectangle.g...`. 4 447