You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/12/20 12:26:46 UTC

DO NOT REPLY [Bug 15565] New: - MappedPropertyDescriptor fails tests when compiled with gcj

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

           Summary: MappedPropertyDescriptor fails tests when compiled with
                    gcj
           Product: Commons
           Version: 1.5 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Bean Utilities
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: gbenson@redhat.com


MappedPropertyDescriptor fails a number of unit tests when compiled with gcj
because libgcj's java.beans.PropertyDescriptor's constructors do not like being
called with beanClass = null.  It can be fixed by the two super(propertyName,
null, null) calls with super(propertyName).

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>