Ticket #603 (closed task: invalid)
Opened 2010-11-16T05:38:31-06:00
Last modified 2010-12-27T10:47:21-06:00
Move get/setMetadataOptions methods to IFormatReader
| Reported by: | melissa | Owned by: | melissa | 
|---|---|---|---|
| Priority: | major | Milestone: | 
               | 
    
| Component: | bio-formats | Severity: | non-issue | 
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | 
Description
Both methods are implemented in FormatReader, but should be declared in IFormatReader. The methods will then need to be implemented in the other IFormatReader implementations.
Change History
comment:1 Changed 2010-12-27T10:47:21-06:00 by melissa
- Status changed from new to closed
 - Resolution set to invalid
 
The [get,set]MetadataOptions methods are actually declared in the IMetadataConfigurable interface, which IFormatReader extends. So there is no need to move the methods, as they are already where they should be.