Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 359743 - ExternalType package converted to lower case in generated import
Summary: ExternalType package converted to lower case in generated import
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-10-03 14:01 EDT by Paul Hoffman CLA
Modified: 2017-02-23 14:16 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 Paul Hoffman CLA 2011-10-03 14:01:53 EDT
Build Identifier: EDT 0.7.0.v201110012101

Consider:

externalType JavaRecordIO type JavaObject {	
	packageName = "templateGenerator"
	}
	static function setRecordLength ( len int in ) ;
end

Import statement in referencing program is generated as:

import templategenerator.JavaRecordIO;

This results is a Java compile error because the external type package name is templateGenerator.


import templategenerator.JavaRecordIO;

Reproducible: Always
Comment 1 Jeff Douglas CLA 2011-10-04 10:52:00 EDT
fixed
Comment 2 Paul Hoffman CLA 2011-10-24 12:42:02 EDT
Verified and closed.