Open nus-se-script opened 2 days ago
The constraint states that it should work on Java 17. It does not state that it should not work on other versions. Our app states that it works on Java 17 or higher. Since working on Java 17 is a subset of what we stated (working on 17 OR higher), this does not violate the constraint.
Furthermore, since Java is backwards compatible, if it works on Java 17, it is also expected to work on higher versions. Hence, it does not make sense to limit the java version to use to 17.
--
Summary
tP constraints specify that only java version 17, and no other version, be used:
Steps to reproduce
Expected
Instructions specify only java-17 be used.
Observed
Instructions state that version 17 or higher can be used:
Tester Information
System Information:
Java version:
[original: nus-cs2103-AY2425S1/pe-interim#452] [original labels: severity.Low type.DocumentationBug]