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

Bug 355247

Summary: can't assign to EventHandler field
Product: z_Archived Reporter: Justin Spadea <jspadea>
Component: EDTAssignee: Project Inbox <edt.javascriptgen-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: greer
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Justin Spadea CLA 2011-08-19 13:45:09 EDT
handler eh type RUIhandler {initialUI = [],onConstructionFunction = start}
	
	e EventHandler = test;
	
	function start()
	end	
	
	function test( e Event in )
	end
end

Generates:

this.e = ;
Comment 1 Scott Greer CLA 2011-09-11 13:09:16 EDT
Fixed.
Comment 2 Justin Spadea CLA 2011-09-15 11:22:36 EDT
Verified