Go to file
Michael Zhou e507cd331e Fix a bug in EditIterator.
Previously, advance() does not terminate early when numOfChar equals
lengthWithNewline. Since lengthWithNewline may change in the next
iteration of the while loop, the desired LineCharacter may not be
returned, and an IllegalStateException will be thrown. Fixed by
checking if numOfChar is 0 after advanceLine() and returning early
if true.

Change-Id: Icab77db3947aa25cd39571ec50e76f9481fb1f08
2013-07-08 01:04:26 -07:00
2013-06-21 09:51:01 -07:00
2013-06-21 09:51:01 -07:00
2013-06-21 09:51:01 -07:00
2013-06-21 09:51:01 -07:00
2013-07-08 01:04:26 -07:00
2013-06-21 09:51:01 -07:00
2013-06-28 18:15:47 +00:00
2013-06-21 09:51:01 -07:00
2013-06-21 09:51:01 -07:00
2013-06-21 09:51:01 -07:00
2013-06-21 09:51:01 -07:00
2013-06-21 09:51:01 -07:00
2013-06-21 09:51:01 -07:00
2013-07-05 18:55:30 -07:00
2013-06-21 09:51:01 -07:00
2013-06-21 09:51:01 -07:00
2013-06-22 17:41:35 -07:00
2013-06-14 12:47:51 -07:00
2013-06-14 10:15:25 +02:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB