Bug 31440 - Classpath container initializer getDescription should also take a project in argument
Summary: Classpath container initializer getDescription should also take a project in ...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-10 05:15 EST by Philipe Mulet CLA
Modified: 2003-02-24 12:43 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 Philipe Mulet CLA 2003-02-10 05:15:37 EST
20030206(1700)

This (new) API should actually take a project in argument too ? Usually 
containers are resolved on a per project basis, so it may be worth having the 
project in to pick a flavor from its default if any.

initializer.getDescription(containerPath)

	should be somewhat equivalent to: JavaCore.getClasspathContainer
(containerPath, IJavaProject).getDescription().
Comment 1 Philipe Mulet CLA 2003-02-10 06:45:30 EST
Fixed
Comment 2 David Audel CLA 2003-02-24 12:43:37 EST
Verified.