Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » JavaDoc on hover loading like forever(If you hover an object in eclipse it loads for about 3 secs and then displays the JavaDoc)
JavaDoc on hover loading like forever [message #1220116] Mon, 09 December 2013 15:11 Go to next message
Eclipse UserFriend
Hi,
I am using eclipse for many years now and first faced this issue with Juno. Everytime I install a new version of eclipse it appears. On Juno as well as on Kepler it sometimes just disappears after some time but not neccessarily and I have no idea what or why that is (once I realized directly using the eclipse.exe fixes it instead of using a link but that is not working anymore). I tried to increase eclipse memory but that doesnt help, too. And it also appears on a single small HelloWorld.java file. So not even related to big projects or files. Programming with that is possible but the workflow is disturbed heavily and it doesn't make fun anymore. Only workaround so far is to concentrate on where you move your mouse and not placing it over objects. But that is more than not acceptable - even less if your are working on your comments and need the preview over and over again.
I have googled and searched the forum but unfortunately I couldn't find anything on that issue. I have a feeling that it is somehow related to the Android SDK but I am not sure and even if it is I need that so deinstalling is not possible. Besides that I installed Maven and Git plugin. No other plugins installed.

I hope you can help me with this issue.
Thx and greetz Torge
Re: JavaDoc on hover loading like forever [message #1220473 is a reply to message #1220116] Wed, 11 December 2013 22:22 Go to previous messageGo to next message
Eclipse UserFriend
Can you please provide a example since you same to face the issue with simple programs. Also if you could provide the build ID and screen shots it would be of great help.
Re: JavaDoc on hover loading like forever [message #1220543 is a reply to message #1220473] Thu, 12 December 2013 08:39 Go to previous messageGo to next message
Eclipse UserFriend
First of all thank you for your answer but unfortunately I am not exactly sure what you need Wink Actually it is with any code, so even with:
public class HelloWorld {
    public static void main(String[] args) {
        System.out.println("HelloWorld!");
    }
}


So I think it is directly related to some Eclipse settings. And what do you mean by the build ID? Do you mean the Eclipse build ID? If so where do I find it?

And well I don't know how to make screenshots from Eclipse lagging ;P.

[Updated on: Thu, 12 December 2013 08:40] by Moderator

Re: JavaDoc on hover loading like forever [message #1220545 is a reply to message #1220543] Thu, 12 December 2013 08:49 Go to previous messageGo to next message
Eclipse UserFriend
Hi Torge,
IF you go to help (right most drop down in the toolbar), you will see About Eclipse.
Just click on it and it will give you the ID.

Like: Build id: 20130919-0819

Thanks
Re: JavaDoc on hover loading like forever [message #1220588 is a reply to message #1220545] Thu, 12 December 2013 11:03 Go to previous message
Eclipse UserFriend
Ah ok so here it is:
Version: Kepler Service Release 1
Build id: 20130919-0819
Previous Topic:Conditionally enable/disable custom builders
Next Topic:Confusing build errors after adding catalina.jar
Goto Forum:
  


Current Time: Thu Apr 17 21:58:29 EDT 2025

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

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

Back to the top