You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think to fix it, it would be good to go through all the .equals() methods in this package and look at what they are actually supposed to do... Does the javadoc already say something about the intented behaviour? Then maybe find the
"top-most" interfaces regarding intented behaviour (CompositeMaskPredicate? UnaryCompositeMaskPredicate?) and add static equals methods there that can be called from the implementations?
@tpietzsch @bogovicj
Within the class
RealTransformUnaryCompositeRealMaskRealInterval
I found this issue:As you can see in the lower part of the screenshot
this
andobj
are in fact the same Java objects. Nevertheless the.equals()
method returns false.Is this a bug or could it be an error on my side?
The text was updated successfully, but these errors were encountered: