Join dependencies mistakenly reported as transitive

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: Major
    • Component/s: depgraph-view-plugin
    • None

      If I have the following setup:

      base -> test
      test -> testA
      test -> testB
      

      If I add a "join test" on base, dep view will report this as:

      base -> test
      test -> testA
      test -> testB
      testA -> join
      testB -> join
      

      but actual behaviour is:

      base -> test
      test -> testA
      test -> testB
      test -> join
      

            Assignee:
            Stefan Wolf
            Reporter:
            voorth
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: