### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: model/org/eclipse/jdt/core/IJavaProject.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/core/IJavaProject.java,v retrieving revision 1.104 diff -u -r1.104 IJavaProject.java --- model/org/eclipse/jdt/core/IJavaProject.java 2 Mar 2010 06:46:01 -0000 1.104 +++ model/org/eclipse/jdt/core/IJavaProject.java 2 Dec 2010 11:29:33 -0000 @@ -214,7 +214,10 @@ *

* If the classpath entry denotes a container, it will be resolved and return * the roots corresponding to the set of container entries (empty if not resolvable). - * + *

+ * The result does not include package fragment roots in other projects + * referenced on this project's classpath. + * * @param entry the given entry * @return the existing package fragment roots identified by the given entry * @see IClasspathContainer @@ -525,7 +528,10 @@ *

* If the classpath entry denotes a container, it will be resolved and return * the roots corresponding to the set of container entries (empty if not resolvable). - * + *

+ * The result does not include package fragment roots in other projects + * referenced on this project's classpath. + * * @param entry the given entry * @return the existing package fragment roots identified by the given entry * @see IClasspathContainer