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 212167 Details for
Bug 371660
Performance issue since dispose method is not being called
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]
Apply to org.eclipse.jst.ws.jaxrs.core
bug371660-patch.txt (text/plain), 2.32 KB, created by
Keith Chong
on 2012-03-06 16:23:12 EST
(
hide
)
Description:
Apply to org.eclipse.jst.ws.jaxrs.core
Filename:
MIME Type:
Creator:
Keith Chong
Created:
2012-03-06 16:23:12 EST
Size:
2.32 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jst.ws.jaxrs.core >Index: src/org/eclipse/jst/ws/jaxrs/core/internal/project/facet/JAXRSFacetInstallDataModelProvider.java >=================================================================== >RCS file: /cvsroot/webtools/webservices/plugins/org.eclipse.jst.ws.jaxrs.core/src/org/eclipse/jst/ws/jaxrs/core/internal/project/facet/JAXRSFacetInstallDataModelProvider.java,v >retrieving revision 1.8.4.1 >diff -u -r1.8.4.1 JAXRSFacetInstallDataModelProvider.java >--- src/org/eclipse/jst/ws/jaxrs/core/internal/project/facet/JAXRSFacetInstallDataModelProvider.java 23 Aug 2011 02:43:45 -0000 1.8.4.1 >+++ src/org/eclipse/jst/ws/jaxrs/core/internal/project/facet/JAXRSFacetInstallDataModelProvider.java 6 Mar 2012 21:22:19 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2009, 2011 IBM Corporation and others. >+ * Copyright (c) 2009, 2012 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 >@@ -15,7 +15,8 @@ > * 20100407 308401 ericdp@ca.ibm.com - Eric D. Peters, JAX-RS facet wizard page - Shared-library option should be disabled > * 20100413 307552 ericdp@ca.ibm.com - Eric D. Peters, JAX-RS and Java EE 6 setup is incorrect > * 20100519 313576 ericdp@ca.ibm.com - Eric D. Peters, JAX-RS tools- validation problems >- * 20110823 355024 kchong@ca.ibm.com - Keith Chong, [JAXRS] JAXRSFacetInstallDataModelProvider dispose method does not remove all listeners it adds >+ * 20110823 355024 kchong@ca.ibm.com - Keith Chong, [JAXRS] JAXRSFacetInstallDataModelProvider dispose method does not remove all listeners it adds >+ * 20120214 371660 jenyoung@ca.ibm.com - Jennifer Young, [JAXRS] Performance issue since dispose method is not being called > *******************************************************************************/ > package org.eclipse.jst.ws.jaxrs.core.internal.project.facet; > >@@ -178,6 +179,7 @@ > if (this.libraryInstallDelegate != null) > { > this.libraryInstallDelegate.removeListener(propertyChangeListener); >+ this.libraryInstallDelegate.dispose(); > } > super.dispose(); // empty > }
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:
keith.chong.ca
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 371660
: 212167