Skip to content

Conversation

@blerer
Copy link

@blerer blerer commented Dec 3, 2025

This is an initial version of the patch as I am waiting for the result of the discussion on the mailing list.

The patch introduce a new assertion method in LuceneTestCase that verify that a given Decorator class (FilterXxx) properly delegate all methods calls to the wrapped instance. The patch add the missing delegation methods.

Closes #15452

Description

This is an initial version of the patch as I am waiting for
the result of the discussion on the mailing list.

The patch introduce a new assertion method in LuceneTestCase that
verify that a given Decorator class (FilterXxx) properly delegate
all methods calls to the wrapped instance. The patch add the
missing delegation methods.

Closes apache#15452
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FilterIndexInput and FilterIndexOutput override the behavior of the instance that they decorate

1 participant