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

GREEN

refs 1542
parent 3caaa596
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 20 deletions
......@@ -29,7 +29,7 @@ import org.fortiss.tooling.kernel.service.base.IObjectAware;
* @author mou
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED
* @ConQAT.Rating GREEN Hash: 644590FDA54780140699CE0595DCC8B2
*/
public interface IMigrationProvider extends IObjectAware<ITopLevelElement> {
......
......@@ -46,7 +46,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: FCB0E4532B1606B23D5C3D4DF319D137
* @ConQAT.Rating GREEN Hash: 06A2D54FFE51AEEC0038682D0BAAB1B6
*/
public interface ITopLevelElement {
......
......@@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 87BDC9ACCEFF4E4AC9DA3CFB62AA8864
* @ConQAT.Rating GREEN Hash: 0DC1D95FF6AD020640DADDB2EA58A3F9
*/
final class DummyTopLevelElement implements ITopLevelElement {
......
......@@ -50,7 +50,7 @@ import org.fortiss.tooling.kernel.service.base.EObjectAwareServiceBase;
* @author ratiu
* @author $Author: ratiu $
* @version $Rev: 5274 $
* @ConQAT.Rating GREEN Hash: 80F6A6B396548C78B4EC70CEE15F8BD5
* @ConQAT.Rating GREEN Hash: 0EE122A2E4B8DBEADC08D23AD6F12B1D
*/
public class LibraryService extends EObjectAwareServiceBase<ILibraryElementHandler<EObject>>
implements ILibraryService {
......
......@@ -26,11 +26,12 @@ import org.fortiss.tooling.kernel.service.base.ObjectAwareServiceBase;
import org.fortiss.tooling.kernel.utils.LoggingUtils;
/**
* This class implements the {@link IMigrationService} interface.
*
* @author mou
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating GREEN Hash: 84ED0C27EA5D8E9F603E63E935263B3B
*/
public class MigrationService extends ObjectAwareServiceBase<IMigrationProvider> implements
IMigrationService {
......@@ -105,5 +106,4 @@ public class MigrationService extends ObjectAwareServiceBase<IMigrationProvider>
protected String getHandlerClassAttribute() {
return ATTRIBUTE_NAME;
}
}
......@@ -53,7 +53,7 @@ import org.osgi.framework.Bundle;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 4065F5FC48684E4D25455A9348CF2ACB
* @ConQAT.Rating GREEN Hash: 50565793AD7B4525071304CB4D545F22
*/
public class PersistencyService implements IPersistencyService {
......
......@@ -65,7 +65,7 @@ import org.osgi.framework.Bundle;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: F214172EF5B56EA85C2D0B59E05CABC9
* @ConQAT.Rating GREEN Hash: C5A912CC95063A2054B6DB8630092D59
*/
public class EclipseResourceStorageProvider implements IEclipseResourceStorageService,
IResourceChangeListener, IResourceDeltaVisitor, IStorageProvider {
......
......@@ -54,7 +54,7 @@ import org.fortiss.tooling.kernel.utils.UniqueIDUtils;
* @author hummel
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 8607C13B8569EB19177FAC1085BD518A
* @ConQAT.Rating GREEN Hash: 88E97F37C63D306BDBFFB77CC88BB853
*/
class ModelContext implements ITopLevelElement, CommandStackListener {
......
......@@ -32,7 +32,7 @@ import org.fortiss.tooling.kernel.model.ILibraryPackage;
* @author ratiu
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating GREEN Hash: 3B7901C2CB7E6A1AEAECB8C7BE18C53D
* @ConQAT.Rating GREEN Hash: AC94D1BD345A6970EDE0DC03D504C414
*/
public interface ILibraryService {
......
......@@ -26,7 +26,7 @@ import org.fortiss.tooling.kernel.internal.MigrationService;
* @author mou
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED
* @ConQAT.Rating GREEN Hash: 479B525CFD483D015D1EFD646969F24B
*/
public interface IMigrationService {
......
......@@ -42,7 +42,7 @@ import org.fortiss.tooling.kernel.service.listener.IPersistencyServiceListener;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 0C2C67D4E131855B68675C23D801DC55
* @ConQAT.Rating GREEN Hash: 74906795F7A3AA1D94476D9B0538052C
*/
public interface IPersistencyService {
......
......@@ -38,7 +38,7 @@ import org.eclipse.emf.ecore.util.EcoreUtil;
* @author ratiu
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating GREEN Hash: 00565AFB03A6AD2A7F7F78327B4329A5
* @ConQAT.Rating GREEN Hash: AC63FE26BD51D0F6080CC6D0AD2508E3
*/
public class EcoreUtils {
......
......@@ -25,7 +25,7 @@ import org.fortiss.tooling.kernel.model.INamedElement;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 2BDA88826EC41BF69A54F50F9583D673
* @ConQAT.Rating GREEN Hash: D2C37404350902D231026FFF8AC5081E
*/
public class IdentifierUtils {
......
......@@ -26,7 +26,7 @@ import java.util.List;
* @author doebber
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: F283A1E5270BD56E204D2B2041296002
* @ConQAT.Rating GREEN Hash: 0AEE36671E84E87EA4BFDB32EC21DAC4
*/
public class JavaUtils {
......
......@@ -36,7 +36,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 1CABED52F473065610847443BA1A3920
* @ConQAT.Rating GREEN Hash: 8FA953FA3EF47BA9F5DB83DCE465AB21
*/
public final class KernelModelElementUtils {
......@@ -293,5 +293,4 @@ public final class KernelModelElementUtils {
public static void runAsCommand(EObject element, Runnable command) {
ICommandStackService.INSTANCE.runAsCommand(element, command);
}
}
......@@ -29,7 +29,7 @@ import org.eclipse.emf.ecore.util.EcoreUtil;
* @author SVoss
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating GREEN Hash: C59C0D2AC819F4A8595D75F556B8E050
*/
public class MigrationUtils {
......@@ -49,5 +49,4 @@ public class MigrationUtils {
EcoreUtil.delete(obj);
}
}
}
......@@ -29,7 +29,7 @@ import org.fortiss.tooling.kernel.service.IConstraintCheckerService;
* @author ratiu
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: 76E1D6B3AE7CF160BECFA6AADA85D8D8
* @ConQAT.Rating GREEN Hash: 1132A17B9430F97F3B7F6FD695CD112E
*/
public class ServicesUtils {
......
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