Erikcruzk / TRT

The Transformative Repair Tool
Other
1 stars 0 forks source link

Code reducer does not handle corner cases well #66

Closed mojtaba-eshghie closed 7 months ago

mojtaba-eshghie commented 7 months ago

In a following recent test, the reducer shaved from the middle of the string (mistaking it for a comment)

        string st = "http://URL";

Was redurced to:

        string st = "http:
mojtaba-eshghie commented 7 months ago

Resolved by 29ba59573787afafca4906962f2ce2c90ff57910