Skip to content
Snippets Groups Projects
Commit 1a7eec0d authored by Daniel Ratiu's avatar Daniel Ratiu
Browse files

resolving these issues

refs 1148,1149
parent bad5c021
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ import org.fortiss.tooling.kernel.extension.base.PrototypeProviderBase;
import org.fortiss.tooling.kernel.extension.data.Prototype;
import org.fortiss.tooling.kernel.extension.data.PrototypeCategory;
import org.fortiss.tooling.kernel.model.ILibraryElement;
import org.fortiss.tooling.kernel.model.ILibraryElementReference;
import org.fortiss.tooling.kernel.model.ILibraryPackage;
import org.fortiss.tooling.kernel.service.ILibraryService;
/**
......@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.service.ILibraryService;
* @author ratiu
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: A8413CD1A37B7C56922144AB4641F72D
* @ConQAT.Rating YELLOW Hash: C80FA91F50ADA9FFBC25CE927814BF6C
*/
public class LibraryPrototypeProvider extends PrototypeProviderBase {
......@@ -63,7 +63,7 @@ public class LibraryPrototypeProvider extends PrototypeProviderBase {
prototypes.add(prot);
String categoryName = ((ILibraryElementReference)prot.getPrototype()).getURI();
String categoryName = ((ILibraryPackage)libElem.eContainer()).getName();
PrototypeCategory current = registerPrototypeCategory(libraryCategory, categoryName);
current.add(prot);
}
......
......@@ -51,7 +51,7 @@ import org.fortiss.tooling.kernel.service.base.EObjectAwareServiceBase;
* @author ratiu
* @author $Author: ratiu $
* @version $Rev: 5274 $
* @ConQAT.Rating YELLOW Hash: C87F42DC737D4C418608861E2B0C7586
* @ConQAT.Rating YELLOW Hash: EDFE0F8D76B0459B1F17338F61184B5B
*/
public class LibraryService extends EObjectAwareServiceBase<ILibraryElementHandler<EObject>>
implements ILibraryService {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment