View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003294 | Open CASCADE | OCCT:Foundation Classes | public | 2003-07-17 12:43 | 2006-06-29 09:15 |
| Reporter | Assigned To | ||||
| Priority | normal | Severity | trivial | ||
| Status | closed | Resolution | duplicate | ||
| OS | All | ||||
| Summary | 0003294: CDL discription of TCollection_DataMap::Bind() mismatch the real method behavior | ||||
| Description | CDL: ... -- the Map. If the Key was already in the Map the -- Item in the Map is not replaced. CXX: TCollection_DataMapNode* p = data[k]; while (p) { if (Hasher::IsEqual(p->Key(),K)) { // the Key was already in the Map p->Value() = I; // the Item IS REPLACED return Standard_False; } | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
| has duplicate | 0000044 | closed | Serious misinformation in documentation for TCollection_IndexedDataMap::Add |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2005-09-08 12:03 | bugmaster | Status | closed => assigned |
| 2005-09-08 12:03 | bugmaster | Resolution | won't fix => @0@ |
| 2005-09-08 12:03 | bugmaster | Assigned To | bugmaster => abv |
| 2005-09-12 10:27 |
|
Status | assigned => closed |
| 2005-09-12 10:27 |
|
Resolution | @0@ => duplicate |
| 2011-08-02 11:23 | bugmaster | Category | OCCT:FDC => OCCT:Foundation Classes |