Integrated: 7904077: IDEA plugin: Plugin crashes when using newest Ant plug

Jorn Vernee jvernee at openjdk.org
Mon Sep 8 16:53:10 UTC 2025


On Mon, 8 Sep 2025 15:33:20 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

> The jtreg plugins calls some methods from the ant plugin configuration classes. In the newest version of the ant plugin, one of these methods has been removed:
> 
> https://github.com/JetBrains/intellij-community/commit/265fee5a6e051d9d8f49403d48c5694a557e522c
> 
> This causes the jtreg plugin to crash with a NoSuchMethodError, and running tests is no longer possible. 
> 
> The fix proposed by this patch is to use the `Project` instance we get from the jtreg configuration instance. They should point to the same object.

This pull request has now been integrated.

Changeset: f1091795
Author:    Jorn Vernee <jvernee at openjdk.org>
URL:       https://git.openjdk.org/jtreg/commit/f10917951a4bad3bdbe96394a33d11774557e6fe
Stats:     8 lines in 2 files changed: 2 ins; 0 del; 6 mod

7904077: IDEA plugin: Plugin crashes when using newest Ant plug

Reviewed-by: cstein

-------------

PR: https://git.openjdk.org/jtreg/pull/288


More information about the jtreg-dev mailing list