Skip to content
Snippets Groups Projects
Commit b26f556a authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

GREEN

refs 2490
parent a9c7811a
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ import org.fortiss.tooling.base.annotation.AnnotationValueService;
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 0750C479F14076CB58067288FC33DD8A
* @ConQAT.Rating GREEN Hash: 645FF14D045C87F2EE387D24F4101F71
*/
public class ToolingBaseInternal {
/** Initialize tooling base services. */
......
......@@ -46,7 +46,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author ratiu
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: 6F8163EFCFA7D49D8C2EE79BAA8A0899
* @ConQAT.Rating GREEN Hash: 371BE0B8A8AA18CEAA9CB29AD3A14DEF
*/
public class ModelElementLibraryService implements ILibraryService {
......
......@@ -27,7 +27,7 @@ import org.fortiss.tooling.base.utils.LayoutModelElementFactory;
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 91DB29602A8E231106ACB8202D9DE36B
* @ConQAT.Rating GREEN Hash: 0AD365D763CB75E0F1DA3AFCD313BBE2
*/
public class PointStaticImpl {
......
......@@ -50,7 +50,6 @@ public final class LayoutModelElementFactory {
/** Creates a model element node layout. */
public static void createNodeElementLayout(ILayoutedModelElement layouted) {
setPoint(layouted, NODE_POSITION, 0, 0);
setDimension(layouted, NODE_DIMENSION, DEFAULT_SHAPE_MINIMUM_WIDTH,
DEFAULT_SHAPE_MINIMUM_HEIGHT);
}
......@@ -58,14 +57,10 @@ public final class LayoutModelElementFactory {
/** Creates a connector layout. */
public static void createConnectorLayout(ILayoutedModelElement layouted) {
setPoint(layouted, NODE_POSITION, 0, 0);
setDimension(layouted, NODE_DIMENSION, DEFAULT_SHAPE_MINIMUM_WIDTH,
DEFAULT_SHAPE_MINIMUM_HEIGHT);
Point cpos = createPoint(0, 0, CONNECTOR_POSITION);
Dimension cdim = createDimension(0, 0, CONNECTOR_DIMENSION);
layouted.getLayoutData().add(cpos);
layouted.getLayoutData().add(cdim);
}
......
......@@ -32,7 +32,7 @@ import org.fortiss.tooling.base.model.layout.Points;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: FC0C61F7FE7468FD3B96EE554E9C3817
* @ConQAT.Rating GREEN Hash: 380CF1EEA01A6A45DACF48792180FC56
*/
public final class PointsUtils {
......
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