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 61925 Details for
Bug 166370
JVMTI agent for agent controller not found
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
patch_166370.txt (text/plain), 1.28 KB, created by
Igor Alelekov
on 2007-03-25 11:51:26 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Igor Alelekov
Created:
2007-03-25 11:51:26 EDT
Size:
1.28 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.execution >Index: src/org/eclipse/tptp/platform/execution/client/core/internal/commands/LaunchProcessCommand.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.execution/src/org/eclipse/tptp/platform/execution/client/core/internal/commands/LaunchProcessCommand.java,v >retrieving revision 1.5 >diff -u -r1.5 LaunchProcessCommand.java >--- src/org/eclipse/tptp/platform/execution/client/core/internal/commands/LaunchProcessCommand.java 24 Oct 2006 19:42:03 -0000 1.5 >+++ src/org/eclipse/tptp/platform/execution/client/core/internal/commands/LaunchProcessCommand.java 25 Mar 2007 15:24:56 -0000 >@@ -79,9 +79,12 @@ > { > this._exe = exe; > this._location = location; >- this._param = parameter; > this._environment = environment; > this._commandData = new String(); >+ >+ try { >+ setParameter (parameter); >+ } catch (ProcessActiveException e) {} > } > > public Enumeration getEnvironment() >@@ -117,7 +120,10 @@ > */ > public void setParameter(String param) throws ProcessActiveException > { >- this._param = param; >+ if (param == null) >+ _param = null; >+ else >+ _param = param.replace('\"', '\''); > } > > /* (non-Javadoc)
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 166370
:
57017
|
58059
|
58070
|
58100
|
58120
|
61860
|
61862
| 61925