You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider a developer Alice editing the `pop` method of a `Stack` class in Java as depicted in the image above.
@@ -42,7 +42,7 @@ Although Alice made many edits to <span style="color:#D95F02">ImmutableStack</sp
42
42
When Alice deletes code from <spanstyle="color:#D95F02">ImmutableStack</span>, we can infer that this code does not belong to <spanstyle="color:#D95F02">ImmutableStack</span> anymore.
43
43
We thus introduce the new feature mapping <spanstyle="color:#7570B3">¬ImmutableStack</span> for the deleted code that is still present in Bob’s variant (highlighted in purple):
44
44
45
-
<imgsrc="meta/BobsVariant.png"alt="Bob's Recorded Feature Traces"width="250" />
45
+
<imgsrc="meta/BobsVariant.png"alt="Bob's Recorded Feature Traces"image-rendering="pixelated"width="250" />
46
46
47
47
A detailed explanation of this example can be found in our [paper][paper] and [preprint][preprint].
0 commit comments