This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 71646 - Show alternative code from javadoc for deprecated code
Summary: Show alternative code from javadoc for deprecated code
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-20 10:15 UTC by dabar
Modified: 2015-05-09 14:37 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dabar 2006-01-20 10:15:53 UTC
When using Netbeans Editor, once you type a line of code using a deprecated 
API, it underlines the code and says the API is deprecated. In most API 
documentations, the API developer suggests to you which newer API is 
appropriate to use. 

the Enhancement is that the Code Tip engine should be able to check APIs with 
@deprecated tag where developers are expected to specify the replacing API. 
The editor suggestion can parse the suggestion from the API and show it as a 
Tip.