Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch Available
Description
The current implementation leaves bitOffset unchanged when reset() method is being called.
In order to mark and reset bitOffset value, I have created a OffsetStack. Push bitOffset value to the stack when mark() is called. Pop bitOffset value from the stack when the reset() is called.