From e61670d772b850932e0023c5a36d233a3ad06e45 Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 23 Mar 2005 16:52:38 +0000 Subject: [PATCH] not useful anymore --- .../org/aspectj/systemtest/ajc150/todo.txt | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 tests/src/org/aspectj/systemtest/ajc150/todo.txt 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 -- 2.39.5