Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 351890 - Library class requiring aliasing has compile errors
Summary: Library class requiring aliasing has compile errors
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Jeff Douglas CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-12 15:07 EDT by Justin Spadea CLA
Modified: 2017-02-23 14:19 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Spadea CLA 2011-07-12 15:07:03 EDT
Create a library with name "class.foo.StringBuffer". The generated class is eze_class.foo.StringBuffer but there are invalid references to "eze_class.foo.eze_StringBuffer".
Comment 1 Jeff Douglas CLA 2011-07-12 16:29:54 EDT
The constructor name was being aliased when it shouldn't have been. In addition, the logic has been removed from the Aliaser for checking java internal class names. We are not going to maintain this list as it really isn't needed.
Comment 2 Justin Spadea CLA 2011-09-08 14:14:56 EDT
Verified