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

Currently, you can't call the public CompactHashMap.create() or CompactHashMap.createWithInitialSize() methods (or the CompactLinkedHashMap variants) because the classes themselves are private. In order to use the classes, I think they should...

package=collect
status=triaged
type=other
P4

`LineReader` currently only has the `readLine()` method. However, already since Java 8 there's [`lines()`](https://docs.oracle.com/en/java/javase/18/docs/api/java.base/java/io/BufferedReader.html#lines()), too. Not to mention that it'd be nice to also maybe have `readAllLines()` and maybe even...

type=addition
package=io
P4

Here is the issue https://github.com/google/guava/issues/6067

type=addition
status=triaged
package=io
cla: yes
P4

The code of `ConsumingQueueIterator` is not thread safe because it is not using an atomic operation in `computeNext` we have this stacktrace once in our whole cluster ``` java.util.NoSuchElementException: null...

type=defect
package=collect
status=triaged
P3

I often write code of the flavor: `log.info("Array items: [{}]", Joiner.on(",").join(array))`. This code is somewhat brittle for extremely long lists, but I have no convenient way to truncate the list...

type=addition
package=base
status=triaged
P4

# Problem When you have a method returning an entry there is currently no good way to insert this entry into a `Multimap` without using a local variable. This is...

type=enhancement
package=collect
status=triaged
P3

I'm looking at the changes in 31.0 for enhanced null-checking, and I'm trying to validate that my understanding of the change is correct and bring attention to some issues I...

type=defect
package=collect
P2

Most of the typos are located in Javadoc and comments. The remaining typo were located in some test class names, some test method names, and some variable names. The code...

type=other
status=in-progress
P2
java

New child of EventBus that uses immediate Dispatcher, which isn't used in any impl as of now.

type=addition
package=eventbus
cla: yes
P4