Changes between Initial Version and Version 1 of Ticket #8517, comment 4


Ignore:
Timestamp:
2013-04-02T02:29:56+02:00 (12 years ago)
Author:
Don-vip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8517, comment 4

    initial v1  
    1 The patch does not work. TreeSet cannot be used in MultiMap because it does not respect the general contract of Set (see Javadoc). I have reverted this change as it caused a major bug (see #8546).
     1The patch does not work. TreeSet cannot be used in MultiMap because it does not respect the general contract of Set (see Javadoc). I have reverted this change in r5822 as it caused a major bug (see #8546).