jonnyzzz / IDEA.Dependencies

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

No Such Method exception #15

Closed jonnyzzz closed 10 years ago

jonnyzzz commented 10 years ago

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:116) at javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(BasicTreeUI.java:2712) at javax.swing.tree.AbstractLayoutCache.getNodeDimensions(AbstractLayoutCache.java:475) at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.updatePreferredSize(VariableHeightLayoutCache.java:1342) at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1478) at javax.swing.tree.VariableHeightLayoutCache$TreeStateNode.expand(VariableHeightLayoutCache.java:1270) at javax.swing.tree.VariableHeightLayoutCache.ensurePathIsExpanded(VariableHeightLayoutCache.java:966) at javax.swing.tree.VariableHeightLayoutCache.setExpandedState(VariableHeightLayoutCache.java:164) at javax.swing.plaf.basic.BasicTreeUI.updateExpandedDescendants(BasicTreeUI.java:1643) at javax.swing.plaf.basic.BasicTreeUI$Handler.treeExpanded(BasicTreeUI.java:3716) at javax.swing.JTree.fireTreeExpanded(JTree.java:2656) at javax.swing.JTree.setExpandedState(JTree.java:3427) at javax.swing.JTree.expandPath(JTree.java:2163) at javax.swing.JTree.expandRow(JTree.java:2178) at com.intellij.util.ui.tree.TreeUtil.expandAll(TreeUtil.java:794) 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:318)

jonnyzzz commented 10 years ago

fixed in 1.0.8