Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 328367 - Compile errors against Eclipse SDK I20101019-0800
Summary: Compile errors against Eclipse SDK I20101019-0800
Status: RESOLVED FIXED
Alias: None
Product: e4
Classification: Eclipse Project
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.1 M3   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-21 11:07 EDT by Andrew Niefer CLA
Modified: 2010-10-21 11:09 EDT (History)
0 users

See Also:


Attachments
patch (2.24 KB, patch)
2010-10-21 11:07 EDT, Andrew Niefer CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Niefer CLA 2010-10-21 11:07:56 EDT
Created attachment 181407 [details]
patch

In org.eclipse.e4.core.di.extensions and org.eclipse.e4.ui.services

org.eclipse.e4.core.di.extensions/src/org/eclipse/e4/core/di/extensions/EventUtils.java (at line 48) 
event = new Event(topic, (Dictionary<?, ?>) data); 
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
The constructor Event(String, Dictionary<capture#1-of ?,capture#2-of ?>) is undefined 


org.eclipse.e4.core.di.extensions/src/org/eclipse/e4/core/di/extensions/EventUtils.java (at line 50) 
event = new Event(topic, (Map<?, ?>) data); 
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
The constructor Event(String, Map<capture#3-of ?,capture#4-of ?>) is undefined
Comment 1 Andrew Niefer CLA 2010-10-21 11:09:22 EDT
patch released