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 2005/11/08 23:10:20 UTC

DO NOT REPLY [Bug 37415] - java.lang.ClassCastException: org.apache.fop.layoutmgr.PaddingElement

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37415>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37415





------- Additional Comments From a_l.delmelle@pandora.be  2005-11-08 23:10 -------
Cause: class hierarchy of the PaddingElement skips the KnuthElement class

PaddingElement
  ->BorderOrPaddingElement
    ->UnresolvedListElementWithLength
      ->UnresolvedListElement
        ->ListElement

Elementary logic: every KnuthElement is a ListElement, but not every ListElement is a KnuthElement...

Manuel? Do you think replacing the class root is sufficient to solve this?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.