touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #03895
[Bug 937398] Re: Coverity PW.PARAMETER_HIDDEN - CID 10449
** Changed in: unity (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/937398
Title:
Coverity PW.PARAMETER_HIDDEN - CID 10449
Status in BAMF Application Matching Framework:
Fix Released
Status in BAMF legacy series:
Fix Released
Status in Unity:
Fix Released
Status in “bamf” package in Ubuntu:
Fix Released
Status in “unity” package in Ubuntu:
Fix Released
Bug description:
This bug is exported from the Coverity Integration Manager on Canonical's servers. For information on how this is done please see this website: https://wiki.ubuntu.com/CanonicalProductStrategy/Coverity
CID: 10449
Checker: PW.PARAMETER_HIDDEN
Category: No category available
CWE definition: No definition available
File: /tmp/buildd/bamf-0.2.106/lib/libbamf/bamf-view.c
Function: No function name available
Code snippet:
180 len = g_strv_length (children);
181
182 for (i = len-1; i >= 0; i--)
183 {
CID 10449 - PW.PARAMETER_HIDDEN
declaration hides parameter "view" (declared at line 144)
184 BamfView *view = bamf_factory_view_for_path (bamf_factory_get_default (), children[i]);
185 results = g_list_prepend (results, g_object_ref (view));
186 }
187
188 priv->cached_children = results;
189 return g_list_copy (priv->cached_children);
To manage notifications about this bug go to:
https://bugs.launchpad.net/bamf/+bug/937398/+subscriptions