jdaugherty opened a new issue, #205: URL: https://github.com/apache/grails-intellij-plugin/issues/205
We recently had to split a grails service in two separate classes and move the corresponding tests as well. This was difficult to do manually. It should be possible to implement refactoring for moving a service method, since they are stateless. It should also be simple enough to automate the refactoring for moving a test method from a test class to another - since, again, these are typically stateless or use private fields or methods that are not referred from other classes. --- *Imported from [IDEA-141434](https://youtrack.jetbrains.com/issue/IDEA-141434) · Type: Feature · Votes: 1* *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]
