F. Andy Seidl
F. Andy Seidl

Reputation: 1

javadoc warning hyperlinks in eclipse console

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

Upvotes: 0

Views: 501

Answers (1)

david_sp
david_sp

Reputation: 11

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

Upvotes: 1

Related Questions