Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with shrinking strings #1587

Open
ArthurSap opened this issue Jul 2, 2017 · 2 comments
Open

Bug with shrinking strings #1587

ArthurSap opened this issue Jul 2, 2017 · 2 comments

Comments

@ArthurSap
Copy link
Collaborator

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.

@NivShalmon NivShalmon self-assigned this Jul 3, 2017
@NivShalmon NivShalmon added the bug label Jul 3, 2017
@NivShalmon NivShalmon removed their assignment Jul 3, 2017
@NivShalmon NivShalmon added this to the backlog milestone Jul 3, 2017
@NivShalmon
Copy link
Collaborator

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

@ravivos ravivos added Final and removed Final labels Jul 3, 2017
@OriRoth
Copy link
Collaborator

OriRoth commented Aug 27, 2017

NO BACKLOG bug in parenthesis need check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants