Main
Main copied to clipboard
Bug with shrinking strings
I used the code shrink on the following code and got this: Original code:
long elapsedTime = System.currentTimeMillis() - startTime;
System.out.println("Elapsed time = " + elapsedTime + " ms");
New code:
System.out.println("Elapsed time = " + System.currentTimeMillis() - startTime + " ms");
As you can see System.currentTimeMillis() - startTime isn't a viable string.
thank you for the bug report. I've looked into this and unfortenatly, We won't be able to solve this issue during this reality test, so it is pushed into the backlog
NO BACKLOG bug in parenthesis need check.