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

`ByteSourceTester` seems to be a useful TCK for testing `InputStream`. Would you please consider publishing `guava-tests` module so other projects can reuse the tests?

package=testing
type=addition
P3

It is necessary to set Strategy in Splitter to public,so that users can customize flexible Strategies. ` public interface Strategy { Iterator iterator(Splitter splitter, CharSequence toSplit); } ` Or provide...

type=enhancement
package=base
status=triaged
P3

Update HashMultisetAllocationTest threshold RELNOTES=n/a

cla: yes

`EvictingQueue` is mostly a wrapper over `ArrayDeque` which have a `descendingIterator`. `EvictingQueue`'s only constructor is `private`, so I can't extend the class. And `delegate()` is also protected. Either the constructor...

type=addition
package=collect
status=triaged
P4

Hi, Is there any method to get the depth of the nodes in a graph?

status=triaged
package=graph
P3

Apache jclouds makes extensive use of Invokable and TypeToken. Could you promote these?

status=triaged
type=other
package=reflect
P3
type=debeta

I'm sure that migrating from Maven to Bazel has been​ thought about by someone on the Guava team already, but I thought that the task might as well be jotted...

type=enhancement
P4

_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=1268) created by **travis.downs** on 2013-01-27 at 05:39 AM_ --- Many of the guava Immutable collections have a cute trick where they have specializations for zero (EmptyImmutableList) and one...

package=collect
type=performance
status=in-progress
P3

These methods are very heavily used internally. They're probably less so externally, but that may change as AndroidX exposes `ListenableFuture` in more APIs. Plus, Dagger Producers uses these methods. Blockers:...

package=concurrent
status=triaged
P3
type=debeta

The previous wording could be read such that the cache is cleared in the background once the expiration time is reached. However this is not the case, so we simply...

package=base
type=api-docs
cla: yes
P3