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

           Summary: NPE in PropertyTokenizer.<init> with table-cell property
                    border=inherit
           Product: Fop
           Version: 1.0dev
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: fo tree
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: [EMAIL PROTECTED]


I'm running the attached simply xsl-fo (foo.xml) through the FOTreeBuilder -
with "border=inherit" this fails because of a NPE below.

Somehow org.apache.fop.fo.properties.PropertyMaker.make(PropertyMaker.java:391)
passes a defaultValue=null down the line which doesn't fare well.

Thanks
Nils

----

java.lang.NullPointerException
        at 
org.apache.fop.fo.expr.PropertyTokenizer.<init>(PropertyTokenizer.java:67)
        at org.apache.fop.fo.expr.PropertyParser.<init>(PropertyParser.java:103)
        at org.apache.fop.fo.expr.PropertyParser.parse(PropertyParser.java:88)
        at 
org.apache.fop.fo.properties.PropertyMaker.make(PropertyMaker.java:423)
        at 
org.apache.fop.fo.properties.PropertyMaker.make(PropertyMaker.java:391)
        at 
org.apache.fop.fo.properties.PropertyMaker.get(PropertyMaker.java:298)
        at org.apache.fop.fo.PropertyList.get(PropertyList.java:171)
        at org.apache.fop.fo.StaticPropertyList.get(StaticPropertyList.java:71)
        at org.apache.fop.fo.PropertyList.get(PropertyList.java:152)
        at org.apache.fop.fo.PropertyList.getFromParent(PropertyList.java:208)
        at 
org.apache.fop.fo.properties.PropertyMaker.make(PropertyMaker.java:412)
        at 
org.apache.fop.fo.PropertyList.convertAttributeToProperty(PropertyList.java:344)
        at 
org.apache.fop.fo.PropertyList.addAttributesToList(PropertyList.java:300)
        at org.apache.fop.fo.FObj.processNode(FObj.java:118)
        at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:216)

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

Reply via email to