NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

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: bio-formats-4.3
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.