diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/DummyTopLevelElement.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/DummyTopLevelElement.java index 83fcd8bb45b196e7e063d08f3cf4381c2453d76e..d05fa0cbbfb8b43fd13ff68325e4356f93256a6d 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/DummyTopLevelElement.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/DummyTopLevelElement.java @@ -46,7 +46,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService; * @author hoelzl * @author $Author$ * @version $Rev$ - * @ConQAT.Rating YELLOW Hash: 53DB75B1F9A5FF42276841067F065CB1 + * @ConQAT.Rating GREEN Hash: 98A6F014B7B2091552343B6B423D1CB5 */ final class DummyTopLevelElement implements ITopLevelElement, CommandStackListener { diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/LibraryPrototypeProvider.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/LibraryPrototypeProvider.java index 2f85796e26fea9935ee2af36333d472e01147f60..93831034cb170379f6f03bfab6dfe7b7a2bf8049 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/LibraryPrototypeProvider.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/LibraryPrototypeProvider.java @@ -36,7 +36,7 @@ import org.fortiss.tooling.kernel.service.ILibraryService; * @author ratiu * @author $Author: hoelzl $ * @version $Rev: 18709 $ - * @ConQAT.Rating YELLOW Hash: 835477B51BC02A038F1DB4339772CB44 + * @ConQAT.Rating GREEN Hash: 22DAA16B422907253D457FF7DF8A361A */ public class LibraryPrototypeProvider extends PrototypeProviderBase { /** diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/LibraryService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/LibraryService.java index 0b4a008ec3de418c4d31c4d64c9c485bafe676b6..ac0c2a3b1e91740cc21250baf45599a6a6a8bd9c 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/LibraryService.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/LibraryService.java @@ -58,7 +58,7 @@ import org.fortiss.tooling.kernel.utils.UniqueIDUtils; * @author ratiu * @author $Author: ratiu $ * @version $Rev: 5274 $ - * @ConQAT.Rating YELLOW Hash: E028A6954CAF7083F038FA28BD442131 + * @ConQAT.Rating GREEN Hash: 868224A32AE03A68A49B1D3AC96D68D8 */ public class LibraryService extends EObjectAwareServiceBase<ILibraryElementHandler<EObject>> implements ILibraryService, IIntrospectiveKernelService { diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ToolingKernelInternal.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ToolingKernelInternal.java index f7d4f010a4d6cfd3f769ec3a7a58fa31320863b4..d80423690fb7ededa7fac86fa301f9c283515696 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ToolingKernelInternal.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ToolingKernelInternal.java @@ -27,7 +27,7 @@ import org.fortiss.tooling.kernel.internal.storage.eclipse.EclipseResourceStorag * @author hoelzl * @author $Author: hoelzl $ * @version $Rev: 18709 $ - * @ConQAT.Rating YELLOW Hash: B0DABA50240C486591AA6D1B6F6A3B9A + * @ConQAT.Rating GREEN Hash: 2BE97CFD1998DD9F516A3320092DE061 */ public final class ToolingKernelInternal { /** Initialize the kernel services. */ diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/TransformationService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/TransformationService.java index 24dfe365e673a9805511306437e397e476b5f3f0..3d93546e919e7c7dab0f68582ca8b88d8d196461 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/TransformationService.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/TransformationService.java @@ -44,7 +44,7 @@ import org.fortiss.tooling.kernel.service.base.ObjectAware2ServiceBase; * @author hoelzl * @author $Author$ * @version $Rev$ - * @ConQAT.Rating YELLOW Hash: 31218DC40D5050DC5F71ED998306FE84 + * @ConQAT.Rating GREEN Hash: BAF4F04DF257FB45F546EB02D0F377D4 */ public class TransformationService extends ObjectAware2ServiceBase<ITransformationProvider> implements ITransformationService, IIntrospectiveKernelService { diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/TutorialService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/TutorialService.java index a462361abaa105a8e5a20680a07e8e1d8cf8d9c5..dd680824fd86e5d285adf91b86cbbcdb88f295e5 100644 --- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/TutorialService.java +++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/TutorialService.java @@ -54,7 +54,7 @@ import org.fortiss.tooling.kernel.service.listener.ITutorialServiceListener; * @author hoelzl * @author $Author: hoelzl $ * @version $Rev: 18709 $ - * @ConQAT.Rating YELLOW Hash: 3461DE607ABE30B3414A10D064153A7A + * @ConQAT.Rating GREEN Hash: 612F7E53A9D3B33F1A8326CBFCA795BC */ public final class TutorialService implements ITutorialService, CommandStackListener, IIntrospectiveKernelService {