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 246248 - highlight deprecated entities in C++
Summary: highlight deprecated entities in C++
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-04 13:50 UTC by igagis
Modified: 2014-08-04 13:50 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 igagis 2014-08-04 13:50:59 UTC
In C++ highlight usages of deprecated entitiies. Same as in Java when something is declared with @Deprecated.

In C++ the deprecation of an entity can be determined by doxygen comment block for that entity having a @depracated entry.