Bug 90341

Summary: [Contributions] ViewerActionBuilder processes more config elements than it should
Product: [Eclipse Project] Platform Reporter: Nick Edgar <n.a.edgar>
Component: UIAssignee: Platform UI Triaged <platform-ui-triaged>
Status: ASSIGNED --- QA Contact:
Severity: normal    
Priority: P5 CC: eclipse
Version: 3.1Keywords: helpwanted, performance
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Nick Edgar CLA 2005-04-05 14:36:46 EDT
3.1 M6

Tracing through ViewerActionBuilder.readViewerContributions (while looking at
bug 78460), I found that it:
- gets all popupMenus extensions
- sorts them by plugin id
- selects only the <viewerContribution> elements with a matching targetId

It would be faster to:
- get all popupMenus extensions
- select only the <viewerContribution> elements with a matching targetId
- sorts them by plugin id
Comment 1 Paul Webster CLA 2007-04-05 19:04:12 EDT
Assigning to component owner
PW
Comment 2 Eclipse Webmaster CLA 2019-09-06 15:35:05 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.