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
14 12 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 58 High
Dead store to speed2 in org.djunits.demo.examples.MultiplyAndDivide.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 55 Medium
Dead store to speed3 in org.djunits.demo.examples.MultiplyAndDivide.main(String[]) STYLE DLS_DEAD_LOCAL_STORE 56 Medium

org.djunits.demo.examples.VectorToArrayExample

Bug Category Details Line Priority
Invocation of toString on svdArray in org.djunits.demo.examples.VectorToArrayExample.showDoubleToArray() CORRECTNESS DMI_INVOKING_TOSTRING_ON_ARRAY 60 Medium
Invocation of toString on svsArray in org.djunits.demo.examples.VectorToArrayExample.showDoubleToArray() CORRECTNESS DMI_INVOKING_TOSTRING_ON_ARRAY 73 Medium
Invocation of toString on tvdArray in org.djunits.demo.examples.VectorToArrayExample.showDoubleToArray() CORRECTNESS DMI_INVOKING_TOSTRING_ON_ARRAY 85 Medium
Invocation of toString on tvsArray in org.djunits.demo.examples.VectorToArrayExample.showDoubleToArray() CORRECTNESS DMI_INVOKING_TOSTRING_ON_ARRAY 98 Medium
Invocation of toString on svdArray in org.djunits.demo.examples.VectorToArrayExample.showFloatToArray() CORRECTNESS DMI_INVOKING_TOSTRING_ON_ARRAY 117 Medium
Invocation of toString on svsArray in org.djunits.demo.examples.VectorToArrayExample.showFloatToArray() CORRECTNESS DMI_INVOKING_TOSTRING_ON_ARRAY 130 Medium
Invocation of toString on tvdArray in org.djunits.demo.examples.VectorToArrayExample.showFloatToArray() CORRECTNESS DMI_INVOKING_TOSTRING_ON_ARRAY 142 Medium
Invocation of toString on tvsArray in org.djunits.demo.examples.VectorToArrayExample.showFloatToArray() CORRECTNESS DMI_INVOKING_TOSTRING_ON_ARRAY 155 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 39 Medium