This is an automated email from the ASF dual-hosted git repository.
jin pushed a change to branch clean
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-commons.git
from d14792a adopt error message with junit-4.13
add 459f8df clean code (31 files)
No new revisions were added by this update.
Summary of changes:
.../hugegraph/iterator/BatchMapperIterator.java | 1 +
.../java/org/apache/hugegraph/perf/PerfUtil.java | 5 +-
.../apache/hugegraph/rest/AbstractRestClient.java | 2 +-
.../org/apache/hugegraph/util/LongEncoding.java | 6 +-
.../org/apache/hugegraph/util/OrderLimitMap.java | 3 +-
.../org/apache/hugegraph/util/ReflectionUtil.java | 13 +--
.../java/org/apache/hugegraph/util/UnitUtil.java | 3 +-
.../org/apache/hugegraph/util/VersionUtil.java | 3 +-
.../org/apache/hugegraph/testutil/AssertTest.java | 10 +-
.../hugegraph/unit/concurrent/LockGroupTest.java | 2 +-
.../PausableScheduledThreadPoolTest.java | 4 +-
.../hugegraph/unit/config/HugeConfigTest.java | 6 +-
.../apache/hugegraph/unit/event/EventHubTest.java | 113 +++++----------------
.../unit/iterator/BatchMapperIteratorTest.java | 20 +---
.../unit/iterator/ExtendableIteratorTest.java | 20 +---
.../unit/iterator/FilterIteratorTest.java | 20 +---
.../iterator/FlatMapperFilterIteratorTest.java | 28 ++---
.../unit/iterator/FlatMapperIteratorTest.java | 20 +---
.../hugegraph/unit/iterator/LimitIteratorTest.java | 20 +---
.../hugegraph/unit/iterator/ListIteratorTest.java | 56 +++-------
.../unit/iterator/MapperIteratorTest.java | 23 ++---
.../apache/hugegraph/unit/perf/StopwatchTest.java | 48 ++++-----
.../org/apache/hugegraph/unit/util/BytesTest.java | 6 +-
.../hugegraph/unit/util/LongEncodingTest.java | 4 +-
.../hugegraph/unit/util/NumericUtilTest.java | 64 ++++++------
.../hugegraph/unit/util/ReflectionUtilTest.java | 2 +-
.../apache/hugegraph/unit/util/StringUtilTest.java | 11 +-
.../apache/hugegraph/unit/util/UnitUtilTest.java | 4 +-
.../hugegraph/unit/util/VersionUtilTest.java | 3 +-
.../hugegraph/rpc/RpcServiceConfig4Server.java | 3 +-
.../apache/hugegraph/unit/ServerClientTest.java | 10 +-
31 files changed, 184 insertions(+), 349 deletions(-)