Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Correct error message so that parameter matches text#51274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
holly-cummins wants to merge1 commit intoquarkusio:main
base:main
Choose a base branch
Loading
fromholly-cummins:update-error-messages
Open
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line numberDiff line numberDiff line change
Expand Up@@ -182,7 +182,7 @@ public ConditionEvaluationResult evaluateExecutionCondition(ExtensionContext con
} else if (isEclipse) {
// Tracked by https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/2257; fixed in Eclipse 4.37
log.error(
"Could not read configuration while evaluating whether to run a test. This is a known issue when running tests in the Eclipse IDE.To work around the problem, edit the run configuration and add `-uniqueId [engine:junit-jupiter]/[class:"
"Could not read configuration while evaluating whether to run a test. This is a known issue when running tests inolder versions ofthe Eclipse IDE.Please upgrade to at least version 2025-09. Alternatively, to work around the problem, edit the run configuration and add `-uniqueId [engine:junit-jupiter]/[class:"
+ context.getRequiredTestClass().getName()
+ "]` in the program arguments. Running the whole package, or running individual test methods, will also work without any extra configuration.");
} else {
Expand All@@ -201,7 +201,7 @@ public ConditionEvaluationResult evaluateExecutionCondition(ExtensionContext con
+ context.getRequiredTestClass().getName()
+ "]` in the program arguments. "
: "Internal error: Test class was loaded with an unexpected classloader ("
+TestConfig.class.getClassLoader() + ") or the thread context classloader ("
+context.getRequiredTestClass().getClassLoader() + ") or the thread context classloader ("
+ Thread.currentThread().getContextClassLoader() + ") was incorrect.";
throw new IllegalStateException(message, e);
} finally {
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp