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 14 hours
ago. based on code collected
about 17 hours
ago.
Jun 18, 2024 — Jun 18, 2025
Showing page 204 of 232
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Drop +co.yu from changes file now that it's been removed from the Google domains list. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27972295
Chris Povirk
More...
over 13 years ago
Add parsing test that caught a regression in overflow detection. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27952556
Chris Povirk
More...
over 13 years ago
Update to latest Mozilla tld data file. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27943273
Chris Povirk
More...
over 13 years ago
Make startUp and shutdown non-abstract on AbstractScheduledService. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27904180
Chris Povirk
More...
over 13 years ago
- clarify CacheBuilder's similarity to MapMaker in the @deprecated messages - be more explicit about CacheBuilder Cache's "default" behavior ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27837348
Kurt Kluever
More...
over 13 years ago
introduce Cache.putAll ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27837322
Kurt Kluever
More...
over 13 years ago
Guava issue 534: static builders for COWAS/COWAL. From Louis: http://codereview.appspot.com/5273049/ ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27817252
Kurt Kluever
More...
over 13 years ago
remove escapers from Guava (won't make it for Guava 12) ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27816445
Kurt Kluever
More...
over 13 years ago
Remove c.g.common.escape usages in c.g.common.net.MediaType. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27815215
Kurt Kluever
More...
over 13 years ago
For all of //java/com/google/common/... and //javatests/com/google/common/... -sort imports -remove unused imports
Charles Fry
More...
over 13 years ago
Extracted part of NullPointerTester and Stub into NullValues; Added code to call default constructor if all else failed;
Charles Fry
More...
over 13 years ago
Make MediaType fully GWT-compatible. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27783220
Charles Fry
More...
over 13 years ago
Make Charsets GWT-compatible now that Charset is emulated. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27776341
Charles Fry
More...
over 13 years ago
Don't specify weakValues in a flaky test where it's not required. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27770962
Charles Fry
More...
over 13 years ago
Open-source missing .gwt.xml and TestModuleEntryPoint files. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27751596
Charles Fry
More...
over 13 years ago
add escapers back to Guava ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27739172
Charles Fry
More...
over 13 years ago
Release MediaType into Guava as @Beta. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27598067
Charles Fry
More...
over 13 years ago
Write tests to verify that HashFunction shortcuts are equivalent to the long forms. Then fix the legacy hashing implementations to unbreak them. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27678321
Charles Fry
More...
over 13 years ago
Add c.g.common.base.Optional#transform(Function) ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27673881
Charles Fry
More...
over 13 years ago
Expose c.g.common.hash.HashCodes and its static factory methods. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27671928
Charles Fry
More...
over 13 years ago
Remove obsolete TODO from CharMatcher. Annotate the return type of Function#apply as @Nullable. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27671585
Charles Fry
More...
over 13 years ago
Make the shortcut methods in the new hashing API faster by using the legacy implementations. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27671418
Charles Fry
More...
over 13 years ago
add Beta disclaimer ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27667758
Charles Fry
More...
over 13 years ago
Add @since for Enums.getField. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27632359
Charles Fry
More...
over 13 years ago
Copy Reflection.getField(Enum) to Enums.getField(). ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27564524
Charles Fry
More...
over 13 years ago
Randomizing goodFastHash ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27545564
Chris Povirk
More...
over 13 years ago
Rename com.google.common.hash.Sink to PrimitiveSink. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27538021
Chris Povirk
More...
over 13 years ago
Open-source GWT emulation of CacheLoader, which was unintentionally missing. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27522709
Chris Povirk
More...
over 13 years ago
Restore accidentally removed Util.gwt.xml. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=27483073
Chris Povirk
More...
over 13 years ago
eliminate trailing whitespace and tabs
Chris Povirk
More...
over 13 years ago
←
1
2
…
200
201
202
203
204
205
206
207
208
…
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