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

kernel.ui review

parent f03b4dc9
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ import org.fortiss.tooling.kernel.ui.util.EObjectSelectionUtils;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: AEE7A59A21CE5A68CAC3BC04EF872569
* @ConQAT.Rating GREEN Hash: B033E4456F7E06AC68BDC015C379828D
*/
public class ActionService implements IActionService,
IPersistencyServiceListener, CommandStackListener {
......
......@@ -53,7 +53,7 @@ import org.fortiss.tooling.kernel.ui.service.IMarkerService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 463B8B4054B09A79D1A87DC2F77A813B
* @ConQAT.Rating RED Hash: 14D6FBDEDFCCB59B545EEF873D46DAC9
*/
public class MarkerService implements IMarkerService,
IPersistencyServiceListener, ILightweightLabelDecorator {
......@@ -214,6 +214,7 @@ public class MarkerService implements IMarkerService,
// use preferences settings here
switch (highest) {
case FATAL:
// TODO @Review CD: missing break and default behavior.
case ERROR:
decoration.addOverlay(ESharedImages.ERROR_OVERLAY
.getImageDescriptor());
......
......@@ -53,7 +53,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: B22AF6BFF05488F229A48209695AF5F9
* @ConQAT.Rating GREEN Hash: 5D8E3357E3B8F103A782BBD7096D5616
*/
public class ModelEditorBindingService extends
EObjectAwareServiceBase<IModelEditorBinding<EObject>> implements
......
......@@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 12259D6B9163AFDDACC1B14FF407BE50
* @ConQAT.Rating GREEN Hash: 074E65AEBD71DD87A0C35D0D401F924E
*/
public class ModelElementHandlerService extends
EObjectAwareServiceBase<IModelElementHandler<EObject>> implements
......
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