Eclipse IDE - Open Call Hierarchy is empty/broken

前端 未结 12 1204
难免孤独
难免孤独 2020-12-17 08:06

What should I do, if the \"Open Call Hierarchy\" is broken (empty for every method in a project)? It only shows the name of the method I wanted to see the call hierarchy fo

12条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-17 08:19

    In my case I was trying to get the call hierarchy of a method in the derived class of an abstract class. The requested method was declared abstract in the base class. When I opened the call hierarchy directly on the abstract method instead of the implemented one, everything worked well. (Eclipse Neon).

提交回复
热议问题