jdaugherty opened a new issue, #86: URL: https://github.com/apache/grails-intellij-plugin/issues/86
Grails. [IDEA-49052](https://youtrack.jetbrains.com/issue/IDEA-49052) is fixed, but the following issue exists. In any controller provide a dummy action like: ``` ... def action1 = { request.var1 = 0 } ... ``` In IDEA "var1" token is: a) yellow due to "Access to unresolved expression" inspection (here see probably [IDEA-71635](https://youtrack.jetbrains.com/issue/IDEA-71635)). b) and also underlined as not resolved. BTW, inside a web flow in an expression like "flow.var2" var2 is not underlined. But still yellow. 108.804. --- *Imported from [IDEA-72513](https://youtrack.jetbrains.com/issue/IDEA-72513) · Type: Bug · Votes: 0* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
