Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0m2
-
Fix Version/s: 2.0.0RC1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Navigating on the super keyword should move the focus to the super class declaration. Similarly, navigating on code like this:
super.x
should move you to the declaration of x in the super class, even if x is overridden in the current class.
Let me rephrase the above. Navigating on the 'x' of
super.xworks, but navigating on the 'super' does not. Similarly, replace 'super' with 'this' and there is no navigation capability.