In chat response for a Java project, click of method name goes to interface not implementation

Issue Description

In chat response, it says

Based on the code analysis, I can answer your question about Stripe refunds:Yes, for Stripe refunds in this implementation, you must have a previous successful payment ID. Looking at the refundPaymentIntent method in both PlatformStripeServiceImpl.java and ChargerStripeServiceImpl.java,

so from this response, the refundPaymentIntent should refer to this method in implementation not in interface. but when I click refundPaymentIntent in the response text. As it’s a blue link clickable. it goes to the interface not implementation.

Steps to Reproduce

  1. select Ask mode
  2. ask a question about something related a interface implementation, and see if there is clickable link to one method of the interface
  3. click the link of method name

Expected Behavior

click the link will take me to the method in implementation

Actual Behavior

click the link goes to the method in interface

Screenshots / Screen Recordings

when I click the refundPaymentIntent , it goes to ChargerStripeService not PlatformStripeServiceImpl.java

Operating System

Windows 11

Current Qoder Version (Menu → About Qoder → Copy)

Version: 0.2.10
VSCode Version: 1.100.0 (user setup)
Commit: 55b1930d0c91e41dc470aafc2ce5c33b2f71ecb8
Date: 2025-10-28T09:09:19.915Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26200

Thank you for using and providing feedback. Please submit a problem report in the upper right corner of Qoder, and we will also replicate the scenario locally.:grinning_face: