View Issue Details

IDProjectCategoryView StatusLast Update
0023301CommunityOCCT:Modeling Algorithmspublic2012-11-16 13:17
ReporterPawel Assigned ToPawel  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
PlatformAOSL 
Product Version6.5.3 
Target Version6.5.4Fixed in Version6.5.4 
Summary0023301: Comparing variable to itself in ShapeUpgrade_WireDivide.cxx
DescriptionIn line 372

if(revKnots2d->Length()!=revKnots2d->Length()) {

should probably be:

if(revKnots2d->Length()!=theKnots2d->Length()) {
TagsNo tags attached.
Test case numberNot needed

Activities

Pawel

2012-07-17 16:46

developer   ~0021014

Corresponding git branch pushed. Please review.

abv

2012-07-18 08:15

manager   ~0021029

No remarks, please test

apn

2012-07-19 15:51

administrator   ~0021072

Dear BugMaster,
The workbenches
KAS:dev:mkv-23301-occt (GIT branch CR23301)
KAS:dev:mkv-23301-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-23301-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

Related Changesets

occt: master dede2e21

2012-07-17 12:26:22

Pawel

Details Diff
0023301: Comparing variable to itself in ShapeUpgrade_WireDivide.cxx

Fixing self-comparison.
Affected Issues
0023301
mod - src/ShapeUpgrade/ShapeUpgrade_WireDivide.cxx Diff File

Issue History

Date Modified Username Field Change
2012-07-17 16:10 Pawel New Issue
2012-07-17 16:10 Pawel Assigned To => Pawel
2012-07-17 16:46 Pawel Note Added: 0021014
2012-07-17 16:46 Pawel Assigned To Pawel => bugmaster
2012-07-17 16:46 Pawel Status new => resolved
2012-07-18 08:15 abv Note Added: 0021029
2012-07-18 08:15 abv Status resolved => reviewed
2012-07-18 15:15 mkv Assigned To bugmaster => mkv
2012-07-19 13:58 mkv Assigned To mkv => apn
2012-07-19 15:51 apn Note Added: 0021072
2012-07-19 15:52 apn Test case number => Not needed
2012-07-19 15:52 apn Assigned To apn => bugmaster
2012-07-19 15:52 apn Status reviewed => tested
2012-07-23 12:20 Pawel Changeset attached => occt master dede2e21
2012-07-23 12:23 Pawel Assigned To bugmaster => Pawel
2012-07-23 12:23 Pawel Status tested => verified
2012-07-23 12:23 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