Smart introduce exception..
while trying to use "extract method" refactoring following exsception showed:
Error message: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(100,155),button=1,modifiers=Button1,clickCount=1] on ###overrideRedirect###
java.lang.NoSuchMethodError: com.intellij.openapi.actionSystem.AnActionEvent.getActionManager()Lcom/intellij/openapi/actionSystem/ActionManager;
at org.intellij.plugins.smartIntroduce.SmartIntroduceAction.customExecute(SmartIntroduceAction.java:92)
at org.intellij.plugins.smartIntroduce.SmartIntroduceAction.actionPerformed(SmartIntroduceAction.java:59)
at com.intellij.openapi.o.a.m$b_.actionPerformed(m$b_.java:7)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
at com.intellij.openapi.o.a.m.fireActionPerformed(m.java:16)
at com.intellij.ui.a.a.h.doClick(h.java:18)
at com.intellij.ui.a.a.h.access$300(h.java:13)
at com.intellij.ui.a.a.h$a_.mouseReleased(h$a_.java:0)
at java.awt.Component.processMouseEvent(Component.java:5100)
at java.awt.Component.processEvent(Component.java:4897)
at java.awt.Container.processEvent(Container.java:1569)
at java.awt.Component.dispatchEventImpl(Component.java:3615)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
at java.awt.Container.dispatchEventImpl(Container.java:1613)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at com.intellij.ide.t.b(t.java:116)
at com.intellij.ide.t.a(t.java:74)
at com.intellij.ide.t.dispatchEvent(t.java:154)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Please sign in to leave a comment.
idea build number is 2242, latest smart introduce plugin downloaded
M. J. Milicevic wrote:
Hmm, the version of the plugin you've got is not supposed to be used in
4.5.x builds, only in Irida (3117+) builds. In my 4.5.3 installation
(build 2250) the PluginManager shows SmartIntroduce with version
"1.4.2-4.5.x" which does not contain any code that can cause that kind
of crash.
What does your PluginManager display as the installed and online version
of the plugin?
Do you use Irida- and 4.5.x builds with a shared plugin dir by any chance?
Sascha
Hi Sascha,
I think I downloaded plugin through Irida build, but my plugins are stored in the same directory where 4.5.x plugins are stored, so, that is probably thing I have to change,
-m