69
I Use This!
High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rollback recent changes to `AbstractFuture`'s `getDoneValue(Object obj)` failure handling logic. The changes did not resolve crashes observed in J2ObjC client applications. More... 3 days ago
Override `Equivalence.equals(Object)` to discourage implementing or depending on it. More... 6 days ago
Remove reference to unmaintained JDOM library. More... 6 days ago
Override `Supplier.equals(Object)` to discourage implementing or depending on it. More... 7 days ago
Update `Converter.equals(Object)` javadocs to discourage its use. More... 8 days ago
Add a warning to `Predicate.equals(Object)` (similar to cl/134125361). More... 8 days ago
Tiny readability improvement in `UnsignedLongs`. More... 10 days ago
Try two more `@RetainedLocalRef` annotations. More... 16 days ago
Address bogus nullness errors from the forthcoming version of our checker. More... 16 days ago
Update `AbstractFuture`'s `getDoneValue(Object obj)` failure handling logic to address crashes observed in J2ObjC client applications. More... 18 days ago
Attempt to update OSGi metadata for JSpecify annotations. More... 20 days ago
Update documentation around `PatternCompiler` in the backport: More... 22 days ago
Remove ancient GWT-RPC `serializable = false` values. More... 22 days ago
Remove ancient GWT-RPC `serializable = true` values. More... 22 days ago
Bump the github-actions group with 2 updates More... 23 days ago
Sidestep one Error Prone warning (and possibly an ongoing automated migration) by using Truth. More... 24 days ago
Document that `Ints.checkedCast` is the same as `Math.toIntExact` apart from the exception type. More... 24 days ago
Make `NullPointerTester` ignore methods declared in Kotlin. More... 29 days ago
Mention method references in addition to lambdas in `Predicates`. More... 29 days ago
Discourage many methods in `Predicates` in favor of lambdas or method references. More... 30 days ago
Discourage `Suppliers.ofInstance(instance)` in favor of `() -> instance`. More... about 1 month ago
Call the two-arg `LinkageError` constructor instead of using `initCause` later. More... about 1 month ago
Update Public Suffix List data. More... about 1 month ago
Reintegrate some tests of Java 8 features into the main test classes. More... about 1 month ago
Restore `Automatic-Module-Name` for `guava-android`. I accidentally dropped this when importing the PR to convert `guava-jre` to a full module. More... about 1 month ago
Fix `J2ObjC` retain-cycle in `LinkedListMultimap`: More... about 1 month ago
Run `MoreCollectorsTest` and `TableCollectorsTest` as part of the normal `collect` Android test target. More... about 1 month ago
Work around test crash from [KT-67447](https://youtrack.jetbrains.com/issue/KT-67447) in source instead of in internal build rules. More... about 1 month ago
Fix some https://errorprone.info/bugpattern/FieldCanBeFinal warnings. More... about 1 month ago
Remove unneeded annotation disabling j2kt tanspilation More... about 1 month ago