diff options
author | jhugunin <jhugunin> | 2003-03-08 03:02:28 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-03-08 03:02:28 +0000 |
commit | 816fdfe472b78115dd60a9c1f0f56ec39433db6e (patch) | |
tree | 21b39688c93631d9218ba77089692854617cbc90 /org.aspectj.ajdt.core/testsrc | |
parent | f0cc465d8b7beced001f6c80ca69a9c3fb25576e (diff) | |
download | aspectj-816fdfe472b78115dd60a9c1f0f56ec39433db6e.tar.gz aspectj-816fdfe472b78115dd60a9c1f0f56ec39433db6e.zip |
Half-way through refactoring of ResolvedTypeX's and Worlds. This
should make incremental compilation and using binary aspect libraries
work MUCH better.
The current state doesn't fix any of those issues, but it also does
continue to pass all of the existing tests.
Diffstat (limited to 'org.aspectj.ajdt.core/testsrc')
-rw-r--r-- | org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CommandTestCase.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CommandTestCase.java b/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CommandTestCase.java index 394d7df74..7f93a4995 100644 --- a/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CommandTestCase.java +++ b/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CommandTestCase.java @@ -130,6 +130,8 @@ public abstract class CommandTestCase extends TestCase { String fullpath = "testdata/" + path; LazyClassGen.disassemble(fullpath, name, System.out); } + + /** incremental test case adapter to JUnit */ public class IncCase extends IncrementalCase { |