View Issue Details

IDProjectCategoryView StatusLast Update
0009770Open CASCADEOCCT:Foundation Classespublic2012-01-13 18:41
ReporteraslAssigned Toasl 
PrioritynormalSeveritytrivial 
Status closedResolutionfixed 
OSAll 
Summary0009770: Incorrect work of ExprIntrp package
Description1) In debug version if call of ExprIntrp::Parse was successful, then all calls
after it do nothing and return true
2) It is necessary to avoid creating of ExprIntrp_GenExp, ExprIntrp_GenFct,
ExprIntrp_GenRel without storing in Handle. It causes crash in release version.
Additional information
and documentation updates
Documentation remark, added by ASL 2005-08-16 05:32:52:

Changes:
Now it isn't possible to create ExprIntrp_GenExp, ExprIntrp_GenFct or
ExprIntrp_GenRel explicitly, instead static methods Create in each class must be
used.
Modified entities:
ExprIntrp
ExprIntrp_GenExp.cdl (new static method Create)
ExprIntrp_GenFct.cdl (new static method Create)
ExprIntrp_GenRel.cdl (new static method Create)
TagsNo tags attached.
Test case number

Attached Files

Activities

2005-08-16 05:27

 

asl-OCC9770-v1.tar.gz (2,078 bytes)

Issue History

Date Modified Username Field Change
2005-08-15 16:17 bugmaster Assigned To bugmaster => asl
2005-08-15 16:17 bugmaster Status new => assigned
2005-08-15 16:17 bugmaster Category => FDC
2005-08-16 07:33 asl Status assigned => resolved
2005-09-08 14:18 aki Status resolved => tested
2005-09-08 14:33 bugmaster CC => imv
2005-09-12 15:16 bugmaster Status tested => verified
2005-10-31 17:56 bugmaster Status verified => closed
2005-10-31 17:56 bugmaster Resolution @0@ => fixed
2011-08-02 11:23 bugmaster Category OCCT:FDC => OCCT:Foundation Classes
2012-01-13 18:41 atp Fixed in Version EMPTY =>
2012-01-13 18:41 atp Description Updated
2012-01-13 18:41 atp Additional Information Updated