Incorrect autoimport on gsp files in 10666
I am getting some Auto Import suggestions which don't seem right on gsp files in a grails project. On the following generated scaffolding code,
<g:each in="${lineInstance}" status="i" var="lineInstance">
<tr >
<td><g:link action="show" id="${lineInstance.id}">${fieldValue(bean:lineInstance, field:'id')}</g:link></td>
<td>${fieldValue(bean:lineInstance, field:'name')}</td>
</tr>
</g:each>
AutoImport is suggesting that the "i" have imports such as the following
com.jniwrapper.win32.automation.i
com.jniwrapper.win32.ie.i
...
This is quite annoying and has forced me to turn off autoimport entirely.
Thanks,
-Bruce
Please sign in to leave a comment.
This will be fixed in the next Maia EAP, thank you for reporting