Found in GWT Release (e.g. 2.4.0, 2.5.0 RC): 2.5.0
Encountered on OS / Browser (e.g. WinXP, IE8-9, FF7): any iOS Devices. (more specifically tested iPad/iOS 6.0.1/Safari)
Detailed description (please be as specific as possible): In client code (using native stack node), all exceptions have "anonymous" in place of method name for all the stack trace elements.
Shortest code snippet which demonstrates issue (please indicate where actual result differs from expected result):
void test() { Exception e = new Exception(); Window.alert(e.getStackTrace()[0].getMethodName()); }
-> displays "xyz" on most browsers (where "xyz" is an obfuscated method name....) -> displays "anonymous" on iOS devices.
Comment #1
Posted on Jan 22, 2013 by Happy RabbitThis issue was closed by revision r11466.
Comment #2
Posted on Jan 22, 2013 by Swift Rhino(No comment was entered for this change.)
Comment #3
Posted on Mar 12, 2013 by Swift Pandabulk edit: setting fixed issues for GWT 2.5.1 to Fixed
Status: Fixed
Labels:
Milestone-2_5_1