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

RED

refs 2490
parent 8747482b
No related branches found
No related tags found
No related merge requests found
......@@ -171,6 +171,7 @@ public class ConnectionDragContext implements IConnectionCompositionContext {
}
/** Indicates whether the intended connection is "valid". */
// FIXME (FH): todo without issue number
// TODO: This method replicates the "old" behavior. Evaluate whether it is not advisable to
// make the validity checks on creation an eliminate this method.
public boolean isValidSource() {
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating YELLOW Hash: F5EE698DA0C4800286E0835F5773C871
-->
<body>
Package for drag and drop implementation.
</body>
......@@ -27,7 +27,7 @@ import org.fortiss.tooling.base.utils.LayoutModelElementFactory;
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 8EF8DFD366314F8BD5B83FD77666F10F
* @ConQAT.Rating RED Hash: 063732F424E3243BB7C56AC45139A5C3
*/
public class PointStaticImpl {
......@@ -38,6 +38,7 @@ public class PointStaticImpl {
compPoint.toString());
}
// FIXME (FH): todo without issue
// TODO: The key for the new point is not unique !?!?
/** Static implementation of the method {@link Point#getTranslated(int, int)}. */
public static Point getTranslated(Point point, int offsetX, int offsetY) {
......
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