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

a bit of review

parent 263f1597
No related branches found
No related tags found
No related merge requests found
Showing
with 17 additions and 17 deletions
...@@ -39,7 +39,7 @@ import org.fortiss.tooling.kernel.ui.util.EObjectSelectionUtils; ...@@ -39,7 +39,7 @@ import org.fortiss.tooling.kernel.ui.util.EObjectSelectionUtils;
* @author hoelzlf * @author hoelzlf
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating GREEN Hash: 712C0561435C4CC99112DBBCEB5E8FAD * @ConQAT.Rating GREEN Hash: AA768AB233B1896A83B8C734A6C7EB3C
*/ */
public class ActionService implements IActionService, public class ActionService implements IActionService,
IPersistencyServiceListener, CommandStackListener { IPersistencyServiceListener, CommandStackListener {
......
...@@ -43,7 +43,7 @@ import org.osgi.framework.Bundle; ...@@ -43,7 +43,7 @@ import org.osgi.framework.Bundle;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating GREEN Hash: 8B48B88514C68D10B58255829A50B188 * @ConQAT.Rating GREEN Hash: 794D71DA1264AB09BBB8AE9A13C77E47
*/ */
public class ContextMenuService implements IContextMenuService { public class ContextMenuService implements IContextMenuService {
......
...@@ -33,7 +33,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils; ...@@ -33,7 +33,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating GREEN Hash: FA0D1BF818E0D93FE58A4223631F6C11 * @ConQAT.Rating GREEN Hash: 17D10EA950086B85B549633CA53C083A
*/ */
public class EditPartFactoryService extends public class EditPartFactoryService extends
EObjectAwareServiceBase<IEditPartFactory<EObject>> implements EObjectAwareServiceBase<IEditPartFactory<EObject>> implements
......
...@@ -52,7 +52,7 @@ import org.fortiss.tooling.kernel.ui.service.IMarkerService; ...@@ -52,7 +52,7 @@ import org.fortiss.tooling.kernel.ui.service.IMarkerService;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating RED Hash: E88CDA645FF2179C1BCD023756100167 * @ConQAT.Rating RED Hash: BFAB62161436A6590B4BD6500FF83134
*/ */
public class MarkerService implements IMarkerService, public class MarkerService implements IMarkerService,
IPersistencyServiceListener, ILightweightLabelDecorator { IPersistencyServiceListener, ILightweightLabelDecorator {
......
...@@ -39,7 +39,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils; ...@@ -39,7 +39,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating RED Hash: B32E1EDD37CC2E7D3D6ACF0F320E8056 * @ConQAT.Rating RED Hash: 5544DDDB18F4389B85B35A1CAA58FD17
*/ */
public class ModelEditorBindingService extends public class ModelEditorBindingService extends
EObjectAwareServiceBase<IModelEditorBinding<EObject>> implements EObjectAwareServiceBase<IModelEditorBinding<EObject>> implements
......
...@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils; ...@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: CD05436D3E88A54D14C122A828BC8659 * @ConQAT.Rating RED Hash: 5AF9C7DD4993146F7F9D08D4FA2C7755
*/ */
public class ModelElementHandlerService extends public class ModelElementHandlerService extends
EObjectAwareServiceBase<IModelElementHandler<EObject>> implements EObjectAwareServiceBase<IModelElementHandler<EObject>> implements
......
...@@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.EObjectActionBase; ...@@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.EObjectActionBase;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating RED Hash: * @ConQAT.Rating RED Hash: C34C3D95AE0D485EC73074D1CC36029D
*/ */
public class DeleteAction extends EObjectActionBase { public class DeleteAction extends EObjectActionBase {
......
...@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.EObjectActionBase; ...@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.EObjectActionBase;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating RED Hash: * @ConQAT.Rating RED Hash: FE20124DCB7DAF4D7AAAC0809FA5B5D2
*/ */
public class RedoAction extends EObjectActionBase { public class RedoAction extends EObjectActionBase {
......
...@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.EObjectActionBase; ...@@ -31,7 +31,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.EObjectActionBase;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating RED Hash: * @ConQAT.Rating RED Hash: 9562CA97CDD998AB076426AADBD9BB52
*/ */
public class UndoAction extends EObjectActionBase { public class UndoAction extends EObjectActionBase {
......
...@@ -30,7 +30,7 @@ import org.fortiss.tooling.kernel.ui.service.IActionService; ...@@ -30,7 +30,7 @@ import org.fortiss.tooling.kernel.ui.service.IActionService;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating RED Hash: 6C2005AB7272182083899077302939FB * @ConQAT.Rating RED Hash: DD94B05974F477EC8F88B487A0DB7A2D
*/ */
public final class BindingContributor extends public final class BindingContributor extends
MultiPageEditorActionBarContributor { MultiPageEditorActionBarContributor {
......
...@@ -52,7 +52,7 @@ import org.fortiss.tooling.kernel.ui.service.IPropertiesService; ...@@ -52,7 +52,7 @@ import org.fortiss.tooling.kernel.ui.service.IPropertiesService;
* @author hoelzlf * @author hoelzlf
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating RED Hash: 835DFA1E14FFC92AB3C3387B113C602A * @ConQAT.Rating RED Hash: E92400B5E205A0DEA761AE960FA9C463
*/ */
public class BindingEditor extends MultiPageEditorPart implements public class BindingEditor extends MultiPageEditorPart implements
ITabbedPropertySheetPageContributor { ITabbedPropertySheetPageContributor {
......
...@@ -26,7 +26,7 @@ import org.eclipse.ui.IActionBars; ...@@ -26,7 +26,7 @@ import org.eclipse.ui.IActionBars;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating GREEN Hash: E446C6AAF3BA8D6D004F10F3936EAD75 * @ConQAT.Rating GREEN Hash: D988E24BA5E310FEE8C71E5F6D462679
*/ */
public interface IActionContributingEditor { public interface IActionContributingEditor {
/** /**
......
...@@ -30,7 +30,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService; ...@@ -30,7 +30,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author hoelzlf * @author hoelzlf
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating RED Hash: DA55DECB26207A89C2F967DA65BD6D6A * @ConQAT.Rating RED Hash: B446B57CB88D691FC4768698973ABD4E
*/ */
public final class ModelElementEditorInput implements IEditorInput { public final class ModelElementEditorInput implements IEditorInput {
......
...@@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService; ...@@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author hoelzlf * @author hoelzlf
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating GREEN Hash: D0A13ABCEB4123B743F9E7124B1E6BA4 * @ConQAT.Rating GREEN Hash: A7B15797EF2C608B1405E9CECA4E4B02
*/ */
public class NavigatorTreeContentProvider implements ITreeContentProvider { public class NavigatorTreeContentProvider implements ITreeContentProvider {
......
...@@ -42,7 +42,7 @@ import org.fortiss.tooling.kernel.ui.service.INavigatorService; ...@@ -42,7 +42,7 @@ import org.fortiss.tooling.kernel.ui.service.INavigatorService;
* @author hoelzlf * @author hoelzlf
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: DCDF1E7D1F19BB1A14BCCC57E6D805A4 * @ConQAT.Rating YELLOW Hash: DE090EFA7BC79BE370B8C43D8DEADBF7
*/ */
public class NewMenu implements IContextMenuContributor { public class NewMenu implements IContextMenuContributor {
......
...@@ -25,7 +25,7 @@ import org.fortiss.tooling.kernel.ui.internal.editor.BindingEditor; ...@@ -25,7 +25,7 @@ import org.fortiss.tooling.kernel.ui.internal.editor.BindingEditor;
* @author hoelzl * @author hoelzl
* @author $Author: hoelzl $ * @author $Author: hoelzl $
* @version $Rev: 18709 $ * @version $Rev: 18709 $
* @ConQAT.Rating RED Hash: BACF271F4FE9F62EA572B314621849A9 * @ConQAT.Rating RED Hash: D1902E49A18A3615C0A471CE5DDE5E00
*/ */
// TODO (FH): this behavior is too simple, there should be a way for plugged // TODO (FH): this behavior is too simple, there should be a way for plugged
// code to register with binding editor and receive page changes and maybe // code to register with binding editor and receive page changes and maybe
......
...@@ -49,7 +49,7 @@ import org.fortiss.tooling.kernel.ui.internal.PropertiesService; ...@@ -49,7 +49,7 @@ import org.fortiss.tooling.kernel.ui.internal.PropertiesService;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating RED Hash: A5B075FF35E97B9917D2CE5450B8CF2C * @ConQAT.Rating RED Hash: EA40D042383017F50839473A0B4EDE6A
*/ */
public interface IPropertiesService { public interface IPropertiesService {
......
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