syllant / idea-plugin-xstructure

Plugin for Intellij IDEA which provides a flexible Structure view
9 stars 3 forks source link

Incompatibility with IDEA 12 #1

Closed syllant closed 11 years ago

syllant commented 11 years ago
org.sylfra.idea.plugins.xstructure.view.XSViewComponent.getTree()Ljavax/swing/JTree;: org.sylfra.idea.plugins.xstructure.view.XSViewComponent.getTree()Ljavax/swing/JTree;
java.lang.NoSuchMethodError: org.sylfra.idea.plugins.xstructure.view.XSViewComponent.getTree()Ljavax/swing/JTree;
    at org.sylfra.idea.plugins.xstructure.view.XSViewComponent.<init>(XSViewComponent.java:31)
    at org.sylfra.idea.plugins.xstructure.view.provider.XSViewBuilder.createStructureView(XSViewBuilder.java:61)
    at com.intellij.ide.impl.StructureViewWrapperImpl.rebuild(StructureViewWrapperImpl.java:304)
    at com.intellij.ide.impl.StructureViewWrapperImpl$6.run(StructureViewWrapperImpl.java:239)
    at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:320)
    at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:310)
    at com.intellij.util.ui.update.MergingUpdateQueue$2.run(MergingUpdateQueue.java:254)
    at com.intellij.util.ui.UIUtil.invokeLaterIfNeeded(UIUtil.java:1971)
    at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:266)
    at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:227)
    at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:217)
    at com.intellij.util.Alarm$Request$1.run(Alarm.java:289)
    at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:343)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
    at java.awt.EventQueue.access$000(EventQueue.java:101)
    at java.awt.EventQueue$3.run(EventQueue.java:666)
    at java.awt.EventQueue$3.run(EventQueue.java:664)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:675)
    at com.intellij.ide.IdeEventQueue.d(IdeEventQueue.java:685)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:510)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:333)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:211)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
ghost commented 11 years ago

It would be nice to have this fixed, as it is not usable in Idea 12

syllant commented 11 years ago

Oops, had forgotten to upload the fix build. 1.4.5 uploaded just now.

ghost commented 11 years ago

Thanks. Susanta

On Wed, May 1, 2013 at 2:42 PM, syllant notifications@github.com wrote:

Oops, had forgotten to upload the fix build. 1.4.5 uploaded just now.

— Reply to this email directly or view it on GitHubhttps://github.com/syllant/idea-plugin-xstructure/issues/1#issuecomment-17298372 .