Skip to content

"no AST change" when there are syntax errors #305

Open
@andre15silva

Description

@andre15silva

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)
	}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions