-
Notifications
You must be signed in to change notification settings - Fork 7
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
specimin build run fail on CF issue #6282 #36
Comments
This failure is coming from Specimin's build system, not from running the tool. In particular, this is the auto-formatter failing, because of the changes that you made in |
I am getting this error message:
The value of parameterInString = "NoSuchMethodException | IllegalAccessException | InvocationTargetException | IllegalArgumentException e" |
This issue is fixed; the remaining issue is a duplicate of #38. |
I am trying to apply SPECIMIN on a CF issue.
Test branch for testing.
Command:
./gradlew run --args='--outputDirectory "tempDir" --root "src/test/resources/ISSUE_6282/Chronicle-Core" --targetFile "src/main/java/net/openhft/chronicle/core/internal/ClassUtil.java" --targetMethod "src.main.java.net.openhft.chronicle.core.internal.ClassUtil#setAccessible(AccessibleObject)"'
Error message:
Please notice, jar path was not provided to the specimin command. Any help is appreciated.
The text was updated successfully, but these errors were encountered: