jdaugherty opened a new issue, #339:
URL: https://github.com/apache/grails-intellij-plugin/issues/339

   I have code of this form in a Grails (2.5.6) project:
   
   ```groovy
   import MyController
   import grails.test.mixin.TestFor
   import spock.lang.Specification
   <snip>
   
   @TestFor(MyController)
   class MyControllerSpec extends Specification { ... }
   ```
   The import of the controller is reported as unused by the resp. inspection, 
but Optimize Import does not remove it:
   
   _⚠️ attachment `image.png` was not included in the export_
   
   Since the import is _not_ obsolete, it shouldn't trigger the warning.
   
   ---
   
   *1 attachment(s) referenced here (`image.png`) are not part of the CSV 
export.*
   *Imported from 
[IDEA-201195](https://youtrack.jetbrains.com/issue/IDEA-201195) · 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]

Reply via email to