FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is max

Summary

Classes Bugs Errors Missing Classes
32 6 0 0

au.gov.amsa.animator.ModelEmpty

Bug Category Details Line Priority
Hard coded reference to an absolute pathname in au.gov.amsa.animator.ModelEmpty.main(String[]) STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 35 Medium

au.gov.amsa.animator.ModelManyCraft

Bug Category Details Line Priority
Hard coded reference to an absolute pathname in au.gov.amsa.animator.ModelManyCraft.main(String[]) STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 154 Medium

au.gov.amsa.animator.ModelManyCraft$FixesSubscriber

Bug Category Details Line Priority
Unread field: au.gov.amsa.animator.ModelManyCraft$FixesSubscriber.maxSize; should this field be static? PERFORMANCE SS_SHOULD_BE_STATIC 72 Medium

au.gov.amsa.animator.Sources

Bug Category Details Line Priority
Hard coded reference to an absolute pathname in au.gov.amsa.animator.Sources.singleDay() STYLE DMI_HARDCODED_ABSOLUTE_FILENAME 15 Medium

au.gov.amsa.animator.ViewRecentTracks

Bug Category Details Line Priority
Integral division result cast to double or float in au.gov.amsa.animator.ViewRecentTracks.draw(Model, Graphics2D, AffineTransform) STYLE ICAST_IDIV_CAST_TO_DOUBLE 40 Medium

com.github.davidmoten.util.MapWithIndex$NaturalNumbers$1

Bug Category Details Line Priority
com.github.davidmoten.util.MapWithIndex$NaturalNumbers$1.next() can't throw NoSuchElementException BAD_PRACTICE IT_NO_SUCH_ELEMENT 81 Medium