Eclipse 控制台中的 javadoc 警告超链接

发布于 2024-11-25 15:22:20 字数 357 浏览 3 评论 0原文

当我在 eclipse 中生成 javadoc(版本信息如下)时,写入 eclipse 控制台的警告消息似乎正确超链接到 java 文件和行号。然而,点击这样的按钮没有任何作用。右键单击此类超链接会显示一个包含 Open Link 项的上下文菜单,但单击该项也不会执行任何操作。

关于如何使这些超链接发挥作用有什么建议吗?

谢谢, -- fas

Eclipse 版本:

Eclipse Java EE IDE for Web Developers.

Version: Helios Service Release 2

Build id: 20110218-0911

When I generate javadoc within eclipse (version info below), the warning messages written to the eclipse console appear to be correctly hyperlinked to a java file and line number. However, clicking on such a does nothing. Right clicking on such a hyperlink displays a context menu containing an Open Link item, but clicking that item also does nothing.

Any suggestions on how to get these hyperlinks to function?

Thanks,
-- fas

Eclipse version:

Eclipse Java EE IDE for Web Developers.

Version: Helios Service Release 2

Build id: 20110218-0911

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

天赋异禀 2024-12-02 15:22:20

这并不能解决问题本身,但这是一个在问题解决之前对我有用的解决方法:

  • 从控制台复制链接(不带行号)
  • 转到文件->打开文件,粘贴链接
  • 当文件已经存在时在编辑器中打开控制台中的链接有效,因此您可以跳转到代码行并打开同一文件中的其他链接

This does not solve the problem itself, but is a workaround that worked for me until the problem is solved:

  • Copy the link from the console (without line number)
  • Go to File->Open File, paste the link
  • When the file is already open in the editor the link in the console works, so you can jump to the line of code and open additional links in the same file
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文