Eclipse type hierarchy not always working

前端 未结 3 1776
醉梦人生
醉梦人生 2020-12-23 17:39

When I want to see implementation of some interface through F4 (type hierarchy) or ctrl+t (quick hierarchy) or implementation of a method, I

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-23 17:57

    I had this same problem and fixed it by deleting the Eclipse index cache files located in .metadata/.plugins/org.eclipse.jdt.core. Delete all .index files and savedIndexNames.txt. Do this while Eclipse is not running and then restart. This fixed the issue for me.

提交回复
热议问题