69
I Use This!
High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jun 16, 2024 — Jun 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove @GuardedBy annotation from all public methods of Monitor. More... over 13 years ago
remove spurious new method ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=26108853 More... over 13 years ago
add more missing @since tags ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=26105362 More... over 13 years ago
add GwtSerializationDependencies ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=26103631 More... over 13 years ago
add missing @since tags, per the jdiff report ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=26103222 More... over 13 years ago
Make CharEscaper.escapeSlow final (as UnicodeEscaper.escapeSlow already is). No one overrides it. More... over 13 years ago
Add Ints.tryParse. The implementation is based off that of Android's java.lang.Integer#parseInt. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=26080239 More... over 13 years ago
Restore LocalCache.LocalManualCache.{apply,get,getUnchecked} to fix Guava compilation. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=26079466 More... over 13 years ago
Remove Futures.chain internally, though it will go out in Guava r11 before being removed in r12. Roll back temporary AbstractFuturesChainTest mess from 25962636 (but restore FuturesChainTest as "FuturesTransformAsyncFunctionTest." Also, fix a copy-and-paste error in the AsyncFunction Futures.transform Javadoc. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=26078097 More... over 13 years ago
Add c.g.common.collect.Sets#newLinkedHashSetWithExpectedSize ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=26074694 More... over 13 years ago
add new Cache/LoadingCache methods to RemovalCause javadocs ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=26048028 More... over 13 years ago
emulate CacheBuilder in GWT, gwtifying all requistie dependencies ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=26046933 More... over 13 years ago
Convert more users from to-be-deprecated Futures.chain to new AsyncFunction-based Future.transform. Deprecate Futures.chain. More... over 13 years ago
Add Multimaps.filter methods ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25993671 More... over 13 years ago
Introduce Futures.transform overloads that accept an AsyncFunction in preparation for eliminating Futures.chain. Also: - Fix Javadoc example code's rowKeyFuture confusion: http://code.google.com/p/guava-libraries/issues/detail?id=788 - Add test that the result of the preexisting Future.transform is memoized when the transformation succeeds. More... over 13 years ago
Include all source files as resources in guava-gwt jar. The only one currently missing was GwtSerializationDependencies, but this causes serialization problems: http://code.google.com/p/guava-libraries/issues/detail?id=791 More... over 13 years ago
Tiny clarification to Queues#drain ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25965634 More... over 13 years ago
If {ByteStreams,CharStreams}.copy fails to close both input and output, it should log one exception while throwing the other. http://code.google.com/p/guava-libraries/issues/detail?id=667 ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25920059 More... over 13 years ago
Fixed a tiny Javadoc typo. You might be asking yourself: why is he wasting his time with this? I... don't know. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25918269 More... over 13 years ago
Many Javadoc fixes, including fixes for public issues: - http://code.google.com/p/guava-libraries/issues/detail?id=778 - http://code.google.com/p/guava-libraries/issues/detail?id=736 - http://code.google.com/p/guava-libraries/issues/detail?id=713 - http://code.google.com/p/guava-libraries/issues/detail?id=710 - http://code.google.com/p/guava-libraries/issues/detail?id=709 - http://code.google.com/p/guava-libraries/issues/detail?id=706 - http://code.google.com/p/guava-libraries/issues/detail?id=566 ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25915349 More... over 13 years ago
trigger refresh on Cache.getIfPresent ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25908678 More... over 13 years ago
Make threads used by listenInPoolThread daemon, since the mere act of creating a ListenableFuture isn't expected to keep a process alive. http://code.google.com/p/guava-libraries/issues/detail?id=726 ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25885317 More... over 13 years ago
Add c.g.common.base.Optional#presentInstances ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25881600 More... over 13 years ago
Copy c.g.c.collect.AbstractIterator to c.g.c.base as a package-private class. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25880322 More... over 13 years ago
Replace try/catch/propagate with try/finally idiom. More... over 13 years ago
Reorder some of the HTTP Headers. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25806584 More... over 13 years ago
Test that transform* calls on a "secretly" sorted map are passed off to the SortedMap overloads. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25679905 More... over 13 years ago
Plug a bunch of unit testing holes in common.net. Also, remove a redundant item from the HostSpecifier Javadoc. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25677661 More... over 13 years ago
Make SerializableTester.reserialize a no-op under GWT so that test authors can use it as part of larger test methods. With that done, eliminate the equivalent, awful hack in RangeTest. Further, with bug 5599623 fixed, run OrderingTest under GWT. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25672151 More... over 13 years ago
Add explicit <K, V> to entryOf() call. The current code works in javac but fails compilation in Eclipse compiler. It could be Eclipse's fault. But it seems easy enough to avoid the gray area, no? ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25651472 More... over 13 years ago