Bug 3104 - Check for use of getBytes in target marshaling (1GIVGAN)
Summary: Check for use of getBytes in target marshaling (1GIVGAN)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: DJ Houghton CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:49 EDT by Rodrigo Peretti CLA
Modified: 2002-05-03 09:33 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rodrigo Peretti CLA 2001-10-10 22:49:30 EDT
Originator PR: "1GI3PJ3: ITPCORE:ALL - Check for use of getBytes in core marshaling"

"	RTP (8/15/01 4:19:00 PM)
		Target's use includes:
			TargetInfo.bytesToLong()
			TargetInfo.longToBytes()
		These methods could probably make the transformation directly and avoid the String
	object in the middle.  "

	As a reference check:
		org.eclipse.core.resources.internal.utils.Convert.bytesToLong()
		org.eclipse.core.resources.internal.utils.Convert.longToBytes()

NOTES:
Comment 1 DJ Houghton CLA 2001-10-24 06:44:33 EDT
PRODUCT VERSION:
	132

Comment 2 DJ Houghton CLA 2002-05-03 09:33:36 EDT
Fixed and released.