]> source.dussan.org Git - aspectj.git/commit
revamped option handling: n-element options, collision/conflict detection/resolution...
authorwisberg <wisberg>
Wed, 29 Oct 2003 08:56:38 +0000 (08:56 +0000)
committerwisberg <wisberg>
Wed, 29 Oct 2003 08:56:38 +0000 (08:56 +0000)
commited96631f11efc4895a90a68f86f0e75eef8e9e2d
tree89a9d5fb905a2e87b41b4480d45651c84c9e5602
parent7a01c23476bda528f577b9fe4861f40ad1086381
revamped option handling: n-element options, collision/conflict detection/resolution via forcing as an attribute, option families.  More compiler options actually handled, and error messages for unhandled options.
12 files changed:
testing/src/org/aspectj/testing/harness/bridge/AbstractRunSpec.java
testing/src/org/aspectj/testing/harness/bridge/CompilerRun.java
testing/src/org/aspectj/testing/harness/bridge/Globals.java
testing/src/org/aspectj/testing/util/options/Option.java [new file with mode: 0644]
testing/src/org/aspectj/testing/util/options/Options.java [new file with mode: 0644]
testing/src/org/aspectj/testing/util/options/Values.java [new file with mode: 0644]
testing/testsrc/TestingModuleTests.java
testing/testsrc/org/aspectj/testing/harness/bridge/CompilerRunSpecTest.java
testing/testsrc/org/aspectj/testing/util/options/OptionChecker.java [new file with mode: 0644]
testing/testsrc/org/aspectj/testing/util/options/OptionsTest.java [new file with mode: 0644]
testing/testsrc/org/aspectj/testing/util/options/OptionsTests.java [new file with mode: 0644]
testing/testsrc/org/aspectj/testing/util/options/ValuesTest.java [new file with mode: 0644]