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

GREEN

refs 1940
parent 02071d2f
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ import org.fortiss.tooling.kernel.service.ILibraryService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: FEB737A60C399ABB0867F1FFA9AD15C8
* @ConQAT.Rating GREEN Hash: B5FBB5DD63A332DCBACCBDB78A917996
*/
public abstract class PropertySectionBase extends AbstractPropertySection {
......
......@@ -45,7 +45,7 @@ import org.fortiss.tooling.kernel.ui.util.EObjectSelectionUtils;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 75064C1D98E4EBAB76F6285B00169394
* @ConQAT.Rating GREEN Hash: FC4420CE174D41171740424F112C9701
*/
public class ActionService implements IActionService, IPersistencyServiceListener,
CommandStackListener {
......
......@@ -61,7 +61,7 @@ import org.fortiss.tooling.kernel.utils.KernelModelElementUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: ED5A6ADE5306FD74B4A18EAA3963F629
* @ConQAT.Rating GREEN Hash: 6858D89643A85C550374DE3DD078D1FF
*/
public class ModelEditorBindingService extends
EObjectAwareServiceBase<IModelEditorBinding<EObject>> implements
......@@ -100,8 +100,10 @@ public class ModelEditorBindingService extends
openInEditor(element, 2);
}
/** Opens the editor or proceeds with parent element.
* Particular treatment for library references which open directly the library element. */
/**
* Opens the editor or proceeds with parent element.
* Particular treatment for library references which open directly the library element.
*/
private void openInEditor(EObject element, int depth) {
Assert.isTrue(depth >= 0);
ILibraryElementReference libRefParent =
......
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