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 15 hours
ago. based on code collected
about 16 hours
ago.
Jun 04, 2024 — Jun 04, 2025
Showing page 10 of 231
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Avoid varargs allocations in `min`/`max` calls.
cpovirk
More...
7 months ago
Use `@RetainedLocalRef` to keep J2ObjC from deallocating objects when the fields they were stored in are nulled out.
cpovirk
More...
7 months ago
Expose more Java 8 APIs to Android users.
cpovirk
More...
7 months ago
Internal change.
cpovirk
More...
8 months ago
Complete the automatable migration to `assertThrows`.
cpovirk
More...
8 months ago
Extract shared helper methods in `UrlEscapersTest` into `UrlEscaperTesting`.
cpovirk
More...
8 months ago
Remove a couple more obsolete workarounds for `FilterOutputStream` trouble.
Google Java Core Libraries
More...
8 months ago
Internal change.
cpovirk
More...
8 months ago
Remove a couple more obsolete workarounds for `FilterOutputStream` trouble.
cpovirk
More...
8 months ago
Use `assertThrows` even in GWT/J2CL/J2KT-compatible code, `common.net` and `common.util.concurrent` edition.
cpovirk
More...
8 months ago
Update links from code.google.com to github.com.
cpovirk
More...
8 months ago
Use `assertThrows` even in GWT/J2CL/J2KT-compatible code, `common.primitives` edition.
cpovirk
More...
8 months ago
Make most `util.concurrent` `Duration` overloads available to Android users.
cpovirk
More...
8 months ago
Use some static imports.
cpovirk
More...
8 months ago
Use _more_ static imports.
cpovirk
More...
8 months ago
Use some static imports.
cpovirk
More...
8 months ago
Use some static imports.
cpovirk
More...
8 months ago
Address [InitializeInline](https://errorprone.info/bugpattern/InitializeInline) warnings.
cpovirk
More...
8 months ago
Use some static imports.
cpovirk
More...
8 months ago
Suppress a suggestion that we use the `Duration` overload.
cpovirk
More...
8 months ago
Use `assertThrows` even in GWT/J2CL/J2KT-compatible code, `common.cache`+`io`+`math`+`reflect`+`testing` edition.
cpovirk
More...
8 months ago
Make `Splitter.splitToStream` available to Android users.
cpovirk
More...
8 months ago
Use `assertThrows` even in GWT/J2CL/J2KT-compatible code, `common.collect.testing` edition.
cpovirk
More...
8 months ago
Prepare for usage of `ReflectionFreeAssertThrows` from more packages:
cpovirk
More...
8 months ago
Use `assertThrows` even in GWT/J2CL/J2KT-compatible code, `common.collect.testing.google` edition.
cpovirk
More...
8 months ago
Point users to [`Math.clamp`](https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/lang/Math.html#clamp(long,int,int)).
cpovirk
More...
8 months ago
Restore the behavior of throwing an `IllegalArgumentException` directly.
cpovirk
More...
8 months ago
Address [StaticQualifiedUsingExpression](https://errorprone.info/bugpattern/StaticQualifiedUsingExpression) and [ExtendsObject](https://errorprone.info/bugpattern/ExtendsObject) warnings.
cpovirk
More...
8 months ago
Migrate more code to use `UndeclaredThrowableException`.
cpovirk
More...
8 months ago
Use `addSuppressed` in `AbstractExecutionThreadService`, and otherwise update/clarify code pinned to "Java 7" / old versions of Android.
cpovirk
More...
8 months ago
←
1
2
…
6
7
8
9
10
11
12
13
14
…
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