Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eclipse doesn't show hover Class/function/variable information #35

Open
WolfeeLuo opened this issue Apr 20, 2018 · 2 comments
Open

Eclipse doesn't show hover Class/function/variable information #35

WolfeeLuo opened this issue Apr 20, 2018 · 2 comments

Comments

@WolfeeLuo
Copy link

After install this plugin and use it open class file, Eclipse doesn't show information any more including variable value in debug mode when I hover the mouse on the targeting variable.
FIY, I installed this plugin thru forking and compiling the code then copy jars into corresponding folder in the root of Eclipse.

@RobertZenz
Copy link
Collaborator

Is the correct method selected in the threads view?

I've noticed a long time ago that some times the correct method does not get selected when breaking in debug mode...would be quite an eye opener if that is actually related to this plugin.

@WolfeeLuo
Copy link
Author

@RobertZenz

Hi RobertZenz
Yes. the correct method is selected for sure. Actually it can be reproduced as many times as I want in myside. I'm not sure if it's caused by the installation thru compilation.
steps to reproduce this issue in my side are shown bellow.
1.download eclipse-rcp-neon3-win32-x64.(I tried oxygen firstly, but it throws compilation error while neon doesn't )
2.clone this repo and use eclipse neon to compile and build this plug as what you said in README. finally I got jars in features and plugins folder
3.download eclipse-jee-oxygen(also tried jee-neon, same issue) and install
4.copy compiled jars in step2 for this plug into installation of eclipse.
5.new a Test class and declare a List property, then hover the mouse on this property. NOW the reference information will pop up like "An ordered collection (also known as a sequence). The user of .....etc."
6.import a jar and use FernFlower supplied by this plug.
7.back to the Test class and hover mouse on the List property again, reference information won't pop up any more. It seems like this plugin disabled the hover feature of eclipse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants