Bug 532358 - Deprecation warning marker hint should show deprecation comment in Java Editor
Summary: Deprecation warning marker hint should show deprecation comment in Java Editor
Status: CLOSED DUPLICATE of bug 36754
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.7.1   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-12 12:31 EDT by Moritz Aleithe CLA
Modified: 2018-03-13 07:17 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Aleithe CLA 2018-03-12 12:31:16 EDT
Hi, 

When working with a deprecated method in the Java Editor, the Editor shows a warning that the Method in use is deprecated. When hovering over this method, the Yellow marker - tip (is there a correct name for this?) shows something like the method <name and signature>  is deprecated. 

This is alright, but it would be better if it would also, if present, show the @deprecated Comment from the Javadoc of the method in question, because the way it is now, i either have to navigate to the given method or i have to suppress the warning, take a look at the comment and un-suppress it again.

Cheers, 
Moritz
Comment 1 Noopur Gupta CLA 2018-03-12 14:01:28 EDT

*** This bug has been marked as a duplicate of bug 36754 ***