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
Apparently we got a regression with generics maybe because of #1661
We got the following error when using Spoon on assertj:
Failed to execute goal fr.inria.gforge.spoon:spoon-maven-plugin:2.4:generate (default) on project assertj-core: Exception during the spoonify of the target project. Type mismatch: cannot convert from AbstractListAssert<capture#76-of ?,List,Object,ObjectAssert> to AbstractListAssert,Object,ObjectAssert> at /builds/workspace/AssertJ/src/main/java/org/assertj/core/api/AbstractIterableAssert.java:491 -> [Help 1]
Apparently we got a regression with generics maybe because of #1661
We got the following error when using Spoon on assertj:
The text was updated successfully, but these errors were encountered: