jqa-core-framework icon indicating copy to clipboard operation
jqa-core-framework copied to clipboard

scanning of related jar files creates redundant Interface nodes

Open torstenwerner opened this issue 9 years ago • 3 comments

Hi,

I'll attach a sample project with 2 jar files. 1 jar contains an interface SampleApi and the 2nd jar contains a class SampleImpl that implements this interface. I'll get 2 separate nodes with name SampleApi after scanning with jqassistant. One node is correctly labeled Interface but it is not connected to the SampleImpl node. The other node is not labeled Interface but is connected to the SampleImpl node.

I would expect to get just a single node SampleApi with label Interface and which is connected to the SampleImpl node.

sample sources and binaries: twojars.zip

Torsten

torstenwerner avatar May 07 '16 12:05 torstenwerner