Main icon indicating copy to clipboard operation
Main copied to clipboard

Bug with shrinking strings

Open ArthurSap opened this issue 8 years ago • 2 comments

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.

ArthurSap avatar Jul 02 '17 11:07 ArthurSap

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

NivShalmon avatar Jul 03 '17 10:07 NivShalmon

NO BACKLOG bug in parenthesis need check.

OriRoth avatar Aug 27 '17 15:08 OriRoth