Madrapps / eventbus-plugin

IntelliJ iDEA plugin to work with projects using greenrobot's EventBus library

Home Page:https://plugins.jetbrains.com/plugin/12856-greenrobot-eventbus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LineMarker refers to old PsiElement

thsaravana opened this issue · comments

When the LineMarkerInfo is created, we pass the UElement along with it. So when the marker is clicked, we use this UElement. There are chances that this reference can be outdated and we end up processing an outdated element. This has caused either incorrect find usages, or exceptions.

Will be released in version 0.2