| Summary: | ExternalType package converted to lower case in generated import | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Paul Hoffman <hoffmanp> |
| Component: | EDT | Assignee: | 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: | |||
fixed Verified and closed. |
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