multitoys / css-x-fire

Automatically exported from code.google.com/p/css-x-fire
0 stars 0 forks source link

IDE Fatal Error when opening PhpStorm 3.0 (Swing Icon Problem) #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Starting the IDE (PhpStorm 3.0) or any other time when a treeview should open

What is the expected output? What do you see instead?

IDE Fatal Error:

com.intellij.openapi.vfs.VirtualFile.getIcon()Ljavax/swing/Icon;: 
com.intellij.openapi.vfs.VirtualFile.getIcon()Ljavax/swing/Icon;
java.lang.NoSuchMethodError: 
com.intellij.openapi.vfs.VirtualFile.getIcon()Ljavax/swing/Icon;
at com.googlecode.cssxfire.tree.CssRootNode.getIcon(CssRootNode.java:48)
at 
com.googlecode.cssxfire.tree.CssChangesTreeModel$MyTreeCellRenderer.getTreeCellR
endererComponent(CssChangesTreeModel.java:169)
at 
javax.swing.plaf.basic.BasicTreeUI$NodeDimensionsHandler.getNodeDimensions(Basic
TreeUI.java:2712)
...

What version of the product are you using? On what operating system?

css-x-fire 1.20
PhpStorm 3.0
Java 7 (Build 1.7.0-b147)
Windows 7 Pro 64Bit

Original issue reported on code.google.com by aicke.sc...@gmail.com on 14 Dec 2011 at 11:18

GoogleCodeExporter commented 8 years ago
This is fixed in 1.21

Original comment by ronnie.k...@gmail.com on 14 Dec 2011 at 11:36