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
222 39 0 0

Files

Class Bugs
org.opentrafficsim.core.distributions.Distribution 1
org.opentrafficsim.core.dsol.OTSSimTimeDouble 1
org.opentrafficsim.core.geometry.OTS2DSet 1
org.opentrafficsim.core.geometry.OTSBufferingAV 1
org.opentrafficsim.core.geometry.OTSLine3D 2
org.opentrafficsim.core.geometry.OTSShape 1
org.opentrafficsim.core.geometry.Test 1
org.opentrafficsim.core.geometry.Test$MyCallable 1
org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeBoolean 1
org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble 1
org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeInteger 1
org.opentrafficsim.core.gtu.plan.operational.OperationalPlan 1
org.opentrafficsim.core.gtu.plan.operational.OperationalPlan$SegmentProgress 2
org.opentrafficsim.core.network.CapacityOTSLink 1
org.opentrafficsim.core.network.animation.LinkAnimation 1
org.opentrafficsim.core.network.animation.NodeAnimation 1
org.opentrafficsim.core.network.factory.xml.units.AngleUnits 1
org.opentrafficsim.core.network.factory.xml.units.LengthUnits 2
org.opentrafficsim.core.network.factory.xml.units.SpeedUnits 1
org.opentrafficsim.core.network.factory.xml.units.TimeUnits 2
org.opentrafficsim.core.object.animation.StaticObjectAnimation 1
org.opentrafficsim.gui.OTSAnimationPanel 4
org.opentrafficsim.gui.OTSAnimationPanel$DisposeOnCloseThread 1
org.opentrafficsim.gui.OTSControlPanel 7
org.opentrafficsim.gui.OTSControlPanel$DisposeOnCloseThread 1
org.opentrafficsim.simulationengine.properties.AbstractProperty$PropertyIterator 1

org.opentrafficsim.core.distributions.Distribution

Bug Category Details Line Priority
Null passed for non-null parameter of java.util.List.addAll(Collection) in new org.opentrafficsim.core.distributions.Distribution(List, StreamInterface) CORRECTNESS NP_NULL_PARAM_DEREF 48 High

org.opentrafficsim.core.dsol.OTSSimTimeDouble

Bug Category Details Line Priority
org.opentrafficsim.core.dsol.OTSSimTimeDouble defines compareTo(OTSSimTimeDouble) and uses Object.equals() BAD_PRACTICE EQ_COMPARETO_USE_OBJECT_EQUALS 57 Medium

org.opentrafficsim.core.geometry.OTS2DSet

Bug Category Details Line Priority
Possible null pointer dereference of boundingBox in new org.opentrafficsim.core.geometry.OTS2DSet(Rectangle2D, double) CORRECTNESS NP_NULL_ON_SOME_PATH 55 High

org.opentrafficsim.core.geometry.OTSBufferingAV

Bug Category Details Line Priority
org.opentrafficsim.core.geometry.OTSBufferingAV.p(List) concatenates strings using + in a loop PERFORMANCE SBSC_USE_STRINGBUFFER_CONCATENATION 967 Medium

org.opentrafficsim.core.geometry.OTSLine3D

Bug Category Details Line Priority
org.opentrafficsim.core.geometry.OTSLine3D.getPoints() may expose internal representation by returning OTSLine3D.points MALICIOUS_CODE EI_EXPOSE_REP 859 Medium
Inconsistent synchronization of org.opentrafficsim.core.geometry.OTSLine3D.length; locked 71% of time MT_CORRECTNESS IS2_INCONSISTENT_SYNC 526 Medium

org.opentrafficsim.core.geometry.OTSShape

Bug Category Details Line Priority
org.opentrafficsim.core.geometry.OTSShape doesn't override OTSLine3D.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium

org.opentrafficsim.core.geometry.Test

Bug Category Details Line Priority
org.opentrafficsim.core.geometry.Test.checkAll(OTSLine3D, double) concatenates strings using + in a loop PERFORMANCE SBSC_USE_STRINGBUFFER_CONCATENATION 47 Medium

org.opentrafficsim.core.geometry.Test$MyCallable

Bug Category Details Line Priority
Should org.opentrafficsim.core.geometry.Test$MyCallable be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 843-883 Medium

org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeBoolean

Bug Category Details Line Priority
Possible null pointer dereference of AbstractParameterType.defaultValue in org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeBoolean.getDefaultValue() CORRECTNESS NP_NULL_ON_SOME_PATH 63 High

org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble

Bug Category Details Line Priority
Possible null pointer dereference of AbstractParameterType.defaultValue in org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeDouble.getDefaultValue() CORRECTNESS NP_NULL_ON_SOME_PATH 99 High

org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeInteger

Bug Category Details Line Priority
Possible null pointer dereference of AbstractParameterType.defaultValue in org.opentrafficsim.core.gtu.behavioralcharacteristics.ParameterTypeInteger.getDefaultValue() CORRECTNESS NP_NULL_ON_SOME_PATH 97 High

org.opentrafficsim.core.gtu.plan.operational.OperationalPlan

Bug Category Details Line Priority
Dead store to p in org.opentrafficsim.core.gtu.plan.operational.OperationalPlan.getLocation(Time) STYLE DLS_DEAD_LOCAL_STORE 403 Medium

org.opentrafficsim.core.gtu.plan.operational.OperationalPlan$SegmentProgress

Bug Category Details Line Priority
org.opentrafficsim.core.gtu.plan.operational.OperationalPlan$SegmentProgress is serializable and an inner class BAD_PRACTICE SE_INNER_CLASS 296-333 Medium
Should org.opentrafficsim.core.gtu.plan.operational.OperationalPlan$SegmentProgress be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 296-333 Medium

org.opentrafficsim.core.network.CapacityOTSLink

Bug Category Details Line Priority
org.opentrafficsim.core.network.CapacityOTSLink doesn't override OTSLink.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium

org.opentrafficsim.core.network.animation.LinkAnimation

Bug Category Details Line Priority
org.opentrafficsim.core.network.animation.LinkAnimation is Serializable but its superclass doesn't define an accessible void constructor BAD_PRACTICE SE_NO_SUITABLE_CONSTRUCTOR 46-65 High

org.opentrafficsim.core.network.animation.NodeAnimation

Bug Category Details Line Priority
org.opentrafficsim.core.network.animation.NodeAnimation is Serializable but its superclass doesn't define an accessible void constructor BAD_PRACTICE SE_NO_SUITABLE_CONSTRUCTOR 39-54 High

org.opentrafficsim.core.network.factory.xml.units.AngleUnits

Bug Category Details Line Priority
org.opentrafficsim.core.network.factory.xml.units.AngleUnits.ANGLE_UNITS is a mutable collection which should be package protected MALICIOUS_CODE MS_MUTABLE_COLLECTION_PKGPROTECT 26 Medium

org.opentrafficsim.core.network.factory.xml.units.LengthUnits

Bug Category Details Line Priority
org.opentrafficsim.core.network.factory.xml.units.LengthUnits.LENGTH_UNITS is a mutable collection which should be package protected MALICIOUS_CODE MS_MUTABLE_COLLECTION_PKGPROTECT 27 Medium
org.opentrafficsim.core.network.factory.xml.units.LengthUnits.PER_LENGTH_UNITS is a mutable collection which should be package protected MALICIOUS_CODE MS_MUTABLE_COLLECTION_PKGPROTECT 30 Medium

org.opentrafficsim.core.network.factory.xml.units.SpeedUnits

Bug Category Details Line Priority
org.opentrafficsim.core.network.factory.xml.units.SpeedUnits.SPEED_UNITS is a mutable collection which should be package protected MALICIOUS_CODE MS_MUTABLE_COLLECTION_PKGPROTECT 24 Medium

org.opentrafficsim.core.network.factory.xml.units.TimeUnits

Bug Category Details Line Priority
org.opentrafficsim.core.network.factory.xml.units.TimeUnits.PER_TIME_UNITS is a mutable collection which should be package protected MALICIOUS_CODE MS_MUTABLE_COLLECTION_PKGPROTECT 30 Medium
org.opentrafficsim.core.network.factory.xml.units.TimeUnits.TIME_UNITS is a mutable collection which should be package protected MALICIOUS_CODE MS_MUTABLE_COLLECTION_PKGPROTECT 27 Medium

org.opentrafficsim.core.object.animation.StaticObjectAnimation

Bug Category Details Line Priority
org.opentrafficsim.core.object.animation.StaticObjectAnimation is Serializable but its superclass doesn't define an accessible void constructor BAD_PRACTICE SE_NO_SUITABLE_CONSTRUCTOR 54-126 High

org.opentrafficsim.gui.OTSAnimationPanel

Bug Category Details Line Priority
Hard coded reference to an absolute pathname in new org.opentrafficsim.gui.OTSAnimationPanel(Rectangle2D, Dimension, SimpleAnimator, WrappableAnimation, GTUColorer) STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 115 Medium
Hard coded reference to an absolute pathname in new org.opentrafficsim.gui.OTSAnimationPanel(Rectangle2D, Dimension, SimpleAnimator, WrappableAnimation, GTUColorer) STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 117 Medium
Hard coded reference to an absolute pathname in new org.opentrafficsim.gui.OTSAnimationPanel(Rectangle2D, Dimension, SimpleAnimator, WrappableAnimation, GTUColorer) STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 116 Medium
new org.opentrafficsim.gui.OTSAnimationPanel(Rectangle2D, Dimension, SimpleAnimator, WrappableAnimation, GTUColorer) invokes org.opentrafficsim.gui.OTSAnimationPanel$UpdateTimer.start() MT_CORRECTNESS SC_START_IN_CTOR 131 Medium

org.opentrafficsim.gui.OTSAnimationPanel$DisposeOnCloseThread

Bug Category Details Line Priority
Should org.opentrafficsim.gui.OTSAnimationPanel$DisposeOnCloseThread be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 251-288 Medium

org.opentrafficsim.gui.OTSControlPanel

Bug Category Details Line Priority
Hard coded reference to an absolute pathname in new org.opentrafficsim.gui.OTSControlPanel(OTSDEVSSimulatorInterface, WrappableAnimation) STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 130 Medium
Hard coded reference to an absolute pathname in new org.opentrafficsim.gui.OTSControlPanel(OTSDEVSSimulatorInterface, WrappableAnimation) STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 131 Medium
Hard coded reference to an absolute pathname in new org.opentrafficsim.gui.OTSControlPanel(OTSDEVSSimulatorInterface, WrappableAnimation) STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 133 Medium
Hard coded reference to an absolute pathname in new org.opentrafficsim.gui.OTSControlPanel(OTSDEVSSimulatorInterface, WrappableAnimation) STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 136 Medium
Hard coded reference to an absolute pathname in org.opentrafficsim.gui.OTSControlPanel.fixButtons() STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 408 Medium
Hard coded reference to an absolute pathname in org.opentrafficsim.gui.OTSControlPanel.fixButtons() STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 413 Medium
Exception is caught when Exception is not thrown in org.opentrafficsim.gui.OTSControlPanel.actionPerformed(ActionEvent) STYLE REC_CATCH_EXCEPTION 343 Medium

org.opentrafficsim.gui.OTSControlPanel$DisposeOnCloseThread

Bug Category Details Line Priority
Should org.opentrafficsim.gui.OTSControlPanel$DisposeOnCloseThread be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 219-257 Medium

org.opentrafficsim.simulationengine.properties.AbstractProperty$PropertyIterator

Bug Category Details Line Priority
org.opentrafficsim.simulationengine.properties.AbstractProperty$PropertyIterator is serializable and an inner class BAD_PRACTICE SE_INNER_CLASS 170-235 Medium