leosutic 2004/09/13 14:25:06
Modified: attributes RELEASE.txt
Log:
updated with latest changes.
Revision Changes Path
1.4 +24 -0 jakarta-commons/attributes/RELEASE.txt
Index: RELEASE.txt
===================================================================
RCS file: /home/cvs/jakarta-commons/attributes/RELEASE.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- RELEASE.txt 28 Aug 2004 21:12:59 -0000 1.3
+++ RELEASE.txt 13 Sep 2004 21:25:06 -0000 1.4
@@ -18,6 +18,12 @@
== 2.2 ==
+=== Changes ===
+
+ + Ported compiler to qDox 1.5.
+
+=== Enhancements ===
+
+ Added getCause() to applicable Throwables, making them compliant
with the standard Java2 1.4 nested throwable spec.
@@ -34,6 +40,24 @@
+ Added a SealedAttributeException to be thrown when an attempt to
modify a sealed attribute is made. The exception is a subclass
of the IllegalStateException that used to be thrown.
+
+=== Bugfixes ===
+
+ + Target specifications would go unnoticed for attributes attached
+ to fields, methods and constructors. The following code would *not*
+ result in an InvalidAttributeTargetError.
+
+ /**
+ * @@Target(Target.METHOD)
+ */
+ public class AttributeWithTargetMethod {}
+
+ public class FieldAttributes1 {
+ /**
+ * @@AttributeWithTargetMethod()
+ */
+ private Object o;
+ }
== 2.1 ==
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]