Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Ctrl+Alt+H doesn't work
Ctrl+Alt+H doesn't work [message #555082] Wed, 25 August 2010 12:07 Go to next message
No real name is currently offline No real nameFriend
Messages: 2
Registered: August 2010
Junior Member
i have download the eclipse-jee-helios-win32.zip from eclipse.org,but i find the shortcut key "Ctrl+Alt+H" doesn't work well.
i wrote an interface CertifyClient and an implement:
public interface CertifyClient {
public realNameCertify();
}
public class CertifyClientImpl implements CertifyClient{
public realNameCertify(){
.......
}
}

when i use the shortcut key on CertifyClient.realNameCertify(),eclipse can find the calling hierarchy. but when i use the shortcut key on the
CertifyClientImpl.realNameCertify(), i couldn't get the calling hierarchy. i can reappear it.

can someone tell me why? send email:chenzhou851025@163.com
thank you so much
Re: Ctrl+Alt+H doesn't work [message #555095 is a reply to message #555082] Wed, 25 August 2010 12:34 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
chenzhou851025@163.com wrote:
> i have download the eclipse-jee-helios-win32.zip from
> eclipse.org,but i find the shortcut key "Ctrl+Alt+H" doesn't work well.
> i wrote an interface CertifyClient and an implement:
> public interface CertifyClient {
> public realNameCertify();
> }
> public class CertifyClientImpl implements CertifyClient{
> public realNameCertify(){
> .......
> }
> }
>
> when i use the shortcut key on
> CertifyClient.realNameCertify(),eclipse can find the calling
> hierarchy. but when i use the shortcut key on the
> CertifyClientImpl.realNameCertify(), i couldn't get the calling
> hierarchy. i can reappear it.
>
> can someone tell me why?
Maybe you're seeing https://bugs.eclipse.org/bugs/show_bug.cgi?id=313668

Dani
> send email:mailto:chenzhou851025@163.com thank you so much
Re: Ctrl+Alt+H doesn't work [message #555890 is a reply to message #555095] Mon, 30 August 2010 05:24 Go to previous message
No real name is currently offline No real nameFriend
Messages: 2
Registered: August 2010
Junior Member
Dani:
thanks so much.
I am glad to see the bug will be fixed.
Previous Topic:having trouble on subversion
Next Topic:eclipse
Goto Forum:
  


Current Time: Thu Apr 25 05:07:12 GMT 2024

Powered by FUDForum. Page generated in 0.02392 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top