View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024451 | Community | OCCT:DRAW | public | 2013-12-10 13:18 | 2013-12-19 14:00 |
Reporter | Pawel | Assigned To | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | A | OS | L | ||
Product Version | 6.7.0 | ||||
Target Version | 6.7.0 | Fixed in Version | 6.7.0 | ||
Summary | 0024451: Logical conjunction always evaluates to false | ||||
Description | In DDataStd_BasicCommands.cxx on line 1156: if(ival < 0 && 255 < ival) { Probably it should read: if(ival < 0 || 255 < ival) { | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
|
Branch CR24451 pushed. Please review. |
|
No remarks, please test |
|
Dear BugMaster, Branch CR24451 (and products from GIT master) was compiled on Linux and Windows platforms and tested. SHA-1: 106897ac23e4f17143673eb571397f68febc086a Number of compiler warnings: occt component : Linux: 103 (103 on master) Windows: 0 (0 on master) products component : Linux: 21 (21 on master) Windows: 8 (8 on master) Regressions/Differences: No regressions/differences Testing cases: Not needed Testing on Linux: Total MEMORY difference: 357313572 / 358871012 Total CPU difference: 41840.76000000025 / 67594.04000000008 Testing on Windows: Total MEMORY difference: 413301512 / 413246736 Total CPU difference: 30789.6875 / 30600.03125 There are not differences in images found by testdiff. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-12-10 13:18 | Pawel | New Issue | |
2013-12-10 13:18 | Pawel | Assigned To | => Pawel |
2013-12-10 13:28 | Pawel | Note Added: 0027150 | |
2013-12-10 13:28 | Pawel | Status | new => resolved |
2013-12-10 13:32 |
|
Note Added: 0027151 | |
2013-12-10 13:32 |
|
Assigned To | Pawel => bugmaster |
2013-12-10 13:32 |
|
Status | resolved => reviewed |
2013-12-10 14:13 | apn | Assigned To | bugmaster => apn |
2013-12-11 14:32 | apn | Note Added: 0027169 | |
2013-12-11 14:32 | apn | Test case number | => Not needed |
2013-12-11 14:32 | apn | Assigned To | apn => bugmaster |
2013-12-11 14:32 | apn | Status | reviewed => tested |
2013-12-13 14:09 |
|
Changeset attached | => occt master de88958f |
2013-12-13 14:09 |
|
Assigned To | bugmaster => abv |
2013-12-13 14:09 |
|
Status | tested => verified |
2013-12-13 14:09 |
|
Resolution | open => fixed |
2013-12-19 13:50 | bugmaster | Status | verified => closed |
2013-12-19 14:00 | bugmaster | Fixed in Version | => 6.7.0 |