apache / apache/grails-intellij-plugin
Grails: GSP: wrong inspection "Unnecessary qualified reference" in tags
- Dominant language
- Java
- Stars
- 17
- Forks
- 4
- Avg merge
- 5d 15h
- Merged PRs (30d)
- 4
Description
grails 2.5.5
**index.gsp**
_⚠️ attachment `inspection.jpg` was not included in the export_
Domain class example.Author.
Remove package name "example" and the reference will not be resolved, application will fail to run.
---
*1 attachment(s) referenced here (`inspection.jpg`) are not part of the CSV export.*
*Imported from [IDEA-168322](https://youtrack.jetbrains.com/issue/IDEA-168322) · Type: Bug · Votes: 0*
*Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.*
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the inspection in index.gsp using the domain class example.Author, keeping the package name required for the application to run. Start by locating the inspection handling qualified references in the Grails IntelliJ plugin. Done means the qualified reference is no longer incorrectly marked as unnecessary while the application still resolves the class.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- groovy
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100