You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jun 13, 2024 12:02:33 PM org.apache.aries.spifly.BaseActivator log
INFO: Registered provider ch.qos.logback.classic.servlet.LogbackServletContainerInitializer of service jakarta.servlet.ServletContainerInitializer in bundle ch.qos.logback.classic
Jun 13, 2024 12:02:33 PM org.apache.aries.spifly.BaseActivator log
INFO: Registered provider ch.qos.logback.classic.spi.LogbackServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle ch.qos.logback.classic
The text was updated successfully, but these errors were encountered:
I am able to de-dupe them by keying on the range of the CallHierarchyItem and resolving them in a map, but if I try to do the same de-duping for other LSP servers, the results aren't the same. If I key on selectionRange for those other servers, they all work - only JDTLS works with range to de-dupe.
#3184 probably explains why I can't de-dupe consistently.
Requesting outgoing calls on the constructor returns 2 items, each containing 2 call sites.
Prepare call hierarchies request:
Prepare call hierarchies response:
Outgoing calls request:
Outgoing calls response:
Entire message exchange, from the client's side:
JDT log
JDT stderr:
The text was updated successfully, but these errors were encountered: