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 235800 Details for
Bug 417989
SWTException in CoolBarManager.update() on updating disposed CoolItem
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]
proposed patch
CoolBarManager.patch (text/plain), 820 bytes, created by
Yury
on 2013-09-25 04:53:56 EDT
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Yury
Created:
2013-09-25 04:53:56 EDT
Size:
820 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.rap.jface/src/org/eclipse/jface/action/CoolBarManager.java b/bundles/org.eclipse.rap.jface/src/org/eclipse/jface/action/CoolBarManager.java >old mode 100755 >new mode 100644 >index 1f8e297..a2537c3 >--- a/bundles/org.eclipse.rap.jface/src/org/eclipse/jface/action/CoolBarManager.java >+++ b/bundles/org.eclipse.rap.jface/src/org/eclipse/jface/action/CoolBarManager.java >@@ -915,7 +915,7 @@ > > // Retrieve the corresponding contribution item from SWT's > // data. >- if (sourceIndex < coolItems.length) { >+ if (sourceIndex < coolItems.length && !coolItems[sourceIndex].isDisposed()) { > destinationItem = (IContributionItem) coolItems[sourceIndex] > .getData(); > } else {
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 417989
:
235799
| 235800 |
235847