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
1 day
ago. based on code collected
1 day
ago.
Jun 06, 2024 — Jun 06, 2025
Showing page 210 of 231
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Testing exceptional conditions on reset ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25242293
Charles Fry
More...
over 13 years ago
JavaDoc grammar fix. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25242113
Charles Fry
More...
over 13 years ago
more tightly accomodate garbage-collected keys and values ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25202456
Charles Fry
More...
over 13 years ago
introduce AtomicLongMap ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25201110
Charles Fry
More...
over 13 years ago
Replace MoreAsserts calls so that code compiles in Guava. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25200636
Charles Fry
More...
over 13 years ago
Test for resources.toByteArray ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25194827
Charles Fry
More...
over 13 years ago
Cleaning up JavaDoc copy-and-paste errors ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25192783
Charles Fry
More...
over 13 years ago
Filling in test coverage on several methods ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25192532
Charles Fry
More...
over 13 years ago
Adding tests for multiple ByteStreams methods ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25179180
Charles Fry
More...
over 13 years ago
Expanding test coverage on several methods ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25178955
Charles Fry
More...
over 13 years ago
Fix instances of divzero in []. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25176483
Charles Fry
More...
over 13 years ago
add CacheBuilder.refreshInterval ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25139834
Charles Fry
More...
over 13 years ago
Remove JAVA_WHITESPACE. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25139131
Charles Fry
More...
over 13 years ago
deprecated/remove LoadingCache methods from Cache
Charles Fry
More...
over 13 years ago
Use RuntimeException to make things a little more convenient for test authors. Forcing users to deal with InterruptedException and TimeoutException does not seem sufficiently useful in a _testing_ utility. Controversial. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25119032
Charles Fry
More...
over 13 years ago
split LoadingCache out of Cache interface ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25099006
Charles Fry
More...
over 13 years ago
Simplify BigIntegerMath.factorial logic. From Louis: http://code.google.com/r/wassermanlouis-guava/source/detail?r=4ff33ce527b87451c7ee92136d29664fb2c750e1&name=simplify-big ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25071062
Charles Fry
More...
over 13 years ago
Fix deadlock in CompositeService when attempting to shutdown a FAILED service. Also, when shutting down services make sure all services are either TERMINATED or FAILED before notifyingStopped or notifyingFailed. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25070823
Charles Fry
More...
over 13 years ago
Defer building of error message. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25067192
Charles Fry
More...
over 13 years ago
Add CacheStats.plus() similar to minus(). ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25033829
Charles Fry
More...
over 13 years ago
Update class docs of HostAndPort regarding immutability. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24957966
Charles Fry
More...
over 13 years ago
Add AtomicDouble and friends.
Charles Fry
More...
over 13 years ago
add Cache.getIfPresent, Cache.put, and CacheBuilder.build() ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24936790
Charles Fry
More...
over 13 years ago
Bring documentation of Service.{start,stop}().cancel() in line with reality. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24922495
Charles Fry
More...
over 13 years ago
cleanup stats collection workarounds from MapMaker ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24891730
Charles Fry
More...
over 13 years ago
move LocalCache into LocalCacheInternalMap, then rename LocalCacheInternalMap to LocalCache ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24848838
Charles Fry
More...
over 13 years ago
rename CustomConcurrentHashMap to MapMakerInternalMap rename LocalCacheAsMap to LocalCacheInternalMap ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24846402
Charles Fry
More...
over 13 years ago
Introduce Tables.unmodifiable(RowSorted)Table. From Louis: http://codereview.appspot.com/5266049/ ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24846124
Charles Fry
More...
over 13 years ago
Optimize BigIntegerMath.sqrt. Louis's: http://codereview.appspot.com/5130047/ ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24844188
Charles Fry
More...
over 13 years ago
Changing ImmutableList.of(E[]) and ImmutableSet.of(E[]) to be non-public. Callers should have been changed already to call .copyOf(E[]). ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=24840447
Charles Fry
More...
over 13 years ago
←
1
2
…
206
207
208
209
210
211
212
213
214
…
230
231
→
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