I think it's related to this: https://github.com/aepshteyn/gwt-stack-trace-kit (I'm not the author)
Greg On Monday, July 30, 2018 at 6:49:24 PM UTC+2, Jens wrote: > > > Looking at this traces it seems to me that the file/line is consistent but >> the member is completely off. That suggests that the wrong symbol map is >> being used. >> > > It is stock GWT with just a single change wrt to Date serialization. We > deploy what GWT gives us and the code chooses the symbol map using the > permutation strong name transferred via the GWT-RPC as HTTP header ( > AbstractRemoteServiceServlet#getPermutationStrongName()). > > So I would say it is the correct symbol map and from the full exceptions I > have seen so far the members itself are correct, but file/line is off here > and there. You can see this in the first example. The stack of just the > members is correct when calling Panel.clear() on a SimplePanel. However > file name went crazy at some point and switches to some Guava stuff. > > -- J. > -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/b68bf122-9d0c-4943-b8d2-d176c32d7dac%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
