mantono / DuplicateSearcher

Identification of Duplicate Tickets in Issue Tracking Systems for Software Development
0 stars 0 forks source link

Read issue data from GitHub and create Issue Instances #3

Closed mantono closed 8 years ago

mantono commented 8 years ago

What should be done? Parse downloaded data and create Issue instances (use framework).

When is it finished? When each downloaded json issue is represented as Java object of class Instance.

Issues it depends on: #1

mantono commented 8 years ago

Works with egit + Gson