View Issue Details

IDProjectCategoryView StatusLast Update
0008234Open CASCADEOCCT:Visualizationpublic2011-11-14 08:36
ReporterszvAssigned Tobugmaster  
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Fixed in Version5.2.3 
Summary0008234: Incorrect method name used in call to Standard_NotImplemented::Raise
DescriptionIncorrect method name is put in the call to Raise in the method :

void SelectMgr_SelectableObject::ClearSelected ()
{
  Standard_NotImplemented::Raise
("SelectMgr_SelectableObject::HilightOwnerWithColor");
}

The text string should be "SelectMgr_SelectableObject::ClearSelected".

NOTE: Is it possible to invent some macro to define the method name in such
calls in general?
TagsNo tags attached.
Test case number

Relationships

related to 0007116 closed High-level control of view tranformations of object 

Activities

szv

2011-11-09 11:30

manager   ~0018500

This problem does not exist in OCCT 6.5.2.

abv

2011-11-14 08:35

manager   ~0018528

Fixed along with 0007116

Issue History

Date Modified Username Field Change
2005-02-28 12:28 bugmaster Assigned To bugmaster => san
2005-02-28 12:28 bugmaster Status new => assigned
2005-03-21 10:27 san Assigned To san => skt
2011-08-02 11:24 bugmaster Category OCCT:VIZ => OCCT:Visualization
2011-11-09 11:30 szv Note Added: 0018500
2011-11-09 11:30 szv Assigned To skt => bugmaster
2011-11-09 11:30 szv Resolution open => fixed
2011-11-09 11:30 szv Fixed in Version EMPTY =>
2011-11-09 11:30 szv Description Updated
2011-11-09 11:31 szv Fixed in Version => 6.5.2
2011-11-14 08:35 abv Note Added: 0018528
2011-11-14 08:35 abv Status assigned => closed
2011-11-14 08:35 abv Fixed in Version 6.5.2 => 5.2.3
2011-11-14 08:36 abv Relationship added related to 0007116