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
Parser allows to pass in a BitSet instance in its constructor to select the sections that should be parsed.
However, there is no documentation on what the BitSet represents, and how it should be built. Either document how to build a proper BitSet, or wrap it in an explicit builder.
Besides, there does not seem to be usages in the codebase, so it might be a candidate for removal (or at least, to make it package-private)
Parser
allows to pass in aBitSet
instance in its constructor to select the sections that should be parsed.However, there is no documentation on what the BitSet represents, and how it should be built. Either document how to build a proper BitSet, or wrap it in an explicit builder.
Besides, there does not seem to be usages in the codebase, so it might be a candidate for removal (or at least, to make it package-private)
e.g.
The text was updated successfully, but these errors were encountered: