Community
Participate
Working Groups
EGL Code: ====================== package explore; library tester {} function runtTests2() runTestMtds runTestMethod[2]; runTestMtds[1] = EBoolean003.runTestConversions02; runTestMtds[2] = EBoolean003.runTestConversions03; end end delegate runTestMethod() end ========================== package explore; library EBoolean003 {} function runTestConversions02() end function runTestConversions03() end end Java code: runTestMtds.set((int)((short) 1) - 1, eze_Lib_explore_EBoolean003().new org.eclipse.edt.javart.Delegate("runTestConversions02", this)); Java Error: Cannot allocate the member type org.eclipse.edt.javart.Delegate using its compound name when qualified by an enclosing instance. The member type name is resolved relatively to the qualifying instance type
fixed
verified
Closing this defect.