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 170090 Details for
Bug 265047
Validation Framework does not wait for validation jobs to end before shutting down
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]
delay the shutdown patch
shutdown.patch (text/plain), 1.44 KB, created by
Gary Karasiuk
on 2010-05-26 15:59:10 EDT
(
hide
)
Description:
delay the shutdown patch
Filename:
MIME Type:
Creator:
Gary Karasiuk
Created:
2010-05-26 15:59:10 EDT
Size:
1.44 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.validation >Index: validate/org/eclipse/wst/validation/internal/plugin/ValidationPlugin.java >=================================================================== >RCS file: /cvsroot/webtools/common/plugins/org.eclipse.wst.validation/validate/org/eclipse/wst/validation/internal/plugin/ValidationPlugin.java,v >retrieving revision 1.26 >diff -u -r1.26 ValidationPlugin.java >--- validate/org/eclipse/wst/validation/internal/plugin/ValidationPlugin.java 27 Jan 2009 09:25:45 -0000 1.26 >+++ validate/org/eclipse/wst/validation/internal/plugin/ValidationPlugin.java 26 May 2010 19:57:18 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2001, 2008 IBM Corporation and others. >+ * Copyright (c) 2001, 2010 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -111,6 +111,7 @@ > public void stop(BundleContext context) throws Exception { > super.stop(context); > ResourcesPlugin.getWorkspace().removeResourceChangeListener( EventManager.getManager() ); >+ ValidationFramework.getDefault().join(null); > // ResourcesPlugin.getWorkspace().removeResourceChangeListener( ValOperationManager.getDefault() ); > EventManager.getManager().shutdown(); > }
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 265047
: 170090