Community
Participate
Working Groups
Build Identifier: 0.7.0 My library contains this variable declaration const NEWLINE string = "\r\n"; When I generate my project, the resulting java code has this error: String literal is not properly closed by a double-quote at this line of code NEWLINE = " "; I couldn't reproduce the problem when I tried to create a simple library with just this declaration. Reproducible: Always Steps to Reproduce: 1. Import the project from the attached archive file 2. Create the src folder 3. Clean the project 4. Get a java error
Created attachment 199676 [details] Project archive file
Paul, this looks like there is something wrong in core. The xml that gets generated has the literal value with x'0a0909090909' which isn't correct. Then when the generator gets it, expr.getValue() returns 6 spaces. I'm passing this over to you.
has been fixed
verified
Closing this defect.