Bug 129369 - ProjectSelectionWidget.setEARProjectItems only needs to be called once
Summary: ProjectSelectionWidget.setEARProjectItems only needs to be called once
Status: NEW
Alias: None
Product: WTP Webservices
Classification: WebTools
Component: jst.ws (show other bugs)
Version: 1.5   Edit
Hardware: PC Windows 2000
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Keith Chong CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2006-02-24 12:05 EST by Rupam Kuehner CLA
Modified: 2011-04-03 04:19 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 Rupam Kuehner CLA 2006-02-24 12:05:16 EST
Currently updateEARState() repopulates the EAR combo from scratch every time it is called. This is not needed since we now display all EARs in the enabled combo irrespective of the project selected. In workspaces with many EARs, recalculating every time the project changes could take a long time. The addControls method already sets the combo items once.