View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023556 | Community | OCCT:Data Exchange | public | 2012-11-15 13:10 | 2013-04-29 15:21 |
Reporter | Pawel | Assigned To | Pawel | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | A | OS | L | ||
Product Version | 6.5.4 | ||||
Target Version | 6.6.0 | Fixed in Version | 6.6.0 | ||
Summary | 0023556: Identical sub-expressions to the left and to the right of the '||' operator | ||||
Description | In IGESGraph_TextFontdef.cxx, line 44. The condition: (allMovePenToX->Lower() != 1 || allMovePenToX->Length() != Len)' occurs twice. Without having this analyzed too deeply, I think the other condition should read: (allMovePenToY->Lower() != 1 || allMovePenToY->Length() != Len)' | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
|
Pushed branch CR23556. Please review. |
|
No remarks, please test |
|
Dear BugMaster, Branch CR23556 (and products from GIT master) was compiled on Linux and Windows platforms and tested. Regressions: Not detected Improvements: Not detected Testing cases: Not needed |
occt: master bd7ad48c 2012-11-23 11:57:25 Details Diff |
0023556: Identical sub-expressions to the left and to the right of the '||' operator The second condition changed to: (allMovePenToY->Lower() != 1 || allMovePenToY->Length() != Len) |
Affected Issues 0023556 |
|
mod - src/IGESGraph/IGESGraph_TextFontDef.cxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-11-15 13:10 | Pawel | New Issue | |
2012-11-15 13:10 | Pawel | Assigned To | => Pawel |
2012-11-15 13:14 | Pawel | Note Added: 0022266 | |
2012-11-15 13:14 | Pawel | Assigned To | Pawel => bugmaster |
2012-11-15 13:14 | Pawel | Status | new => resolved |
2012-11-22 10:28 | bugmaster | Assigned To | bugmaster => abv |
2012-11-22 10:45 |
|
Note Added: 0022342 | |
2012-11-22 10:45 |
|
Assigned To | abv => bugmaster |
2012-11-22 10:45 |
|
Status | resolved => reviewed |
2012-11-22 13:45 |
|
Assigned To | bugmaster => mkv |
2012-11-23 13:05 |
|
Note Added: 0022370 | |
2012-11-23 13:06 |
|
Test case number | => Not needed |
2012-11-23 13:06 |
|
Assigned To | mkv => bugmaster |
2012-11-23 13:06 |
|
Status | reviewed => tested |
2012-11-26 15:45 | Pawel | Changeset attached | => occt master bd7ad48c |
2012-11-26 15:45 | Pawel | Assigned To | bugmaster => Pawel |
2012-11-26 15:45 | Pawel | Status | tested => verified |
2012-11-26 15:45 | Pawel | Resolution | open => fixed |
2012-12-10 17:16 | Pawel | Changeset attached | => occt master bd7ad48c |
2013-04-23 13:37 |
|
Status | verified => closed |
2013-04-29 15:21 |
|
Fixed in Version | => 6.6.0 |