crossminer / scava

https://eclipse.org/scava/
Eclipse Public License 2.0
18 stars 13 forks source link

Dependencies in a library are shown too many times #443

Open phkrief opened 4 years ago

phkrief commented 4 years ago

Hi Would it be possible to keep only once the name of the libraries when they are listed in teh dependencies section of a select library: image

Thanks a lot

phkrief commented 4 years ago

The example I took comes from the section of the Eclipse Paho project image

geryxyz commented 4 years ago

We could filter out duplications but maybe it is better to be done on the server-side, so as not to send superfluous data. @md2manoppello what do you think?

phkrief commented 4 years ago

I saw on the dashboard that when they are duplicated it comes from the fact that they have different version numbers. Is it the case here?

idarav commented 4 years ago

Dear @phkrief I've added some filtering for the dependencies of projects so they won't appear multiple times ( 1.21.0.rev0 )