Skip to content
Snippets Groups Projects
Commit 50df840b authored by Florian Hölzl's avatar Florian Hölzl
Browse files

GREEN

refs 1542
parent 3a2ad51d
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author igna
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: CC204889FA6F045DE88A8E87CF40471D
* @ConQAT.Rating GREEN Hash: D0D66CFFDCDC71E6A1A6E2CC6F91527B
*/
public abstract class ConnectorHierarchicElementConnectionCompositorBase<HE extends IHierarchicElement, S extends IConnector, T extends IHierarchicElement>
extends ConnectionCompositorBase<HE, S, T> {
......
......@@ -59,7 +59,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: FC06B142F55B42F58840911315D04839
* @ConQAT.Rating GREEN Hash: 7E81A6A123F7421DD0D73BE0F9C7D72A
*/
public abstract class ElementEditPartBase<T extends ILayoutedModelElement & INamedCommentedElement>
extends PositionedEditPartBase<T> {
......
......@@ -47,7 +47,7 @@ import org.fortiss.tooling.kernel.utils.UniqueIDUtils;
* @author ratiu
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating GREEN Hash: CCA1D0FD434F0A62D5986F7222BF5CA8
* @ConQAT.Rating GREEN Hash: CFCC9837E10B4F160D4B9EB22E84B6EF
*/
public class ModelElementLibraryService implements ILibraryService {
......
......@@ -51,7 +51,7 @@ import org.fortiss.tooling.kernel.service.base.EObjectAwareServiceBase;
* @author ratiu
* @author $Author: ratiu $
* @version $Rev: 5274 $
* @ConQAT.Rating YELLOW Hash: C71F14128D0F2A54569DC95C1B39395C
* @ConQAT.Rating GREEN Hash: 880A933686CE0644CD761647E14ADF0C
*/
public class LibraryService extends EObjectAwareServiceBase<ILibraryElementHandler<EObject>>
implements ILibraryService {
......@@ -102,7 +102,7 @@ public class LibraryService extends EObjectAwareServiceBase<ILibraryElementHandl
/** Registers a changes observer on the library element. */
protected void registerChangeObserverOnLibraryElement(final ILibraryElementReference ref,
final ILibraryElement libraryElement) {
ILibraryElement libraryElement) {
EContentAdapter adapter = new EContentAdapter() {
@Override
public void notifyChanged(Notification notification) {
......@@ -209,7 +209,7 @@ public class LibraryService extends EObjectAwareServiceBase<ILibraryElementHandl
}
};
final ITopLevelElement topLevel = IPersistencyService.INSTANCE.getTopLevelElementFor(ref);
ITopLevelElement topLevel = IPersistencyService.INSTANCE.getTopLevelElementFor(ref);
if(topLevel != null) {
topLevel.runAsNonDirtyingCommand(cmd);
} else {
......@@ -235,7 +235,7 @@ public class LibraryService extends EObjectAwareServiceBase<ILibraryElementHandl
/** {@inheritDoc} */
@Override
public void addElementToLibrary(final ILibraryPackage pack, final EObject namedElement) {
final ITopLevelElement topLevel = IPersistencyService.INSTANCE.getTopLevelElementFor(pack);
ITopLevelElement topLevel = IPersistencyService.INSTANCE.getTopLevelElementFor(pack);
topLevel.runAsCommand(new Runnable() {
@Override
public void run() {
......@@ -275,5 +275,4 @@ public class LibraryService extends EObjectAwareServiceBase<ILibraryElementHandl
protected String getHandlerClassAttribute() {
return HANDLER_CLASS_ATTRIBUTE_NAME;
}
}
......@@ -32,7 +32,7 @@ import org.fortiss.tooling.kernel.model.ILibraryPackage;
* @author ratiu
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating GREEN Hash: AC94D1BD345A6970EDE0DC03D504C414
* @ConQAT.Rating GREEN Hash: B512269C9F0DFC44C45930CCAC191AEE
*/
public interface 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