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

Bug 328367

Summary: Compile errors against Eclipse SDK I20101019-0800
Product: [Eclipse Project] e4 Reporter: Andrew Niefer <aniefer>
Component: UIAssignee: Project Inbox <e4.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 4.1 M3   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
patch none

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