Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 360880 - **= operator causes syntax errors
Summary: **= operator causes syntax errors
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-13 14:16 EDT by Kathy Carroll CLA
Modified: 2017-02-23 14:18 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kathy Carroll CLA 2011-10-13 14:16:28 EDT
package mine;

// RUI Handler

handler Simple type RUIhandler{initialUI =[  ], onConstructionFunction = start, cssFile = "css/EunitERR.css", title = "Simple"}

 
    function start()
    	localInt int = 3;
	localInt **= 3;
    end
end

results in


syntax error
EunitERR/mine/Simple.js?contextKey=113:55
[CRRUI2095E] Could not find the EGL function calls leading to this error

egl.mine is undefined
EunitERR/mine/Simple.html?contextKey=113:92
[CRRUI2095E] Could not find the EGL function calls leading to this error
Comment 1 Scott Greer CLA 2011-10-24 18:28:54 EDT
Fixed
Comment 2 Kathy Carroll CLA 2011-10-27 17:19:46 EDT
verified with 20111027_1153