Coverity MISSING_ASSIGN - CID 10881 - pluginclasshandler/include/core/valueholder.h - Class "ValueHolder" owns resources that are managed in its constructor and destructor but has no user-written assignment operator.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Won't Fix
|
Medium
|
Unassigned | ||
Compiz Core |
New
|
Medium
|
Unassigned |
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:/
CID: 10881
Checker: MISSING_ASSIGN
Category: No category available
CWE definition: No definition available
File: /tmp/buildd/
Function: No function name available
Code snippet:
33 #include <boost/
34
35 class PrivateValueHolder;
36
CID 10881 - MISSING_ASSIGN
Class "ValueHolder" owns resources that are managed in its constructor and destructor but has no user-written assignment operator.
37 class ValueHolder : boost::noncopyable
38 {
39 public:
40
41 ValueHolder ();
42 ~ValueHolder ();
Changed in compiz: | |
importance: | Undecided → Medium |
summary: |
- Coverity MISSING_ASSIGN - CID 10881 + Coverity MISSING_ASSIGN - CID 10881 - + pluginclasshandler/include/core/valueholder.h - Class "ValueHolder" owns + resources that are managed in its constructor and destructor but has no + user-written assignment operator. |
Changed in compiz: | |
milestone: | none → 0.9.10.0 |
Changed in compiz: | |
milestone: | 0.9.10.0 → 0.9.10.2 |
Changed in compiz: | |
milestone: | 0.9.10.2 → 0.9.11.0 |
Source file with Coverity annotations.