Skip to content
Snippets Groups Projects
Commit 629c6d13 authored by Daniel Ratiu's avatar Daniel Ratiu
Browse files

code reviews

parent 62631c37
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 6 deletions
...@@ -27,7 +27,7 @@ import org.eclipse.jface.resource.ImageDescriptor; ...@@ -27,7 +27,7 @@ import org.eclipse.jface.resource.ImageDescriptor;
* @author hoelzlf * @author hoelzlf
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 39A7CCEBD43D310CCB0F78BF6714E3AE * @ConQAT.Rating GREEN Hash: 827FFC915A61A58BA1E8D6A70D51D197
*/ */
public abstract class EObjectActionBase extends Action { public abstract class EObjectActionBase extends Action {
......
...@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.ui.internal.editor.ModelElementEditorInput; ...@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.ui.internal.editor.ModelElementEditorInput;
* @author hoelzlf * @author hoelzlf
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 468A589E32DF24EEF966B06649887E03 * @ConQAT.Rating GREEN Hash: 73A4C3200D46DC571C694AD3A5B811BA
*/ */
public abstract class EditorBase<T extends EObject> extends EditorPart public abstract class EditorBase<T extends EObject> extends EditorPart
implements IActionContributingEditor { implements IActionContributingEditor {
......
...@@ -36,6 +36,7 @@ import org.fortiss.tooling.kernel.ui.interfaces.IModelElementHandler; ...@@ -36,6 +36,7 @@ import org.fortiss.tooling.kernel.ui.interfaces.IModelElementHandler;
public abstract class ModelElementHandlerBase<T extends EObject> implements public abstract class ModelElementHandlerBase<T extends EObject> implements
IModelElementHandler<T> { IModelElementHandler<T> {
// @TODO: why 'singleton' ?
/** Stores the singleton of the icon image. */ /** Stores the singleton of the icon image. */
private Image iconImage; private Image iconImage;
......
...@@ -27,7 +27,7 @@ import org.fortiss.tooling.kernel.ui.interfaces.IModelElementHandler; ...@@ -27,7 +27,7 @@ import org.fortiss.tooling.kernel.ui.interfaces.IModelElementHandler;
* @author hoelzlf * @author hoelzlf
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 55120D889569756A57306BB1E5624DA8 * @ConQAT.Rating GREEN Hash: BAD6146F064C56919E4CB05338327D32
*/ */
public abstract class NamedCommentedModelElementHandlerBase<T extends INamedCommentedElement> public abstract class NamedCommentedModelElementHandlerBase<T extends INamedCommentedElement>
extends ModelElementHandlerBase<T> { extends ModelElementHandlerBase<T> {
......
...@@ -90,6 +90,7 @@ public abstract class PropertySectionBase extends AbstractPropertySection { ...@@ -90,6 +90,7 @@ public abstract class PropertySectionBase extends AbstractPropertySection {
/** This is used to set the single section input. The parameter may be null! */ /** This is used to set the single section input. The parameter may be null! */
protected abstract void setSectionInput(Object input); protected abstract void setSectionInput(Object input);
// @TODO: missing the implementation
/** /**
* Creates a text widget, which has a {@link ControlDecoration} attached. * Creates a text widget, which has a {@link ControlDecoration} attached.
* The decoration is stored as widget data for convenience. * The decoration is stored as widget data for convenience.
......
...@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.services.ICommandStackService; ...@@ -38,7 +38,7 @@ import org.fortiss.tooling.kernel.services.ICommandStackService;
* @author hummel * @author hummel
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: FF1D7244CAF1F42A0CDCD95FA05EF519 * @ConQAT.Rating GREEN Hash: 7D915ADC82815E040E4685528FED4C7E
*/ */
public class EObjectObservableValue extends AbstractObservableValue { public class EObjectObservableValue extends AbstractObservableValue {
......
...@@ -29,7 +29,7 @@ import org.eclipse.emf.ecore.EStructuralFeature; ...@@ -29,7 +29,7 @@ import org.eclipse.emf.ecore.EStructuralFeature;
* @author hummel * @author hummel
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 1F057C79CD5F9FFAC36A9B899B5D5FA6 * @ConQAT.Rating GREEN Hash: 714FEC022718BEA0D783DC7A39A08742
*/ */
public class Observables { public class Observables {
......
<!-- <!--
$Id$ $Id$
@version $Rev$ @version $Rev$
@ConQAT.Rating YELLOW Hash: 58C4BAD95DB2861023A4A0727E144297 @ConQAT.Rating GREEN Hash: 996283773B2EC0D22D4A844A3C9E30A8
--> -->
<body> <body>
Support classes for using the data binding mechanism with EMF EObjects. Support classes for using the data binding mechanism with EMF EObjects.
......
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