larshp / abapOpenChecks

Open source checks for SAP Code Inspector / ABAP Test Cockpit
https://docs.abapopenchecks.org
MIT License
270 stars 79 forks source link

infinite loop fix #1027

Closed PShumilov closed 3 years ago

PShumilov commented 3 years ago

infinite loop fix #1024 There is infinite loop in method remove_method_calls caused by changing mt_tokens in method replace

larshp commented 3 years ago

cool, are all the unit tests okay? if I remember correctly there are some for this class 😁

PShumilov commented 3 years ago

cool, are all the unit tests okay? if I remember correctly there are some for this class 😁

yeah, everething is OK 👍

larshp commented 3 years ago

thanks 👍 welcome to abapOpenChecks

PShumilov commented 3 years ago

Oh, thank you