Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 361867 - Rnutime exception when comparring enumeration values
Summary: Rnutime exception when comparring enumeration values
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-24 16:31 EDT by Joseph Vincens CLA
Modified: 2017-02-23 14:15 EST (History)
2 users (show)

See Also:


Attachments
testcase (869 bytes, application/octet-stream)
2011-10-24 16:33 EDT, Joseph Vincens CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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