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=15565>. 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=15565 MappedPropertyDescriptor fails tests when compiled with gcj [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2002-12-21 20:03 ------- This sounds like it is really one or more bugs in gcj. (1) The Javadocs for the constructor that takes a property name and two Method objects explicitly allows the Methods to be null for write-only and/or read-only properties. (2) The Sun JVM (at least) doesn't have a constructor on PropertyDescriptor that takes only the property name, so your proposed change would create compile errors on those JVMs. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
