Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 361867

Summary: Rnutime exception when comparring enumeration values
Product: z_Archived Reporter: Joseph Vincens <jvincens>
Component: EDTAssignee: 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 Flags
testcase none

Description Joseph Vincens CLA 2011-10-24 16:31:32 EDT
using the attached I get the following exception:
Comment 1 Joseph Vincens CLA 2011-10-24 16:33:00 EDT
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
Comment 2 Joseph Vincens CLA 2011-10-24 16:33:27 EDT
Created attachment 205868 [details]
testcase
Comment 3 Scott Greer CLA 2011-10-24 19:46:48 EDT
Fixed;  thanks for the testcase.
Comment 4 Joseph Vincens CLA 2011-10-27 07:19:01 EDT
verified