Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Although IntRangeSet is no more used since generation of enums using native java enums, the class is still used by legacy code.
The constructor for IntRangeSet does not put the first element in the given array to the realSet, which results in incorrect behavior.