-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Question about root operations in an edit script #147
Comments
Yes, it's probably a bug. It should also be an Insert op, even in the root operation list. |
@martinezmatias sure, I will submit a pull request for that. |
great, thanks! |
The potential solution of this issue triggest another one: #149 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had a doubt about how the diff algorithm works. I calculated the diff between these two files:
prev.java
new.java
The diff operations between them was:
The output (printed from
getRootOperations
) shows only the Update operation. I expected that it would also show an Insert operation as a method has been added in the class. Is this the intended behaviour or is it supposed to be a bug?The text was updated successfully, but these errors were encountered: