View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023305 | Community | OCCT:Modeling Algorithms | public | 2012-07-17 17:22 | 2012-11-16 13:17 |
Reporter | Pawel | Assigned To | Pawel | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | A | OS | L | ||
Product Version | 6.5.3 | ||||
Target Version | 6.5.4 | Fixed in Version | 6.5.4 | ||
Summary | 0023305: One index value verified twice in BRepFill_TrimShellCorner.cxx | ||||
Description | In line 364 if((anIndex1 == 0) || (anIndex1 == 0)) Should be: if((anIndex1 == 0) || (anIndex2 == 0)) | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
|
Corresponding git branch pushed. Please review. |
|
No remarks, please test |
|
Dear BugMaster, The workbenches KAS:dev:mkv-23305-occt (GIT branch CR23305) KAS:dev:mkv-23305-products (GIT master) were compiled on Linux platform and tested. Regression: Not detected Improvements: Not detected Testing case: Not needed See results in /QADisk/occttests/results/KAS/dev/mkv-23305-products_18072012/lin See reference results in /QADisk/occttests/results/KAS/dev/products-20120706-opt_06072012/lin See test cases in /QADisk/occttests/tests/ED |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-07-17 17:22 | Pawel | New Issue | |
2012-07-17 17:22 | Pawel | Assigned To | => Pawel |
2012-07-17 17:33 | Pawel | Note Added: 0021018 | |
2012-07-17 17:33 | Pawel | Assigned To | Pawel => bugmaster |
2012-07-17 17:33 | Pawel | Status | new => resolved |
2012-07-18 08:59 |
|
Note Added: 0021035 | |
2012-07-18 08:59 |
|
Status | resolved => reviewed |
2012-07-18 11:49 |
|
Assigned To | bugmaster => mkv |
2012-07-19 11:10 | apn | Assigned To | mkv => apn |
2012-07-19 12:18 | apn | Note Added: 0021062 | |
2012-07-19 12:19 | apn | Test case number | => Not needed |
2012-07-19 12:19 | apn | Assigned To | apn => bugmaster |
2012-07-19 12:19 | apn | Status | reviewed => tested |
2012-07-23 12:20 | Pawel | Changeset attached | => occt master f7233960 |
2012-07-23 12:22 | Pawel | Assigned To | bugmaster => Pawel |
2012-07-23 12:22 | Pawel | Status | tested => verified |
2012-07-23 12:22 | 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 |