Anonymous | Login | 2021-01-17 00:47 MSK | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] [ Related Changesets ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0023295 | Community | [OCCT] OCCT:Modeling Algorithms | public | 2012-07-17 13:25 | 2012-11-16 13:17 | ||||
Reporter | Pawel | ||||||||
Assigned To | Pawel | ||||||||
Priority | normal | Severity | minor | ||||||
Status | closed | Resolution | fixed | ||||||
Platform | A | OS | L | OS Version | L | ||||
Product Version | [OCCT] 6.5.3 | ||||||||
Target Version | [OCCT] 6.5.4 | Fixed in Version | [OCCT] 6.5.4 | ||||||
Summary | 0023295: A part of conditional expression is always true | ||||||||
Description | In BOPTools_PaveFiller_3, line 2045 if (!(aTypeC==GeomAbs_BezierCurve || GeomAbs_BSplineCurve)) { should probably be if (!(aTypeC==GeomAbs_BezierCurve || aTypeC==GeomAbs_BSplineCurve)) { | ||||||||
Tags | No tags attached. | ||||||||
Test case number | Not needed | ||||||||
Attached Files | |||||||||
![]() |
|||||||
|
![]() |
|
(0021007) Pawel (developer) 2012-07-17 13:38 |
Corresponding git branch pushed. Please review. |
(0021214) emv (developer) 2012-08-08 10:16 |
Reviewed. Please test. |
(0021225) mkv (tester) 2012-08-09 14:29 |
Dear BugMaster, Branch CR23295 (and products from GIT master) was compiled on Linux and Windows platforms and tested. Regressions: Not detected Improvements: Not detected Testing case: Not needed |
![]() |
|||
occt: master 8558350d
Timestamp: 2012-07-17 09:34:42 Author: Pawel [ Details ] [ Diff ] |
0023295: A part of conditional expression is always true Checking if curve type is GeomAbs_BSplineCurve. |
||
mod - src/BOPTools/BOPTools_PaveFiller_3.cxx | [ Diff ] [ File ] | ||
![]() |
|||
Date Modified | Username | Field | Change |
2012-07-17 13:25 | Pawel | New Issue | |
2012-07-17 13:25 | Pawel | Assigned To | => Pawel |
2012-07-17 13:38 | Pawel | Note Added: 0021007 | |
2012-07-17 13:38 | Pawel | Assigned To | Pawel => bugmaster |
2012-07-17 13:38 | Pawel | Status | new => resolved |
2012-07-18 09:00 | abv | Assigned To | bugmaster => emv |
2012-07-18 09:00 | abv | Relationship added | related to 0021762 |
2012-08-08 10:16 | emv | Note Added: 0021214 | |
2012-08-08 10:16 | emv | Status | resolved => reviewed |
2012-08-09 10:57 | mkv | Assigned To | emv => mkv |
2012-08-09 14:29 | mkv | Note Added: 0021225 | |
2012-08-09 14:29 | mkv | Test case number | => Not needed |
2012-08-09 14:29 | mkv | Assigned To | mkv => bugmaster |
2012-08-09 14:29 | mkv | Status | reviewed => tested |
2012-08-13 15:38 | Pawel | Changeset attached | => occt master 8558350d |
2012-08-13 15:38 | Pawel | Assigned To | bugmaster => Pawel |
2012-08-13 15:38 | Pawel | Status | tested => verified |
2012-08-13 15:38 | Pawel | Resolution | open => fixed |
2012-11-16 13:14 | bugmaster | Fixed in Version | => 6.5.4 |
2012-11-16 13:17 | bugmaster | Status | verified => closed |
Copyright © 2000 - 2021 MantisBT Team |