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 6 hours
ago. based on code collected
about 6 hours
ago.
Jun 11, 2024 — Jun 11, 2025
Showing page 213 of 232
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- rename ComputingCache to LocalCache - internally refer to computation as loading ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24327248
Charles Fry
More...
over 13 years ago
Make IntMath @GwtCompatible so that it can be used in common.collect overflow checks. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24308523
Charles Fry
More...
over 13 years ago
I give up. I can no longer maintain the in-place algorithm. The bugs have defeated me.
Charles Fry
More...
over 13 years ago
externally remove methods scheduled for deletion in release 11.0 ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24306560
Charles Fry
More...
over 13 years ago
use isFinite instead of getExponent, from Louis ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24305670
Charles Fry
More...
over 13 years ago
Implement a new Service base class for services that need to execute some functionality periodically. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24292212
Charles Fry
More...
over 13 years ago
Replace unused generic type parameter with wildcard. If the Iterable is a Collection, use its isEmpty() method instead of constructing an Iterator instance. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24282737
Charles Fry
More...
over 13 years ago
A round of promotions/deletions/updates for Guava 11.0. Try to minimize use of MOE: magic somewhat. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24279246
Charles Fry
More...
over 13 years ago
Rename CleanPathTest to FilesSimplifyPathTest. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24256474
Charles Fry
More...
over 13 years ago
update since on simplifyPath to 11.0 ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24251651
Charles Fry
More...
over 13 years ago
Louis's changes to remove JDK6-isms from DoubleMath ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24246702
Charles Fry
More...
over 13 years ago
introduce maximumWeight ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24224790
Charles Fry
More...
over 13 years ago
Export input file for new CleanPathTest tests. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24216931
Charles Fry
More...
over 13 years ago
One missing copyright, one missing @since. Should cherrypick, but not end of world if not. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24215692
Charles Fry
More...
over 13 years ago
Doc-only changes to the InternetDomainName family clarifying validation options and fixing some references to deprecated methods. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24213290
Charles Fry
More...
over 13 years ago
Add a method to Files that returns the file extension from a given file name. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24212884
Charles Fry
More...
over 13 years ago
fix common.math copyrights ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24212498
Charles Fry
More...
over 13 years ago
Extensive tests for simplifyPath. This doesn't cover tests beginning with a character other than /, which is unfortunate, but realpath, which I used to generate the expected outputs, would resolve any .. at the beginning of the input path, which isn't what we want here. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24168601
Charles Fry
More...
over 13 years ago
forbid null return from cache lookups, and null parameter in invalidate ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24168264
Charles Fry
More...
over 13 years ago
Add some URI resolution tests to the simplifyPath tests. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24166215
Charles Fry
More...
over 13 years ago
Fix indentation. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24147455
Charles Fry
More...
over 13 years ago
Release common.math package. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24109421
Charles Fry
More...
over 13 years ago
- have Cache.size() return a long - remove Cache.activeEntries ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24109421
Charles Fry
More...
over 13 years ago
- Fix handling of filenames that contain more than one period as reported in bug 716 - Fix problem with simplifying paths that begin ./
Charles Fry
More...
over 13 years ago
Clone of Louis's UnsignedLong(s) documentation CL. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24073780
Charles Fry
More...
over 13 years ago
Eliminate most uses of non-Unicode whitespace in com.google.common tests.
Charles Fry
More...
over 13 years ago
Fix compile problems with Guava.
Charles Fry
More...
over 13 years ago
Link {Iterables,Collections2,Lists}.transform. Refer to ForkJoinTask.join from Futures.getUnchecked Javadoc. Remove an unnecessary cast. Also, fix a typo in the InterruptedRuntimeException deprecation instructions.
Charles Fry
More...
over 13 years ago
Fix ImmutableMultiset 1.6.0u24 compilation error.
Charles Fry
More...
over 13 years ago
allow all write operations on asMap view
Charles Fry
More...
over 13 years ago
←
1
2
…
209
210
211
212
213
214
215
216
217
…
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