DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20412>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20412 [commons-attributes] support for multiple tags with the same name [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2004-01-11 18:46 ------- The patch appears to be for a previous version of commons-attributes. The way attributes are specified, stored and accessed have changed completely since then. Just to show how much it has changed: Right now, you'd define something like this: /** * @@MyTag( "value1" ) * @@MyTag( "value2" ) */ and then make sure that the MyTag.equals method doesn't return true for instances of MyTag with different values. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
