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 73423 Details for
Bug 195644
Add security support to New Agent Controller
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]
Hyades.Trace.UI patch
htrace_ui.txt (text/plain), 1.58 KB, created by
Igor Alelekov
on 2007-07-10 10:35:34 EDT
(
hide
)
Description:
Hyades.Trace.UI patch
Filename:
MIME Type:
Creator:
Igor Alelekov
Created:
2007-07-10 10:35:34 EDT
Size:
1.58 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.trace.ui >Index: src/org/eclipse/hyades/trace/ui/internal/launcher/AttachDelegate.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.hyades.trace.ui/src/org/eclipse/hyades/trace/ui/internal/launcher/AttachDelegate.java,v >retrieving revision 1.4 >diff -u -r1.4 AttachDelegate.java >--- src/org/eclipse/hyades/trace/ui/internal/launcher/AttachDelegate.java 28 Jun 2007 17:17:29 -0000 1.4 >+++ src/org/eclipse/hyades/trace/ui/internal/launcher/AttachDelegate.java 9 Jul 2007 10:27:29 -0000 >@@ -57,7 +57,7 @@ > import org.eclipse.tptp.platform.execution.client.agent.IAgent; > import org.eclipse.tptp.platform.execution.client.core.IAgentController; > import org.eclipse.tptp.platform.execution.client.core.IProcess; >-import org.eclipse.tptp.platform.execution.util.internal.AgentControllerPool; >+import org.eclipse.tptp.platform.common.ui.internal.util.ACConnectionPool; > import org.eclipse.tptp.trace.ui.internal.launcher.core.AnalysisType; > import org.eclipse.tptp.trace.ui.internal.launcher.core.AnalysisTypeManager; > import org.eclipse.tptp.trace.ui.internal.launcher.core.DataCollectorAssociation; >@@ -515,7 +515,7 @@ > connInfo.setPort(port); > ac = NodeFactory.createNode(host).connect(connInfo);*/ > >- IAgentController ac = AgentControllerPool.getInstance().getConnection(host, port); >+ IAgentController ac = ACConnectionPool.getACConnection(host, port); > > IAgent[] runningAgents = ac.queryRunningAgents(); > for (int i = 0; i < runningAgents.length; i++)
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 195644
:
73419
|
73421
|
73422
|
73423
|
73425
|
73429
|
77241
|
77242
|
77243
|
80051
|
80132
|
80870
|
84612
|
84631