Community
Participate
Working Groups
Build Identifier: 20100917-0705 See attached example code. Clearly, as the output also shows, B.b(String) is called by A.a(Type), but the caller hierarchy feature fails to pick this up - no callers are shown for B.b(String). I'm assuming that this is due to the fact that the signature of A.b contains the generic type parameter Type, not String, and B.b(String) is thus not identified as overriding A.b(Type). Reproducible: Always Steps to Reproduce: 1. Open attached code in Eclipse. 2. View caller hierarchy of method "b" in class "B".
Created attachment 195081 [details] example code
*** This bug has been marked as a duplicate of bug 123836 ***