Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lombok compatibility #25

Open
ynoir opened this issue Nov 23, 2016 · 0 comments
Open

lombok compatibility #25

ynoir opened this issue Nov 23, 2016 · 0 comments

Comments

@ynoir
Copy link

ynoir commented Nov 23, 2016

If the project which is being processed is using lombok (https://projectlombok.org/), the jdt2famix.sh needs to be extended. Otherwise, the stuff generated by lombok is not available when parsing and exceptions occur.

The last line would be like this:
java -javaagent:lombok-X.XX.X.jar=ECJ -cp "$BASE_PATH/*:$BASE_PATH" com.feenk.jdt2famix.injava.Main

Also, make sure the lombok jar in available (e.g. put it in the folder from which you call jdt2famix.sh).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant