gerrit/gerrit-gwtui
Dave Borowitz ed89cda6f9 PluginName: Don't depend on StackTraceCreator.fillStackTrace()
This method from an impl package was removed upstream:
https://gwt-review.googlesource.com/7910

Instead, use the method suggested by JavaScriptException itself:

  The return value of {@link #getStackTrace()} may vary between
  browsers due to variations in the underlying error-reporting
  capabilities. When possible, the stack trace will be the stack trace
  of the underlying error object. If it is not possible to accurately
  report a stack trace, a zero-length array will be returned. In those
  cases where the underlying stack trace cannot be determined, {@link
  #fillInStackTrace()} can be called in the associated catch block to
  create a stack trace corresponding to the location where the
  JavaScriptException object was created.

Change-Id: I3e92e2084840dc14f2e36b76cefe326890e08d1c
2014-06-26 10:20:05 -07:00
..
src PluginName: Don't depend on StackTraceCreator.fillStackTrace() 2014-06-26 10:20:05 -07:00
BUCK Buck: Remove usage of genfile() 2014-06-10 07:14:18 +00:00
gwt.defs Buck: Remove usage of genfile() 2014-06-10 07:14:18 +00:00