scifio / scifio-ome-xml

SCIFIO plug-in providing support for the OME data model, including readers, writers and translators for OME-XML and OME-TIFF formats.
http://scif.io/
BSD 2-Clause "Simplified" License
2 stars 3 forks source link

OME-XML format doesn't populate codec context properly #16

Closed hinerm closed 10 years ago

hinerm commented 10 years ago

All the codecs in the OMEXMLFormat are populated with new Codec(), which I suspect does not populate the Context, which then leads to NPE's in the AbstractGateway layer due to not having a context set.

Just need to update these codecs to accept a Context or invoke their setters.