Re: Deobfuscated stack trace message and line-specific stack traces

2018-11-05 Thread Jens
Depending on your browser versions you support, you could try enabling source maps for other user agents as well. Currently it is only active for safari permutation. If you deploy the generated source maps, the StackTraceDeobfuscator could use them on the server to make better stack traces. Yo

Re: Deobfuscated stack trace message and line-specific stack traces

2018-11-05 Thread Paul Robinson
I always deploy a version compiled with emulated stack traces alongside the regular version so that if a problem can be replicated, I can get a proper stack trace. But I still share your pain. Trying to work out which line of obfuscated JavaScript could possibly have given a null pointer exception

Deobfuscated stack trace message and line-specific stack traces

2018-11-05 Thread brad
Hi, Two issues that often frustrate me with GWT deobfuscated stack traces: a) The stack trace is deobfuscated, but the error message is not, so you get something like "com.google.gwt.core.client.JavaScriptException: (TypeError) : Cannot read property 'a' of undefined". b) The stack trace refers

Re: Hash of a Java Type

2018-11-05 Thread Thomas Broyer
ActionReturnValue uses a CustomFieldSerializer: https://github.com/oVirt/ovirt-engine/blob/11580030b10331d6f671801206050b5cf393b229/frontend/webadmin/modules/gwt-extension/src/main/java/org/ovirt/engine/core/common/action/ActionReturnValue_CustomFieldSerializer.java 1 → ArrayList 1 → length 2 →

Re: Hash of a Java Type

2018-11-05 Thread Anastasiya Ruzhanskaya
Hi! Thank you for your answer. I started to explore the answers which are sent using the same rules I suppose. But faced with some inconsistency. Here is the example: //OK[0,0,10,0,471,9,8,1,0,1,0,1,7||,0,0,0,1,6,3,5,3,4,3,3,1,0,2,1,1,[(1) "java.util.ArrayList/4159755760",(2) "org.ovirt.engine.cor