[clazy] [Bug 359305] New: false positives in container-anti-pattern
Nyall Dawson via KDE Bugzilla
bugzilla_noreply at kde.org
Fri Feb 12 09:32:23 GMT 2016
https://bugs.kde.org/show_bug.cgi?id=359305
Bug ID: 359305
Summary: false positives in container-anti-pattern
Product: clazy
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: unassigned-bugs at kde.org
Reporter: nyall.dawson at gmail.com
CC: smartins at kde.org
I'm just testing the new container-anti-pattern check and I get false positives
for code like:
Q_FOREACH ( int id, someMap.keys() )
{
....
}
and
someMap.keys().toSet()
I believe these are both false positives
Reproducible: Always
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list