+++ /dev/null
-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