NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #355 (closed defect: fixed)

Opened 2011-03-11T11:03:51-06:00

Last modified 2011-03-11T11:04:18-06:00

AbstractInputHarvester throws exception for ranged fields

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: biweekly-2011: Feb-28 to Mar-11
Component: Plugin Framework Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

If a parameter in a plugin has a valid range that does not include zero AbstractInputHarvester cannot instantiate it and throws an exception. It turns out range clamping necessary on the initial value of the field

Change History

comment:1 Changed 2011-03-11T11:04:15-06:00 by bdezonia

  • Status changed from new to accepted

Did initial implementation. Curtis did final implementation.

comment:2 Changed 2011-03-11T11:04:18-06:00 by bdezonia

  • Status changed from accepted to closed
  • Resolution set to fixed