Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
9b14c7b1
Commit
9b14c7b1
authored
Oct 27, 2017
by
Sudeep Kanav
Browse files
RED
refs 2248
parent
831c7949
Changes
2
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.expression.ui/trunk/src/org/fortiss/af3/expression/ui/properties/EnumPropertySection.java
View file @
9b14c7b1
...
...
@@ -133,6 +133,7 @@ public class EnumPropertySection extends PropertySectionBase {
enumeration
=
(
Enumeration
)
input
;
EList
<
ExternalRelationSpecification
>
externalRelationSpecs
=
pickInstanceOf
(
ExternalRelationSpecification
.
class
,
enumeration
.
getSpecifications
());
// TODO (SK,19) following expression should be refactored.
traces
=
externalRelationSpecs
.
stream
()
.
map
(
e
->
e
.
getExternalRelation
().
getSourceRequirement
().
getReqId
())
...
...
org.fortiss.af3.expression.ui/trunk/src/org/fortiss/af3/expression/ui/properties/EnumerationMemberPropertySection.java
View file @
9b14c7b1
...
...
@@ -46,7 +46,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.PropertySectionBase;
* @author eder
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
YELLOW
Hash:
A4074EA9CDAAA3666905F425630A8FBD
* @ConQAT.Rating
RED
Hash:
9444A44C52E7C4489547EF55EBF0EC9E
*/
public
final
class
EnumerationMemberPropertySection
extends
PropertySectionBase
{
...
...
@@ -89,6 +89,7 @@ public final class EnumerationMemberPropertySection extends PropertySectionBase
member
=
(
EnumerationMember
)
input
;
EList
<
ExternalRelationSpecification
>
externalRelationSpecs
=
pickInstanceOf
(
ExternalRelationSpecification
.
class
,
member
.
getSpecifications
());
// TODO (SK,19) following expression should be refactored.
traces
=
externalRelationSpecs
.
stream
()
.
map
(
e
->
e
.
getExternalRelation
().
getSourceRequirement
().
getReqId
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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