To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75152
User sb changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
Priority|P3 |P4
--------------------------------------------------------------------------------
Target milestone|OOo 2.x |OOo Later
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Mar 6 12:53:33 +0000
2007 -------
In jurt/com/sun/star/lib/uno/protocols/urp/Marshal.java:1.19, writeValue
recursively calls writeAnyValue, which uses TypeDescription.getTypeDescription
to find out that a java.lang.Object is of UNO type ANY, so recursively again
calls writeValue to write the same ANY value.
While it is a violation of the Java UNO language binding specification to pass
an instance of exact type java.lang.Object where a UNO ANY is required, it would
be nice if this were detected with some RuntimeException instead of a
StackOverflowError.
---------------------------------------------------------------------
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]