| Summary: | JS: NPE on set-values block to initialize an array of delegates | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kathy Carroll <carrollk> |
| Component: | EDT | Assignee: | Project Inbox <edt.javascriptgen-inbox> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Testcase is no longer valid due to language changes verified Closing this defect. Closing this defect. |
Java produces no error on the EGL file Message on EGL file Multiple markers at this line - IWN.JavascriptGen.9999.e 6/116 Stack Trace: java.lang.NullPointerException - IWN.JavascriptGen.9998.e 6/116 Exception occurred: java.lang.NullPointerException ========== EDT Code ================= library tester {} function runTests() // not ok runTestMtds runTestMethod[] = [EBoolean003.runTestConversions02, EBoolean003.runTestConversions03]; end function runtTests2() // ok runTestMtds runTestMethod[2]; runTestMtds[1] = EBoolean003.runTestConversions02; runTestMtds[2] = EBoolean003.runTestConversions03; end end delegate runTestMethod() end library EBoolean003 {} // Function Declarations function runTestConversions02() end function runTestConversions03() end end