You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Types that are unused with limited visibility are unnecessary and should either be removed or may indicate a developer mistake.",
11
+
"kind": "problem",
12
+
"name": "Types with limited visibility should be used at least once",
13
+
"precision": "very-high",
14
+
"severity": "error",
15
+
"short_name": "UnusedTypeWithLimitedVisibility",
16
+
"tags": [
17
+
"scope/single-translation-unit",
18
+
"maintainability",
19
+
"correctness"
20
+
],
21
+
"implementation_scope": {
22
+
"description": "CodeQL extractor information for hidden friends is limited, and the number of hidden friends may be overestimated, resulting in false positives."
23
+
}
24
+
}
25
+
],
26
+
"title": "Types with limited visibility should be used at least once"
0 commit comments