iverase commented on code in PR #16072:
URL: https://github.com/apache/lucene/pull/16072#discussion_r3252439434
##########
lucene/core/src/test/org/apache/lucene/util/TestFixedBitSet.java:
##########
@@ -76,6 +76,24 @@ void doNextSetBit(java.util.BitSet a, FixedBitSet b) {
} while (aa != DocIdSetIterator.NO_MORE_DOCS);
}
+ void doNextClearBit(java.util.BitSet a, FixedBitSet b) {
Review Comment:
This test is mimicking the implementation of #doNextSetBit so it is how
FixedBitSet is tested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]