imglib / imglib2-roi

Regions of interest (ROIs) and labelings for ImgLib2
Other
9 stars 8 forks source link

Contains interface is gone :-( #47

Closed haesleinhuepf closed 5 years ago

haesleinhuepf commented 5 years ago

Dear all,

I just fall over the removal of the Contains interface. Find details here: https://forum.image.sc/t/examples-of-usage-of-imglib2-roi/22855/25

I really like the annotation "@Deprecated" because it allows developers to deal with issues before they happen. Would it be possible to bring the Contains interface back, deprecate it and remove it in - let's say half a year?

Sorry for being a bit grumpy.

Cheers, Robert

ctrueden commented 5 years ago

@haesleinhuepf I feel your pain.

Some additional details:

So I fear your Contains-related functionality has been broken for more than 8 months now. 😞

Would bringing back the interface fix your functionality? Just bringing back the interface deprecated might not be enough, depending on what you do with the BinaryUnion et al. classes. Do they get passed to other things in the imglib2-roi API? Would the places where they get passed still work as desired with something implementing such a deprecated and orphaned interface?