ome / ome-model

OME model (specification, code generator, implementation)
Other
13 stars 26 forks source link

MetadataConverter: WellAnnotationRef conversion defect #130

Closed rleigh-codelibre closed 3 years ago

rleigh-codelibre commented 3 years ago

The Java MetadataConverter does not appear to be handing WellAnnotationRef correctly. wellAnnotationRefCount is never assigned any value other than 0. Fix appears straightforward.

Impact: All WellAnnotationRefs are silently dropped during this conversion.

The OME-Files C++ converter does not contain this defect.

rleigh-codelibre commented 3 years ago

I'm testing a fix for this, and I'll open a PR once it's done.