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

--- Comment #13 from Julien Nabet <[email protected]> ---
Created attachment 90122
  --> https://bugs.freedesktop.org/attachment.cgi?id=90122&action=edit
console logs

I added some logs:
diff --git
a/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_proxy.java
b/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_proxy.java
index 31861d6..6a99b15 100644
--- a/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_proxy.java
+++ b/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_proxy.java
@@ -156,6 +156,13 @@ public final class JNI_proxy implements
java.lang.reflect.InvocationHandler
     {
         Class decl_class = method.getDeclaringClass();
         String method_name = method.getName();
+if (method_name.equals("last")) {
+System.out.println("TODO JUL decl_class " + decl_class.getName());
+System.out.println("TODO JUL m_class " + m_class.getName());
+System.out.println("TODO JUL method_name " + method_name);
+System.out.println("TODO JUL Object.class " + Object.class.getName());
+System.out.println("TODO JUL args " + args);
+}

         if (Object.class.equals( decl_class ))
         {

and launched the report OK then the KO one. I attached the result in the file.
But I don't know where to find this method last.

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

Reply via email to