View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023312 | Community | OCCT:Modeling Algorithms | public | 2012-07-17 19:12 | 2013-04-29 15:21 |
Reporter | Pawel | Assigned To | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | A | OS | L | ||
Product Version | 6.5.3 | ||||
Target Version | 6.6.0 | Fixed in Version | 6.6.0 | ||
Summary | 0023312: Suspicious for loop in BiTgte_Blend.cxx | ||||
Description | Starting in line 2327: Standard_Integer NbS = NbSurfaces(); NbS = 0; for (Standard_Integer i = 1; i <= NbS; i++) { const TopoDS_Shape& S1 = SupportShape1(i); ... Because 'NbS' is set to '0' the loop will not be run at all. Was this intended? | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
child of | 0023132 | closed | Suspicious code snippets |
|
Line 'NbS=0;' was deleted to allow a following loop be executable. |
|
The Git branch CR23312 is ready to be reviewed. Dear oan, please review. |
|
Let's test it to see the effect |
|
Dear BugMaster, Branch CR23312 (and master from occt-products) was compiled on Linux and Windows platforms and tested. Regressions: Not detected Improvements: Not detected Testing cases: Not needed |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-07-17 19:12 | Pawel | New Issue | |
2012-07-17 19:12 | Pawel | Assigned To | => bugmaster |
2012-07-17 19:12 | Pawel | Relationship added | child of 0023132 |
2012-07-17 19:13 | Pawel | Summary | Suspicious for loop in BiTgte_Blend => Suspicious for loop in BiTgte_Blend.cxx |
2012-07-18 12:07 | bugmaster | Assigned To | bugmaster => jgv |
2012-07-18 12:07 | bugmaster | Status | new => assigned |
2012-10-09 18:51 | oan | Assigned To | jgv => aba |
2012-10-16 18:11 |
|
Note Added: 0021802 | |
2012-10-16 18:15 |
|
Note Added: 0021805 | |
2012-10-16 18:16 |
|
Status | assigned => resolved |
2012-10-16 18:17 |
|
Assigned To | aba => oan |
2012-10-16 18:33 |
|
Note Added: 0021808 | |
2012-10-16 18:33 |
|
Assigned To | oan => bugmaster |
2012-10-16 18:33 |
|
Status | resolved => reviewed |
2012-10-17 12:31 |
|
Assigned To | bugmaster => mkv |
2012-10-18 14:26 |
|
Note Added: 0021833 | |
2012-10-18 14:27 |
|
Test case number | => Not needed |
2012-10-18 14:27 |
|
Assigned To | mkv => bugmaster |
2012-10-18 14:27 |
|
Status | reviewed => tested |
2012-10-19 16:33 |
|
Target Version | 6.5.4 => 6.6.0 |
2012-11-16 13:03 |
|
Changeset attached | => occt master 26920f38 |
2012-11-16 13:03 |
|
Assigned To | bugmaster => aba |
2012-11-16 13:03 |
|
Status | tested => verified |
2012-11-16 13:03 |
|
Resolution | open => fixed |
2012-12-10 17:16 |
|
Changeset attached | => occt master 26920f38 |
2013-04-23 13:36 |
|
Status | verified => closed |
2013-04-29 15:21 |
|
Fixed in Version | => 6.6.0 |