Community
Participate
Working Groups
If a full name to a public inner Java class is held by a JavaTypeName property (such as test.foo.Something$Else), the jump action handler is unable to find the type definition and the ctrl-hover hyperlink is not enabled. The issue is that JDT expects inner classes to be referenced via '.' separator as opposed to '$' separator. The fix is to convert the type name prior to doing the lookup. This was already fixed in Java type validation service. The jump handler needs a similar fix.
Fixed.
Verified by jump to public inner java class.
Ling, since you are a committer, you can mark a bug as closed when you've verified it, without going through the verified status explicitly.