| Summary: | NPE when generate Java for program or library with const string variable | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> |
| Component: | EDT | Assignee: | Project Inbox <edt.javagen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | blocker | ||
| Priority: | P3 | CC: | mheitz |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Kathy Carroll
Additional problem with this. Fix this one first. 1. Create the egl java-compiler project 2. create new library which as errors due to the const variable 3. create a new program which will also have errors due to the const variable 4. delete the egl source of the library 5. Problem the problem list still shows issues with the library source file 6. Clean of the project doesn't clear 'em out either Kathy, please open a separate bug against IDE UI for the additional problem. JavaGen doesn't find or display the Java compile errors. Created separate Bug 356825 Kathy. I didn't get a failure when I created this testcase. Am I on the right track? package acme.xxxx; library l5 const a string = "jeff"; end This is what I used to get the problem in both install build and development environment. package acme.xxxx; library little const constantName string = "literalString"; function functionName() end end I will refresh my development environment to see if that resolves the problem for me. Refresh cleared problem. Please resolve the defect and I will verify it when the next install build is available. Resolving as you requested. Verified with install build 0.7.0v201109061723 Closing this defect. |