Stephan Schroevers

Results 39 issues of Stephan Schroevers

Consider the following code: ```java class Dummy { void method1() {} void method2() {} void method3() {} /** Documentation. */ void method4() {} class Inner1 {} void method5() {} class...

This change partially reverts the upgrade performed in #829, and is an alternative fix for #816. OkHttp 4.10.0 depends on Kotlin 1.6.20, which is not vulnerable to CVE-2020-29582. This downgrade...

When we try to upgrade from version 2.8.8 to version 2.9.0 our medium-sized multi-module Maven build fails with _java.lang.OutOfMemoryError: Java heap space_. Based on investigation using JFR/JMC and `git bisect`...

bug
help wanted

(This issue relates to #564 and possibly #638.) If one applies `EqualsVerifier` to a class with a field of some sealed type, then an exception is thrown: ``` ... Caused...

Compared to version [3.37.0](https://repo1.maven.org/maven2/com/palantir/baseline/baseline-error-prone/3.37.0/baseline-error-prone-3.37.0.pom), version [3.37.1](https://repo1.maven.org/maven2/com/palantir/baseline/baseline-error-prone/3.37.1/baseline-error-prone-3.37.1.pom) and up contain an additional optional dependency on `com.palantir.baseline:gradle-baseline`. That artifact is [not](https://repo1.maven.org/maven2/com/palantir/baseline/) published to Maven Central. This was previously not a problem, but...

Today I observed the following build failure, after many successful executions of the `add-third-party` goal in various large (concurrent) Maven builds: ``` [ERROR] Failed to execute goal org.codehaus.mojo:license-maven-plugin:2.0.0:add-third-party (check-third-party-licenses) on...

As of Guava 22.0 there are: * [`ImmutableDoubleArray`](https://google.github.io/guava/releases/22.0/api/docs/com/google/common/primitives/ImmutableDoubleArray.html) * [`ImmutableIntArray`](https://google.github.io/guava/releases/22.0/api/docs/com/google/common/primitives/ImmutableIntArray.html) * [`ImmutableLongArray`](https://google.github.io/guava/releases/22.0/api/docs/com/google/common/primitives/ImmutableLongArray.html) I'd be nice to add support for these types and I'm willing to help get this implemented. Before...

3.0

As it stands (in version 1.0.6), any exception thrown by the `AttemptTimeLimiter` will cause `Retryer` to abort. This is includes `TimeoutException`. To me this was very surprising and unintuitive. Let's...

bug

In the `ImmutableRangeSet.Builder` source code we have this comment: https://github.com/google/guava/blob/ce73003d8420a091fd36ca2c7c23deb6437e4fe1/guava/src/com/google/common/collect/ImmutableRangeSet.java#L725 That sounds like a neat improvement onto itself. But the `ImmutableRangeSet` collector introduced in #2750 is also defined in terms...

type=enhancement
package=collect
status=research
P3