diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-19 14:03:31 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-02-19 14:55:06 +0700 |
commit | caa4b9f0e7ab505a3e8b46816a7cf409bce197bb (patch) | |
tree | ce74dde69c228c2069a7020795fe9de714dc7792 /tests/src/test/java/org/aspectj | |
parent | f3450726d21518bd51deaf46629682d328bb3338 (diff) | |
download | aspectj-caa4b9f0e7ab505a3e8b46816a7cf409bce197bb.tar.gz aspectj-caa4b9f0e7ab505a3e8b46816a7cf409bce197bb.zip |
AjcTask: make version number arrays more generic
SOURCE_INPUTS, TARGET_INPUTS, COMPLIANCE_INPUTS are now populated in a
'for' loop in a static initialiser block. I.e., adding support for a new
Java version is now as simple as incrementing field JAVA_VERSION_MAX. In
case ECJ raises the minimum supporter compiler source/target version,
field JAVA_VERSION_MIN needs to be incremented. But that should happen
less frequently.
This was done to make the 'AspectJ_JDK_Update' tasks as easy and as
little error-prone as possible.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'tests/src/test/java/org/aspectj')
0 files changed, 0 insertions, 0 deletions