Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365237 - IRUtils.makeExprCompatibleWithType should not box reference types being "passed" to Any type
Summary: IRUtils.makeExprCompatibleWithType should not box reference types being "pass...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-30 15:04 EST by Paul Harmon CLA
Modified: 2017-02-23 14:18 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Harmon CLA 2011-11-30 15:04:59 EST
The current code purposely creates a boxing expression when any type is "passed" to an EAny type. This is not correct (and was done to fix a problem with passing parms to Any type function parms...which has been fixed another way).

This code should be removed so that a boxing expression is not created for reference type that already inherit from EAny.
Comment 1 Paul Harmon CLA 2011-12-09 13:43:32 EST
Done
Comment 2 Paul Harmon CLA 2012-01-18 09:03:30 EST
done