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

Summary: Need Unused Variable/Macro/Header Inclusion detection in background for C++
Product: cnd Reporter: sreekar545
Component: EditorAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

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++.