summaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/testsrc
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-03-08 03:02:28 +0000
committerjhugunin <jhugunin>2003-03-08 03:02:28 +0000
commit816fdfe472b78115dd60a9c1f0f56ec39433db6e (patch)
tree21b39688c93631d9218ba77089692854617cbc90 /org.aspectj.ajdt.core/testsrc
parentf0cc465d8b7beced001f6c80ca69a9c3fb25576e (diff)
downloadaspectj-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.java2
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 {