Community
Participate
Working Groups
Build Identifier: version : 0.0.1.201107190928 HI, I have a class which extends "org.eclipse.bpmn2.modeler.core.features.AbstractBpmn2CreateFeature" and have some concern regarding the return type of getBusinessObjectClass() method which is Class, shouldn't it be EClass.Please correct me if i am wrong but i think even in your implementation you intent is to return the EClass. or there is any other reason of returning the raw type.I have an Eclass which i would like to return from this method. Best Regards Randeep Singh. Reproducible: Always
I'm not exactly sure of the reason why this method returns the raw class, but it seems like an unnecessary change that will affect a LOT of classes. Is there a reason why your subclass needs to provide the EClass at runtime instead of compile time?