| Summary: | Rnutime exception when comparring enumeration values | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Joseph Vincens <jvincens> | ||||
| Component: | EDT | Assignee: | Project Inbox <edt.javascriptgen-inbox> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | greer, jqian | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Joseph Vincens
Could not render UI
([object Object])
Test361867.js?contextKey=29:100 ()
Test361867.js?contextKey=29:84 ()
Test361867.js?contextKey=29:8 ()
egl.js:800 ()
Test361867.html?contextKey=29:80 ([object Array],(function () {egl.localeInfo = {locale: "en_US", nlsCode: "ENU", shortMask: "MM/dd/yyyy", mediumMask: "MM-dd-yyyy", longMask: "MM-dd-yyyy", currencySymbol: "$", decimalSeparator: ".", groupingSeparator: ","};try {egl.handleIDEEvent();egl.rootHandler = new (egl.client.Test361867);if (egl.rootHandler.targetWidget || !egl.rootHandler.egl$isWidget) {egl.rootHandler.setParent(egl.Document);} else {var package = egl.rootHandler.eze$$package;var typename = egl.rootHandler.eze$$typename;egl.rootHandler = egl.Document;egl.rootHandler.eze$$package = package;egl.rootHandler.eze$$typename = typename;}egl.startup();} catch (e) {egl.crashTerminateSession();if (!egl.client.Test361867) {egl.println("Internal generation error. Found no definition for client.Test361867. Try Project > Clean...", e);} else {egl.printError("Could not render UI", e);throw e;}}}))
Test361867.html?contextKey=29:54 ()
Test361867.html?contextKey=29:52 ([object Event])
Test361867.html?contextKey=29:40
egl.eglx.lang.AnyEnumeration is undefined
[CRRUI2094E] Here are the EGL function calls leading to this error:
Test361867.<init>() [native JavaScript]
start() at line 100
egl.eglx.lang.AnyEnumeration is undefined
aa/client/Test361867.js?contextKey=29:100
[CRRUI2095E] Could not find the EGL function calls leading to this error
Created attachment 205868 [details]
testcase
Fixed; thanks for the testcase. verified |