We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Eclipse Build id: 20230608-1333 Eclipse Groovy Development Tools 5.0.0.v202306301519-e2306
Eclipse Build id: 20230608-1333
Eclipse Groovy Development Tools 5.0.0.v202306301519-e2306
For a class:
import grails.gorm.annotation.Entity import grails.mongodb.MongoEntity @Entity class Game implements MongoEntity<Game> {}
where the MongoEntity defines the methods like:
MongoEntity
@CompileStatic trait MongoEntity<D> implements GormEntity<D>, DynamicAttributes { static MongoCollection<Document> getCollection() { currentMongoStaticApi().getCollection() } }
If I use the class in the code:
it compiles and runs just fine, but the trait methods are underlined as "unknown" and also not resolved in autocomplete.
The text was updated successfully, but these errors were encountered:
caused by: 97a612e
Sorry, something went wrong.
Fix for #1509: ...
0148302
eric-milles
No branches or pull requests
Using
Eclipse Build id: 20230608-1333
Eclipse Groovy Development Tools 5.0.0.v202306301519-e2306
For a class:
where the
MongoEntity
defines the methods like:If I use the class in the code:
it compiles and runs just fine, but the trait methods are underlined as "unknown" and also not resolved in autocomplete.
The text was updated successfully, but these errors were encountered: