sdedic commented on a change in pull request #3214:
URL: https://github.com/apache/netbeans/pull/3214#discussion_r724745871



##########
File path: 
java/debugger.jpda.ui/src/org/netbeans/modules/debugger/jpda/ui/SourcePath.java
##########
@@ -131,6 +132,7 @@ public String getRelativePath (
     private String getURL (String relativePath, boolean global) {
         String url = getContext ().getURL (relativePath, global);
         if (url != null) {
+            url = getContext().getSourceURLFromFile(url);

Review comment:
       So this is system - backend URL <> client - frontend URL conversion, if 
I understand correctly. What I am curious about is that it seems that "client 
URL", possibly not understandable by URLMappers etc, basically unusuable within 
the backend will flow through IDE structures....
   
   I'd expect that the translation happens somewhere in LSP server, so the 
(whole) backend gets already translated value(s) 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to