Bug 206334 - [Contributions] [Examples] org.eclipse.ui.examples.contributions needs to set an EE
Summary: [Contributions] [Examples] org.eclipse.ui.examples.contributions needs to set...
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: 3.4 M7   Edit
Assignee: Paul Webster CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-10-15 10:47 EDT by Remy Suen CLA
Modified: 2008-05-01 09:47 EDT (History)
0 users

See Also:


Attachments
Patch to set an EE. (1.35 KB, patch)
2007-10-15 10:47 EDT, Remy Suen CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Remy Suen CLA 2007-10-15 10:47:15 EDT
Created attachment 80359 [details]
Patch to set an EE.

The InfoView class makes a call to Collections.swap(List, int, int) which is a method that was introduced in J2SE 1.4. This project does not compile on my workspace because my default JRE is not J2SE 1.4 runtime.
Comment 1 Paul Webster CLA 2008-04-08 10:51:41 EDT
Released to HEAD >20080408
PW
Comment 2 Paul Webster CLA 2008-05-01 09:47:02 EDT
In I20080501-0100
PW