https://bz.apache.org/bugzilla/show_bug.cgi?id=65790
--- Comment #5 from Axel Howind <a...@dua3.com> --- I just looked where SparseBitSet is used in the POI code base, and to me it looks like there might be better alternatives. One example is a map with strings as keys. These are converted to ints, stored in a SparseBitSet, and then that bitset is used to determine the next free index into the map. It seems like the wrong tool for the task. I will look into this and the other instances where it is used and probably prepare a PR. If it turns out we still need the SparseBitSet, I will create a PR for the upstream project, otherwise I think the dependency should simply be removed. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org