SOM-Research / gila

Label analysis of GitHub projects
https://som-research.uoc.edu/research-tools/
17 stars 4 forks source link

Inconsistent results for the project 'json-discoverer' #26

Open jlcanovas opened 10 years ago

jlcanovas commented 10 years ago

The results for the project json-discoverer do not match with the current state in GitHub.

The project is small and has only three issues (2 open and one close) using the labels 'bug' and 'enhancement'. The results in GiLA only show the label 'enhancement'.

You can see the results here: http://atlanmod.github.io/gila/project.html?projectId=6153647&projectName=atlanmod/json-discoverer

And the list of issues of the project here: https://github.com/atlanmod/json-discoverer

belenrolandi commented 10 years ago

The GHTorrent database query for project labels showed only one label (enhancement) for the project. The issue table query for the project showed two issues, 1 and 2, the issue 3 with creation date 28th of june is not recorded in the database. The issue_label query shows that issue 1 is labeled as enhancement (this is correct) and issue 2 is unlabeled (this is not correct as issue 2 is labeled as bug).

belenrolandi commented 10 years ago

A query to DBLite (a GHTorrent online database always loaded with the latest dump) revealed that:

jlcanovas commented 10 years ago

It seems that the label for issue 2 is lost in GHTorrent (in both our snapshot of the dataset and the online one).

jlcanovas commented 10 years ago

Also, maybe we should put somewhere that our results cover the data until 28th June