Bug 22361 - Error in javadoc for JavaCore.getResolvedClasspathEntry
Summary: Error in javadoc for JavaCore.getResolvedClasspathEntry
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-12 13:35 EDT by Stef van Dijk CLA
Modified: 2002-09-19 07:04 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.