The plugin throw exception after updating to IntelliJ 12.0.2
Closed this issue · 1 comments
nribeka commented
IntelliJ seems to be changing some of their code base and this break the old plugin. I manage to fix them by adding one casting to the GenerateTestMethods.java
Line 83:
- Configurable configurable = component.createConfigurable();
+ Configurable configurable = (Configurable) component.createConfigurable();
hablutzel1 commented
Thanks for the fix Nyoman, I just submitted the fix to Jetbrains plugins site and the update will be available within two days, by the way do you have a minute to rate the plugin at http://plugins.jetbrains.com/plugin?pr=&pluginId=5847 ? it would be really helpful to receive feedback to improve the plugin