You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2003/12/16 12:07:20 UTC

DO NOT REPLY [Bug 25563] New: - [PATCH] toString() method compound property value classes in datatypes.

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=25563>.
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=25563

[PATCH] toString() method compound property value classes in datatypes.

           Summary: [PATCH] toString() method compound property value
                    classes in datatypes.
           Product: Fop
           Version: 1.0dev
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: general
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: bckfnn@worldonline.dk


This patch makes it a little bit easier to debug and print property sets by 
adding a toString() to the compound property values. When all the property 
values has toString() method, the value of a property can be printed with a 
call to:

    property.getObject().toString()