Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Work around the removal of PsiQualifiedNamedElement.getContainer() #376

Closed
bjansen opened this issue Jul 22, 2016 · 0 comments
Closed

Work around the removal of PsiQualifiedNamedElement.getContainer() #376

bjansen opened this issue Jul 22, 2016 · 0 comments
Labels
Milestone

Comments

@bjansen
Copy link
Contributor

bjansen commented Jul 22, 2016

https://upsource.jetbrains.com/idea-ce/revision/idea-ce-f0bb0c69d64bfa2851995fa82f44ec5edc45d04e

This breaks in 2016.2.1 EAP when I call "go to class".

com.intellij.psi.impl.compiled.ClsClassImpl.getContainer()Lcom/intellij/psi/PsiQualifiedNamedElement;
java.lang.NoSuchMethodError: com.intellij.psi.impl.compiled.ClsClassImpl.getContainer()Lcom/intellij/psi/PsiQualifiedNamedElement;
    at org.intellij.plugins.ceylon.ide.compiled.CeylonClassDecorator$1.getLocationString(CeylonClassDecorator.java:117)
    at com.intellij.ide.util.NavigationItemListCellRenderer$LeftRenderer.customizeCellRenderer(NavigationItemListCellRenderer.java:180)
    at com.intellij.ui.ColoredListCellRenderer.getListCellRendererComponent(ColoredListCellRenderer.java:76)
    at com.intellij.ide.util.NavigationItemListCellRenderer.getListCellRendererComponent(NavigationItemListCellRenderer.java:69)
    at com.intellij.ide.util.gotoByName.ContributorsBasedGotoByModel$1.getListCellRendererComponent(ContributorsBasedGotoByModel.java:76)
@bjansen bjansen added the t-bug label Jul 22, 2016
@bjansen bjansen added this to the 1.2.3 milestone Jul 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant