The Call Hierarchy view in Eclipse JDT 3.8 seems to show only the references / callers from the own classes in the current project / working set.
Callers from jars / libraries are not shown any more.
In contrast, in eclipse <= 3.6 this showed all callers, including the ones from libraries.
Example:
CTRL-SHIFT-T
; open DocumentBuilderFactory
setAttribute()
Call Hierarchy
from context menuEclipse 3.8 shows no matches, while Eclipse 3.6 shows (at least) one match (tested with jdk 6)
(In the "Search in" setting, all options are checked)
Question:
Is there a way to enable the previous behavior in eclipse 3.8 or is it a bug?
(same issue can be seen in the "Show Callee Hierachy" mode - it does not show any internal callees any more from a jdk class, e.g. compare callees of ArrayList.get()
)
In Call Hierarchy View, click on the drop down arrow, select 'Search in' and check the 'Application libraries' box.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With