aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2005-03-23 16:52:38 +0000
committeraclement <aclement>2005-03-23 16:52:38 +0000
commite61670d772b850932e0023c5a36d233a3ad06e45 (patch)
tree514ae0f93d391127b1401eaa4d1d78fb006fc3b0 /tests
parentb617e0709eea6164de4e66045d5eba59dc8bc0fd (diff)
downloadaspectj-e61670d772b850932e0023c5a36d233a3ad06e45.tar.gz
aspectj-e61670d772b850932e0023c5a36d233a3ad06e45.zip
not useful anymore
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/todo.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/todo.txt b/tests/src/org/aspectj/systemtest/ajc150/todo.txt
deleted file mode 100644
index d6bc462df..000000000
--- a/tests/src/org/aspectj/systemtest/ajc150/todo.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Work to do for 1.5.0M1
-
-Initial support for these features is mostly to do with tolerance of them for binary weaving:
-
-X Bridge Methods (Ignore them completely - they provide no join points)
-X Covariance (Properly support covariance)
-X Annotations (No ITDs allowed)
-X Enums (No ITDs allowed)
-X Varargs (Don't allow Object[] to match a varargs method)
-o Autoboxing
-o -source 1.5 (So we can change our behavior, e.g. autoboxing)
-o LocalVarTypeTable (Manipulate it the same as we do the LocalVariableTable)
-o Annotation (No DECPs allowed)
-o Enums (No DECPs allowed)
-
-
-===
-
-Things we ought to do:
-- Lift binary decp restriction
-- ResolvedTypeMunger - switch on remembering source location ! \ No newline at end of file