Skip to content
Snippets Groups Projects
Commit c44b1bf7 authored by Christoph Döbber's avatar Christoph Döbber
Browse files

reviewed - one class remains RED

refs 307
parent 8a5633b8
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService; ...@@ -69,7 +69,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 3F8B52876DADB7B723518D32AFDAD2AD * @ConQAT.Rating GREEN Hash: A01B2CB842D388DAAC38F6B9A2D853B8
*/ */
public abstract class PositionedEditPartBase<T extends ILayoutedModelElement> public abstract class PositionedEditPartBase<T extends ILayoutedModelElement>
extends GraphicalEditPartBase<T> implements NodeEditPart { extends GraphicalEditPartBase<T> implements NodeEditPart {
......
...@@ -57,7 +57,7 @@ import org.fortiss.tooling.kernel.ui.service.IMarkerService; ...@@ -57,7 +57,7 @@ import org.fortiss.tooling.kernel.ui.service.IMarkerService;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 06F2B175D60D592B0950ADF9E0B00CCA * @ConQAT.Rating RED Hash: A2A864DADACAF09ABE26E40754307016
*/ */
public class MarkerService implements IMarkerService, public class MarkerService implements IMarkerService,
IPersistencyServiceListener, ILightweightLabelDecorator { IPersistencyServiceListener, ILightweightLabelDecorator {
...@@ -291,6 +291,7 @@ public class MarkerService implements IMarkerService, ...@@ -291,6 +291,7 @@ public class MarkerService implements IMarkerService,
/** Stores the top-level element. */ /** Stores the top-level element. */
private ITopLevelElement topElement; private ITopLevelElement topElement;
// TODO @Review CD: magic number AND totally incomprehensible
/** Notification to cause model element display refresh. */ /** Notification to cause model element display refresh. */
private Notification refreshOnly = new NotificationImpl( private Notification refreshOnly = new NotificationImpl(
Notification.EVENT_TYPE_COUNT + 256, null, null); Notification.EVENT_TYPE_COUNT + 256, null, null);
......
...@@ -55,7 +55,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService; ...@@ -55,7 +55,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: CBDF2C05D0E2D9AC3FAC9D3030ECAC05 * @ConQAT.Rating GREEN Hash: 3A3C17AFE1D3C603961CA52C19450897
*/ */
public class MarkerViewPart extends ViewPart { public class MarkerViewPart extends ViewPart {
......
...@@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.ui.internal.MarkerService; ...@@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.ui.internal.MarkerService;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 2AF8DAFE162ECF932E56C8770FADF137 * @ConQAT.Rating GREEN Hash: A3B0F0B991EDB92F1B3B1F23E3D4E9F5
*/ */
public interface IMarkerService { public interface IMarkerService {
......
...@@ -37,7 +37,7 @@ import org.fortiss.tooling.kernel.extension.base.ConstraintViolationBase; ...@@ -37,7 +37,7 @@ import org.fortiss.tooling.kernel.extension.base.ConstraintViolationBase;
* @author hoelzlf * @author hoelzlf
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 7C5D15AAF9D6703ABFECFDF82B5D45B8 * @ConQAT.Rating GREEN Hash: EF654287282639CBC759ADFE6688688F
*/ */
public interface IConstraintViolation<T extends EObject> extends IAdaptable { public interface IConstraintViolation<T extends EObject> extends IAdaptable {
......
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