You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, your TBar tool is very useful and can fix a lot of bugs. But I found that there could be some implementation missing in the included fix patterns, e.g., LiteralExpressionMutator. I would assume this mutator can mutate string to another string (e.g., "") and mutate numbers to some other numbers (default ones like 0, 1 etc. or negated ones), but it seems the implementation is missing, according to your TODOs:
Hi, your TBar tool is very useful and can fix a lot of bugs. But I found that there could be some implementation missing in the included fix patterns, e.g., LiteralExpressionMutator. I would assume this mutator can mutate string to another string (e.g., "") and mutate numbers to some other numbers (default ones like 0, 1 etc. or negated ones), but it seems the implementation is missing, according to your TODOs:
TBar/src/main/java/edu/lu/uni/serval/tbar/fixpatterns/LiteralExpressionMutator.java
Line 31 in 570c334
TBar/src/main/java/edu/lu/uni/serval/tbar/fixpatterns/LiteralExpressionMutator.java
Line 35 in 570c334
The text was updated successfully, but these errors were encountered: