View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009770 | Open CASCADE | OCCT:Foundation Classes | public | 2005-08-15 15:57 | 2012-01-13 18:41 |
| Reporter | Assigned To | ||||
| Priority | normal | Severity | trivial | ||
| Status | closed | Resolution | fixed | ||
| OS | All | ||||
| Summary | 0009770: Incorrect work of ExprIntrp package | ||||
| Description | 1) 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) | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
| 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 |
|
Status | assigned => resolved |
| 2005-09-08 14:18 |
|
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 |
|
Fixed in Version | EMPTY => |
| 2012-01-13 18:41 |
|
Description Updated | |
| 2012-01-13 18:41 |
|
Additional Information Updated |