I didn't see any report of SI failing on 3117, but it's not working for me, on MacOS. Nothing happens when I call it, not stacktrace, nothing.
Alalin
Not working on Windows XP either. I get the following stack trace:
java.lang.NoSuchMethodError: com.intellij.openapi.actionSystem.AnActionEvent.]]>(Ljava/awt/event/InputEvent;Lcom/intellij/openapi/actionSystem/DataContext;Ljava/lang/String;Lcom/intellij/openapi/actionSystem/Presentation;I)V at org.intellij.plugins.smartIntroduce.SmartIntroduceAction.customExecute(SmartIntroduceAction.java:88) at org.intellij.plugins.smartIntroduce.SmartIntroduceAction.actionPerformed(SmartIntroduceAction.java:55) at com.intellij.openapi.f.a.e.a(e.java:56) at com.intellij.openapi.f.a.e.b(e.java:4) at com.intellij.openapi.f.a.e.a(e.java:164) at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:96) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:17) 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)
Hi Alalin :),
Alain Ravet wrote:
Not working on Windows XP either. I get the following stack trace:
java.lang.NoSuchMethodError:
com.intellij.openapi.actionSystem.AnActionEvent.]]>(Ljava/awt/event/InputEvent;Lcom/intellij/openapi/actionSystem/DataContext;Ljava/lang/String;Lcom/intellij/openapi/actionSystem/Presentation;I)V
at
org.intellij.plugins.smartIntroduce.SmartIntroduceAction.customExecute(SmartIntroduceAction.java:88)
at
org.intellij.plugins.smartIntroduce.SmartIntroduceAction.actionPerformed(SmartIntroduceAction.java:55)
at com.intellij.openapi.f.a.e.a(e.java:56)
at com.intellij.openapi.f.a.e.b(e.java:4)
at com.intellij.openapi.f.a.e.a(e.java:164)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:96)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:17)
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)
Bas
Alain Ravet wrote:
Here's a version that should work for 3117. It was a simple fix.
Bas
Attachment(s):
SmartIntroduce-1.4.3.jar