Merge branch VV-ISTIC-TP2:main into main

This commit is contained in:
Vu Tuan Minh
2025-12-12 12:03:46 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,9 @@
## Download JavaFX ## Download JavaFX
If JavaFX is not installed you can download it [here](https://gluonhq.com/products/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). 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 17 => JavaFX 21
* Java 11 => JavaDX 17 * Java 11 => JavaDX 17

View File

@@ -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. 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. 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. Use your rule with different projects and describe you findings below. See the [instructions](../sujet.md) for suggestions on the projects to use.