if a PsiClassOwner has a synthetic class inside, presumably it's a strange class... 94.344
commit2470719101f3f9b109fc1955b1fbcd8a64c34d3f
authorpeter <peter.gromov@jetbrains.com>
Thu, 18 Feb 2010 21:37:37 +0000 (18 21:37 +0000)
committerpeter <peter.gromov@jetbrains.com>
Thu, 18 Feb 2010 21:52:20 +0000 (18 21:52 +0000)
tree39c24f08c44a239069e15e7394b2c90ca9d13640
parent3918ac9d6a5564aae4896cb4dbf7a95e46b7b0e9
if a PsiClassOwner has a synthetic class inside, presumably it's a strange class owner (e.g. groovy script) and we shouldn't replace its icon with the one of its classes'
java/java-impl/src/com/intellij/ide/JavaFileIconPatcher.java