You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when downstream projects call JUnit in checker-framework-inference.jar, noSuchFieldError will occur.
I temporarily exclude the JUnit package from checker-framework-inference.jar to make downstream projects call their own JUnit to avoid this error. See it in #239.
But we should find out why and have a better solution.
The text was updated successfully, but these errors were encountered:
Currently, when downstream projects call
JUnit
inchecker-framework-inference.jar
,noSuchFieldError
will occur.I temporarily exclude the
JUnit
package fromchecker-framework-inference.jar
to make downstream projects call their ownJUnit
to avoid this error. See it in #239.But we should find out why and have a better solution.
The text was updated successfully, but these errors were encountered: