Closed xpenatan closed 4 months ago
There is a bug that replacing empty string with empty text gives deadlock. I found this because the desktop code have data in otherData while in teavm starts with empty otherData. teavm version 0.10.1.
String otherData = ""; String data = "Data"; String newData = data.replace(otherData, "");
There is a bug that replacing empty string with empty text gives deadlock.
I found this because the desktop code have data in otherData while in teavm starts with empty otherData. teavm version 0.10.1.