gissuebot
gissuebot
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=989#c1) posted by **wasserman.louis** on 2012-05-02 at 08:21 PM_ --- _(No comment entered for this change.)_ --- **Labels:** `Package-Collect`
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=989#c2) posted by **[email protected]** on 2012-05-10 at 06:49 PM_ --- We need to develop a good migration plan for this. We'll try the experiment internally and see how much...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=989#c3) posted by **Ash2kk** on 2012-05-28 at 04:08 AM_ --- Also com.google.common.collect.Ranges (and maybe other classes) have methods with generics that can be improved. e.g. <C extends Comparable> Range<C>...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=989#c4) posted by **wasserman.louis** on 2012-05-28 at 08:59 AM_ --- _Issue #1015 has been merged into this issue._
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=989#c5) posted by **[email protected]** on 2012-06-22 at 06:30 PM_ --- _(No comment entered for this change.)_ --- **Labels:** `Type-Enhancement`
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=989#c6) posted by **[email protected]** on 2012-11-07 at 07:42 PM_ --- <C extends Comparable> is an option.
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=989#c7) posted by **[email protected]** on 2013-12-20 at 07:46 PM_ --- _Issue #1015 has been merged into this issue._
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1145#c1) posted by **[email protected]** on 2012-09-12 at 03:56 PM_ --- From what I can tell, I'm pretty sure that private <T> ImmutableSet<T> fixImmutableSet(final ImmutableSet<T> set) { return ImmutableSet.copyOf(set); }...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1145#c2) posted by **[email protected]** on 2012-09-12 at 10:06 PM_ --- I have the vague feeling that I'm forgetting something, but this seems wrong to me. For a _mutable_ collection,...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=683#c1) posted by **[email protected]** on 2011-08-29 at 06:31 PM_ --- I believe pooling to be a bona fide Hard Problem. But we have some initial thoughts about it which...