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 229704 - Need Unused Variable/Macro/Header Inclusion detection in background for C++
Summary: Need Unused Variable/Macro/Header Inclusion detection in background for C++
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-14 09:14 UTC by sreekar545
Modified: 2013-05-14 11:14 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 sreekar545 2013-05-14 09:14:52 UTC
While using C/C++ remote development tools I had a scenario where lots of variables and functions macros etc became unused in my project because I was porting the code from other project. IDE doesn't have the capability to detect and show hint for Unused variables or Unused Inclusion of Headers (like unused imports of java...). Can we have this for C++/C also ?? I know C++ code assistance is more complex than Java but still I was wondering it would be so great to have this feature for C++.