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

using new @ConQAT.Rating instead of @levd.rating

parent f7723ba2
No related branches found
No related tags found
No related merge requests found
Showing
with 25 additions and 21 deletions
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
$Id$
@version $Rev$
@ConQAT.Rating YELLOW Hash: 26017AC11C86070E4BD552A152560B42
-->
<project name="org.fortiss.tooling.kernel" default="generate-ecore" basedir="..">
<property name="model.name" value="kernel" />
......
......@@ -28,7 +28,7 @@ import org.osgi.framework.BundleContext;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: 54873C0196DC3E9C539CFF0EF292EDEF
*/
public class ToolingKernelActivator extends AbstractUIPlugin {
......
......@@ -27,7 +27,7 @@ import org.eclipse.jface.resource.ImageDescriptor;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: C4F9557D8CC494C748E0C75BF07DC40C
*/
public abstract class EObjectAction extends Action {
......
......@@ -39,7 +39,7 @@ import org.osgi.framework.Bundle;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: C94019DA16A983F6CAE527B5F6FA31D4
*/
public abstract class EObjectAwareServiceBase<T extends IEObjectAware<? extends EObject>> {
......
......@@ -36,7 +36,7 @@ import org.fortiss.tooling.kernel.services.ICommandStackService;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: 293D235A7D79AE21AD607A4F4A4A6B41
*/
public abstract class EditorBase<T extends EObject> extends EditorPart {
......
......@@ -32,10 +32,9 @@ import org.fortiss.tooling.kernel.interfaces.IHandler;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: B841BDE72A081C51588372A8D93B027B
*/
public abstract class HandlerBase<T extends EObject> implements
IHandler<T> {
public abstract class HandlerBase<T extends EObject> implements IHandler<T> {
/** Stores the singleton of the icon image. */
private Image iconImage;
......
......@@ -41,7 +41,7 @@ import org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating YELLOW Rev: 2675
* @ConQAT.Rating RED Hash: 52DBB44E0AFA61A036B9C2A5297E3BA5
*/
public abstract class PropertySectionBase extends AbstractPropertySection {
......
......@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.services.IPrototypeService.Prototype;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: A626C3CA9399C902B150A350464FA8FA
*/
public abstract class PrototypeProviderBase implements IPrototypeProvider {
......
......@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.services.ICommandStackService;
* @author hummelb
* @author $Author$
* @version $Rev$
* @levd.rating YELLOW Rev: 2942
* @ConQAT.Rating RED Hash: 15CFC8E0F8C76EB39F1E306637EC6436
*/
public class EObjectObservableValue extends AbstractObservableValue {
......
......@@ -29,7 +29,7 @@ import org.eclipse.emf.ecore.EStructuralFeature;
* @author hummelb
* @author $Author$
* @version $Rev$
* @levd.rating GREEN Rev: 3427
* @ConQAT.Rating RED Hash: D2469271EB80E5AA630EB34902E89A52
*/
public class Observables {
......
......@@ -25,7 +25,7 @@ package org.fortiss.tooling.kernel.interfaces;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: 7E2D1AC7FD687E69D7B47014487ABD96
*/
public interface ICompositionContext {
// this is just a marker interface
......
......@@ -26,7 +26,7 @@ import org.eclipse.emf.ecore.EObject;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: 9AD1EBC4E882FF18269657CB969F92D6
*/
public interface ICompositor<T extends EObject> extends IEObjectAware<T> {
/**
......
......@@ -29,7 +29,7 @@ import org.fortiss.tooling.kernel.services.IContextMenuService;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: 2EACD5609822D5747074DB89E6956349
*/
public interface ICustomMenuContributor {
......
......@@ -26,7 +26,7 @@ import org.fortiss.tooling.kernel.base.EObjectAwareServiceBase;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: 0B0CD1B7D0813D73DC297E57813410FD
*/
public interface IEObjectAware<T extends EObject> {
// nothing specific is need here
......
......@@ -26,7 +26,7 @@ import org.eclipse.ui.IEditorPart;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: FBE3BAC9CE4B2935DC169F9089830D54
*/
public interface IEditorBinding<T extends EObject> extends
IEObjectAware<EObject> {
......
......@@ -30,7 +30,7 @@ import org.eclipse.swt.graphics.Image;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: 35E448552D7EE98A2C2FD4CF18F03C05
*/
public interface IHandler<T extends EObject> {
......
......@@ -29,7 +29,7 @@ import org.fortiss.tooling.kernel.services.IPrototypeService.Prototype;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: 861D9A092F718886DB5FD5FB601E87EE
*/
public interface IPrototypeProvider {
......
......@@ -25,7 +25,7 @@ import java.util.List;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: 922927D61256F55267D8D959189F0BA0
*/
public interface IStorageProvider {
......
......@@ -24,7 +24,7 @@ package org.fortiss.tooling.kernel.interfaces;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: 256E52CC0958AFF0199E929EB5ABB462
*/
public interface ITopLevelElementChangeListener {
......
......@@ -31,7 +31,7 @@ import org.eclipse.emf.ecore.EObject;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
* @ConQAT.Rating RED Hash: 6ABFB8200962367D3F74BE28D881C589
*/
public interface ITopLevelElementContext {
......
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