Details
Description
Filter has the field
protected boolean reversed;
which should be marked transient since it does not get serialized with the rest of Filter.
Even though Filters do not use Java serialization, this should be provided as a hint to, for example, unittests that verify the integrity of serialization methods by randomly populating a class and testing that it properly compares after deserialization.