| Summary: | Invoking function with string literal parameter with escaped " produces invalid Java | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> |
| 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 Closing this defect. |
EGL library mine {} function caller() called("Simple value", true ); called("const constFixedName string(4) = \"FREDFRED\";", false); end function called(details string, flag boolean) SysLib.writeStdOut(details + " " + flag); end end Java Error: Multiple markers at this line - The method ezeWrap(R) in the type EglAny is not applicable for the arguments (String, String) - Syntax error on token "FREDFRED", , expected Java code: AnyBoxedObject<String> eze$Temp3 = null; eze$Temp3 = EglAny.ezeWrap("const constFixedName string(4) = "FREDFRED";"); JS code: var eze$Temp3 = null; eze$Temp3 = egl.egl.lang.EglAny.ezeWrap("const constFixedName string(4) = \"FREDFRED\";");