-
Notifications
You must be signed in to change notification settings - Fork 27
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
SpoonException when running sorald repair on junit4 #275
Comments
Looks like a problem in the sniper printer. Gut feeling: this is gonna be hard. |
I've found the problem: the source position of |
I believe that I have fixed this problem. Waiting for merge in Spoon and then I'll try it. |
The latest snapshot of Spoon works, the crash is gone! So we need to wait until Saturday for the next beta release, or use the snapshot version in the meantime. @nharrand If you want to use the snapshot version to be able to run some trial experiments right away, just change the Spoon dependency in <dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
- <version>8.4.0-beta-9</version>
+ <version>8.4.0-SNAPSHOT</version>
<exclusions>
<exclusion> |
I'm closing this as I've verified that it's solved with the new version, and thus #324 takes over from here. |
Hi,
I ran into the following issue when running sorald in repair mode.
When I run
on junit4 on commit
7852b90cfe1cea1e0cdaa19d490c83f0d8684b50
, with sorald commit417b17dd5ec6d1fa4f9aacd300194e3fc5c4f78e
I obtain:
The text was updated successfully, but these errors were encountered: