View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003403 | Community | OCCT:Modeling Algorithms | public | 2003-08-04 13:24 | 2006-06-29 09:15 |
| Reporter | bugmaster | Assigned To | bugmaster | ||
| Priority | normal | Severity | trivial | ||
| Status | closed | Resolution | fixed | ||
| OS | All | ||||
| Fixed in Version | 5.1.1 | ||||
| Summary | 0003403: A little bug in XCAFDoc_DocumentTool.cxx | ||||
| Description | Bug 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 | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
| 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 |