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 21 hours
ago. based on code collected
about 21 hours
ago.
Jun 25, 2024 — Jun 25, 2025
Showing page 1 of 232
Search / Filter on:
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.
Google Java Core Libraries
More...
3 days ago
Override `Equivalence.equals(Object)` to discourage implementing or depending on it.
Kurt Alfred Kluever
More...
6 days ago
Remove reference to unmaintained JDOM library.
Google Java Core Libraries
More...
6 days ago
Override `Supplier.equals(Object)` to discourage implementing or depending on it.
Kurt Alfred Kluever
More...
7 days ago
Update `Converter.equals(Object)` javadocs to discourage its use.
Kurt Alfred Kluever
More...
8 days ago
Add a warning to `Predicate.equals(Object)` (similar to cl/134125361).
Kurt Alfred Kluever
More...
8 days ago
Tiny readability improvement in `UnsignedLongs`.
Éamonn McManus
More...
10 days ago
Try two more `@RetainedLocalRef` annotations.
cpovirk
More...
16 days ago
Address bogus nullness errors from the forthcoming version of our checker.
cpovirk
More...
16 days ago
Update `AbstractFuture`'s `getDoneValue(Object obj)` failure handling logic to address crashes observed in J2ObjC client applications.
Google Java Core Libraries
More...
18 days ago
Attempt to update OSGi metadata for JSpecify annotations.
cpovirk
More...
20 days ago
Update documentation around `PatternCompiler` in the backport:
cpovirk
More...
22 days ago
Remove ancient GWT-RPC `serializable = false` values.
cpovirk
More...
22 days ago
Remove ancient GWT-RPC `serializable = true` values.
cpovirk
More...
22 days ago
Bump the github-actions group with 2 updates
dependabot[bot]
More...
23 days ago
Sidestep one Error Prone warning (and possibly an ongoing automated migration) by using Truth.
cpovirk
More...
24 days ago
Document that `Ints.checkedCast` is the same as `Math.toIntExact` apart from the exception type.
Éamonn McManus
More...
24 days ago
Make `NullPointerTester` ignore methods declared in Kotlin.
cpovirk
More...
29 days ago
Mention method references in addition to lambdas in `Predicates`.
Kurt Alfred Kluever
More...
29 days ago
Discourage many methods in `Predicates` in favor of lambdas or method references.
Kurt Alfred Kluever
More...
30 days ago
Discourage `Suppliers.ofInstance(instance)` in favor of `() -> instance`.
Kurt Alfred Kluever
More...
about 1 month ago
Call the two-arg `LinkageError` constructor instead of using `initCause` later.
cpovirk
More...
about 1 month ago
Update Public Suffix List data.
cpovirk
More...
about 1 month ago
Reintegrate some tests of Java 8 features into the main test classes.
cpovirk
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.
cpovirk
More...
about 1 month ago
Fix `J2ObjC` retain-cycle in `LinkedListMultimap`:
Google Java Core Libraries
More...
about 1 month ago
Run `MoreCollectorsTest` and `TableCollectorsTest` as part of the normal `collect` Android test target.
cpovirk
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.
cpovirk
More...
about 1 month ago
Fix some https://errorprone.info/bugpattern/FieldCanBeFinal warnings.
cpovirk
More...
about 1 month ago
Remove unneeded annotation disabling j2kt tanspilation
Stefan Haustein
More...
about 1 month ago
←
1
2
3
4
5
6
7
8
9
…
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