From e25ff32a21d14c6a02016e2d5418211913a1d7a6 Mon Sep 17 00:00:00 2001 From: Brune Ewen Date: Wed, 3 Dec 2025 11:18:25 +0000 Subject: [PATCH 1/2] fix url --- exercises/extending-pmd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/extending-pmd.md b/exercises/extending-pmd.md index 2239dc6..165c2aa 100644 --- a/exercises/extending-pmd.md +++ b/exercises/extending-pmd.md @@ -17,7 +17,7 @@ if (...) { Notice that the nested `if`s may not be direct children of the outer `if`s. They may be written, for example, inside a `for` loop or any other statement. Write below the XML definition of your rule. -You can find more information on extending PMD in the following link: https://pmd.github.io/latest/pmd_userdocs_extending_writing_rules_intro.html, as well as help for using `pmd-designer` [here](https://github.com/selabs-ur1/VV-ISTIC-TP2/blob/master/exercises/designer-help.md). +You can find more information on extending PMD in the following link: https://pmd.github.io/latest/pmd_userdocs_extending_writing_rules_intro.html, as well as help for using `pmd-designer` [here](https://gitlab2.istic.univ-rennes1.fr/VV-2025-2026/VV-ISTIC-TP2/-/blob/main/exercises/designer-help.md). Use your rule with different projects and describe you findings below. See the [instructions](../sujet.md) for suggestions on the projects to use. From 51a707b296589e21dc3aad805e3c1148c056ce85 Mon Sep 17 00:00:00 2001 From: Brune Ewen Date: Wed, 3 Dec 2025 11:37:06 +0000 Subject: [PATCH 2/2] Edit designer-help.md --- exercises/designer-help.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exercises/designer-help.md b/exercises/designer-help.md index ddf7ef8..9afcc9b 100644 --- a/exercises/designer-help.md +++ b/exercises/designer-help.md @@ -3,6 +3,9 @@ ## Download JavaFX If JavaFX is not installed you can download it [here](https://gluonhq.com/products/javafx/). Check the current version of your JDK by running ```java --version``` and download the corresponding version ("Minimum JDK" column). +* Java 23 => JavaFX 25 +* Java 22 => JavaFX 24 +* Java 21 => JavaFX 23 * Java 17 => JavaFX 21 * Java 11 => JavaDX 17