[xml-issues] [Issue 83675] incorrect exception specif ications in unoxml/source/dom/document.cxx

2007-12-03 Thread mst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83675


User mst changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Dec  3 09:16:16 + 
2007 ---
verified fixed (on solaris/intel)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[xml-issues] [Issue 83675] incorrect exception specif ications in unoxml/source/dom/document.cxx

2007-11-19 Thread mst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83675


User mst changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Nov 19 15:47:04 + 
2007 ---
added RuntimeException to exception specifications

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[xml-issues] [Issue 83675] incorrect exception specif ications in unoxml/source/dom/document.cxx

2007-11-15 Thread mst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83675


User mst changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Thu Nov 15 17:09:38 + 
2007 ---
confirmed.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[xml-issues] [Issue 83675] incorrect exception specif ications in unoxml/source/dom/document.cxx

2007-11-15 Thread mst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83675
 Issue #|83675
 Summary|incorrect exception specifications in unoxml/source/do
|m/document.cxx
   Component|xml
 Version|680m232
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mst
 Reported by|mst





--- Additional comments from [EMAIL PROTECTED] Thu Nov 15 17:06:58 + 
2007 ---
unoxml/source/dom/document.cxx:
Some methods throw RuntimeException, but do not have it listed in their
exception specifications.
This leads to unexpected exceptions and a crash.
Affected are at least: importNode, createElementNS
Fix: simply append RuntimeException to throw clause of the methods.

sample basic script that crashes OOo:

db = createUnoService("com.sun.star.xml.dom.DocumentBuilder")
doc = db.newDocument()
doc2 = db.newDocument()
doc.importNode(doc2, false)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]