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

Summary: highlight deprecated entities in C++
Product: cnd Reporter: igagis <igagis>
Component: Code ModelAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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.