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 87189 Details for
Bug 168117
Import wizard: when merging logs, the existing log's name gets changed if select replace
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 for the problem
patch_168117.txt (text/plain), 1.11 KB, created by
Rohit Shetty
on 2008-01-17 14:13:22 EST
(
hide
)
Description:
Patch for the problem
Filename:
MIME Type:
Creator:
Rohit Shetty
Created:
2008-01-17 14:13:22 EST
Size:
1.11 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.monitoring.logui >Index: src/org/eclipse/tptp/monitoring/logui/internal/wizards/LogFileElement.java >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.tptp.monitoring.logui/src/org/eclipse/tptp/monitoring/logui/internal/wizards/LogFileElement.java,v >retrieving revision 1.15 >diff -u -r1.15 LogFileElement.java >--- src/org/eclipse/tptp/monitoring/logui/internal/wizards/LogFileElement.java 30 May 2007 16:18:57 -0000 1.15 >+++ src/org/eclipse/tptp/monitoring/logui/internal/wizards/LogFileElement.java 17 Jan 2008 12:00:54 -0000 >@@ -312,6 +312,9 @@ > } > > public String getAgentName(){ >+ if(mergedAgent != null){ >+ return mergedAgent.getName(); >+ }else { > String fPath = (String)getValues().get("file_path"); //$NON-NLS-1$ > String name = getParser().getName() + (fPath!=null ? " "+fPath : ""); //$NON-NLS-1$ //$NON-NLS-2$ > if(containsLifeLines()){ >@@ -328,6 +331,7 @@ > } > > return name; >+ } > } > > protected boolean containsLifeLines(){
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 168117
: 87189