-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
NPEFix not finding patches Bugs it should #24
Comments
I'm not being able to run the new version of NPEFix through the command line.
|
Thanks for the progress. Would you be able to identify the culprit commit with git bisset? |
That's what I was trying to do essentially, but I'm not being able to run NPEFix through the new command line. RMI Selector is always KO Update: that's fixed :), I'll open a PR soon |
Yes, RMI was used by @tdurieux we had a lot of fun about it. As far I remember, it's not necessary by default. So if I'm correct, there is no need to activate this selector and there must be a configuration to disable it (maybe it should be deactivated by default BTW) |
This is related to eclipse/repairnator#1159
NPEFix lost functionality over time as shown in the table below (left to right, oldest to latest):
To replicate configure the location of the dataset in
src/main/resources/config.ini
and run:My analysis:
maven-repair
is caused by thejava.lang.reflect.InvocationTargetException
exception.This analysis is WIP, I'll continue digging tomorrow and try to fix the exception bug.
The text was updated successfully, but these errors were encountered: