openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Guava: Google Core Libraries for Java
Settings
|
Report Duplicate
69
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
about 7 hours
ago. based on code collected
about 7 hours
ago.
Jun 16, 2024 — Jun 16, 2025
Showing page 208 of 232
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Remove @GuardedBy annotation from all public methods of Monitor.
Charles Fry
More...
over 13 years ago
remove spurious new method ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=26108853
Charles Fry
More...
over 13 years ago
add more missing @since tags ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=26105362
Charles Fry
More...
over 13 years ago
add GwtSerializationDependencies ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=26103631
Charles Fry
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
Charles Fry
More...
over 13 years ago
Make CharEscaper.escapeSlow final (as UnicodeEscaper.escapeSlow already is). No one overrides it.
Charles Fry
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
Charles Fry
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
Charles Fry
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
Charles Fry
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
Charles Fry
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
Charles Fry
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
Charles Fry
More...
over 13 years ago
Convert more users from to-be-deprecated Futures.chain to new AsyncFunction-based Future.transform. Deprecate Futures.chain.
Charles Fry
More...
over 13 years ago
Add Multimaps.filter methods ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25993671
Chris Povirk
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.
Chris Povirk
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
Chris Povirk
More...
over 13 years ago
Tiny clarification to Queues#drain ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25965634
Chris Povirk
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
Chris Povirk
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
Chris Povirk
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
Chris Povirk
More...
over 13 years ago
trigger refresh on Cache.getIfPresent ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25908678
Chris Povirk
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
Kurt Kluever
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
Kurt Kluever
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
Kurt Kluever
More...
over 13 years ago
Replace try/catch/propagate with try/finally idiom.
Kurt Kluever
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
Kurt Kluever
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
Kurt Kluever
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
Kurt Kluever
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
Kurt Kluever
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
Kurt Kluever
More...
over 13 years ago
←
1
2
…
204
205
206
207
208
209
210
211
212
…
231
232
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree