TechnionYP5777 / Bugquery

Bug query
9 stars 1 forks source link

Create algorithm for getting relevant stack traces from db #20

Closed rodedzats closed 7 years ago

rodedzats commented 7 years ago

As we discussed in the last weekly meeting, we need an algorithm which will receive an input stack trace and will output the best matching stack traces which exist in our database. The output will also contain the matching stackoverflow data (the data which is saved in the db) with the relevant stack traces. The matching will be made using the algorithms from #8 .

yossigil commented 7 years ago

Much more concrete is to implement a class with stub functions and then define the issue as filling in the missing functions. @AdiOmari

AdiOmari commented 7 years ago

You are definitely right, but since they are the same sub-team that use the function, they are given the freedom to define both the stub and the implementation.

yossigil commented 7 years ago

Good point! Sure.