View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0025109 | Open CASCADE | OCCT:Modeling Algorithms | public | 2014-07-29 10:03 | 2014-11-11 13:02 |
Reporter | Assigned To | bugmaster | |||
Priority | high | Severity | major | ||
Status | closed | Resolution | fixed | ||
Product Version | 6.7.1 | ||||
Target Version | 6.8.0 | Fixed in Version | 6.8.0 | ||
Summary | 0025109: Check PolygonOnTriangulation contained in edges | ||||
Description | An imported edge (circle) contains PolygonOnTriangulation that has no relations to the edge. The information is used by the algorithms and provides eventually wrong final results. (ex. BRepBndLib::Add) The proposal is to check PolygonOnTriangulation by means of BRepCheck classes. The case is Customer case [task: PLXS-02-003, #C2_1] | ||||
Steps To Reproduce | restore e1 b2 bounding b2 | ||||
Tags | No tags attached. | ||||
Test case number | bugs moddata_3(013) bug25109 | ||||
2014-07-29 10:04 developer |
e1 (42,339 bytes) |
|
Branch CR25109_1 has been created by nbv. SHA-1: 599f6b66879fe4ada749746ab5134806385eefee This branch includes the following new commits: new 599f6b6 0025109: It Is necesary tio check polygons contained in edges. Detailed log of new commits: commit 599f6b66879fe4ada749746ab5134806385eefee Author: nbv Date: Mon Aug 11 18:25:22 2014 +0400 0025109: It Is necesary tio check polygons contained in edges. Check if PolygonOnTriangulation has some relation for the input edge. |
|
Branch CR25109_1 has been updated forcibly by nbv. SHA-1: 07e415ec694a5a20a4d7cf204b9432960f12cd0e |
|
Branch CR25109_1 has been updated forcibly by nbv. SHA-1: 2e566929d8996d1c21adb7916c481f271f68fb0e |
|
Branch CR25109_1 has been updated forcibly by nbv. SHA-1: 09ccd7828c265f7869a231d8763e471e57ca3a5a |
|
Branch CR25109_1 has been updated forcibly by nbv. SHA-1: adfcd3a3936437be80b3c74afca95b97bd9941c9 |
|
Branch CR25109_1 is ready to be reviewed. |
|
It is better do not remove existing polygon, if new polygon is wrong |
|
Branch CR25109_1 has been updated forcibly by nbv. SHA-1: 29681f74b3e786de3006240ec8288b43abecbae7 |
|
Branch CR25109_1 has been updated forcibly by nbv. SHA-1: 09ea171c8834328979fb1ccc8a3617e631481a85 |
|
I agree. This fact was documented into the CDL-file. |
|
Ok |
|
Branch CR25109_1 has been updated forcibly by mkv. SHA-1: d999fa40b78fcb88400fe7f2874e2ea694b276f2 |
|
Dear BugMaster, Branch CR25109_1 from occt git-repository (and master from products git-repository) was compiled on Linux platform. SHA-1: d999fa40b78fcb88400fe7f2874e2ea694b276f2 There are extraction errors: http://jenkins-test-03.nnov.opencascade.com:8080/user/mnt/my-views/view/CR25109_1/job/mnt-CR25109_1-master_prepare_occt_linux/1/parsed_console/ Info : Complete : /misc/dn63/LocalWOK/wok_entities/LOC/dev/CR25109-1-master-occt/src/BRep/BRep_Builder.cdl Error : "/misc/dn63/LocalWOK/wok_entities/LOC/dev/CR25109-1-master-occt/src/BRep/BRep_Builder.cdl", line 312: A class must have a constructor with name 'Create' or no 'me' or 'myclass' present for the method. Error : "/misc/dn63/LocalWOK/wok_entities/LOC/dev/CR25109-1-master-occt/src/BRep/BRep_Builder.cdl", line 312: syntax error Error : 2 errors. Error : Errors occured Error : Errors occured while executing BRep_Builder Error : Exception was raised : SIGSEGV 'segmentation violation' detected. Address 8 |
|
Branch CR25109_1 has been updated forcibly by nbv. SHA-1: 5ab6b03a072ceb6df07b2fc26e538e6b3b217d70 |
|
Branch CR25109_1 was corrected with BRep_Builder.cdl changing ("comment signs" was added). Please retest again. |
|
Ok |
|
Dear Nikolay,- Handle(BRep_CurveRepresentation) cr; + //Handle(BRep_CurveRepresentation) cr; ... // cr is used to keep a reference on the curve representation // this avoid deleting it as its content may be referenced by T - cr = itcr.Value(); + ////cr = itcr.Value(); Please follow coding rules - remove commented code and related comment. |
|
Branch CR25109_2 has been created by nbv. SHA-1: ee984adfba4f2235a8ae73dc1f77231dcebf5ce8 This branch includes the following new commits: new ee984ad 0025109: Check PolygonOnTriangulation contained in edges Detailed log of new commits: commit ee984adfba4f2235a8ae73dc1f77231dcebf5ce8 Author: nbv Date: Fri Aug 15 13:49:45 2014 +0400 0025109: Check PolygonOnTriangulation contained in edges 1. Check if PolygonOnTriangulation has some relation for the input edge. 2. CDL was amended. 3. Unused BRep_CurveRepresentation were deleted from file BRep_Builder.cxx. |
|
Unused BRep_CurveRepresentation was deleted in CR25109_2 branch. Please test it and integrate if all is OK. |
|
Branch CR25109_2 from occt git-repository (and master from products git-repository) was compiled on Linux and Windows platforms and tested. SHA-1: ee984adfba4f2235a8ae73dc1f77231dcebf5ce8 Number of compiler warnings: occt component : Linux: 15 (15 on master) Windows: 0 (0 on master) products component : Linux: 11 (11 on master) Windows: 1 (1 on master) Regressions/Differences: http://jenkins-test-03.nnov.opencascade.com:8080/user/mnt/my-views/view/CR25109_2/job/mnt-CR25109_2-master_occt_tests_windows_start/ http://occt-tests/CR25109-2-master-occt/Debian60-64/summary.html mesh standard_incmesh(002) C7, W4 mesh standard_incmesh_parallel(007) C7, W4 mesh standard_mesh(003) C7, W4 mesh standard_shading(001) W4 http://jenkins-test-03.nnov.opencascade.com:8080/user/mnt/my-views/view/CR25109_2/job/mnt-CR25109_2-master_products_tests_windows_start/label=windows_test,tests_group=emesh,tests_subgroup=001/1/HTML_Report/ http://occt-tests/CR25109-2-master-products/Debian60-64/emesh/standard/F2.html emesh standard(001) F2 Testing cases: http://occt-tests/CR25109-2-master-occt/Debian60-64/bugs/moddata_3/bug25109.html http://occt-tests/CR25109-2-master-occt/Windows-32-VC10/bugs/moddata_3/bug25109.html bugs moddata_3(010) bug25109: OK Testing on Linux: Total MEMORY difference: 351621284 / 351760252 Total CPU difference: 49091.00999999999 / 45947.51000000014 There are no differences in images found by testdiff. |
|
Branch CR25109_2 has been updated by mkv. SHA-1: 32f97e2570ebcfbd7208c27d613bd96b0b04367c from ee984ad 0025109: Check PolygonOnTriangulation contained in edges new 32f97e2 Test cases for issue CR25109 Detailed log of new commits: commit 32f97e2570ebcfbd7208c27d613bd96b0b04367c Author: mkv Date: Tue Aug 19 15:15:02 2014 +0400 Test cases for issue CR25109 |
|
A few words about found regressions. According to existing conception, every shape must be covered by it bounding box fully (at that bounding box boundaries can be bigger than true shapes boundaries). If the edge has polygon on triangulation it bounding box is built from this polygon and must cover this edge fully. If this condition is not satisfied existing polygon on triangulation can be considered as incorrect (or we must change the algorithm of bounding box computing) and must not be added to the edge. This checking was included in fix to this bug. Into attached archive "problem_edges.zip" there are two folders containing some edges with their incorrect polygon on triangulation: "OCCT" contains edges from "mesh" testgrid and "PROD_emesh" contains an edge from "emesh" testgrid. On master polygon on triangulation is attached to these edges, now it is not (because polygon is wrong). It is the reason of regressions. For checking if polygon on triangulation is correct you can use following script: Draw[]> restore e* b Draw[]> bounding b Example of this script result is in the attached picture EmeshStandardF2_edge.png (edge outgo is seen well). In conclusion I can say that new test cases behavior satisfies to new checking algorithm. So it is necessary to change these cases in order to they will be not considered as regression. |
2014-08-20 10:28 developer |
problem_edges.zip (143,360 bytes) |
2014-08-20 10:28 developer |
EmeshStandardF2_edge.PNG (35,797 bytes) |
|
Why edges is updated by wrong polygons in those tests? |
|
Branch CR25109_3 has been created by nbv. SHA-1: f7eb9d337cb06363804acd5044b842c689219445 This branch includes the following new commits: new f7eb9d3 0025109: Check PolygonOnTriangulation contained in edges Detailed log of new commits: commit f7eb9d337cb06363804acd5044b842c689219445 Author: nbv Date: Wed Aug 20 16:44:45 2014 +0400 0025109: Check PolygonOnTriangulation contained in edges 1. Check if PolygonOnTriangulation has some relation for the input edge. 2. CDL was amended. 3. Unused BRep_CurveRepresentation were deleted from file BRep_Builder.cxx. Test cases for issue CR25109 is added. |
|
When edges are updated new polygon points are built from discrete parameter values (along edge curve). When new polygon is checked, points with other parameter values are taken. Therefore, these points sometimes can be out of bounding box. I.e. existing checking is strict. However, it is the reason of regressions. Therefore, in branch CR25109_3 more loyal checking is used. Dear Igor! Please review CR25109_3 branch. |
|
Ok |
|
Dear BugMaster, Branch CR25109_3 from occt git-repository (and master from products git-repository) was compiled on Linux and Windows platforms and tested. SHA-1: f7eb9d337cb06363804acd5044b842c689219445 Number of compiler warnings: occt component: Linux 15 (15 on master) Windows: 0 (0 on master) products component: Linux: 11 (11 on master) Windows: 1 (1 on master) Regressions/Differences: Not detected Testing cases: bugs moddata_3 (013) bug25109 - OK http://occt-tests/CR25109-3-master-occt/Debian60-64/bugs/moddata_3/bug25109.html http://occt-tests/CR25109-3-master-occt/Windows-32-VC10/bugs/moddata_3/bug25109.html Testing on Linux: occt component: Total MEMORY difference: 352218116 / 352949028 Total CPU difference: 42933.140000000094 / 44472.79000000007 products component: Total MEMORY difference: 110049180 / 110189000 Total CPU difference: 18111.00000000002 / 17592.629999999976 Testing on Windows: occt component: Total MEMORY difference: 239596672 / 240817060 Total CPU difference: 35413.0 / 40197.765625 products component: Total MEMORY difference: 66312088 / 66526688 Total CPU difference: 14470.734375 / 15969.453125 |
|
It is necessary to move this checking into BREpCheck |
|
Branch CR25109_4 has been created by nbv. SHA-1: 1d888d784a4ed07d752b990dd4120f72c7168492 Detailed log of new commits: Author: nbv Date: Fri Sep 12 17:05:27 2014 +0400 0023731: The shape obtained by stepread is valid in terms of checkshape but it is not valid in terms of usability. 1. New status "BRepCheck_InvalidPolygonOnTriangulation" is added. 2. Small correction of output of "checkshape" command result. |
|
Branch CR25109_4 has been updated forcibly by nbv. SHA-1: 26f141eb6f89d715c76f8c501f1c5004617b3324 |
|
Branch CR25109_4 has been updated forcibly by nbv. SHA-1: 75b13eb9cb064dde407f43078642d47acad85270 |
|
Branch CR25109_4 is ready to be reviewed. |
|
Branch CR25109_4 has been updated forcibly by nbv. SHA-1: 8e90b87aae0ff69cce2fdc6aed5331c669054dec |
|
Branch CR25109_4 has been updated forcibly by nbv. SHA-1: a8bc693f3ba1c351a80517954ceb5d799d2044ac |
|
Ok |
|
Branch CR25109_4 has been updated forcibly by mkv. SHA-1: a3317c4dbb30de9c1801d88bac65d3762d796848 |
|
Dear BugMaster, Branch CR25109_4 from occt git-repository (and master from products git-repository) was compiled on Linux and Windows platforms and tested on Release mode. SHA-1: a3317c4dbb30de9c1801d88bac65d3762d796848 Number of compiler warnings: occt component : Linux: 15 (15 on master) Windows: 0 (0 on master) products component : Linux: 11 (11 on master) Windows: 1 (1 on master) Regressions/Differences: No regressions/differences Testing cases: http://occt-tests/CR25109-4-master-occt/Debian60-64/bugs/moddata_3/bug25109.html http://occt-tests/CR25109-4-master-occt/Windows-32-VC10/bugs/moddata_3/bug25109.html bugs moddata_3 bug25109: FAILED Testing on Linux: occt component : Total MEMORY difference: 355654348 / 355211896 Total CPU difference: 45476.71000000004 / 45410.72000000016 products component : Total MEMORY difference: 109983700 / 109993264 Total CPU difference: 18111.979999999952 / 17720.46999999998 Testing on Windows: occt component : Total MEMORY difference: 242539156 / 242180700 Total CPU difference: 36765.375 / 42815.75 products component : Total MEMORY difference: 66790004 / 66634836 Total CPU difference: 10524.3125 / 10516.90625 There are following differences in images found by testdiff. http://occt-tests/CR25109-4-master-occt/Windows-32-VC10/diff-Windows-32-VC10.html http://occt-tests/CR25109-4-master-occt/Debian60-64/diff-Debian60-64.html IMAGE bugs modalg_4 bug62: bug62.png differs IMAGE sewing tol_100 W6: W6.png differs |
|
Dear Mikhail! A few words about regressions. Firstly! Test bugs moddata_3 bug25109 (which was created for the current bug) must contain following script: restore e1 b2 checkshape b2 #shape is INVALID. Output of "bounding " command is not important. Secondly! Difference in bug62.png is result of deleting (invalid) triangulation from the source shape. If we keep triangulation this test will be regression because source shape is not valid. Thirty! Difference in W6.png is result of work "checkshape" command. "Checkshape" marks invalid edges as red. It is shown in the picture. General conclusion! 1. It is necessary to change test "bugs moddata_3 bug25109" according to above said recommendation. 2. Test "sewing tol_100 W6" must be changed too. Command "tclean result" must be added before "checkshape result". 3. Necessary changing in "bugs modalg_4 bug62" test: 3.1. Add "nbs result" with following reference data: Draw[]> nbs result Number of shapes in result VERTEX : 166 EDGE : 217 WIRE : 65 FACE : 51 SHELL : 3 SOLID : 2 COMPSOLID : 0 COMPOUND : 1 SHAPE : 505 3.2. Add all necessary "TODO" in new test (test will be BAD after that). Finaly! Code change is not required. |
|
Dear BugMaster, Test case bugs/moddata_3(013)/bug25109 was corrected. Now is OK. http://occt-tests/CR25109-4-master-occt/Debian60-64/bugs/moddata_3/bug25109.html http://occt-tests/CR25109-4-master-occt/Windows-32-VC10/bugs/moddata_3/bug25109.html |
|
Branch CR25109_4 has been updated by mkv. SHA-1: 5a22fd52f616d3e7003f1dd79b9088011edb070a Detailed log of new commits: Author: mkv Date: Tue Sep 23 15:42:07 2014 +0400 Test case for issue CR25109 |
|
Dear abv, could you please validate folowiing correction of test cases: 2. Test "sewing tol_100 W6" must be changed too. Command "tclean result" must be added before "checkshape result". 3. Necessary changing in "bugs modalg_4 bug62" test: 3.1. Add "nbs result" with following reference data: Draw[]> nbs result Number of shapes in result VERTEX : 166 EDGE : 217 WIRE : 65 FACE : 51 SHELL : 3 SOLID : 2 COMPSOLID : 0 COMPOUND : 1 SHAPE : 505 3.2. Add all necessary "TODO" in new test (test will be BAD after that). |
|
Dear Mikhail! Please use "BRepCheck_InvalidPolygonOnTriangulation" phrase for regular expression into the test "bugs/moddata_3(013)/bug25109". |
|
Branch CR25109_4 has been updated forcibly by nbv. SHA-1: 13b7ad1cef1d507bbf806e92b57f3f1133b6fc9e |
|
Reviewed, please re-test |
|
Branch CR25109_4 has been updated forcibly by mkv. SHA-1: 1f5d35d893a6633fc6e1045ec8559bdcb153ac0b |
|
Dear BugMaster, Branch CR25109_4 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: 1f5d35d893a6633fc6e1045ec8559bdcb153ac0b Number of compiler warnings: occt component : Linux: 15 (15 on master) Windows: 0 (0 on master) MacOS: 193 (193 on master) products component : Linux: 11 (11 on master) Windows: 3 (3 on master) Regressions/Differences: No regressions/differences Testing cases: http://occt-tests/CR25109-4-master-occt/Debian60-64/bugs/moddata_3/bug25109.html http://occt-tests/CR25109-4-master-occt/Windows-32-VC10/bugs/moddata_3/bug25109.html bugs moddata_3(013) bug25109: OK Testing on Linux: occt component : Total MEMORY difference: 356737924 / 356475384 Total CPU difference: 50092.19000000005 / 47634.190000000126 products component : Total MEMORY difference: 110610728 / 110618772 Total CPU difference: 19803.059999999983 / 17577.149999999998 Testing on Windows: occt component : Total MEMORY difference: 246372472 / 245913744 Total CPU difference: 32776.859375 / 36622.375 products component : Total MEMORY difference: 66483352 / 66438372 Total CPU difference: 11877.390625 / 12373.3125 There are following differences in images found by testdiff. http://occt-tests/CR25109-4-master-occt/Debian60-64/diff-Debian60-64.html http://occt-tests/CR25109-4-master-occt/Windows-32-VC10/diff-Windows-32-VC10.html IMAGE bugs modalg_4 bug62: bug62.png differs IMAGE sewing tol_100 W6: W6.png differs |
|
Branch CR25109_4 has been updated forcibly by nbv. SHA-1: 5e668f33d81356eb4549f6c82b6f63c19a1aa6af |
|
Dear Andrey! Please review CR25109_4 branch again. Dear Mikhail (mkv)! Please retest only two amended test cases: tests/bugs/modalg_4/bug62 tests/sewing/tol_100/W6 |
|
No remarks |
|
OK. CR25109_4 is TESTED. |
|
Branch CR25109_4 has been deleted by inv. SHA-1: 5e668f33d81356eb4549f6c82b6f63c19a1aa6af |
|
Branch CR25109_3 has been deleted by inv. SHA-1: f7eb9d337cb06363804acd5044b842c689219445 |
|
Branch CR25109_2 has been deleted by inv. SHA-1: 32f97e2570ebcfbd7208c27d613bd96b0b04367c |
|
Branch CR25109_1 has been deleted by inv. SHA-1: 5ab6b03a072ceb6df07b2fc26e538e6b3b217d70 |
occt: master 52d45841 2014-10-02 09:54:14
Committer: bugmaster Details Diff |
0025109: Check PolygonOnTriangulation contained in edges 1. New status "BRepCheck_InvalidPolygonOnTriangulation" is added. 2. Small correction of output of "checkshape" command result. Test cases were changed. Test case for issue CR25109 Some test cases were changed according to their new behavior. |
Affected Issues 0025109 |
|
mod - src/BRepCheck/BRepCheck.cdl | Diff File | ||
mod - src/BRepCheck/BRepCheck.cxx | Diff File | ||
mod - src/BRepCheck/BRepCheck_Analyzer.cxx | Diff File | ||
mod - src/BRepCheck/BRepCheck_Edge.cdl | Diff File | ||
mod - src/BRepCheck/BRepCheck_Edge.cxx | Diff File | ||
mod - src/BRepCheck/BRepCheck_Face.cdl | Diff File | ||
mod - src/BRepCheck/BRepCheck_Face.cxx | Diff File | ||
mod - src/BRepCheck/BRepCheck_Wire.cdl | Diff File | ||
mod - src/BRepCheck/BRepCheck_Wire.cxx | Diff File | ||
mod - src/BRepTest/BRepTest_CheckCommands.cxx | Diff File | ||
mod - tests/boolean/bfuse_complex/M7 | Diff File | ||
mod - tests/boolean/bopfuse_complex/E5 | Diff File | ||
mod - tests/bugs/modalg_4/bug62 | Diff File | ||
add - tests/bugs/moddata_3/bug25109 | Diff File | ||
mod - tests/bugs/vis/bug288_5 | Diff File | ||
mod - tests/heal/data/advanced/K4 | Diff File | ||
mod - tests/sewing/tol_100/W6 | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-07-29 10:03 |
|
New Issue | |
2014-07-29 10:03 |
|
Assigned To | => ifv |
2014-07-29 10:04 |
|
File Added: e1 | |
2014-07-29 10:06 |
|
Priority | normal => high |
2014-07-29 10:06 |
|
Status | new => assigned |
2014-07-29 10:06 |
|
Description Updated | |
2014-08-11 10:29 |
|
Assigned To | ifv => nbv |
2014-08-11 18:26 | git | Note Added: 0030661 | |
2014-08-11 18:35 | kgv | Summary | It Is necesary tio check polygons contained in edges. => Check PolygonOnTriangulation contained in edges |
2014-08-11 18:35 | kgv | Description Updated | |
2014-08-11 18:35 | kgv | Steps to Reproduce Updated | |
2014-08-12 09:49 | git | Note Added: 0030667 | |
2014-08-12 11:51 | git | Note Added: 0030673 | |
2014-08-13 15:04 | git | Note Added: 0030719 | |
2014-08-13 18:00 | git | Note Added: 0030727 | |
2014-08-14 09:19 |
|
Note Added: 0030735 | |
2014-08-14 09:19 |
|
Assigned To | nbv => ifv |
2014-08-14 09:19 |
|
Status | assigned => resolved |
2014-08-14 15:48 |
|
Note Added: 0030751 | |
2014-08-14 15:48 |
|
Assigned To | ifv => nbv |
2014-08-14 15:48 |
|
Status | resolved => feedback |
2014-08-14 15:57 | git | Note Added: 0030752 | |
2014-08-14 16:11 | git | Note Added: 0030753 | |
2014-08-14 16:13 |
|
Note Added: 0030754 | |
2014-08-14 16:13 |
|
Assigned To | nbv => ifv |
2014-08-14 16:13 |
|
Status | feedback => resolved |
2014-08-14 16:26 |
|
Note Added: 0030755 | |
2014-08-14 16:26 |
|
Status | resolved => reviewed |
2014-08-15 12:00 |
|
Assigned To | ifv => mkv |
2014-08-15 12:27 | git | Note Added: 0030772 | |
2014-08-15 13:20 |
|
Note Added: 0030778 | |
2014-08-15 13:20 |
|
Assigned To | mkv => nbv |
2014-08-15 13:20 |
|
Status | reviewed => assigned |
2014-08-15 13:26 | git | Note Added: 0030779 | |
2014-08-15 13:29 |
|
Note Added: 0030780 | |
2014-08-15 13:29 |
|
Assigned To | nbv => ifv |
2014-08-15 13:29 |
|
Status | assigned => resolved |
2014-08-15 13:30 |
|
Note Added: 0030781 | |
2014-08-15 13:30 |
|
Status | resolved => reviewed |
2014-08-15 14:31 |
|
Assigned To | ifv => mkv |
2014-08-15 14:58 | kgv | Note Added: 0030787 | |
2014-08-15 16:43 | git | Note Added: 0030791 | |
2014-08-15 16:43 |
|
Note Added: 0030792 | |
2014-08-19 15:17 |
|
Note Added: 0030884 | |
2014-08-19 15:17 | git | Note Added: 0030885 | |
2014-08-19 15:17 |
|
Test case number | => bugs moddata_3(010) bug25109 |
2014-08-19 15:17 |
|
Assigned To | mkv => nbv |
2014-08-19 15:17 |
|
Status | reviewed => assigned |
2014-08-20 10:27 |
|
Note Added: 0030912 | |
2014-08-20 10:27 |
|
Assigned To | nbv => ifv |
2014-08-20 10:27 |
|
Status | assigned => resolved |
2014-08-20 10:28 |
|
File Added: problem_edges.zip | |
2014-08-20 10:28 |
|
File Added: EmeshStandardF2_edge.PNG | |
2014-08-20 10:56 |
|
Note Added: 0030915 | |
2014-08-20 10:56 |
|
Assigned To | ifv => nbv |
2014-08-20 10:56 |
|
Status | resolved => feedback |
2014-08-20 18:23 | git | Note Added: 0030955 | |
2014-08-20 18:24 |
|
Note Added: 0030956 | |
2014-08-20 18:24 |
|
Assigned To | nbv => ifv |
2014-08-20 18:24 |
|
Status | feedback => resolved |
2014-08-21 10:23 |
|
Note Added: 0030975 | |
2014-08-21 10:23 |
|
Status | resolved => reviewed |
2014-08-21 12:23 |
|
Assigned To | ifv => apv |
2014-08-25 14:29 |
|
Test case number | bugs moddata_3(010) bug25109 => bugs moddata_3(013) bug25109 |
2014-08-25 16:08 |
|
Note Added: 0031063 | |
2014-08-25 16:09 |
|
Note Edited: 0031063 | |
2014-08-25 16:09 |
|
Assigned To | apv => bugmaster |
2014-08-25 16:09 |
|
Status | reviewed => tested |
2014-08-28 17:45 | bugmaster | Assigned To | bugmaster => abv |
2014-08-28 17:45 | bugmaster | Status | tested => feedback |
2014-08-29 10:49 |
|
Note Added: 0031174 | |
2014-08-29 10:49 |
|
Assigned To | abv => nbv |
2014-08-29 10:49 |
|
Status | feedback => assigned |
2014-09-12 17:09 | git | Note Added: 0031677 | |
2014-09-15 09:58 | git | Note Added: 0031690 | |
2014-09-15 17:40 | git | Note Added: 0031717 | |
2014-09-15 17:41 |
|
Note Added: 0031718 | |
2014-09-15 17:41 |
|
Assigned To | nbv => ifv |
2014-09-15 17:41 |
|
Status | assigned => resolved |
2014-09-15 20:15 | git | Note Added: 0031732 | |
2014-09-16 10:16 | git | Note Added: 0031734 | |
2014-09-16 13:47 |
|
Note Added: 0031749 | |
2014-09-16 13:47 |
|
Status | resolved => reviewed |
2014-09-17 20:39 |
|
Assigned To | ifv => mkv |
2014-09-17 21:13 | git | Note Added: 0031838 | |
2014-09-18 15:09 |
|
Note Added: 0031863 | |
2014-09-18 15:10 |
|
Assigned To | mkv => nbv |
2014-09-18 15:10 |
|
Status | reviewed => assigned |
2014-09-18 16:18 |
|
Note Added: 0031868 | |
2014-09-18 16:18 |
|
Assigned To | nbv => ifv |
2014-09-18 16:18 |
|
Status | assigned => resolved |
2014-09-18 16:22 |
|
Assigned To | ifv => mkv |
2014-09-18 16:22 |
|
Status | resolved => feedback |
2014-09-23 15:43 |
|
Note Added: 0032011 | |
2014-09-23 15:43 | git | Note Added: 0032012 | |
2014-09-23 15:43 |
|
Note Added: 0032013 | |
2014-09-23 15:44 |
|
Assigned To | mkv => abv |
2014-09-23 15:53 |
|
Note Added: 0032016 | |
2014-09-24 16:45 | git | Note Added: 0032099 | |
2014-09-26 06:45 |
|
Note Added: 0032181 | |
2014-09-26 06:45 |
|
Assigned To | abv => mkv |
2014-09-26 06:45 |
|
Status | feedback => reviewed |
2014-09-26 16:15 | git | Note Added: 0032252 | |
2014-09-29 16:24 |
|
Note Added: 0032313 | |
2014-09-29 16:24 |
|
Assigned To | mkv => nbv |
2014-09-29 16:24 |
|
Status | reviewed => assigned |
2014-09-29 17:06 | git | Note Added: 0032321 | |
2014-09-29 17:09 |
|
Note Added: 0032322 | |
2014-09-29 17:09 |
|
Assigned To | nbv => abv |
2014-09-29 17:09 |
|
Status | assigned => resolved |
2014-09-29 17:22 |
|
Note Added: 0032323 | |
2014-09-29 17:22 |
|
Assigned To | abv => bugmaster |
2014-09-29 17:22 |
|
Status | resolved => reviewed |
2014-09-29 18:12 |
|
Assigned To | bugmaster => mkv |
2014-09-30 16:37 |
|
Note Added: 0032463 | |
2014-09-30 16:37 |
|
Assigned To | mkv => bugmaster |
2014-09-30 16:37 |
|
Status | reviewed => tested |
2014-10-03 14:07 | bugmaster | Changeset attached | => occt master 52d45841 |
2014-10-03 14:07 | bugmaster | Status | tested => verified |
2014-10-03 14:07 | bugmaster | Resolution | open => fixed |
2014-10-21 16:44 | git | Note Added: 0033465 | |
2014-10-21 16:45 | git | Note Added: 0033491 | |
2014-10-21 16:45 | git | Note Added: 0033492 | |
2014-10-21 16:45 | git | Note Added: 0033494 | |
2014-11-11 12:43 |
|
Fixed in Version | => 6.8.0 |
2014-11-11 13:02 |
|
Status | verified => closed |