Hi, we occasionally obtain unreasonable errors for groovy source:
- Groovy:unable to resolve class E
- The type Object is not generic; it cannot be parameterized with arguments <E>
They mostly occur in pair and for sources that has no real errors (see a screenshot at groovyerror.jpg).
When this starts to happen, it propagates to many groovy files, and to remove that noisy fake errors we have to edit every class adding a type to make it generic, save, then remove the changes and save another time.
Any idea? Could it be somewhat related to groovy joint-compilation? (This is a project that mixes java and groovy sources).
We are using STS 2.7.0.M2, and I suspect it started to happen after upgrade to M2 (but I'm not really sure).
Cheers
Davide


Reply With Quote
