guava icon indicating copy to clipboard operation
guava copied to clipboard

Google core libraries for Java

Results 283 guava issues
Sort by recently updated
recently updated
newest added

Fixes #5850 It is necessary to set Strategy in Splitter to public so that users can customize flexible Strategies.

type=addition
package=base
P3

- Look for `@GwtCompatible` annotations on the types you want to use. - The GWT module for a package is usually `com.google.common.foo.Foo` (perhaps _always_, but there could be exceptions with...

status=triaged
package=general
type=documentation
platform=gwt
P3

It appears that we still have a bug in the compute logic. The test case below should retain the previous value when the compute throws an error. Instead the failed...

type=defect
package=cache
P3

Here's a quote from the class-level javadoc of `ImmutableMultimap`: > **Warning:** avoid direct usage of ImmutableMultimap as a type (as with Multimap itself). Prefer subtypes such as ImmutableSetMultimap or ImmutableListMultimap,...

package=collect
type=api-docs
P3

Range has been marked with `@Beta` since 10.0 (September 28, 2011). RangeMap, RangeSet and their implementations since 14.0 (February 25, 2013). I would like to propose to remove the `@Beta`...

package=collect
status=triaged
P3
type=debeta

Dear developers, Sorry for bordering you, when I built the project I found the following tests can pass in one build but fail in another, so maybe they are flaky...

package=concurrent
status=triaged
type=other
package=cache
P4

Similar to [issues/3251](https://github.com/google/guava/issues/3251)

package=concurrent
status=triaged
P3
type=debeta

Dear developers, Recently I used this project to do something. But when I built it - com.google.common.util.concurrent.UninterruptibleMonitorTest#testEnterWhen_initiallyFalse - com.google.common.cache.PopulatedCachesTest#testKeySet_populated It was surprising that when I rebuilt it, they are both...

package=concurrent
status=triaged
type=other
package=cache
P4

Hi, I encountered a concurrency issue between the "get(K key, Callable

type=defect
package=cache
P3

There are several issues with using `jsr305.jar` by Guava. JSR-305 is dormant, has been for a long while and shows no hope of ever producing an agreed set of annotations...

status=triaged
type=other
P3