hablutzel1 / GenerateTestCases

Behaviour Driven Development plugin for IntelliJ IDEA
18 stars 11 forks source link

The plugin throw exception after updating to IntelliJ 12.0.2 #33

Closed nribeka closed 11 years ago

nribeka commented 11 years ago

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 11 years ago

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