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 76255 Details for
Bug 148461
Dynamic discovery feature needs testing with the TPTP ARM tech preview
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 2
patch.txt (text/plain), 1.64 KB, created by
Ashish Patel
on 2007-08-16 15:37:16 EDT
(
hide
)
Description:
patch 2
Filename:
MIME Type:
Creator:
Ashish Patel
Created:
2007-08-16 15:37:16 EDT
Size:
1.64 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.trace.arm >Index: src-arm/org/eclipse/tptp/trace/arm/internal/correlator/TPTPArmCorrelatorImpl.java >=================================================================== >RCS file: /cvsroot/tptp/trace/org.eclipse.tptp.trace.arm/src-arm/org/eclipse/tptp/trace/arm/internal/correlator/TPTPArmCorrelatorImpl.java,v >retrieving revision 1.5 >diff -u -r1.5 TPTPArmCorrelatorImpl.java >--- src-arm/org/eclipse/tptp/trace/arm/internal/correlator/TPTPArmCorrelatorImpl.java 9 Aug 2007 18:24:56 -0000 1.5 >+++ src-arm/org/eclipse/tptp/trace/arm/internal/correlator/TPTPArmCorrelatorImpl.java 16 Aug 2007 19:37:56 -0000 >@@ -119,9 +119,9 @@ > _racIP = _agentMetaData.getRACIp(); > _racPort = _agentMetaData.getRACPort(); > >- _agentUUID = _agentMetaData.getAgentUUID().toUpperCase(); >- _processUUID = _agentMetaData.getProcessUUID().toUpperCase(); >- _nodeUUID = _agentMetaData.getNodeUUID().toUpperCase(); >+ _agentUUID = _agentMetaData.getAgentUUID(); >+ _processUUID = _agentMetaData.getProcessUUID(); >+ _nodeUUID = _agentMetaData.getNodeUUID(); > > /* This correlator is the root correlator */ > _rootRacIPLength = _racIPLength; >@@ -316,7 +316,7 @@ > byte[] guid = new byte[CORRELATOR_UUID]; > ByteBuffer buffer = ByteBuffer.wrap(guid); > >- String[] uuidTokens = uuid.toUpperCase().split("-"); //$NON-NLS-1$ >+ String[] uuidTokens = uuid.split("-"); //$NON-NLS-1$ > if (uuid.startsWith("UUID-")) { //$NON-NLS-1$ > /* NON-Windows */ > >@@ -450,7 +450,7 @@ > uuid += padCharacters(Integer.toHexString(buffer.getInt()), 8); > } > >- return uuid.toUpperCase(); >+ return uuid; > } > > /**
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 148461
:
75786
|
75798
| 76255 |
76860