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 312310
Collapse All | Expand All

(-)src/org/eclipse/equinox/internal/p2/ui/model/MetadataRepositoryElement.java (-1 lines)
Lines 71-77 Link Here
71
			//only invoke super if we successfully loaded the repository
71
			//only invoke super if we successfully loaded the repository
72
			return super.fetchChildren(o, sub.newChild(100));
72
			return super.fetchChildren(o, sub.newChild(100));
73
		} catch (ProvisionException e) {
73
		} catch (ProvisionException e) {
74
			getProvisioningUI().getRepositoryTracker().reportLoadFailure(location, e);
75
			// TODO see https://bugs.eclipse.org/bugs/show_bug.cgi?id=276784
74
			// TODO see https://bugs.eclipse.org/bugs/show_bug.cgi?id=276784
76
			return new Object[] {new EmptyElementExplanation(this, IStatus.ERROR, e.getLocalizedMessage(), "")}; //$NON-NLS-1$
75
			return new Object[] {new EmptyElementExplanation(this, IStatus.ERROR, e.getLocalizedMessage(), "")}; //$NON-NLS-1$
77
		}
76
		}

Return to bug 312310