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 204433 Details for
Bug 359580
[Workbench] Backport fix for bug 344727 (Deadlock) to RAP Workbench
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 for v14_Maintenance branch
Bug-359580-v1.4.patch (text/plain), 1016 bytes, created by
Ivan Furnadjiev
on 2011-10-03 03:38:30 EDT
(
hide
)
Description:
Patch for v14_Maintenance branch
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2011-10-03 03:38:30 EDT
Size:
1016 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.ui/org.eclipse.rap.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java,v >retrieving revision 1.27 >diff -u -r1.27 WorkbenchPlugin.java >--- Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java 6 Mar 2011 17:37:49 -0000 1.27 >+++ Eclipse UI/org/eclipse/ui/internal/WorkbenchPlugin.java 3 Oct 2011 07:36:38 -0000 >@@ -1450,10 +1450,11 @@ > } > > private void bundleChanged(BundleEvent event) { >+ int eventType = event.getType(); > // a bundle in the STARTING state generates 2 events, LAZY_ACTIVATION > // when it enters STARTING and STARTING when it exists STARTING :-) > synchronized (startingBundles) { >- switch (event.getType()) { >+ switch (eventType) { > case BundleEvent.STARTING : > startingBundles.add(event.getBundle()); > break;
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
Flags:
ruediger.herrmann
:
review+
Actions:
View
|
Diff
Attachments on
bug 359580
: 204433