Aman Sharma

Results 56 issues of Aman Sharma

**Is your feature request related to a problem? Please describe.** Not a problem but this shall allow running `cicero` commands without actually 'typing out' the whole command (and its flags...

Type: Feature Request 🛍️
Type: Need Investigation 🔬

I was trying to reproduce https://github.com/INRIA/spoon/issues/4727 and I came across another possible bug in the Spoon model builder. It seems that when comments are added to `CtCaseExpression`s, they are not...

Printing enum constants with sniper printer enforces `;` at the end even though it is not present before. For example, ```java public enum Days { SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY,...

We no longer need to get the path to maven executable [via `M2_HOME`](https://github.com/INRIA/spoon/blob/master/src/main/java/spoon/MavenLauncher.java#L93) because its usage has been deprecated with [newer Windows releases](https://github.com/actions/virtual-environments/issues/4485#issuecomment-967145878). EDIT: Support for `M2_HOME` was deprecated in...

https://github.com/INRIA/spoon/pull/4296 added a patch that sets source position for a very specific case. However, I think there are still many cases left. One of them has been described [here](https://github.com/INRIA/spoon/pull/4296#issuecomment-973890405). We...

Hi! I have a suggestion for an improvement in the edit script. Consider these two files: **left** ```java import java.util.LinkedList; import java.util.Queue; class TreeTraversal { class TreeNode { public int...

bug

I think it would be nice if scrolling either of the editors in `monaco-diff` view scrolled the other one by the same amount. For example, one can see how it...

enhancement
help wanted

![vega](https://user-images.githubusercontent.com/35191225/94368702-40493000-0103-11eb-9f2e-e0685cfb873e.gif)

enhancement
help wanted
good first issue

The AST diff in the literal value of return is not being reported. ```diff public class NestedLambda { public int iHaveNestedLambda() { Function1 f1 = () -> { Function2 f2...

https://mvnrepository.com/artifact/fr.inria.gforge.spoon.labs/gumtree-spoon-ast-diff/1.50