View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023294 | Community | OCCT:Modeling Algorithms | public | 2012-07-17 13: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 | 0023294: Identical sub-expression in 'if-clause' | ||||
Description | BOP_ArgumentAnalyzer.cxx, line 930 if((aT1==TopAbs_WIRE && aT2==TopAbs_SHELL) || (aT1==TopAbs_WIRE && aT2==TopAbs_SHELL)) { should probably read if((aT1==TopAbs_WIRE && aT2==TopAbs_SHELL) || (aT2==TopAbs_WIRE && aT1==TopAbs_SHELL)) { | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
related to | 0021762 | closed | Open CASCADE | Integration new Boolean Operation algorithm to OCC |
|
Corresponding git branch pushed. Please review. |
|
Reviewed. Please test. |
|
Dear BugMaster, Branch CR23294 (and products from GIT master) was compiled on Linux and Windows platforms and tested. Regressions: Not detected Improvements: Not detected Testing case: Not needed |
occt: master 72d873ef 2012-08-10 06:45:42 Details Diff |
0023294: Identical sub-expression in 'if-clause' Correcting probable copy-paste bug. Test case offset shape_type_i D7 was modified |
Affected Issues 0023294 |
|
mod - src/BOP/BOP_ArgumentAnalyzer.cxx | Diff File | ||
mod - tests/offset/shape_type_i/D7 | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-07-17 13:22 | Pawel | New Issue | |
2012-07-17 13:22 | Pawel | Assigned To | => Pawel |
2012-07-17 13:38 | Pawel | Note Added: 0021006 | |
2012-07-17 13:38 | Pawel | Assigned To | Pawel => bugmaster |
2012-07-17 13:38 | Pawel | Status | new => resolved |
2012-07-18 09:01 |
|
Assigned To | bugmaster => emv |
2012-07-18 09:01 |
|
Relationship added | related to 0021762 |
2012-08-08 10:15 |
|
Note Added: 0021213 | |
2012-08-08 10:15 |
|
Status | resolved => reviewed |
2012-08-09 10:56 |
|
Assigned To | emv => apn |
2012-08-09 11:31 | apn | Note Added: 0021221 | |
2012-08-09 11:33 | apn | Test case number | => Not needed |
2012-08-09 11:33 | apn | Assigned To | apn => Pawel |
2012-08-09 11:33 | apn | Status | reviewed => assigned |
2012-08-09 13:06 | apn | Status | assigned => resolved |
2012-08-09 13:06 | apn | Assigned To | Pawel => bugmaster |
2012-08-09 13:06 | apn | Status | resolved => reviewed |
2012-08-09 13:07 | apn | Note Edited: 0021221 | |
2012-08-09 13:07 | apn | Status | reviewed => tested |
2012-08-13 15:38 | Pawel | Changeset attached | => occt master 72d873ef |
2012-08-13 15:38 | Pawel | Assigned To | bugmaster => Pawel |
2012-08-13 15:38 | Pawel | Status | tested => verified |
2012-08-13 15:38 | 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 |