Eclipse IDE - Open Call Hierarchy is empty/broken

前端 未结 12 1182
难免孤独
难免孤独 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:31

    The following may help:

    • Calling eclipse with eclipse.exe -clean -refresh forces Eclipse to rebuild the index. After that the feature worked again.
    • Closing and re-opening the project.

提交回复
热议问题