Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
kernel
Commits
68fadfab
Commit
68fadfab
authored
Nov 14, 2017
by
Vincent Aravantinos
Browse files
GREEN
parent
cb348577
Changes
4
Hide whitespace changes
Inline
Side-by-side
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editpart/allocation/AllocationConnectionEditPartBase.java
View file @
68fadfab
...
...
@@ -29,7 +29,7 @@ import org.fortiss.tooling.base.ui.layout.IDiagramLayoutConfiguration;
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @param <T>
* @ConQAT.Rating
YELLOW
Hash:
268DD09BF527D2CCD78FAFCB933C0D85
* @ConQAT.Rating
GREEN
Hash:
46E2D8D9E24BE02BEC398AD9F361C247
*/
public
abstract
class
AllocationConnectionEditPartBase
<
T
extends
ConnectionSegmentBase
>
extends
ConnectionEditPartBase
<
T
>
{
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editpart/allocation/AllocationSubDiagramEditPartBase.java
View file @
68fadfab
...
...
@@ -72,7 +72,7 @@ import org.fortiss.tooling.kernel.utils.EcoreUtils;
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @param <T>
* @ConQAT.Rating GREEN Hash: C
EE547DE8E92222EAAE1BD3287CBDC30
* @ConQAT.Rating GREEN Hash: C
5890B9D68C30A8A8937EB5FD1C97672
*/
public
abstract
class
AllocationSubDiagramEditPartBase
<
T
extends
INamedCommentedElement
>
extends
GraphicalEditPartBase
<
T
>
implements
NodeEditPart
{
...
...
@@ -380,7 +380,9 @@ public abstract class AllocationSubDiagramEditPartBase<T extends INamedCommented
if
(
req
.
getExtendedData
().
isEmpty
())
{
// sub diagram background selection works only with hierarchical elements
if
(!
modelChildren
.
isEmpty
())
{
// TODO(VA) get(0)
// get(0): There is at least one modelChildren due to the guard above, and it is
// relevant to use the first one because we pick any of them just to access the
// parent.
Object
object
=
modelChildren
.
get
(
0
);
IHierarchicElement
parentElement
=
getParentElement
((
EObject
)
object
,
IHierarchicElement
.
class
,
false
);
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editpart/policy/AllocationDirectConnectionAndReconnectionEditPolicy.java
View file @
68fadfab
...
...
@@ -32,7 +32,7 @@ import org.fortiss.tooling.base.ui.editpart.command.AllocationConnectCommand;
* @author eder
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash:
3FD699A85C20C4AD2D96DBC2B4D3D8ED
* @ConQAT.Rating GREEN Hash:
F046FCF2D9910D9CCFDD62C15A330802
*/
public
class
AllocationDirectConnectionAndReconnectionEditPolicy
extends
DirectConnectionAndReconnectionEditPolicy
{
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/utils/DragAndDropBaseUtils.java
View file @
68fadfab
...
...
@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.extension.data.IConnectionCompositionContext;
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash:
824388D4F78A6E57DA6AB343F2FCECD6
* @ConQAT.Rating GREEN Hash:
DB80C6A65E4242B9EC6D93E90A89E2BB
*/
public
class
DragAndDropBaseUtils
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment