tags:

views:

306

answers:

1

In Eclipse, the F2/focus or a hover on a member gives you a popup with the javadocs. However, if the member is deprecated, you only get a message like 'The field blahblah is deprecated'.

Does anyone know if this is a known bug/feature? If yes, is there a handy shortcut to get a javadoc popup for deprecated members?

Typically the alternate use of the a deprecated member is in the @deprecated javadoc tag. Hence the interest.

+1  A: 
VonC