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
Now that LabelMultisetType implements IntegerType it is unclear what exactly valueEquals means. Also, it does not seem to be used anywhere (neither LabelMultisetType.valueEquals nor VolatileLabelMultisetType.valueEquals. Consider throwing UnsupportedOperationException as for most overriden methods that LabelMultisetType implements.
The text was updated successfully, but these errors were encountered:
Now that
LabelMultisetType
implementsIntegerType
it is unclear what exactlyvalueEquals
means. Also, it does not seem to be used anywhere (neitherLabelMultisetType.valueEquals
norVolatileLabelMultisetType.valueEquals
. Consider throwingUnsupportedOperationException
as for most overriden methods thatLabelMultisetType
implements.The text was updated successfully, but these errors were encountered: