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 123434 Details for
Bug 262044
[ui] Available Software refresh occasionally yields blank results
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
patch262044.txt (text/plain), 1.28 KB, created by
Susan McCourt
on 2009-01-22 16:35:43 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Susan McCourt
Created:
2009-01-22 16:35:43 EST
Size:
1.28 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.equinox.p2.ui >Index: src/org/eclipse/equinox/internal/p2/ui/model/RemoteQueriedElement.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.equinox/p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/model/RemoteQueriedElement.java,v >retrieving revision 1.7.2.1 >diff -u -r1.7.2.1 RemoteQueriedElement.java >--- src/org/eclipse/equinox/internal/p2/ui/model/RemoteQueriedElement.java 29 Oct 2008 18:20:27 -0000 1.7.2.1 >+++ src/org/eclipse/equinox/internal/p2/ui/model/RemoteQueriedElement.java 22 Jan 2009 21:33:23 -0000 >@@ -26,8 +26,6 @@ > */ > public abstract class RemoteQueriedElement extends QueriedElement implements IDeferredWorkbenchAdapter { > >- boolean alreadyCollected = false; >- > protected RemoteQueriedElement() { > super(null); > } >@@ -39,10 +37,8 @@ > public void fetchDeferredChildren(Object o, IElementCollector collector, IProgressMonitor monitor) { > try { > Object[] children = fetchChildren(o, monitor); >- >- if (!monitor.isCanceled() && !alreadyCollected) { >+ if (!monitor.isCanceled()) { > collector.add(children, monitor); >- alreadyCollected = true; > } > } catch (OperationCanceledException e) { > // Nothing to do
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 Raw
Actions:
View
Attachments on
bug 262044
: 123434