Task #4181 (closed)
Opened 9 years ago
Closed 9 years ago
Allow ImageReader to call isThisType(..., false)
Reported by: | mlinkert | Owned by: | mlinkert |
---|---|---|---|
Priority: | minor | Milestone: | OMERO-Beta4.3 |
Component: | Bio-Formats | Version: | n.a. |
Keywords: | n.a. | Cc: | curtis, leek@… |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | n.a. |
Description (last modified by mlinkert)
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 (4)
comment:1 Changed 9 years ago by jmoore
comment:2 Changed 9 years ago by mlinkert
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 9 years ago by Melissa Linkert <melissa@…>
(In [e8802f30a822b70154f2f3fca5f7ef3f614bc43b/bioformats.git]) Added a method to ImageReader? that controls how isThisType(...) is called.
Also updated the Javadoc for IFormatReader.isThisType(String, boolean).
See #4181.
comment:4 Changed 9 years ago by Melissa Linkert <melissa@…>
- Remaining Time set to 0
(In [7a2b59282afae84488bd98aedfdde0350adee904/bioformats.git]) Updated remaining readers to respect the 'open' flag in isThisType(...).
Closes #4181.
imported from bio-formats:#636