Results 3 issues of Fernanda Madeiral

Hi all, I have the following code: ```java int a, c = 0; void foo(int a) { a = a; } ``` I want to remove the statement `a =...

Hi! This PR simply fixes a broken link in the README file.

We have two pretty printing strategies, sniper and normal. We currently let the user choose which strategy she wants to use. However, the sniper strategy is very desired, and failure...