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 270839

Summary: [clang-tidy] Group checks in Editor hints
Product: cnd Reporter: ilia
Component: -- Other --Assignee: ilia
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description ilia 2017-06-09 12:22:31 UTC
Example
header.h:
---
#ifndef HEADER_H
#define HEADER_H

using namespace std; 

#endif /* HEADER_H */
---
                                      
header.h is included by: source_1.cpp, source_2.cpp, source_3.cpp, source_4.cpp

In editor we get 4 similar hints (google-global-namespace-in-headers), the only difference is CU.

It's better to show 1 hint, but with message like: "Occured in source_1.cpp, source_2.cpp, ..."