https://bugs.freedesktop.org/show_bug.cgi?id=85190

Lionel Elie Mamane <lio...@mamane.lu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Whiteboard| target:4.5.0 target:4.4.1  |

--- Comment #42 from Lionel Elie Mamane <lio...@mamane.lu> ---
(In reply to Stephan Bergmann from comment #40)
> (In reply to Commit Notification from comment #39)
> > http://cgit.freedesktop.org/libreoffice/core/commit/
> > ?id=01fb1701c8a59dd023604492a117ea1a6cffcee9
> > 
> > Related fdo#85190: Don't dress arbitrary Java Throwables as UNO Any values
> 
> ...addresses the sub-thread of comment 14, comment 31, comment 35

Thanks.

The

 catch (java.lang.IncompatibleClassChangeError e2)
{
    LOGGER.error("Detected an IncompatibleClassChangeError");
    throw new com.sun.star.lang.WrappedTargetException(e2, "caught a " +
e2.getClass().getName(), this, new
com.sun.star.uno.Exception(e2.getLocalizedMessage()));
}

to me looks like it will not work, trying to pass a
java.lang.IncompatibleClassChangeError through UNO.

Anyway, I improved the message / throwing:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=f4a2cff16ea546e7d0a135d4b061a65e783ab422

Feel free to cherry-pick to libreoffice-4-4.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to