Community
Participate
Working Groups
Build Identifier: 201109292101 Define a Record Entity in EDT project, there will fire a generation error Reproducible: Always Steps to Reproduce: 1.Create a Record Entity in an EDT project package aa; record ttt type Entity itemName string; itemid int; end 2.There will fire an error: Description Resource Path Location Type IWN.JavaGen.9998.e 0/0 Exception occurred: No such method genSuperClass(org.eclipse.edt.mof.egl.impl.StereotypeImpl, org.eclipse.edt.gen.java.Context, org.eclipse.edt.mof.codegen.api.TabbedWriter, ) for any template for Class org.eclipse.edt.mof.egl.impl.StereotypeImpl ttt.egl /ttt/EGLSource/aa line 0 EDT Generation Problem 3.
This logic is fixed, however there is 1 question that needs to be answered before all of the java generation errors will be fixed. for record x type entity, what is the generated class for x supposed to extend, if anything?
With build 201110012101 this also applies to the basicHandler as well. handler Simple type ENTITY end
I have fixed the record type entity. The handler type entity needs to be fixed.
Lower the severity, but it is P1(must fix for 070) for Handler
fixed
verified in 201110120952