Skip to content

Some references in FQ matrix don't show targets when unique #5

@ross2jd

Description

@ross2jd

The feature quality matrix does not always show the targets of the references. I have attached a file where that replicates the bug.
bug_example.txt
Just look at WinController in the matrix and the target will be missing.

However there are cases where it does work. The following example does work:

abstract Function
    deployedTo -> DeviceNode

abstract DeviceNode
    cost -> integer

funcA : Function
   [deployedTo in (deviceA, deviceB)]
funcB : Function
   [deployedTo in (deviceA, deviceB)]

deviceA : DeviceNode ?
   [cost = 10]
deviceB : DeviceNode ?
   [cost = 10]

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions