7 | | 2 structures are used to manage item in "dependences graph" dialog box. A variable represents last item added index. When an item is added, this variable is incremented (Ok) but when an item is removed, it is not decremented... |
| 7 | 2 structures (an array and a list) are used to manage item in "dependences graph" dialog box. A variable represents last item added index. When an item is added, this variable is incremented (Ok) but when an item is removed, it is not decremented... |
| 8 | |
| 9 | Furthermore, the use of the 2 structures is not clear in the source code... |