View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007698 | Open CASCADE | OCCT:Foundation Classes | public | 2005-01-12 09:37 | 2014-06-05 08:58 |
Reporter | Assigned To | ||||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
OS | All | ||||
Fixed in Version | 5.2.3 | ||||
Summary | 0007698: Wrong behaviour of NCollection_Vector::operator= | ||||
Description | When an object of type instantiated from NCollection_Vector is copied, there is problem in the case when this object is empty. The assignment operator creates a copy object with internal field myNBlocks == 1, this is incorrect because it should be the same as in the original Vector (myNBlocks == 0). The patch is attached. It should be integrated after OCC7639. | ||||
Tags | No tags attached. | ||||
Test case number | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2005-01-12 16:25 | bugmaster | Assigned To | bugmaster => agv |
2005-01-12 16:25 | bugmaster | Status | new => assigned |
2005-01-12 17:27 |
|
CC | => apv, aki |
2005-01-19 10:06 | bugmaster | Status | assigned => tested |
2005-01-24 12:47 | bugmaster | Status | tested => verified |
2005-05-06 15:21 | bugmaster | Status | verified => closed |
2005-05-06 15:21 | bugmaster | Resolution | @0@ => fixed |
2011-08-02 11:23 | bugmaster | Category | OCCT:FDC => OCCT:Foundation Classes |
2014-06-05 08:58 |
|
Relationship added | related to 0024971 |