View Issue Details

IDProjectCategoryView StatusLast Update
0003294Open CASCADEOCCT:Foundation Classespublic2006-06-29 09:15
ReportereapAssigned Toabv 
PrioritynormalSeveritytrivial 
Status closedResolutionduplicate 
OSAll 
Summary0003294: CDL discription of TCollection_DataMap::Bind() mismatch the real method behavior
DescriptionCDL: ...
    -- 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;
    }
TagsNo tags attached.
Test case number

Relationships

has duplicate 0000044 closeddle-old Serious misinformation in documentation for TCollection_IndexedDataMap::Add 

Activities

There are no notes attached to this issue.

Issue History

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 abv Status assigned => closed
2005-09-12 10:27 abv Resolution @0@ => duplicate
2011-08-02 11:23 bugmaster Category OCCT:FDC => OCCT:Foundation Classes