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 213576 Details for
Bug 370119
Old welcome support appears when the "new" intro is defined
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]
The patch fixes the disposed action handler usage issue (revisited)
org.eclipse.ui.internal.WorkbenchWindow_370119-1.patch (text/plain), 904 bytes, created by
Victor Rubezhny
on 2012-04-04 09:13:23 EDT
(
hide
)
Description:
The patch fixes the disposed action handler usage issue (revisited)
Filename:
MIME Type:
Creator:
Victor Rubezhny
Created:
2012-04-04 09:13:23 EDT
Size:
904 bytes
patch
obsolete
>Index: Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java,v >retrieving revision 1.421 >diff -u -r1.421 WorkbenchWindow.java >--- Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java 5 Jan 2011 15:58:23 -0000 1.421 >+++ Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java 4 Apr 2012 13:04:35 -0000 >@@ -575,7 +575,7 @@ > String commandId = globalAction.getActionDefinitionId(); > > if (commandId != null) { >- final Object value = globalActionHandlersByCommandId.get(commandId); >+ final Object value = globalActionHandlersByCommandId.remove(commandId); > if (value instanceof ActionHandler) { > // This handler is about to get clobbered, so dispose it. > final ActionHandler handler = (ActionHandler) value;
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 370119
:
210260
|
213497
|
213548
|
213549
| 213576 |
214214