Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 167766 Details for
Bug 312310
[ui] MetadataRepositoryElement causes duplicated error messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Removes error logging from MetadataRepositoryElement#fetchChildren
MetadataRepositoryElement.patch (text/plain), 1.09 KB, created by
Matthew Piggott
on 2010-05-10 13:43:01 EDT
(
hide
)
Description:
Removes error logging from MetadataRepositoryElement#fetchChildren
Filename:
MIME Type:
Creator:
Matthew Piggott
Created:
2010-05-10 13:43:01 EDT
Size:
1.09 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.equinox.p2.ui >Index: src/org/eclipse/equinox/internal/p2/ui/model/MetadataRepositoryElement.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/model/MetadataRepositoryElement.java,v >retrieving revision 1.23 >diff -u -r1.23 MetadataRepositoryElement.java >--- src/org/eclipse/equinox/internal/p2/ui/model/MetadataRepositoryElement.java 7 Mar 2010 17:40:46 -0000 1.23 >+++ src/org/eclipse/equinox/internal/p2/ui/model/MetadataRepositoryElement.java 10 May 2010 17:33:10 -0000 >@@ -71,7 +71,6 @@ > //only invoke super if we successfully loaded the repository > return super.fetchChildren(o, sub.newChild(100)); > } catch (ProvisionException e) { >- getProvisioningUI().getRepositoryTracker().reportLoadFailure(location, e); > // TODO see https://bugs.eclipse.org/bugs/show_bug.cgi?id=276784 > return new Object[] {new EmptyElementExplanation(this, IStatus.ERROR, e.getLocalizedMessage(), "")}; //$NON-NLS-1$ > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 312310
: 167766