Description
BitAnd uses isEmpty, an instance field, to track if inputs seen thus far are null. This is an unsafe usage of CombineFn, since all mutable state is expected to be stored in the Accumulator.
Attachments
Issue Links
- links to
BitAnd uses isEmpty, an instance field, to track if inputs seen thus far are null. This is an unsafe usage of CombineFn, since all mutable state is expected to be stored in the Accumulator.