Bug 107769 - [ActionSets] CustomizePerspectiveDialog has unused Hashtable
Summary: [ActionSets] CustomizePerspectiveDialog has unused Hashtable
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Douglas Pollock CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2005-08-23 14:46 EDT by Tod Creasey CLA
Modified: 2005-08-24 11:00 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 Tod Creasey CLA 2005-08-23 14:46:54 EDT
M1

actionSetStructures is a Hashtable that is only ever filled but never referencec
Comment 1 Douglas Pollock CLA 2005-08-24 11:00:11 EDT
This is not true.  There are two references to this member variable in 
handleActionSetSelected(SelectionChangedEvent).  One is a "get" and the other 
is a "put". 
 
Comment 2 Douglas Pollock CLA 2005-08-24 11:00:30 EDT
Marking as INVALID.