SpoonLabs/nopol

Upgrade spoon version to 6.2.0

surli opened this issue · 0 comments

surli commented

Nopol currently uses Spoon 6.0.0 which seems buggy, particularly towards generic types.
Since #156 we got a lot of errors like this:

spoon.compiler.ModelBuildingException: Type mismatch: cannot convert from element type Ord<capture#1-of ? extends RexNode> to Ord at /root/workspace/apache/calcite/352270782/core/src/main/java/org/apache/calcite/rel/metadata/RelMdCollation.java:220

(see: eclipse/repairnator#445)

I think it worthes it to use Spoon 6.2.0 and release a new version.