gissuebot
gissuebot
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=938#c5) posted by **[email protected]** on 2012-03-15 at 09:19 PM_ --- I rather disagreed with even exposing HashCode's constructors, at least at this stage. I mean, right now, HashCode means...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=938#c6) posted by **drewmark** on 2012-03-15 at 09:40 PM_ --- What I'm suggesting doesn't require redesigning the package (read API) for inheritance. I'm suggesting that implementors be given the...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=938#c7) posted by **wasserman.louis** on 2012-03-15 at 09:48 PM_ --- We place a high value on making it as difficult as possible to shoot yourself in the foot.
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=938#c8) posted by **[email protected]** on 2012-03-16 at 01:47 AM_ --- I'm not sure where you got that impression, Louis. Two of my frequent utterances are "It's much more important...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=938#c9) posted by **[email protected]** on 2012-03-16 at 02:18 AM_ --- The big task here is AbstractStreamingHashFunction#AbstractStreamingHasher. And that relies on ByteBuffer, so exposing these classes, would either mean committing...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=938#c10) posted by **[email protected]** on 2012-04-03 at 05:13 PM_ --- _(No comment entered for this change.)_ --- **Status:** `Accepted`
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=938#c11) posted by **[email protected]** on 2012-05-30 at 07:45 PM_ --- _(No comment entered for this change.)_ --- **Labels:** -`Type-Enhancement`, `Type-Addition`
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1436#c1) posted by **kurt.kluever** on 2013-05-31 at 03:52 AM_ --- _(No comment entered for this change.)_ --- **Owner:** [email protected] **Labels:** `Type-Defect`, `Package-Cache` **CC:** [email protected]
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1436#c2) posted by **[email protected]** on 2013-08-08 at 11:00 PM_ --- This behavior seems to be working as intended in the sense that it is actually explicitly tested: https://github.com/google/guava/blob/master/guava-tests/test/com/google/common/cache/CacheLoadingTest.java#L268 There...