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

YELLOW

refs 153
parent 62201ecf
No related branches found
No related tags found
No related merge requests found
Showing
with 10 additions and 14 deletions
......@@ -32,7 +32,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 6ED785C2A4A796956D1766963F540C74
* @ConQAT.Rating YELLOW Hash: BA190E69F3975AEA8C17310496C653BE
*/
public class CommandStackService implements ICommandStackService {
/** {@inheritDoc} */
......
......@@ -49,7 +49,7 @@ import org.osgi.framework.Bundle;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 5BEC676F284500DFF68D2C56ADA1C3D0
* @ConQAT.Rating YELLOW Hash: 060A162FF7D175A41E24EA12218D968F
*/
public class PersistencyService implements IPersistencyService {
......
......@@ -40,7 +40,7 @@ import org.osgi.framework.Bundle;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 86C5C8E593C55BD338124CCDC30AF856
* @ConQAT.Rating GREEN Hash: 3A9E0E7507FDAA18F3DF5658815983F7
*/
public class PrototypeService implements IPrototypeService {
......
......@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* @author hummel
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 6AF9B849FA94FE28EEAE8F998B9511F0
* @ConQAT.Rating YELLOW Hash: 27D92C7B38D1ECDF229AAE5E7CFA8C94
*/
public class EMFTransactionalCommand implements Command {
......
......@@ -56,7 +56,7 @@ import org.osgi.framework.Bundle;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 937C16FE047D3D6450FA133EDFCD95D1
* @ConQAT.Rating GREEN Hash: 381A7724942C4F7BE3BFFCC64F1A7C91
*/
public class EclipseResourceStorageProvider implements
IEclipseResourceStorageService, IResourceChangeListener,
......
......@@ -52,7 +52,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* @author hummel
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: CD42B63C274F623DE3D9BAFA6CFB5846
* @ConQAT.Rating YELLOW Hash: 9B3C3C5DF436704CB38392ECEC8E5E64
*/
class ModelContext implements ITopLevelElement {
......
......@@ -26,7 +26,6 @@ import org.conqat.lib.commons.reflect.ReflectionUtils;
import org.eclipse.core.runtime.IConfigurationElement;
import org.fortiss.tooling.kernel.ToolingKernelActivator;
import org.fortiss.tooling.kernel.internal.ConnectionCompositorService;
import org.fortiss.tooling.kernel.internal.ElementCompositorService;
import org.fortiss.tooling.kernel.utils.ExtensionPointUtils;
import org.fortiss.tooling.kernel.utils.LoggingUtils;
import org.osgi.framework.Bundle;
......@@ -58,17 +57,14 @@ import org.osgi.framework.Bundle;
* is <code>false</code>.
* </UL>
*
* TODO: {@link ElementCompositorService} or {@link ConnectionCompositorService}
* ?
*
* An example implementation of a service based on this class is given by
* {@link ElementCompositorService}. The corresponding extension point schema is
* defined in <code>schema/modelElementConnectionCompositor.exsd</code>.
* {@link ConnectionCompositorService}. The corresponding extension point schema
* is defined in <code>schema/modelElementConnectionCompositor.exsd</code>.
*
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: A84331A14E4EF55D9FD9FB282DA918B2
* @ConQAT.Rating YELLOW Hash: 471CFA38BD6D8FD59075D9178B0533CB
*/
public abstract class ObjectAware2ServiceBase<T extends IObjectAware2<? extends Object, ? extends Object>> {
......
......@@ -63,7 +63,7 @@ import org.osgi.framework.Bundle;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 93375807324DBDF3639FA5D77D1E61BE
* @ConQAT.Rating YELLOW Hash: D19FC62CA8B9952F92B0FEFAE4099132
*/
public abstract class ObjectAwareServiceBase<T extends IObjectAware<? extends Object>> {
......
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