TechnionYP5777 / Bugquery

Bug query
9 stars 1 forks source link

Represeting stack-traces better #26

Closed rodedzats closed 7 years ago

rodedzats commented 7 years ago

Now we represent stack trace as a simple string. We need to create a stack-trace object which will contain more informative details about the stack trace, such as the type of the exception and a list of all the error sentences. After that we need to change the already implemented algorithms to use this entity.

To summarize we need to:

yonzarecki commented 7 years ago

Looking for places where Strings are used instead of the "StackTrace" entity