summaryrefslogtreecommitdiff
path: root/test/files/run/t6632.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-6632 ListBuffer's updated accepts negative positionsRex Kerr2014-02-131-0/+2
| | | | | | Changed the behavior in SeqLike.updated (which would silently accept negatives and throw on empty.tail) to throw IndexOutOfBoundException. Updated tests to verify the behavior in ListBuffer. Everything else SeqLike will come along for the ride.
* SI-6632 SI-6633 Fixes issues and data corruption in ListBufferSimon Ochsenreither2012-11-091-0/+3
- Disallow negative positions for ListBuffer#insert/insertAll/update - Fix data corruption issue in ListBuffer#insert