Open andre15silva opened 9 months ago
For example, these two will result in "no AST change" when running the CLI on them
package gumtree.spoon.diff.operations; import com.github.gumtreediff.actions.model.Insert; public class InsertOperation extends AdditionOperation<Insert> { public InsertOperation(Insert action) { super(action); } }
package gumtree.spoon.diff.operations; import com.github.gumtreediff.actions.model.Insert; public class InsertOperation extends AdditionOperation<Insert> { public InsertOperation(Insert action) { super(action) } }
For example, these two will result in "no AST change" when running the CLI on them