View | Details | Raw Unified | Return to bug 231130 | Differences between
and this patch

Collapse All | Expand All

(-)model/org/eclipse/jdt/core/IJavaElement.java (-1 / +2 lines)
Lines 283-289 Link Here
283
	 * the path returned is the full, absolute path to the underlying resource,
283
	 * the path returned is the full, absolute path to the underlying resource,
284
	 * relative to the workbench.
284
	 * relative to the workbench.
285
	 * If this element is included in an external library,
285
	 * If this element is included in an external library,
286
	 * the path returned is the absolute path to the archive in the file system.
286
	 * the path returned is the absolute path to the archive or to the 
287
	 * folder in the file system.
287
	 * This is a handle-only method.
288
	 * This is a handle-only method.
288
	 *
289
	 *
289
	 * @return the path to the innermost resource enclosing this element
290
	 * @return the path to the innermost resource enclosing this element

Return to bug 231130