Reputation: 571
Recently at work we've been told to switch to using the Spring Tool Suite (running Eclipse-Juno platform SR2 v3.8.2)
Things are mostly well and good except when I go to mouse over any methods or constructors, my javac window only appears blank. (see screenshot)
I've looked through the preferences (predominately Content Assist and Hovers), but nothing seems to address this.
Any ideas? Note: I still have Eclipse Luna on my laptop too...mainly because I got fed up with trying to remedy the issue and would go back to using that instead. Could that be the culprit?
Upvotes: 0
Views: 274
Reputation: 4261
Check hover configuration in Eclipse, Window - Preferences; select Java -> Editor -> Hovers
Upvotes: 1