diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/ToolingKernel.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/ToolingKernel.java
index b2cc7ef4ef27bf9e800e4bd71c28fa011e01a7dc..d6ede288b52656fd55a221a7208728ce95a7cd93 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/ToolingKernel.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/ToolingKernel.java
@@ -27,7 +27,7 @@ import static org.fortiss.tooling.kernel.internal.ToolingKernelInternal.startKer
  * @author hoelzl
  * @author $Author: hoelzl $
  * @version $Rev: 18709 $
- * @ConQAT.Rating YELLOW Hash: DA3686116ABE9ACDEC680C6AC5C3308A
+ * @ConQAT.Rating GREEN Hash: 18F26CB5CD75CF727D9324A5B9CBC1C3
  */
 public final class ToolingKernel {
 	/** Initialize the kernel. */
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/ToolingKernelActivator.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/ToolingKernelActivator.java
index 0b44cdd7e94e80909f719b265d553273d9714121..46e39a9a8936ce5ce15c014207884cd08f0348ab 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/ToolingKernelActivator.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/ToolingKernelActivator.java
@@ -26,7 +26,7 @@ import org.osgi.framework.BundleContext;
  * @author hoelzl
  * @author $Author$
  * @version $Rev$
- * @ConQAT.Rating YELLOW Hash: B1FC1141155C815E4025E90392F6816D
+ * @ConQAT.Rating GREEN Hash: CAF5293C454C5B8FBFC4B8AA3B77FD84
  */
 public class ToolingKernelActivator extends Plugin {
 	/** The plug-in ID. */
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/constraint/IdConsistencyChecker.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/constraint/IdConsistencyChecker.java
index 8899a8b761df336e7e59cb5b4795639766cb3d6e..55dde56939358f96760d641e5f95dc90ac6e6b4d 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/constraint/IdConsistencyChecker.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/constraint/IdConsistencyChecker.java
@@ -49,7 +49,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
  * @author barner
  * @author $Author$
  * @version $Rev$
- * @ConQAT.Rating YELLOW Hash: 25605EB40BBE6C91C0E420FECB26F318
+ * @ConQAT.Rating GREEN Hash: 04362EE23E669B10A16BEC3A1FB1EC0A
  */
 public class IdConsistencyChecker extends ConstraintCheckerBase<EObject> {
 
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/IEclipseResourceStorageLocationProvider.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/IEclipseResourceStorageLocationProvider.java
index 8c88e89676dc56b23d77ad06846ce4da25519e39..dde53c99b0937b01184ad90672761159e6a7a9fa 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/IEclipseResourceStorageLocationProvider.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/IEclipseResourceStorageLocationProvider.java
@@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.service.IEclipseResourceStorageService;
  * @author hoelzl
  * @author $Author$
  * @version $Rev$
- * @ConQAT.Rating YELLOW Hash: A4117AF322348E55D713E6A84B585DAB
+ * @ConQAT.Rating GREEN Hash: 6C7E455AF191AD663FF413A6C04664F9
  */
 public interface IEclipseResourceStorageLocationProvider {
 	/**
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialProvider.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialProvider.java
index 5dc3f18d5a89fcfb19bb04ea0a5d843101810aec..c489423da4b4dbb3076d8c9e02d20357a941aa9a 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialProvider.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialProvider.java
@@ -27,7 +27,7 @@ import org.fortiss.tooling.kernel.service.ITutorialService;
  * @author hoelzl
  * @author $Author: hoelzl $
  * @version $Rev: 18709 $
- * @ConQAT.Rating YELLOW Hash: A12895076898865DA4ECB2D51F736E9D
+ * @ConQAT.Rating GREEN Hash: A414384869D5271A0BDF3D62D6597BF2
  */
 public interface ITutorialProvider {
 	/** Returns the definition element of this tutorial. */
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialStep.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialStep.java
index cb505838d917053e5f2ab5ca3fb8ce41c7030294..0022e1b558712c4c620cff1ed6a90270b41c0a68 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialStep.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialStep.java
@@ -25,7 +25,7 @@ import org.fortiss.tooling.kernel.extension.data.TutorialCompositeStep;
  * @author hoelzl
  * @author $Author: hoelzl $
  * @version $Rev: 18709 $
- * @ConQAT.Rating YELLOW Hash: 5F9EFBDF510CF80215D1C1610925CACB
+ * @ConQAT.Rating GREEN Hash: D1AC462B4EF4C1115F4AFBC67A68721F
  */
 public interface ITutorialStep {
 	/** Returns the title of this tutorial step. */
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialStepCompletionChecker.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialStepCompletionChecker.java
index 779f20b009dff9de26b5fb50e0ec44154658e2b5..da46f618fb37fb7bc17ace88e6aec12382399c33 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialStepCompletionChecker.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialStepCompletionChecker.java
@@ -25,7 +25,7 @@ import org.eclipse.emf.ecore.EObject;
  * @author hoelzl
  * @author $Author: hoelzl $
  * @version $Rev: 18709 $
- * @ConQAT.Rating YELLOW Hash: EAEDEA29BB0A00351A3047D54A1FFA0F
+ * @ConQAT.Rating GREEN Hash: DB508105FF5991230CC1CC2C65050508
  */
 public interface ITutorialStepCompletionChecker {
 	/** Returns whether the completion condition is fulfilled for the given tutorial model. */
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialWhitelistProvider.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialWhitelistProvider.java
index 125cbdc09227e2e738d9871e924bf31b372493f7..048a4300a9bfc771e5bb56115ef696aee2f0b42f 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialWhitelistProvider.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/extension/ITutorialWhitelistProvider.java
@@ -26,13 +26,13 @@ import org.fortiss.tooling.kernel.extension.data.Prototype;
  * @author hoelzl
  * @author $Author: hoelzl $
  * @version $Rev: 18709 $
- * @ConQAT.Rating YELLOW Hash: 04AFC7CF6BA661282BEE153C4617D4B7
+ * @ConQAT.Rating GREEN Hash: 497E44FC510D1A8C2524B9F7C6D34B4B
  */
 public interface ITutorialWhitelistProvider {
 	/**
-	 * Returns whether the given prototype is active in this tutorial. Note that active
-	 * prototypes may still be filtered by other methods of whitelist providers, in particular those
-	 * related to the UI services.
+	 * Returns whether the given prototype is active in this tutorial. Note that active prototypes
+	 * may still be filtered by other methods of whitelist providers, in particular those related to
+	 * the UI services.
 	 */
 	boolean prototypeActive(Prototype prototype);
 }