Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 337517 - PluginRegistry event dispatch sends event params as array instead of as unpacked args
Summary: PluginRegistry event dispatch sends event params as array instead of as unpac...
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.2   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-18 01:32 EST by Simon Kaegi CLA
Modified: 2011-09-01 11:42 EDT (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 Simon Kaegi CLA 2011-02-18 01:32:35 EST
While writing tests I noticed the pluginRegistry eventDispatch mechanism was sending an array of params instead of unpacking and sending the event params directly.

Gosia I noticed a comment in your code and corrected it according to this bug however I was not sure how to test so you should pull and re-verify.
Comment 1 Malgorzata Janczarska CLA 2011-03-10 05:11:21 EST
Now it's OK.