dsubhaji / Gnome_MSR2009

centralization
0 stars 0 forks source link

DR-06: Generating DAN #37

Open dsubhaji opened 10 years ago

dsubhaji commented 10 years ago

I am running menu item 2. Generate Developer Activity Network (DAN) in PAJEK Format for a Given Set of Products (product-names.csv) (menu at the top level - 2. Include Developers Who Own at Least One Bug in RESOLVED Status..)

Here is my console output:

START >> Please Enter Your Choice (1 to 11): 2

Enter Directory of Product-Names.csv:C:/Users/subhajit_datta/Desktop/gnome-top

STARTING: l10n

Calculating the Total Number of Distinct Developers... Retrieving the Developer's E-Mail Addresses... Building the Developer Communication Network...

l10n ENDED TIME TAKEN: 2.793292 minutes

STARTING: Evolution

Calculating the Total Number of Distinct Developers... Retrieving the Developer's E-Mail Addresses... Building the Developer Communication Network

END >>

The contents of my product-names.csv are:

Product Name, Start-Date, End Date l10n,none,none Evolution,none,none gtk+,none,none

I had to stop the program after one and half hours. as its seemed unlikely that the DAN generation for Evolution should take that long when it finished for l10n in less than 3 minutes (l10n and Evolution have 146 and 144 bug owners (that is, vertices of DAN) respectively) .

Why is this happening? Also, as you fix this bug, please change the console message "Building the Developer Communication Network..." to "Building the Developer Activity Network..."