Linkify unqualified file names in the terminal #82903
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
terminal
General terminal issues that don't fall under another label
Java stack traces show FileName:lineNumber, without any path qualification. For example:
These file names are usually unambiguous. In the above example, there is only one
WarningsTest.java
in my workspace, soWarningsTest.java:55
could be unambiguously resolved to this file. If examples likeWarningsTest.java:55
were linkified, it would be much easier to navigate from Java stack traces in the terminal to source code.The text was updated successfully, but these errors were encountered: