Task #1494 (closed)
Opened 10 years ago
Closed 10 years ago
Fix OMEROWrapper.isSPWReader() to use new methods
| Reported by: | jamoore | Owned by: | bwzloranger |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-Beta4.1 |
| Component: | General | Version: | 3.0-M1 |
| Keywords: | n.a. | Cc: | melissa@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
https://skyking.microscopy.wisc.edu/trac/java/changeset/5517
introduced a new method in the reader API for checking the domain of a reader. This should be used instead of hard-coded values.
Change History (3)
comment:1 Changed 10 years ago by jmoore
comment:2 Changed 10 years ago by jmoore
Doh: #1521
comment:3 Changed 10 years ago by bwzloranger
- Resolution set to fixed
- Status changed from new to closed
method re-addded and uses reader.getDomains()
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
In r5226, isSPWReader was removed, but this solution still does not work for the multi-domain types (especially OME-XML/TIFF. See r1521)