Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Grails: Cannot resolve symbol 'group' in UrlMappings.groovy

$
0
0

I am using the following to create a URL mapping group inside UrlMappings.groovy:

 

        group("/rest") {

            "/events"(resources: 'event')

            "/candidates"(resources: 'candidate')

        }

According to the Grails 2.3 documentation, this syntax is valid.  Furthermore, Grails 2.3 does not report any errors when compiling my app and the URL mapping above works inside my app.
However, IntelliJ IDEA 13.0.2 Build IU-133.696 is flagging group above with the error, Cannot resolve symbol 'group'.  It is also flagging "/events" and "/candidates" with the same error.
This appears to be a bug inside the IDEA Grails plugin.  Should I open a bug report for this?

Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>