View Issue Details

IDProjectCategoryView StatusLast Update
0003403CommunityOCCT:Modeling Algorithmspublic2006-06-29 09:15
Reporterbugmaster Assigned Tobugmaster  
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version5.1.1 
Summary0003403: A little bug in XCAFDoc_DocumentTool.cxx
DescriptionBug from Open CASCADE community :

Bug registered by Filippo Bottega.

It is necessary to insert "&" symbol before "D)".

Existed string :
Standard_Boolean XCAFDoc_DocumentTool::IsXCAFDocument(const
Handle(TDocStd_Document) D)
{
return RootLDocLMap.IsBound(D->Main().Root());
}

Must be:
Standard_Boolean XCAFDoc_DocumentTool::IsXCAFDocument(const
Handle(TDocStd_Document)& D)
{
return RootLDocLMap.IsBound(D->Main().Root());
}

Bugmaster
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2003-08-04 13:26 bugmaster CC => tma, rln
2003-08-04 13:26 bugmaster Status new => verified
2003-08-06 11:04 bugmaster Status verified => closed
2003-08-06 11:04 bugmaster Resolution @0@ => fixed
2004-12-30 11:25 bugmaster Customer =>
2011-08-02 11:31 bugmaster Category OCCT:MOA => OCCT:Modeling Algorithms