Changes between Initial Version and Version 1 of Ticket #11


Ignore:
Timestamp:
04/02/08 16:07:21 (16 years ago)
Author:
jerome
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11 – Description

    initial v1  
    1 Dependences graph 
     1These bugs has been found and non resolved in ticket 10 fixes. 
    22 
    33=== Bug 1 === 
     
    55 
    66=== Bug 2 === 
    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... 
     72 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 
     9Furthermore, the use of the 2 structures is not clear in the source code... 
    810 
    911=== Bug 3 ===