Task #10691 (accepted)
Opened 11 years ago
Last modified 7 years ago
Adjust code generator so that enumeration values appear in ome.model.*
Reported by: | mtbcarroll | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Unscheduled |
Component: | Model | Version: | n.a. |
Keywords: | n.a. | Cc: | fs@… |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
Unfortunately, enumeration values in the mapping xml files just turn into disconnected interfaces in omero.model at present.
By improving treatment of classes generated from enumerations, a lot of the code surrounding ChecksumAlgorithm can be cleaned up.
Change History (5)
comment:1 Changed 9 years ago by jamoore
- Milestone changed from 5.x to Unscheduled
- Sprint FS demo 4.x deleted
comment:2 Changed 8 years ago by mtbcarroll
- Version set to OMERO-5.2.0
comment:3 Changed 8 years ago by mtbcarroll
- Version OMERO-5.2.0 deleted
comment:4 Changed 8 years ago by mtbcarroll
- Status changed from new to accepted
comment:5 Changed 7 years ago by mtbcarroll
- Owner mtbcarroll deleted
Opened https://github.com/openmicroscopy/openmicroscopy/pull/5206. Not a complete fix but gets us a good way along.
Useful to tidy up the new roles work.