Aman Sharma
Aman Sharma
> The value of QUERY variable coming is sb.toString() but I need it should come as SELECT id,first,last FROM Employees; You cannot do that with Spoon as I said [here](https://github.com/INRIA/spoon/issues/4715#issuecomment-1113168300)....
I can propose an idea here. In my opinion, the final sticker should be able to _depict that Spoon has something to do with Java_. One example could be the...
Hi @bhatnagar444 ! I am unsure what you mean by the call hierarchy of a variable. I am assuming it means the same as how the variable changed over the...
> but I'm unsure if we want to change the style of the DJPP? There was a similar problem in printing array initialisations. DJPP would always print `[]` after the...
@monperrus I can have a look at it. Can you assign it to me? It can be in my logs that way.
I think the root of this problem is the `ElementSourceFragment` tree that is being created. For example, the tree of `public class Field { String f1,f2,f3 = "42",f4; }` is...
An idea to deal with the above comment is pushed [here](https://github.com/algomaster99/spoon/tree/joint-declaration-esf). It will take a lot of time to reach the goal so I am putting it in my backlog....
> Instead, it's matched to the parenthesis following, so the one preceding the `3` here. Why is `(` (just before the `d` in `double`) getting matched with another opening parenthesis...
> Not sure what you mean by that, the opening parenthesis should match an opening parenthesis. My intuition of parsing such things is that the program would try to find...
@slarse Could you help me reproduce this? I want to use this issue to understand the inner workings of the `SniperPrettyPrinter` and how it preserves the formatting changes before building...