I have a class Ca which extends Cb. Method M1 is implemented in the parent (Cb). However when invoked by classes, they would typically have called Ca.M1(). I want to find all such occurrences.
Eclipse has a feature 'Find references' (Shortcut: CTRL+SHIFT+G). However, it only works on actual methods defined in a class and not on derived methods.
Is there a an easier way search for this method use in Eclipse?