Bug 164676 - [Menus] CommonMenuService - remove uses of URI
Summary: [Menus] CommonMenuService - remove uses of URI
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.3 M4   Edit
Assignee: Eric Moffatt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 121434
  Show dependency tree
 
Reported: 2006-11-15 12:43 EST by Boris Bokowski CLA
Modified: 2006-12-12 12:37 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Bokowski CLA 2006-11-15 12:43:07 EST
URI cannot be resolved to a type	org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/menus	CommonMenuService.java	line 70	1163611125750	745967

We cannot use URI since it is not part of J2ME Foundation 1.0.
Comment 1 Eric Moffatt CLA 2006-11-20 13:56:53 EST
Committed in >20061120. Replaced the existing uses with a local (very naive) implementation called 'MenuLocationURI'.

John Arthorne says that the EMF team has a fairly mature URI implementation that we might consider moving into eclipse. If we decide to go this route let me know so I can remove the one I just created...
Comment 2 Paul Webster CLA 2006-12-12 12:37:11 EST
in I20061212-0010
PW