Notifications
Clear all

JUnit Test Problem: General error during class generation: nyi.class.eclipse.jdt.internal.compiler.lookup.WildcardBinding

1 Posts
1 Users
0 Likes
1,345 Views
0
Topic starter

A developer is trying to run unit tests with JUnit. However, the unit tests do not run. They also do not show an error message in the output.

Studio does show an error with the following description: "General error during class generation: nyi.class.eclipse.jdt.internal.compiler.lookup.WildcardBinding"

image

This error sometimes moves between different unit test files if the developer runs "ant clean" and "ant build".

What is the best way to solve this issue?

1 Answer
0
Topic starter

Another developer reported that turning off “Enable script folder support” in Groovy Compiler Settings makes the issue disappear. This did not seem to work for all developers experiencing the issue though.