Bug 31440

Summary: Classpath container initializer getDescription should also take a project in argument
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.