Skip to content
Snippets Groups Projects
Commit 8f8d0862 authored by Sudeep Kanav's avatar Sudeep Kanav
Browse files

ratings migrated

refs 3177
parent 73e5daef
No related branches found
No related tags found
No related merge requests found
Showing
with 28 additions and 42 deletions
......@@ -26,7 +26,6 @@ import org.fortiss.tooling.kernel.ui.extension.ITutorialUIWhitelistProvider;
* relevant portions.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 55E61382BBCA546B62C9045676BE766B
*/
public abstract class TutorialStepUICompositeWithWhitelistBase extends TutorialStepUICompositeBase
implements ITutorialUIWhitelistProvider {
......
ContextMenuContextProvider.java 20411ea8dcc8a7358c8f7062af0f806e2913abb9 GREEN
package.html 2a3db939a83e9422a532f275a87f261428e6cd6d GREEN
.ratings 6e4e439e9b0c259067660c6763f1375ed73508de GREEN
ContextMenuContextProvider.java 8ea67b606a423b62bc3b83fed1fa393316436490 GREEN
package.html 3a5b4e57b54969913c2422236461b6b5ea93ce5e GREEN
......@@ -30,7 +30,6 @@ import org.fortiss.tooling.kernel.ui.internal.ContextMenuService;
* views or editors, or certain selection or application state criteria.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: EEDE5421DA9B1DB51A03D4E57992DC27
*/
public interface ContextMenuContextProvider {
......
ActionService.java 0e5f13d185e7355eaee2521babf7856c4f317706 GREEN
AllocationEditPartFactoryService.java 8835d7184d5c5bc31974c05a7dec5c235da876a9 GREEN
ConstraintLabelDecorator.java 11503d350d79b0a30d04a855bf0b5ba900971a07 GREEN
ConstraintUIService.java 85c7ccdf98e2bb8e61ee460e3996f7ef9c727df8 GREEN
ContextMenuService.java b6a18caf7bf826c37d7eeeb995ecd5efa2731610 YELLOW
EditPartFactoryService.java 331a80acf9c70659904143cf5e2c8bc99f9d4a63 YELLOW
MarkerService.java 9e83f58e78eed968f2036d0ce9a6909980697e68 GREEN
MarkerServiceLabelDecorator.java 00f0dbc5f84fa252b3405687a8f09c4f9fff718e GREEN
ModelEditorBindingService.java 6d1566d3bb5bd83edfad2721d81ff33390b1439e RED
ModelElementHandlerService.java 7ee39130be1096929b6a9ed146292a2dc5d8daa9 YELLOW
NavigatorService.java 464acfe1b75154c77907c343628a3782a6e52806 GREEN
ToolingKernelUIInternal.java c709cdf868b1b9f33fb1fbf07a15580a61755e8e GREEN
TutorialUIService.java 46fbb6e6cb30e6390f71107394d85e5b2ae9c228 RED
package.html d07685dcb3c2e79173166d44f69694a69db05f57 GREEN
.ratings c4c58bde2dfb074c6d8c1ad839920d0f189f3055 GREEN
ActionService.java bba3d40df33a07a9d30bc6b5945a9087940af057 GREEN
AllocationEditPartFactoryService.java 8d176411639e01c15a65650747ec231ed7281777 GREEN
ConstraintLabelDecorator.java 6dd2665a86800777cc7c17807fddb68dadf73df5 GREEN
ConstraintUIService.java dde08f7c2c19e948e397bb9cd3242d4735226ca2 GREEN
ContextMenuService.java f0168796a57fcebfb6124705c5a865516f0cb4c6 YELLOW
EditPartFactoryService.java a5b15d91675caf41fc7d4bc16092c9425326c539 YELLOW
MarkerService.java 04e3960acd4af5d1d41c2a4a2abd74a91441fe76 GREEN
MarkerServiceLabelDecorator.java 97b63001f3175ab190881fd5258dd0b61d9cf142 GREEN
ModelEditorBindingService.java 409efd9126cceda31de5b149745c3d941162b3a7 RED
ModelElementHandlerService.java 6fa44187d4841b5b11b04de48dcf7b1bb20c7963 YELLOW
NavigatorService.java 9a042a0ff9a21a45d98d14fe39b66e90ab974269 GREEN
ToolingKernelUIInternal.java aefc9a6a7ebcd6ff689558ffc4300992cca89ad6 GREEN
TutorialUIService.java 0f7124393b900ca8e1a87e7f985c0b440f2716fe RED
package.html 6b4c90d70f958c2208cc0f819e4968e50bed3113 GREEN
......@@ -52,7 +52,6 @@ import org.fortiss.tooling.kernel.ui.util.EObjectSelectionUtils;
* This class implements the {@link IActionService} interface.
*
* @author hoelzlf
* @ConQAT.Rating GREEN Hash: 5760D675BED247BF503DB3A3F23CC472
*/
public class ActionService implements IActionService, IPersistencyServiceListener,
CommandStackListener, IIntrospectiveKernelService {
......
......@@ -36,7 +36,6 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* This class implements the {@link IAllocationEditPartFactoryService} interface
*
* @author eder
* @ConQAT.Rating GREEN Hash: F04BE09848DEF54E13F2AA72900FDDAB
*/
public class AllocationEditPartFactoryService extends
EObjectAwareServiceBase<IAllocationEditPartFactory> implements
......
......@@ -31,7 +31,6 @@ import org.fortiss.tooling.kernel.ui.util.ConstraintsUIUtils;
* Label decorator for the {@link IMarkerService} decorations: errors, warnings, etc.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 59FFBA04203A129C50412B4502B2F021
*/
public final class ConstraintLabelDecorator extends BaseLabelProvider implements
ILightweightLabelDecorator {
......
......@@ -54,7 +54,6 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* Implementation of {@link IConstraintUIService}.
*
* @author aravantinos
* @ConQAT.Rating GREEN Hash: 1CE14DF56A10B4A9919CDACB1644AC7F
*/
public final class ConstraintUIService implements IConstraintUIService, IIntrospectiveKernelService {
......
......@@ -51,7 +51,6 @@ import org.osgi.framework.Bundle;
* This class implements the {@link IContextMenuService} interface.
*
* @author hoelzl
* @ConQAT.Rating YELLOW Hash: 0D786B30091245516387B38B30C5828E
*/
public class ContextMenuService implements IContextMenuService, IIntrospectiveKernelService {
/** The singleton service instance. */
......
......@@ -36,7 +36,6 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* This class implements the {@link IEditPartFactoryService} interface.
*
* @author hoelzl
* @ConQAT.Rating YELLOW Hash: 4BE7908C977CE1488B3197B4F601F476
*/
public class EditPartFactoryService extends EObjectAwareServiceBase<IEditPartFactory> implements
IEditPartFactoryService, IIntrospectiveKernelService {
......
......@@ -51,7 +51,6 @@ import org.fortiss.tooling.kernel.ui.service.IMarkerService;
* This class implements the {@link IMarkerService} interface.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 13C48B0AE09F3492D1F6463217D778C9
*/
public class MarkerService implements IMarkerService, IPersistencyServiceListener {
/** The singleton service instance. */
......
......@@ -27,7 +27,6 @@ import org.fortiss.tooling.kernel.ui.service.IMarkerService;
* Label decorator for the {@link IMarkerService} decorations: errors, warnings, etc.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 27024A84AE7641AEE41F6A682F825DAD
*/
public final class MarkerServiceLabelDecorator extends BaseLabelProvider implements
ILightweightLabelDecorator {
......
......@@ -62,7 +62,6 @@ import org.fortiss.tooling.kernel.utils.KernelModelElementUtils;
* This class implements the {@link IModelEditorBindingService} interface.
*
* @author hoelzl
* @ConQAT.Rating RED Hash: EB95C3B63B1EECE5AFED34568849D828
*/
public class ModelEditorBindingService extends
EObjectAwareServiceBase<IModelEditorBinding<EObject>> implements
......
......@@ -39,7 +39,6 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* class.
*
* @author hoelzl
* @ConQAT.Rating YELLOW Hash: BD211E51D365DB6D51BC734F62F3D82E
*/
public class ModelElementHandlerService extends
EObjectAwareServiceBase<IModelElementHandler<EObject>> implements
......
......@@ -56,7 +56,6 @@ import org.fortiss.tooling.kernel.ui.service.INavigatorService;
* This class implements the {@link INavigatorService} interface.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: ADFCBEF424FA0667860170928C8B4209
*/
public class NavigatorService implements INavigatorService, IPersistencyServiceListener,
CommandStackListener, ITutorialServiceListener, IIntrospectiveKernelService {
......
......@@ -21,7 +21,6 @@ import static org.fortiss.tooling.kernel.ToolingKernel.printPhase;
* Implementations for initializing and starting the UI part of the tooling kernel.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 48EBFF0DCF5E36B7A541767FA6C5776A
*/
public final class ToolingKernelUIInternal {
......
......@@ -55,7 +55,6 @@ import org.osgi.framework.BundleException;
* Implementation of {@link ITutorialUIService}.
*
* @author hoelzl
* @ConQAT.Rating RED Hash: 999C2667C03C9C99854162777D3C9185
*/
public final class TutorialUIService implements ITutorialUIService, ITutorialUIWhitelistProvider,
IIntrospectiveKernelService {
......
CopyAction.java 6e16cf7636354e33dda6fa2e73a40f6c3faee191 GREEN
CutAction.java 28dd20ae1e41935ad5d287378d840d68e3b0bd57 GREEN
DeleteAction.java 4b685034732b2896f573a48addb959945eb65ef4 GREEN
PasteAction.java 8054f22053d9dca988ecc3f5abdc434ee875f601 GREEN
RedoAction.java f3636bf66477c62289a84175dca84e40e291d2f7 GREEN
RenameAction.java b3f34ffbd5938db74be539c9edc67413f5b929f0 GREEN
SelectAllAction.java 1753fc98c0d791c8fc297bdde89695dc63ff294c GREEN
UndoAction.java 15d8c9096c89f7234ba908be9f9b32af290b1d56 GREEN
package.html 77f1e63852de4b2531f99f07ce35126d83430f56 GREEN
.ratings b73691b3e6af306c4db2b258232bf5eec7247f24 GREEN
CopyAction.java cfc8565df24246b0fee847ef5e24013a87347986 GREEN
CutAction.java d0ddb45361ff676af86aa1b706cbb677c0be9dc6 GREEN
DeleteAction.java c88779296a0707b93427cbdf464a9bc9b477956c GREEN
PasteAction.java daee85c422b596d8b9b4b0b01acd53d9298e2d22 GREEN
RedoAction.java 1a28948a99e798988f1e998417dbc634b7fa9ece GREEN
RenameAction.java a88cd1f059f70ed492bd21c5abce5a12bf04a288 GREEN
SelectAllAction.java 15d564fb1140aed4105407dd6e868dc1b8066b6d GREEN
UndoAction.java 3fa17d027063660b9cc0a8042e0ef4ac000b7c88 GREEN
package.html 67e26842afd63b1760fa944dd0c958f20f0175ee GREEN
......@@ -30,7 +30,6 @@ import org.fortiss.tooling.kernel.ui.extension.base.EObjectActionBase;
*
* @author hummel
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 6543C63A72B46C348010A2D947E5F64A
*/
public class CopyAction extends EObjectActionBase<EObject> {
......
......@@ -31,7 +31,6 @@ import org.fortiss.tooling.kernel.ui.extension.base.EObjectActionBase;
*
* @author hummel
* @author hoelzl
* @ConQAT.Rating GREEN Hash: F9960D12B7FEE1B5DD906079F3958926
*/
public class CutAction extends EObjectActionBase<EObject> {
......
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