The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is max
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 |
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 |
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 |
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 |
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 |
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 |