Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » What are those numbers in hover-popup: "java#11.awt#55.Graphics#32603"(Trying to understand hover window output and how to get javadoc there.)
What are those numbers in hover-popup: "java#11.awt#55.Graphics#32603" [message #1806813] Wed, 15 May 2019 14:52 Go to next message
zimon th is currently offline zimon thFriend
Messages: 1
Registered: May 2019
Junior Member
I have in test.scala lines:
  
override def paintComponent(g: Graphics): Unit = {
}


When I hover over Graphics-word, it shows "java#11.awt#55.Graphics#32603".
What are those (bolded) numbers behind #-marks?
How to get rid of them?

And how to get hover to show something more, like Javadoc of the class-name?

I know, I can get Javadoc by selecting (left-clicking) the "Graphics"-word and then Shift+F2, but is there some easier method to get there, or get Javadoc in hover-window or straight into Javadoc-view (bottom subwindows, MainMenu>Window>Show View>Other>Java>Javadoc)?


I have tried to find something like "show Javadoc" in context menu of Eclipse editor, but there is no such thing. Any way to configure it there to context-menu?

Or I can CTRL+click "Graphics"-word and get the source code of Graphics.class, where I can see in Javadoc view the selected parts of Javadoc-source code, and there Shift+F2 will once again open Javadoc in editor-browser.
Re: What are those numbers in hover-popup: "java#11.awt#55.Graphics#32603" [message #1806889 is a reply to message #1806813] Fri, 17 May 2019 08:12 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33263
Registered: July 2009
Senior Member
Probably this question is best directed to a forum about the Scala tools, likely something from http://scala-ide.org/

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Why is the Debug Shell not letting me display valid variables?
Next Topic:Eclipse project build automation
Goto Forum:
  


Current Time: Wed Dec 11 20:22:41 GMT 2024

Powered by FUDForum. Page generated in 0.03130 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top