fix: DH-18265 - correct bugs in replace()
function
#10
Annotations
2 errors and 2 warnings
checks
Execution failed for task ':spotlessJavaCheck'.
> The following files had format violations:
src/main/java/io/deephaven/hash/KeyedIntObjectHash.java
@@ -12,7 +12,6 @@
package·io.deephaven.hash;
import·java.io.Serializable;
-import·java.util.Objects;
/**
·*·This·collection·implements·a·hashed·set·of·objects·identified·by·a·key;·the·characteristics·of
src/main/java/io/deephaven/hash/KeyedLongObjectHash.java
@@ -12,7 +12,6 @@
package·io.deephaven.hash;
import·java.io.Serializable;
-import·java.util.Objects;
/**
·*·This·collection·implements·a·hashed·set·of·objects·identified·by·a·key;·the·characteristics·of
src/main/java/io/deephaven/hash/KeyedObjectHash.java
@@ -22,7 +22,6 @@
import·java.util.Iterator;
import·java.util.Map;
import·java.util.NoSuchElementException;
-import·java.util.Objects;
import·java.util.Set;
import·java.util.function.Predicate;
Run './gradlew :spotlessApply' to fix these violations.
|
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
|