migrator / guava-libraries-2

Guava: Google Core Libraries for Java 1.6+
0 stars 0 forks source link

RangeSet does not document concurrent modification of asRanges() #32

Open migrator opened 9 years ago

migrator commented 9 years ago

RangeSet#asRanges() document how changes to the set are propagated to the inherited set. Is the asRanges() result immutable? Are changes propagated? Or are concurrent modifications not allowed?

relevance: 2

migrator commented 9 years ago

summary: Not Defined

Eh, sorry should have been "RangeSet#asRanges() does not document". I was a bit too quick there..

status Not Defined creator: jens.ran...@tink.se created at: Aug 12, 2014

migrator commented 9 years ago

summary: Not Defined

Looks like it all boils down to a call to SortedMap#values() whose result has undefined behaviour when the map is modified.

status Not Defined creator: jens.ran...@tink.se created at: Aug 12, 2014