Compiler gives me errors related to JSNI. Nothing more. >>Isn't ValidationTool giving you warnings?
I have: <init-param> <param-name>symbolMapsDirectory</param-name> <!-- You'll need to compile with -extras and move the symbolMaps directory to this location if you want stack trace deobfuscation to work --> <param-value>WEB-INF/classes/symbolMaps/</param-value> </init-param> And I am compiling with -extra WEB-INF/classes/symbolMaps Q: Does this mean that errors will send stack traces ? Q: Does obfuscation apply to debugging mode as well? -------------- Why the aforementioned error message "The requested type is not default-instantiable" does not include concrete type info? It would speed up development. Dne pátek, 8. června 2012 10:00:41 UTC+2 Thomas Broyer napsal(a): > > > On Friday, June 8, 2012 12:59:57 AM UTC+2, zorro wrote: >> >> Is there a way to find out WHICH TYPE other then scanning my large >> codebase? > > > Isn't ValidationTool giving you warnings? > > You can also simply put a breakpoing into ReflectiveServiceLayer where > this error is reported and look at the value of the 'clazz' argument. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/HkkLUVCPk_cJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
