Ticket #636 (closed task: fixed)
Opened 2011-01-11T15:07:15-06:00
Last modified 2011-02-02T04:45:00-06:00
Allow ImageReader to call isThisType(..., false)
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | bio-formats | Severity: | minor |
Keywords: | Cc: | curtis, leek@… | |
Blocked By: | Blocking: |
Description
There are three pieces to this ticket:
1) Add a setter to ImageReader that toggles whether or not file system access can be used in calls to isThisType(...).
2) Clarify the Javadoc for isThisType(String, boolean) to indicate that passing in 'false' for the boolean parameter means that no file system operations will occur, which can cause type detection problems.
3) Update any misbehaving readers to respect isThisType's boolean parameter.
Change History
comment:1 Changed 2011-02-02T04:45:00-06:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
moved to ome:#4181