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

Collapse All | Expand All

(-)search/org/eclipse/jdt/core/search/SearchEngine.java (-1 / +1 lines)
Lines 302-308 Link Here
302
	 *   if {@link IJavaSearchScope#APPLICATION_LIBRARIES} is specified</li>
302
	 *   if {@link IJavaSearchScope#APPLICATION_LIBRARIES} is specified</li>
303
	 * <li>its system libraries (internal and external jars, class folders that are coming from an
303
	 * <li>its system libraries (internal and external jars, class folders that are coming from an
304
	 *   IClasspathContainer with the K_SYSTEM kind)
304
	 *   IClasspathContainer with the K_SYSTEM kind)
305
	 *   if {@link IJavaSearchScope#APPLICATION_LIBRARIES} is specified</li>
305
	 *   if {@link IJavaSearchScope#SYSTEM_LIBRARIES} is specified</li>
306
	 * <li>its referenced projects (with their source folders and jars, recursively)
306
	 * <li>its referenced projects (with their source folders and jars, recursively)
307
	 *   if {@link IJavaSearchScope#REFERENCED_PROJECTS} is specified.</li>
307
	 *   if {@link IJavaSearchScope#REFERENCED_PROJECTS} is specified.</li>
308
	 * </ul>
308
	 * </ul>

Return to bug 332451