[Bug 1210] New: XMLStreamException three-arg constructor does not pass root cause to super-constructor

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Nov 7 15:45:39 PST 2012


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1210

          Priority: P3
            Bug ID: 1210
                CC: unassigned at icedtea.classpath.org
          Assignee: gnu.andrew at redhat.com
           Summary: XMLStreamException three-arg constructor does not pass
                    root cause to super-constructor
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: jlivings at redhat.com
          Hardware: x86_64
            Status: NEW
           Version: 7-hg
         Component: IcedTea
           Product: IcedTea

Created attachment 791
  --> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=791&action=edit
patch

Of the javax.xml.stream.XMLStreamException constructors which take a Throwable,
the one-argument and two-argument variants pass that to the super constructor
so it gets set as the initial cause. The three-argument constructor variant
does not do that and I believe it should as well.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121107/3d7407c6/attachment.html 


More information about the distro-pkg-dev mailing list