aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2009-03-20 17:37:58 +0000
committeraclement <aclement>2009-03-20 17:37:58 +0000
commit496eabc6e272c3218c7eb0a0220ea2b4fe8ed1e9 (patch)
treed4998486cd860730f1092995638535b1bab690fe /tests
parent93214ae61c5e4587f6fd6cfc55ae7412a8fb7026 (diff)
downloadaspectj-496eabc6e272c3218c7eb0a0220ea2b4fe8ed1e9.tar.gz
aspectj-496eabc6e272c3218c7eb0a0220ea2b4fe8ed1e9.zip
268827: tell ajdt about class file removal
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java
index 4e1166ef9..09cd95474 100644
--- a/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java
+++ b/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalOutputLocationManagerTests.java
@@ -48,6 +48,9 @@ public class IncrementalOutputLocationManagerTests extends AbstractMultiProjectI
public void reportClassFileWrite(String outputfile) {
}
+ public void reportClassFileRemove(String outputfile) {
+ }
+
public File getOutputLocationForClass(File compilationUnit) {
String path = compilationUnit.getAbsolutePath();
int index = path.indexOf("src");