FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
10 7 0 0

org.djunits.demo.examples.MultiplyAndDivide

Bug Category Details Line Priority
Dead store to speedVector in org.djunits.demo.examples.MultiplyAndDivide.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 57 High
Dead store to speed2 in org.djunits.demo.examples.MultiplyAndDivide.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 54 Medium
Dead store to speed3 in org.djunits.demo.examples.MultiplyAndDivide.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 55 Medium

org.djunits.demo.website.JerkUnit

Bug Category Details Line Priority
Static initializer for org.djunits.demo.website.JerkUnit creates instance before all static final fields assigned BAD_PRACTICE SI_INSTANCE_BEFORE_FINALS_ASSIGNED 33 Medium

org.djunits.demo.website.Test

Bug Category Details Line Priority
Dead store to jerkVector in org.djunits.demo.website.Test.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 34 High
Dead store to jerk2 in org.djunits.demo.website.Test.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 32 Medium
Dead store to jjerk2 in org.djunits.demo.website.Test.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 37 Medium