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 60718 Details for
Bug 165231
Unload profiling data doesn't ask to save resources
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
165231_patch.txt (text/plain), 1.98 KB, created by
Liz Dancy
on 2007-03-13 15:08:58 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Liz Dancy
Created:
2007-03-13 15:08:58 EDT
Size:
1.98 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.trace.ui >Index: src/org/eclipse/hyades/trace/internal/ui/PDProjectExplorer.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/internal/ui/PDProjectExplorer.java,v >retrieving revision 1.22 >diff -u -r1.22 PDProjectExplorer.java >--- src/org/eclipse/hyades/trace/internal/ui/PDProjectExplorer.java 29 Dec 2006 19:16:46 -0000 1.22 >+++ src/org/eclipse/hyades/trace/internal/ui/PDProjectExplorer.java 13 Mar 2007 18:49:12 -0000 >@@ -1,5 +1,5 @@ > /********************************************************************** >- * Copyright (c) 2005, 2006 IBM Corporation and others. >+ * Copyright (c) 2005, 2007 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 >@@ -147,7 +147,7 @@ > } > } > >- private boolean isModified(Object selObject) >+ private boolean isModified(Object selObject) > { > if(selObject != null) > { >@@ -210,21 +210,21 @@ > > } > >- private boolean isAgentModified(TRCAgentProxy agent) >+ private boolean isAgentModified(TRCAgentProxy agent) > { > if(agent.getType().equals(CommonUIConstants.PROFILE_AGENT_TYPE)) > { > if(agent.isCollectionData()) > return true; >- >- if(agent.getAgent() != null && agent.getAgent().eResource() != null && >- agent.getAgent().eResource().isModified()) >- { >- agent.getAgent().eResource().setModified(false); >+ >+ if(agent.getAgent() != null && agent.getAgent().eResource() != null && >+ agent.getAgent().eResource().isModified() ) >+ { //defect 165231 >+ //agent.getAgent().eResource().setModified(false); > return true; > } > >- >+ else > return false; > } > else
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 165231
: 60718