Re: Java Call Hierarchy Bug?

2024-06-14 Thread Mitch Claborn
See attached zip file with minimal source and a screen shot of what I see in the Java Call Hierarchy output. I contend that test1()::Test1 should not appear in the output, because it is not a caller of getFullSku()::OrderDetail which is stated (or at least strongly implied) in the hierarchy dis

Re: Java Call Hierarchy Bug?

2024-06-14 Thread Pieter van den Hombergh
add the full code of hierarchy and caller or at least a minimal working example. at first glance I see nothing odd here. Maybe a matter of misunderstanding? met vriendelijke groet Pieter van den Hombergh Op vr 14 jun 2024, 18:10 schreef Mitch Claborn : > See details below. This seems like a bug

Java Call Hierarchy Bug?

2024-06-14 Thread Mitch Claborn
See details below. This seems like a bug. Do you agree? Want to confirm before I file a bug report. Class OrderDetailBase defines method: public String getSku(). I am doing a Java Call Hierarchy on this method. Class OrderDetail is a subclass of OrderDetailBase and defines this method that c