UShape shape = null;
if (newNode instanceof IPluginNode) {
try {
INodeClassDataTransferObject q = this.getPluginNodeManager().getPluginNodeInformation(newNode.getClass());
IPluginUShapeBuilder a = q.getShapeBuilder();
IPluginUShape f = this.getPluginNodeManager().getPluginNodeInformation(newNode.getClass()).getShapeBuilder().build();
shape =
this.getPluginNodeManager().getPluginNodeInformation(newNode.getClass()).getShapeBuilder().build()
.getUShape(newNode, this);