From b1c8e092fc99be7c5ea17ac8e79916cc1f46c128 Mon Sep 17 00:00:00 2001 From: U000805 Date: Wed, 10 Jun 2026 07:11:46 +0200 Subject: [PATCH 1/3] chore: fix javadoc link --- .../src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/com.avaloq.tools.ddk.test.core/src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java b/com.avaloq.tools.ddk.test.core/src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java index 3c3a8d56e..9c8a6bf0b 100644 --- a/com.avaloq.tools.ddk.test.core/src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java +++ b/com.avaloq.tools.ddk.test.core/src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java @@ -220,7 +220,7 @@ public final void assertNumberOfNewJobs(final int expected) { /** * Asserts that there was at least one matching job scheduled after {@link #register() registering} and that all these scheduled jobs finished within * {@link #timeout} milliseconds of {@link #register() registering}. This method will block until until all matching jobs finish or until the timeout is - * reached. In the latter case an {@link junit.framework.AssertionFailedError} will be thrown. + * reached. In the latter case an {@link org.opentest4j.AssertionFailedError.AssertionFailedError} will be thrown. *

* After calling this method no additional jobs will be recorded anymore. Call {@link #register()} to reset. */ @@ -248,7 +248,8 @@ public final void assertNewJobsFinished() { /** * Asserts that all matching jobs already waiting, running, or sleeping when {@link #register() registering} finished within {@link #timeout} milliseconds of * {@link #register() registering}. This method will block until all the existing jobs have finished or until the timeout is reached. In the latter case an - * {@link junit.framework.AssertionFailedError} will be thrown. If no jobs were found upon {@link #register() registering} this method will return + * {@link org.opentest4j.AssertionFailedError.AssertionFailedError} will be thrown. If no jobs were found upon {@link #register() + * registering} this method will return * immediately. *

* After calling this method no additional jobs will be recorded anymore. Call {@link #register()} to reset. From f484d5d59b6026a00f02ed44381599b3c3fd02e5 Mon Sep 17 00:00:00 2001 From: rubenporras <43636626+rubenporras@users.noreply.github.com> Date: Wed, 10 Jun 2026 11:03:25 +0200 Subject: [PATCH 2/3] Update com.avaloq.tools.ddk.test.core/src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: João Dinis Ferreira --- .../src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.avaloq.tools.ddk.test.core/src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java b/com.avaloq.tools.ddk.test.core/src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java index 9c8a6bf0b..416d89e1c 100644 --- a/com.avaloq.tools.ddk.test.core/src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java +++ b/com.avaloq.tools.ddk.test.core/src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java @@ -248,7 +248,7 @@ public final void assertNewJobsFinished() { /** * Asserts that all matching jobs already waiting, running, or sleeping when {@link #register() registering} finished within {@link #timeout} milliseconds of * {@link #register() registering}. This method will block until all the existing jobs have finished or until the timeout is reached. In the latter case an - * {@link org.opentest4j.AssertionFailedError.AssertionFailedError} will be thrown. If no jobs were found upon {@link #register() + * {@link org.opentest4j.AssertionFailedError} will be thrown. If no jobs were found upon {@link #register() * registering} this method will return * immediately. *

From 0626d8c1a5055e4cab2044a93c64c0199ad93720 Mon Sep 17 00:00:00 2001 From: rubenporras <43636626+rubenporras@users.noreply.github.com> Date: Wed, 10 Jun 2026 11:03:32 +0200 Subject: [PATCH 3/3] Update com.avaloq.tools.ddk.test.core/src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: João Dinis Ferreira --- .../src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.avaloq.tools.ddk.test.core/src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java b/com.avaloq.tools.ddk.test.core/src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java index 416d89e1c..3389a0348 100644 --- a/com.avaloq.tools.ddk.test.core/src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java +++ b/com.avaloq.tools.ddk.test.core/src/com/avaloq/tools/ddk/test/core/util/JobMatcher.java @@ -220,7 +220,7 @@ public final void assertNumberOfNewJobs(final int expected) { /** * Asserts that there was at least one matching job scheduled after {@link #register() registering} and that all these scheduled jobs finished within * {@link #timeout} milliseconds of {@link #register() registering}. This method will block until until all matching jobs finish or until the timeout is - * reached. In the latter case an {@link org.opentest4j.AssertionFailedError.AssertionFailedError} will be thrown. + * reached. In the latter case an {@link org.opentest4j.AssertionFailedError} will be thrown. *

* After calling this method no additional jobs will be recorded anymore. Call {@link #register()} to reset. */