69
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 06, 2024 — Jun 06, 2025
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 More... over 13 years ago
JavaDoc grammar fix. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25242113 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 More... over 13 years ago
introduce AtomicLongMap ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25201110 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 More... over 13 years ago
Test for resources.toByteArray ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25194827 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 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 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 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 More... over 13 years ago
Fix instances of divzero in []. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25176483 More... over 13 years ago
add CacheBuilder.refreshInterval ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25139834 More... over 13 years ago
Remove JAVA_WHITESPACE. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25139131 More... over 13 years ago
deprecated/remove LoadingCache methods from Cache 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 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 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 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 More... over 13 years ago
Defer building of error message. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=25067192 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 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 More... over 13 years ago
Add AtomicDouble and friends. 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 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 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 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 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 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 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 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 More... over 13 years ago