jonnyzzz / IDEA.Dependencies

A plugin to analyze/remove unused dependencies between IntelliJ project modules
Apache License 2.0
5 stars 1 forks source link

IDEA API change #13

Closed jonnyzzz closed 10 years ago

jonnyzzz commented 10 years ago

it seems your plugin is not compatible anymore with latest 134 Trunk

com.eugenePetrenko.idea.dependencies.ui.LibrariesSelectionDialog$CellRenderer.append(Ljava/lang/String;)V: com.eugenePetrenko.idea.dependencies.ui.LibrariesSelectionDialog$CellRenderer.append(Ljava/lang/String;)V java.lang.NoSuchMethodError: com.eugenePetrenko.idea.dependencies.ui.LibrariesSelectionDialog$CellRenderer.append(Ljava/lang/String;)V at com.eugenePetrenko.idea.dependencies.ui.LibrariesSelectionDialog$CellRenderer.customizeCellRenderer(LibrariesSelectionDialog.java:355) at com.intellij.ui.ColoredTreeCellRenderer.getTreeCellRendererComponent(ColoredTreeCellRenderer.java:120) at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2809) at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:492) at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1359) at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1495) at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1287) at javax.swing.tree.VariableHeightLayoutCache.ensurePathIsExpanded(VariableHeightLayoutCache.java:983) at javax.swing.tree.VariableHeightLayoutCache.setExpandedState(VariableHeightLayoutCache.java:181) at javax.swing.plaf.basic.BasicTreeUI.updateExpandedDescendants(BasicTreeUI.java:1695) at javax.swing.plaf.basic.BasicTreeUI$Handler.treeExpanded(BasicTreeUI.java:3808) at javax.swing.JTree.fireTreeExpanded(JTree.java:2756) at javax.swing.JTree.setExpandedState(JTree.java:3616) at javax.swing.JTree.expandPath(JTree.java:2204) at javax.swing.JTree.expandRow(JTree.java:2219) at com.intellij.util.ui.tree.TreeUtil.expandAll(TreeUtil.java:790) at com.eugenePetrenko.idea.dependencies.ui.LibrariesSelectionDialog.(LibrariesSelectionDialog.java:75) at com.eugenePetrenko.idea.dependencies.actions.PostAction$2.run(PostAction.java:50) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:346) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:696) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:524) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:335) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

jonnyzzz commented 10 years ago

from Yann

jonnyzzz commented 10 years ago

fixed in 1.0.8