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 166309 Details for
Bug 310593
Shutting down OSGi when RAP is running causes exception
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
Bug-310593.patch (text/plain), 939 bytes, created by
Ivan Furnadjiev
on 2010-04-28 07:49:18 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2010-04-28 07:49:18 EDT
Size:
939 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/Workbench.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.ui/org.eclipse.rap.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java,v >retrieving revision 1.24 >diff -u -r1.24 Workbench.java >--- Eclipse UI/org/eclipse/ui/internal/Workbench.java 27 Apr 2010 13:16:43 -0000 1.24 >+++ Eclipse UI/org/eclipse/ui/internal/Workbench.java 28 Apr 2010 11:41:00 -0000 >@@ -126,7 +126,7 @@ > > private static final class ShutdownHandler implements Listener { > public void handleEvent( Event event ){ >- if( Workbench.getInstance().started ) { >+ if( Workbench.getInstance().started && Platform.isRunning() ) { > Workbench.getInstance().sessionInvalidated = true; > Workbench.getInstance().close(); > }
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 310593
: 166309