Aman Sharma

Results 234 comments of Aman Sharma

Isn't it a better idea to link the [insights/contributors](https://github.com/INRIA/spoon/graphs/contributors) list? The list is available under two conditions - either the repository is public or the organization needs to upgrade to...

> With that out of the way, your current focus seems to be statically finding the argument values and where they are set. As far as I can see, this...

Continuing our conversation on LinkedIn whose summary is as follows: > @bhatnagar444 does not have access to tests so using collector-sahab is out of scope. Hence, static analysis is the...

For the record, these are some of the cases @bhatnagar444 has outlined: ``` //**************************************************************************************************************// //Possible case - 1 (Taking query parts from Constant.java or properties file) - AWS SCT FAILED...

@bhatnagar444 Trying fiddling around a bit after referring to https://spoon.gforge.inria.fr/pattern.html. The more precise questions you ask, the more precise answers you get. :)

@bhatnagar444 is your issue resolved?

@joelmo Hi! The order of types in a package is not relevant for an AST, so we do not maintain it. See [`CtPackage#getTypes`](https://github.com/INRIA/spoon/blob/faebd19cd5f90988ac3afe7a08111948cd5e8aa0/src/main/java/spoon/reflect/declaration/CtPackage.java#L96) API. Moreover, a package can have multiple...

@monperrus Is that a private repository or is the link incorrect? I am unable to access it.

I have figured out [where](https://github.com/INRIA/spoon/blob/master/src/main/java/spoon/reflect/visitor/DefaultJavaPrettyPrinter.java#L760) this happens. However, I am not sure how to fix this yet. I know that this fix would go into SniperJavaPrettyPrinter. This is the place...

@slarse thanks for the pointers. Keeping this in my backlog.