Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 124412
Collapse All | Expand All

(-)src/org/eclipse/ui/internal/intro/impl/model/IntroSearchParticipant.java (+3 lines)
Lines 67-72 Link Here
67
	public Set getAllDocuments(String locale) {
67
	public Set getAllDocuments(String locale) {
68
		HashSet set = new HashSet();
68
		HashSet set = new HashSet();
69
		IProduct product = Platform.getProduct();
69
		IProduct product = Platform.getProduct();
70
		if (product == null) {
71
			return set;
72
		}
70
		String productId = product.getId();
73
		String productId = product.getId();
71
		IConfigurationElement[] elements = Platform.getExtensionRegistry().getConfigurationElementsFor(
74
		IConfigurationElement[] elements = Platform.getExtensionRegistry().getConfigurationElementsFor(
72
				"org.eclipse.ui.intro");
75
				"org.eclipse.ui.intro");

Return to bug 124412