| Summary: | NPE during generation of int1 == int2 for program or library variables | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> |
| Component: | EDT | Assignee: | Project Inbox <edt.compiler-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jeffdouglas |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
variable declaration makes a difference. This fails int1, int2 int = 77; this works int1 int = 77; int2 int = 77; *** This bug has been marked as a duplicate of bug 359371 *** |
library driver {} int1, int2 int = 77; function main() int3, int4 int = 33; test boolean = (int3 == int4); test = (int2 == int2); end end Multiple markers at this line - IWN.JavaGen.9999.e 13/187 Stack Trace: java.lang.NullPointerException - IWN.JavaGen.9998.e 13/187 Exception occurred: java.lang.NullPointerException Multiple markers at this line - IWN.JavascriptGen.9999.e 13/187 Stack Trace: java.lang.NullPointerException - IWN.JavascriptGen.9998.e 13/187 Exception occurred: java.lang.NullPointerException