Skip to content
Snippets Groups Projects
Commit 11dc56a9 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

tooling.base.ui: some returned to RED

refs 311
parent 0398af76
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 3285EEEA692650AD1130A074EE3F75F8
* @ConQAT.Rating YELLOW Hash: C3FC40AF5B9351FB7B4C3D3A5424CCC1
*/
public abstract class HierarchicElementConnectionCompositorBase<HE extends IHierarchicElement, S extends IHierarchicElement, T extends IHierarchicElement>
implements IConnectionCompositor<HE, S, T> {
......@@ -153,7 +153,8 @@ public abstract class HierarchicElementConnectionCompositorBase<HE extends IHier
@Override
public boolean canReconnect(EObject connection, S source, T target,
IConnectionCompositionContext context) {
// TODO (FH): implement reconnect
// TODO (FH): https://af3.fortiss.org/issues/390
// implement reconnect
return false;
}
......@@ -161,7 +162,8 @@ public abstract class HierarchicElementConnectionCompositorBase<HE extends IHier
@Override
public boolean reconnect(EObject connection, S source, T target,
IConnectionCompositionContext context) {
// TODO (FH): implement reconnect
// TODO (FH): https://af3.fortiss.org/issues/390
// implement reconnect
return false;
}
}
......@@ -55,12 +55,10 @@ import org.eclipse.wb.swt.ResourceManager;
* allows user to select one item in the tree. It also offers interface to edit
* the tree on the fly.
*
* TODO shouldn't we move this Dialog to org.fortiss.tooling.base.ui?
*
* @author mou
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: D56739A3E2352F3C5BE90A37CB7F40F9
* @ConQAT.Rating YELLOW Hash: 6CD2D622C4872E5B98DA500C09CA3558
*/
public class ElementTreeSingleSelectDialog extends TitleAreaDialog {
......
......@@ -99,7 +99,7 @@ import org.fortiss.tooling.kernel.ui.util.EObjectSelectionUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 2E750867B9698AB04923606DBC3647BA
* @ConQAT.Rating RED Hash: 1AF213EC6831AB5F151B961002C7183D
*/
public class DiagramEditorBase<T extends EObject> extends GEFEditorBase<T>
implements IPostSelectionProvider, ContextMenuContextProvider {
......
......@@ -42,7 +42,7 @@ import org.fortiss.tooling.kernel.ui.util.EObjectSelectionUtils;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 9F07047D04F4819FD88A449D51B94523
* @ConQAT.Rating RED Hash: 075530364F7D00ECA0A780DCE4F64D3C
*/
public abstract class TreeViewerEditorBase<T extends EObject> extends
EditorBase<T> {
......
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