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
[Static type checking] - Cannot find matching method java.lang.Object#method(java.util.LinkedHashMap <java.lang.String, java.lang.String>, java.lang.String). Please check if the declared type is correct and if the method exists.
Just realized after posting this is for NEO4J. This I'm not using, just plain old GrailsCompileStatic, in a controller which may suggest its not a NEO4J issue.
When I have a class with a property called 'attributes' and add @GrailsCompileStatic annotation, I have a compile error.
Here is the example class
This is the error:
Apparently, the compiler try use attributes() method from DynamicAttributes trait.
Here is the link to the example app
The text was updated successfully, but these errors were encountered: