ualberta-smr / LibCompPlugin

An IntelliJ plugin for comparing libraries
http://smr.cs.ualberta.ca/comparelibraries
MIT License
6 stars 1 forks source link

Dependencies in maven not being recognized #45

Closed snadi closed 3 years ago

snadi commented 4 years ago

I'm not sure if this has something to do with the color mode again, but when I switched to light mode, now the maven dependencies aren't being highlighted (testng should be highlighted):

image

I can right click and get the library comparisons without a problem, but there's no highlighting.

Also, in maven, it seems that I can right click on any dependency whether we have info about it or not and see the Library comparison option. However, if I choose that option, nothing happens.

XiaoleZ commented 3 years ago

commons-io is not highlight because commons-io is not in the LibraryData.json. Screen Shot 2021-02-25 at 7 31 45 PM

XiaoleZ commented 3 years ago

i tested all themes and switch from dark to light, they are all highlighted. when i switch from dark to light, it takes a little time to reflect on the theme changes. Screen Shot 2021-02-25 at 7 42 34 PM

snadi commented 3 years ago

Cannot be replicated. Closing