fix: DH-18265 - correct bugs in replace()
function
#12
Annotations
5 errors and 2 warnings
checks
Execution failed for task ':compileTestJava'.
> Compilation failed; see the compiler error output for details.
|
checks:
src/test/java/io/deephaven/hash/KeyedDoubleTestObject.java#L39
[Task :compileTestJava FAILED] cannot infer type arguments for KeyedDoubleObjectKey<V>
new KeyedDoubleObjectKey<>() {
^
reason: cannot use '<>' with anonymous inner classes
|
checks:
src/test/java/io/deephaven/hash/KeyedDoubleTestObject.java#L67
[Task :compileTestJava FAILED] cannot infer type arguments for ValueFactory<V>
new KeyedIntObjectHash.ValueFactory<>() {
^
reason: cannot use '<>' with anonymous inner classes
|
checks:
src/test/java/io/deephaven/hash/KeyedDoubleTestObject.java#L82
[Task :compileTestJava FAILED] cannot infer type arguments for IntrusiveChainedHashAdapter<V>
new IntrusiveChainedHashAdapter<>() {
^
reason: cannot use '<>' with anonymous inner classes
|
checks
Resource not accessible by integration
|
checks
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties.
Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
|
checks
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties.
Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
|