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

Collapse All | Expand All

(-)model/org/eclipse/jdt/core/IJavaProject.java (-10 / +10 lines)
Lines 204-220 Link Here
204
		throws JavaModelException;
204
		throws JavaModelException;
205
	/**
205
	/**
206
	 * Returns the existing package fragment roots identified by the given entry.
206
	 * Returns the existing package fragment roots identified by the given entry.
207
	 * Note that a classpath entry that refers to another project may
207
	 * A classpath entry within the current project identifies a single root.
208
	 * have more than one root (if that project has more than on root
209
	 * containing source), and classpath entries within the current
210
	 * project identify a single root.
211
	 * <p>
208
	 * <p>
212
	 * If the classpath entry denotes a variable, it will be resolved and return
209
	 * If the classpath entry denotes a variable, it will be resolved and return
213
	 * the roots of the target entry (empty if not resolvable).
210
	 * the roots of the target entry (empty if not resolvable).
214
	 * <p>
211
	 * <p>
215
	 * If the classpath entry denotes a container, it will be resolved and return
212
	 * If the classpath entry denotes a container, it will be resolved and return
216
	 * the roots corresponding to the set of container entries (empty if not resolvable).
213
	 * the roots corresponding to the set of container entries (empty if not resolvable).
217
	 *
214
	 * <p>
215
	 * The result does not include package fragment roots in other projects
216
	 * referenced on this project's classpath.
217
	 * 
218
	 * @param entry the given entry
218
	 * @param entry the given entry
219
	 * @return the existing package fragment roots identified by the given entry
219
	 * @return the existing package fragment roots identified by the given entry
220
	 * @see IClasspathContainer
220
	 * @see IClasspathContainer
Lines 515-531 Link Here
515
515
516
	/**
516
	/**
517
	 * Returns the existing package fragment roots identified by the given entry.
517
	 * Returns the existing package fragment roots identified by the given entry.
518
	 * Note that a classpath entry that refers to another project may
518
	 * A classpath entry within the current project identifies a single root.
519
	 * have more than one root (if that project has more than on root
520
	 * containing source), and classpath entries within the current
521
	 * project identify a single root.
522
	 * <p>
519
	 * <p>
523
	 * If the classpath entry denotes a variable, it will be resolved and return
520
	 * If the classpath entry denotes a variable, it will be resolved and return
524
	 * the roots of the target entry (empty if not resolvable).
521
	 * the roots of the target entry (empty if not resolvable).
525
	 * <p>
522
	 * <p>
526
	 * If the classpath entry denotes a container, it will be resolved and return
523
	 * If the classpath entry denotes a container, it will be resolved and return
527
	 * the roots corresponding to the set of container entries (empty if not resolvable).
524
	 * the roots corresponding to the set of container entries (empty if not resolvable).
528
	 *
525
	 * <p>
526
	 * The result does not include package fragment roots in other projects
527
	 * referenced on this project's classpath.
528
	 * 
529
	 * @param entry the given entry
529
	 * @param entry the given entry
530
	 * @return the existing package fragment roots identified by the given entry
530
	 * @return the existing package fragment roots identified by the given entry
531
	 * @see IClasspathContainer
531
	 * @see IClasspathContainer

Return to bug 324367