Bug 22361

Summary: Error in javadoc for JavaCore.getResolvedClasspathEntry
Product: [Eclipse Project] JDT Reporter: Stef van Dijk <svandijk>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Stef van Dijk CLA 2002-08-12 13:35:49 EDT
From the java doc for JavaCore.getResolvedClasspathEntry(IClasspathEntry entry):

  * NOTE: This helper method does not handle classpath containers, for which
should rather be used
  * <code>JavaCore#getResolvedClasspathContainer(IPath, IJavaProject)</code>.

However I could not find this method.
Comment 1 Philipe Mulet CLA 2002-08-13 05:35:23 EDT
Fixed. Comment should read:

	 * NOTE: This helper method does not handle classpath containers, for 
which should rather be used
	 * <code>JavaCore#getClasspathContainer(IPath, IJavaProject)</code>.
Comment 2 David Audel CLA 2002-09-19 07:04:40 EDT
Verified.