Bug 37506 - RefreshTab makes use of WorkbenchPlugin
Summary: RefreshTab makes use of WorkbenchPlugin
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: 3.0 M6   Edit
Assignee: Jared Burns CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 37143
Blocks:
  Show dependency tree
 
Reported: 2003-05-12 13:06 EDT by Darin Swanson CLA
Modified: 2003-12-13 15:04 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 Darin Swanson CLA 2003-05-12 13:06:20 EDT
WorkbenchPlugin is an internal class.
Once bug 37143 is resolved we can make use of this new API.
Comment 1 Darin Swanson CLA 2003-09-19 20:03:20 EDT
Moved bug to debug land and updated summary.
Comment 2 Darin Swanson CLA 2003-12-09 19:28:11 EST
Fixed in RefreshTab.
Removed unused NLS from StringSubstitutionMessages.

Modified RefreshTab.getRefreshResources(String, IProgressMonitor) to be 
RefreshTab.getRefreshResources(String) as the IProgressMonitor arg was not 
used. 
Adapted the RefreshTabTests, ExternalToolsUtil and ExternalToolBuilder to this 
change.
Comment 3 Darin Swanson CLA 2003-12-09 20:14:35 EST
Added a workingSet test to the RefreshTabTests as well.
Please verify Jared.
Comment 4 Jared Burns CLA 2003-12-13 15:04:44 EST
Verified.