jdaugherty opened a new issue, #144: URL: https://github.com/apache/grails-intellij-plugin/issues/144
When writing a test for UrlMappings, IntelliJ doesn't recognize that the `@TestFor(UrlMappings)` is for the `UrlMappings` in the default package, which exists in at `grails-app/conf/UrlMappings.groovy`. The IDE flags this as an error and tries to import `org.codehaus.groovy.grails.web.mappings.UrlMappings`, when it should instead find the `UrlMappings` existing in the `grails-app/conf` directory. --- *Imported from [IDEA-115096](https://youtrack.jetbrains.com/issue/IDEA-115096) · 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]
