summaryrefslogtreecommitdiffstats
path: root/loadtime
diff options
context:
space:
mode:
authoraclement <aclement>2009-12-09 18:04:29 +0000
committeraclement <aclement>2009-12-09 18:04:29 +0000
commit95ae07b5aa70a702bac463a7775ec36487936bb9 (patch)
tree4b60d1e42dae2e99d73323360807cc73c118db03 /loadtime
parentca38e2297442d0de07b1b8d3845d3190b1f3be56 (diff)
downloadaspectj-95ae07b5aa70a702bac463a7775ec36487936bb9.tar.gz
aspectj-95ae07b5aa70a702bac463a7775ec36487936bb9.zip
testadata for fast inclusion/exclusion when LTW
Diffstat (limited to 'loadtime')
-rw-r--r--loadtime/testsrc/testdata/Apples.java16
-rw-r--r--loadtime/testsrc/testdata/Oranges.java16
-rw-r--r--loadtime/testsrc/testdata/sub/Apples.java16
-rw-r--r--loadtime/testsrc/testdata/sub/Oranges.java16
4 files changed, 64 insertions, 0 deletions
diff --git a/loadtime/testsrc/testdata/Apples.java b/loadtime/testsrc/testdata/Apples.java
new file mode 100644
index 000000000..2d216c1ea
--- /dev/null
+++ b/loadtime/testsrc/testdata/Apples.java
@@ -0,0 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Contributors.
+ * All rights reserved.
+ * This program and the accompanying materials are made available
+ * under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution and is available at
+ * http://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Andy Clement
+ *******************************************************************************/
+package testdata;
+
+public class Apples {
+
+}
diff --git a/loadtime/testsrc/testdata/Oranges.java b/loadtime/testsrc/testdata/Oranges.java
new file mode 100644
index 000000000..d634bb8db
--- /dev/null
+++ b/loadtime/testsrc/testdata/Oranges.java
@@ -0,0 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Contributors.
+ * All rights reserved.
+ * This program and the accompanying materials are made available
+ * under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution and is available at
+ * http://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Andy Clement
+ *******************************************************************************/
+package testdata;
+
+public class Oranges {
+
+}
diff --git a/loadtime/testsrc/testdata/sub/Apples.java b/loadtime/testsrc/testdata/sub/Apples.java
new file mode 100644
index 000000000..6f666892f
--- /dev/null
+++ b/loadtime/testsrc/testdata/sub/Apples.java
@@ -0,0 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Contributors.
+ * All rights reserved.
+ * This program and the accompanying materials are made available
+ * under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution and is available at
+ * http://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Andy Clement
+ *******************************************************************************/
+package testdata.sub;
+
+public class Apples {
+
+}
diff --git a/loadtime/testsrc/testdata/sub/Oranges.java b/loadtime/testsrc/testdata/sub/Oranges.java
new file mode 100644
index 000000000..f1828c001
--- /dev/null
+++ b/loadtime/testsrc/testdata/sub/Oranges.java
@@ -0,0 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Contributors.
+ * All rights reserved.
+ * This program and the accompanying materials are made available
+ * under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution and is available at
+ * http://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Andy Clement
+ *******************************************************************************/
+package testdata.sub;
+
+public class Oranges {
+
+}