Bug 90341 - [Contributions] ViewerActionBuilder processes more config elements than it should
Summary: [Contributions] ViewerActionBuilder processes more config elements than it sh...
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 2000
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted, performance
Depends on:
Blocks:
 
Reported: 2005-04-05 14:36 EDT by Nick Edgar CLA
Modified: 2019-09-06 15:35 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.