Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 355247 - can't assign to EventHandler field
Summary: can't assign to EventHandler field
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-08-19 13:45 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:15 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 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