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 75763 Details for
Bug 198650
[regression] assertion failed when restarting RSE with expanded FTP connection but no password
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]
Patch to fix the assertion
bug198650_assertion.diff.txt (text/plain), 1.56 KB, created by
Martin Oberhuber
on 2007-08-09 09:23:55 EDT
(
hide
)
Description:
Patch to fix the assertion
Filename:
MIME Type:
Creator:
Martin Oberhuber
Created:
2007-08-09 09:23:55 EDT
Size:
1.56 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rse.ui >Index: UI/org/eclipse/rse/internal/ui/view/SystemView.java >=================================================================== >RCS file: /cvsroot/dsdp/org.eclipse.tm.rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemView.java,v >retrieving revision 1.147 >diff -u -r1.147 SystemView.java >--- UI/org/eclipse/rse/internal/ui/view/SystemView.java 9 Aug 2007 09:45:52 -0000 1.147 >+++ UI/org/eclipse/rse/internal/ui/view/SystemView.java 9 Aug 2007 13:25:01 -0000 >@@ -39,6 +39,7 @@ > * David McKnight (IBM) - [196662] Avoid main thread query to check exists when remote refreshing > * Kevin Doyle (IBM) - [198576] Renaming a folder directly under a Filter doesn't update children > * Kevin Doyle (IBM) - [196582] Deprecated getRemoteObjectIdentifier >+ * Martin Oberhuber (Wind River) - [198650] Fix assertion when restoring workbench state > ********************************************************************************/ > > package org.eclipse.rse.internal.ui.view; >@@ -2989,7 +2990,7 @@ > List matches = new Vector(); > // STEP 2: find all references to the object > findAllRemoteItemReferences(oldElementName, remoteObject, subsystem, matches); >- if (remoteObject instanceof String) { >+ if (matches.size()>0 && remoteObject instanceof String) { > //TODO one String may reference multiple different context objects, so we should really iterate over all matches here > //See javadoc of findAllRemoteItemReferences > remoteObject = getFirstRemoteObject(matches);
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 198650
: 75763