View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0028775 | Open CASCADE | OCCT:Modeling Algorithms | public | 2017-05-23 15:20 | 2017-09-29 16:25 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 7.1.0 | ||||
Target Version | 7.2.0 | Fixed in Version | 7.2.0 | ||
Summary | 0028775: Code duplication removal across the BOPAlgo_PaveFiller algorithm | ||||
Description | The methods PerformVerticesEE() and PerformVerticesEF() of the class BOPAlgo_PaveFiller are very similar and should be reimplemented in one method. | ||||
Steps To Reproduce | Not needed. | ||||
Tags | No tags attached. | ||||
Test case number | bugs modalg_6 bug28775 | ||||
|
Branch CR28775 has been created by emv. SHA-1: b6e92d2d1a2bac9d82fc6b0fb91fbfd3b09af7f9 Detailed log of new commits: Author: emv Date: Thu May 25 16:05:02 2017 +0300 Test cases for the issue 0028690. Author: emv Date: Sun Apr 30 01:09:36 2017 +0300 0028775: Code duplication removal across the BOPAlgo_PaveFiller algorithm The methods PerformVerticesEE() and PerformVerticesEF() of the class BOPAlgo_PaveFiller have been replaced with the new PerformNewVertices() method. While splitting the Pave Blocks with extra paves, check that the new Pave Blocks have the valid intersection range. If the new Pave Block does not have such range do not create it and unify its vertices making SD vertex. Re-computation of the Shrunk Data for the modified Pave Blocks. The new method BOPDS_DS::IsValidShrunkData(const Handle(BOPDS_PaveBlock)& thePB) has been implemented to check that the Shrunk Data of the Pave Block is still valid. It may become invalid in case the tolerance values of the vertices of the Pave Block have been modified. The test case bugs/modalg_6/bug27448_2 has been marked as BAD, because it uses the invalid shapes as inputs for BOP. |
|
Dear Mikhail, could you please review the git branch CR28775? Please note, that the test case bugs/modalg_6/bug27448_2 has been marked as BAD because it uses the invalid shapes as inputs for BOP. Moreover, the original test case boolean/volumemaker/ZF6 works correctly. The new TODO note references to the issue #0028786 Refactoring of the Warning/Error reporting system of Boolean Operations Algorithm. After implementation of that issue, the BOA on this case should return some warning status. Please note also, that the current patch fixes the issue 0028690, so the test cases for that issue are added here as well (as a separate commit). |
|
src\BOPDS\BOPDS_DS.cxx - Simplify the code 959-963 by calling the only method Append. - 1632: use Seek instead of IsBound and Find. src\BOPAlgo\BOPAlgo_Tools.cxx - 1236: irrelevant comment src\BOPAlgo\BOPAlgo_Tools.hxx - it seems the argument theChains of the method IntersectVertices has too complex type. According to the context where it is used it is enough to have list of list. src\BOPAlgo\BOPAlgo_PaveFiller.hxx - Rename UpdatePaveBlocks to SplitPaveBlocks. src\BOPAlgo\BOPAlgo_PaveFiller_2.cxx - 281: has no sense, since SD vertices have been resolved when putting data to vector. |
|
Branch CR28775 has been updated by emv. SHA-1: 3b288fbb1aee6c2e3671df8957055900c66cf0f2 Detailed log of new commits: Author: emv Date: Fri May 26 16:13:16 2017 +0300 // Corrections according to remarks. |
|
Done, please review again. |
|
Reviewed. |
|
Dear BugMaster, Branch CR28775 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms and tested on Release mode. SHA-1: 563edd74c790194b3eaf8313d625e9ca727eb5c0 Number of compiler warnings: occt component : Linux: 0 (0 on master) Windows: 0 (0 on master) MacOS : 0 (0 on master) products component : Linux: 64 (64 on master) Windows: 0 (0 on master) MacOS : 1197 Regressions/Differences/Improvements: http://occt-tests/CR28775-master-OCCT/Debian70-64/summary.html http://occt-tests/CR28775-master-OCCT/Windows-64-VC10/summary.html Improvements: bugs modalg_2 bug472_3 Failed: boolean volumemaker A2 http://occt-tests/CR28775-master-Products/Debian70-64/summary.html http://occt-tests/CR28775-master-Products/Windows-64-VC10/summary.html Failed: parasolid doc_3 A9, C3, E3, E6 Testing cases: http://occt-tests/CR28775-master-OCCT/Debian70-64/bugs/modalg_6/bug28775.html http://occt-tests/CR28775-master-OCCT/Windows-64-VC10/bugs/modalg_6/bug28775.html bugs modalg_6 bug28775: OK Testing on Linux: occt component : Total MEMORY difference: 91781069 / 91661285 [+0.13%] Total CPU difference: 18960.77000000027 / 19338.20000000009 [-1.95%] products component : Total MEMORY difference: 31234755 / 31230748 [+0.01%] Total CPU difference: 5346.00999999998 / 5293.829999999966 [+0.99%] Testing on Windows: occt component : http://occt-tests/CR28775-master-OCCT/Windows-64-VC10-cpu/diff-Windows-64-VC10-cpu.html CPU bugs modalg_1 bug15943: 1.3416086 / 0.1404009 [+855.56%] CPU bugs modalg_5 bug24190: 100.4334438 / 62.1351983 [+61.64%] CPU bugs modalg_5 bug24825_cut: 4.1340265 / 1.5912102 [+159.80%] CPU bugs modalg_5 bug24825_fuse: 4.3056276 / 1.7784114 [+142.11%] CPU bugs modalg_5 bug24825_common: 4.3836281 / 1.5912102 [+175.49%] CPU bugs modalg_6 bug26310_4: 1.5756101 / 0.312002 [+405.00%] CPU bugs modalg_6 bug26310_3: 1.4508093 / 0.3432022 [+322.73%] Total MEMORY difference: 58424213 / 58454637 [-0.05%] Total CPU difference: 17498.008165998574 / 17517.61749169869 [-0.11%] products component : Total MEMORY difference: 22727234 / 22688363 [+0.17%] Total CPU difference: 5329.680564399975 / 5357.885545199975 [-0.53%] There are following differences in images found by testdiff. http://occt-tests/CR28775-master-OCCT/Debian70-64/diff-Debian70-64.html http://occt-tests/CR28775-master-OCCT/Windows-64-VC10/diff-Windows-64-VC10-image.html IMAGE boolean bopfuse_simple ZE9: ZE9.png differs IMAGE boolean bopfuse_simple ZE8: ZE8.png differs IMAGE boolean bcut_complex F2: F2.png differs IMAGE boolean bopcut_simple ZE9: ZE9.png differs IMAGE boolean bopcut_simple ZE8: ZE8.png differs IMAGE bugs modalg_1 bug10232: bug10232.png differs IMAGE bugs moddata_2 bug235: bug235.png differs IMAGE bugs modalg_2 bug472_1: bug472_1.png differs IMAGE bugs modalg_5 bug25292_11: bug25292_11.png differs IMAGE bugs modalg_6 bug26310_4: bug26310_4_2.png differs IMAGE bugs modalg_6 bug23178: bug23178.png differs IMAGE bugs modalg_6 bug26310_3: bug26310_3_1.png differs IMAGE bugs modalg_6 bug28009_2: bug28009_2.png differs IMAGE bugs modalg_6 bug27766: bug27766.png differs http://occt-tests/CR28775-master-Products/Debian70-64/diff-Debian70-64.html http://occt-tests/CR28775-master-Products/Windows-64-VC10/diff-Windows-64-VC10-image.html IMAGE parasolid doc_3 D5: D5.png differs IMAGE parasolid read bug24401_3: bug24401_3.png differs |
|
Dear emv, Branch CR28775 has been rejected due to: - regressions/differences/improvements - cpu problems - differences in images |
|
Branch CR28775_1 has been created by emv. SHA-1: 3470c2dc02fdbd103baa4fe77c2f605f0debd3d5 Detailed log of new commits: Author: emv Date: Sun Apr 30 01:09:36 2017 +0300 0028775: Code duplication removal across the BOPAlgo_PaveFiller algorithm The methods PerformVerticesEE() and PerformVerticesEF() of the class BOPAlgo_PaveFiller have been replaced with the new PerformNewVertices() method. While splitting the Pave Blocks with extra paves, check that the new Pave Blocks have the valid intersection range. If the new Pave Block does not have such range do not create it and unify its vertices making SD vertex. Re-computation of the Shrunk Data for the modified Pave Blocks. The new method BOPDS_DS::IsValidShrunkData(const Handle(BOPDS_PaveBlock)& thePB) has been implemented to check that the Shrunk Data of the Pave Block is still valid. It may become invalid in case the tolerance values of the vertices of the Pave Block have been modified. The test case bugs/modalg_6/bug27448_2 has been marked as BAD, because it uses the invalid shapes as inputs for BOP. Test cases for the issue 0028690. |
|
Re-based on current master, all commits are combined to one. |
|
Dear Mikhail, could you please test the re-based version of the patch. It seems that the test/diff results are not actual any more. |
|
Branch CR28775_1 has been updated by emv. SHA-1: b758d9d25f3b89c097c90997aa09f546d011f65b Detailed log of new commits: Author: emv Date: Tue May 30 15:59:55 2017 +0300 // Fix for the CPU regression bugs modalg_5 bug24190. |
|
Dear Mikhail, could you please review the fix for the CPU regression bugs modalg_5 bug24190. |
|
Reviewed. |
|
Dear BugMaster, Branch CR28775_1 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms and tested on Release mode. SHA-1: b758d9d25f3b89c097c90997aa09f546d011f65b Number of compiler warnings: occt component : Linux: 0 (0 on master) Windows: 0 (0 on master) MacOS : 0 (0 on master) products component : Linux: 64 (64 on master) Windows: 0 (0 on master) MacOS : 1196 Regressions/Differences/Improvements: http://occt-tests/CR28775_1-master-OCCT/Debian70-64/summary.html http://occt-tests/CR28775_1-master-OCCT/Windows-64-VC10/summary.html Improvements: bugs modalg_2 bug472_3 Failed: boolean volumemaker A2 Testing cases: http://occt-tests/CR28775_1-master-OCCT/Debian70-64/bugs/modalg_6/bug28690.html http://occt-tests/CR28775_1-master-OCCT/Windows-64-VC10/bugs/modalg_6/bug28690.html bugs modalg_6 bug28690: OK http://occt-tests/CR28775_1-master-OCCT/Debian70-64/bugs/modalg_6/bug28690_1.html http://occt-tests/CR28775_1-master-OCCT/Windows-64-VC10/bugs/modalg_6/bug28690_1.html bugs modalg_6 bug28690_1: OK http://occt-tests/CR28775_1-master-OCCT/Debian70-64/bugs/modalg_6/bug28690_2.html http://occt-tests/CR28775_1-master-OCCT/Windows-64-VC10/bugs/modalg_6/bug28690_2.html bugs modalg_6 bug28690_2: OK http://occt-tests/CR28775_1-master-OCCT/Debian70-64/bugs/modalg_6/bug28690_3.html http://occt-tests/CR28775_1-master-OCCT/Windows-64-VC10/bugs/modalg_6/bug28690_3.html bugs modalg_6 bug28690_3: OK http://occt-tests/CR28775_1-master-OCCT/Debian70-64/bugs/modalg_6/bug28775.html http://occt-tests/CR28775_1-master-OCCT/Windows-64-VC10/bugs/modalg_6/bug28775.html bugs modalg_6 bug28775: OK Testing on Linux: occt component : Total MEMORY difference: 92047312 / 91794821 [+0.28%] Total CPU difference: 18903.670000000322 / 19344.4700000001 [-2.28%] products component : Total MEMORY difference: 31277387 / 31352485 [-0.24%] Total CPU difference: 5443.619999999994 / 5393.529999999966 [+0.93%] Testing on Windows: occt component : Total MEMORY difference: 58495757 / 58497831 [-0.00%] Total CPU difference: 17269.65390219854 / 17520.28510879866 [-1.43%] products component : Total MEMORY difference: 22726689 / 22688363 [+0.17%] Total CPU difference: 5354.203921599976 / 5357.885545199975 [-0.07%] There are following differences in images found by testdiff. http://occt-tests/CR28775_1-master-OCCT/Debian70-64/diff-Debian70-64.html http://occt-tests/CR28775_1-master-OCCT/Windows-64-VC10/diff-Windows-64-VC10-image.html IMAGE boolean bcut_complex F2: F2.png differs IMAGE bugs modalg_1 bug10232: bug10232.png differs IMAGE bugs modalg_2 bug472_3: bug472_3.png differs IMAGE bugs modalg_2 bug472_1: bug472_1.png differs |
|
Dear emv, Branch CR28775_1 has been rejected due to: - regressions/differences/improvements - differences in images |
|
Branch CR28775_1 has been updated by emv. SHA-1: 97cd16343011dc4fe76431cb8693f2c4702b2fdc Detailed log of new commits: Author: emv Date: Thu Jun 1 11:24:31 2017 +0300 // Adjustment of the test cases. |
|
1. The test cases bugs modalg_2 bug472_* are unstable. The differences in images and the improvement can be accepted. 2. Test case boolean volumemaker A2 works differently on vc10 and vc12 platforms. On vc12 it produces correct result. There is no real self-interference in the result produced in vc10. It is a problem of bopcheck algorithm. I have created a new issue for that - 0028800 and put TODO statement in the case. 3. Test case boolean bcut_complex F2 works incorrectly both on master and on the fix, so the difference in images can be accepted. 4. Test case bugs modalg_1 bug10232 is unstable and the resulting image is different from fix to fix. I have removed the creation of the image for that case to stop spending our time on this case. |
|
Dear Mikhail, could you please review the changes in the test cases and confirm the message above? |
|
Reviewed. Dear bugmaster, please take the updates in the test cases and integrate the fix. |
|
Dear emv, could you please rebase CR28775_1 on current master, there are conflict files. |
|
Branch CR28775_2 has been created by emv. SHA-1: 304b7ea6e847fb7200240b14f87c64c82628efa0 Detailed log of new commits: Author: emv Date: Sun Apr 30 01:09:36 2017 +0300 0028775: Code duplication removal across the BOPAlgo_PaveFiller algorithm The methods PerformVerticesEE() and PerformVerticesEF() of the class BOPAlgo_PaveFiller have been replaced with the new PerformNewVertices() method. While splitting the Pave Blocks with extra paves, check that the new Pave Blocks have the valid intersection range. If the new Pave Block does not have such range do not create it and unify its vertices making SD vertex. Re-computation of the Shrunk Data for the modified Pave Blocks. The new method BOPDS_DS::IsValidShrunkData(const Handle(BOPDS_PaveBlock)& thePB) has been implemented to check that the Shrunk Data of the Pave Block is still valid. It may become invalid in case the tolerance values of the vertices of the Pave Block have been modified. The test case bugs/modalg_6/bug27448_2 has been marked as BAD, because it uses the invalid shapes as inputs for BOP. Test cases for the issue 0028690. |
|
Done. |
|
Dear BugMaster, Branch CR28775_2 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms on Release mode. SHA-1: 304b7ea6e847fb7200240b14f87c64c82628efa0 Number of compiler warnings: occt component : Linux: 0 (0 on master) Windows: 0 (0 on master) MacOS : 0 (0 on master) products component : Linux: 64 (64 on master) Windows: 0 (0 on master) MacOS : 1195 Regressions/Differences/Improvements: http://occt-tests/CR28775_2-master-OCCT/Debian70-64/boolean/volumemaker/A2.html http://occt-tests/CR28775_2-master-OCCT/Windows-64-VC10/boolean/volumemaker/A2.html boolean volumemaker A2: IMPROVEMENT http://occt-tests/CR28775_2-master-OCCT/Debian70-64/bugs/modalg_6/bug27448_2.html http://occt-tests/CR28775_2-master-OCCT/Windows-64-VC10/bugs/modalg_6/bug27448_2.html bugs modalg_6 bug27448_2: IMPROVEMENT Testing cases: http://occt-tests/CR28775_2-master-OCCT/Debian70-64/bugs/modalg_6/bug28690.html http://occt-tests/CR28775_2-master-OCCT/Windows-64-VC10/bugs/modalg_6/bug28690.html bugs modalg_6 bug28690: OK http://occt-tests/CR28775_2-master-OCCT/Debian70-64/bugs/modalg_6/bug28690_1.html http://occt-tests/CR28775_2-master-OCCT/Windows-64-VC10/bugs/modalg_6/bug28690_1.html bugs modalg_6 bug28690_1: OK http://occt-tests/CR28775_2-master-OCCT/Debian70-64/bugs/modalg_6/bug28690_2.html http://occt-tests/CR28775_2-master-OCCT/Windows-64-VC10/bugs/modalg_6/bug28690_2.html bugs modalg_6 bug28690_2: OK http://occt-tests/CR28775_2-master-OCCT/Debian70-64/bugs/modalg_6/bug28690_3.html http://occt-tests/CR28775_2-master-OCCT/Windows-64-VC10/bugs/modalg_6/bug28690_3.html bugs modalg_6 bug28690_3: OK http://occt-tests/CR28775_2-master-OCCT/Debian70-64/bugs/modalg_6/bug28775.html http://occt-tests/CR28775_2-master-OCCT/Windows-64-VC10/bugs/modalg_6/bug28775.html bugs modalg_6 bug28775: OK Testing on Linux: occt component : Total MEMORY difference: 91986218 / 91258657 [+0.80%] Total CPU difference: 19096.67000000026 / 18755.150000000256 [+1.82%] products component : Total MEMORY difference: 33683075 / 33639153 [+0.13%] Total CPU difference: 6221.93000000008 / 6199.250000000062 [+0.37%] Testing on Windows: occt component : Total MEMORY difference: 58845815 / 58849087 [-0.01%] Total CPU difference: 17554.85493039859 / 17514.591072298645 [+0.23%] products component : Total MEMORY difference: 24290637 / 24251584 [+0.16%] Total CPU difference: 6227.544319900063 / 6213.800631800075 [+0.22%] There are following differences in images found by testdiff. http://occt-tests/CR28775_2-master-OCCT/Debian70-64/diff-Debian70-64.html http://occt-tests/CR28775_2-master-OCCT/Windows-64-VC10/diff-Windows-64-VC10-image.html IMAGE boolean bcut_complex F2: F2.png differs IMAGE bugs modalg_2 bug472_3: bug472_3.png differs IMAGE bugs modalg_2 bug472_1: bug472_1.png differs |
|
Branch CR28775_2 has been updated by mkv. SHA-1: d97bf4faf0fa096c368a1d53db6c1fbaf775da8c Detailed log of new commits: Author: mkv Date: Mon Jun 5 15:24:21 2017 +0300 // Small correction of test cases for issue CR28775 |
|
Dear BugMaster, test cases boolean volumemaker A2 and bugs modalg_6 bug27448_2 are corrected and pushed to branch CR28775_2 of occt git-repository, now its are OK and BAD (known problem) |
|
Dear BugMaster, Branch CR28775_2 is TESTED. |
|
Branch CR28775_2 has been updated by emv. SHA-1: e073a6a66a398f6c7eb8b8b5c0992e9f0f31cc96 Detailed log of new commits: Author: emv Date: Fri Jun 9 12:39:46 2017 +0300 // Elimination of the warning. |
|
Branch CR28775 has been deleted by kgv. SHA-1: 3b288fbb1aee6c2e3671df8957055900c66cf0f2 |
|
Branch CR28775_1 has been deleted by kgv. SHA-1: 97cd16343011dc4fe76431cb8693f2c4702b2fdc |
|
Branch CR28775_2 has been deleted by kgv. SHA-1: e073a6a66a398f6c7eb8b8b5c0992e9f0f31cc96 |
occt: master 8ae442a8 2017-04-29 22:09:36
Committer: bugmaster Details Diff |
0028775: Code duplication removal across the BOPAlgo_PaveFiller algorithm The methods PerformVerticesEE() and PerformVerticesEF() of the class BOPAlgo_PaveFiller have been replaced with the new PerformNewVertices() method. While splitting the Pave Blocks with extra paves, check that the new Pave Blocks have the valid intersection range. If the new Pave Block does not have such range do not create it and unify its vertices making SD vertex. Re-computation of the Shrunk Data for the modified Pave Blocks. The new method BOPDS_DS::IsValidShrunkData(const Handle(BOPDS_PaveBlock)& thePB) has been implemented to check that the Shrunk Data of the Pave Block is still valid. It may become invalid in case the tolerance values of the vertices of the Pave Block have been modified. The test case bugs/modalg_6/bug27448_2 has been marked as BAD, because it uses the invalid shapes as inputs for BOP. Test cases for the issue 0028690. |
Affected Issues 0028775 |
|
mod - src/BOPAlgo/BOPAlgo_PaveFiller.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller.hxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_1.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_2.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_3.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_9.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_Tools.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_Tools.hxx | Diff File | ||
add - src/BOPCol/BOPCol_IndexedDataMapOfShapeReal.hxx | Diff File | ||
mod - src/BOPCol/FILES | Diff File | ||
mod - src/BOPDS/BOPDS_DS.cxx | Diff File | ||
mod - src/BOPDS/BOPDS_DS.hxx | Diff File | ||
mod - tests/bugs/modalg_1/bug10232 | Diff File | ||
mod - tests/bugs/modalg_2/bug472_3 | Diff File | ||
mod - tests/bugs/modalg_6/bug27448_2 | Diff File | ||
add - tests/bugs/modalg_6/bug28690 | Diff File | ||
add - tests/bugs/modalg_6/bug28690_1 | Diff File | ||
add - tests/bugs/modalg_6/bug28690_2 | Diff File | ||
add - tests/bugs/modalg_6/bug28690_3 | Diff File | ||
add - tests/bugs/modalg_6/bug28775 | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-05-23 15:20 |
|
New Issue | |
2017-05-23 15:20 |
|
Assigned To | => msv |
2017-05-23 15:20 |
|
Assigned To | msv => emv |
2017-05-23 15:20 |
|
Status | new => assigned |
2017-05-25 16:06 |
|
Relationship added | related to 0028690 |
2017-05-25 17:49 | git | Note Added: 0066604 | |
2017-05-25 17:54 |
|
Note Added: 0066605 | |
2017-05-25 17:54 |
|
Assigned To | emv => msv |
2017-05-25 17:54 |
|
Status | assigned => resolved |
2017-05-26 15:30 |
|
Note Added: 0066649 | |
2017-05-26 15:30 |
|
Assigned To | msv => emv |
2017-05-26 15:30 |
|
Status | resolved => assigned |
2017-05-26 16:13 | git | Note Added: 0066651 | |
2017-05-26 16:14 |
|
Note Added: 0066652 | |
2017-05-26 16:14 |
|
Assigned To | emv => msv |
2017-05-26 16:14 |
|
Status | assigned => resolved |
2017-05-26 16:31 |
|
Note Added: 0066658 | |
2017-05-26 16:31 |
|
Assigned To | msv => bugmaster |
2017-05-26 16:31 |
|
Status | resolved => reviewed |
2017-05-26 16:36 |
|
Assigned To | bugmaster => mkv |
2017-05-29 17:29 |
|
Note Added: 0066819 | |
2017-05-29 17:30 |
|
Note Added: 0066820 | |
2017-05-29 17:30 |
|
Assigned To | mkv => emv |
2017-05-29 17:30 |
|
Status | reviewed => assigned |
2017-05-29 17:31 |
|
Test case number | => bugs modalg_6 bug28775 |
2017-05-30 14:19 | git | Note Added: 0066873 | |
2017-05-30 14:20 |
|
Note Added: 0066874 | |
2017-05-30 15:02 |
|
Note Added: 0066878 | |
2017-05-30 15:02 |
|
Assigned To | emv => mkv |
2017-05-30 15:02 |
|
Status | assigned => feedback |
2017-05-30 16:00 | git | Note Added: 0066884 | |
2017-05-30 16:01 |
|
Note Added: 0066885 | |
2017-05-30 16:01 |
|
Assigned To | mkv => msv |
2017-05-30 16:01 |
|
Status | feedback => resolved |
2017-05-30 17:08 |
|
Note Added: 0066891 | |
2017-05-30 17:08 |
|
Assigned To | msv => bugmaster |
2017-05-30 17:08 |
|
Status | resolved => reviewed |
2017-05-30 17:17 |
|
Assigned To | bugmaster => mkv |
2017-05-31 13:12 |
|
Note Added: 0066922 | |
2017-05-31 13:13 |
|
Note Added: 0066923 | |
2017-05-31 13:13 |
|
Assigned To | mkv => emv |
2017-05-31 13:13 |
|
Status | reviewed => assigned |
2017-06-01 10:25 |
|
Relationship added | related to 0028557 |
2017-06-01 11:08 |
|
Relationship added | related to 0028800 |
2017-06-01 11:24 | git | Note Added: 0066957 | |
2017-06-01 11:25 |
|
Note Added: 0066958 | |
2017-06-01 11:26 |
|
Note Added: 0066959 | |
2017-06-01 11:26 |
|
Assigned To | emv => msv |
2017-06-01 11:26 |
|
Status | assigned => resolved |
2017-06-01 16:11 |
|
Note Added: 0066972 | |
2017-06-01 16:11 |
|
Assigned To | msv => bugmaster |
2017-06-01 16:11 |
|
Status | resolved => reviewed |
2017-06-01 17:20 |
|
Assigned To | bugmaster => mkv |
2017-06-02 12:37 |
|
Note Added: 0067015 | |
2017-06-02 12:37 |
|
Assigned To | mkv => emv |
2017-06-02 12:37 |
|
Status | reviewed => feedback |
2017-06-02 13:53 | git | Note Added: 0067018 | |
2017-06-02 13:54 |
|
Note Added: 0067019 | |
2017-06-02 13:54 |
|
Assigned To | emv => mkv |
2017-06-02 14:29 |
|
Status | feedback => reviewed |
2017-06-05 14:41 |
|
Assigned To | mkv => emv |
2017-06-05 14:41 |
|
Status | reviewed => assigned |
2017-06-05 14:48 |
|
Assigned To | emv => mkv |
2017-06-05 16:27 |
|
Note Added: 0067086 | |
2017-06-05 16:27 | git | Note Added: 0067087 | |
2017-06-05 16:28 |
|
Note Added: 0067088 | |
2017-06-05 16:28 |
|
Status | assigned => feedback |
2017-06-05 16:28 |
|
Note Added: 0067089 | |
2017-06-05 16:28 |
|
Assigned To | mkv => bugmaster |
2017-06-05 16:28 |
|
Status | feedback => tested |
2017-06-09 12:40 | git | Note Added: 0067245 | |
2017-06-09 14:06 | bugmaster | Changeset attached | => occt master 8ae442a8 |
2017-06-09 14:06 | bugmaster | Status | tested => verified |
2017-06-09 14:06 | bugmaster | Resolution | open => fixed |
2017-06-13 17:34 | git | Note Added: 0067334 | |
2017-06-13 17:34 | git | Note Added: 0067335 | |
2017-06-13 17:34 | git | Note Added: 0067336 | |
2017-09-29 16:18 |
|
Fixed in Version | => 7.2.0 |
2017-09-29 16:25 |
|
Status | verified => closed |