Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 359743

Summary: ExternalType package converted to lower case in generated import
Product: z_Archived Reporter: Paul Hoffman <hoffmanp>
Component: EDTAssignee: Project Inbox <edt.javagen-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jeffdouglas
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.