Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Method reference chain
Method reference chain [message #148055] Wed, 10 March 2004 10:34 Go to next message
Eclipse UserFriend
Originally posted by: chrismo.clabs.org

I love how Eclipse can show me all method references for a given method
-- I'd really love to have a process where I feed in a method and
recursively work backwards up the call chain (and to top it off get a
dot [http://www.research.att.com/sw/tools/graphviz/] graph showing the
whole thing).

Is there anything along those lines out there in Eclipse (or outside
Eclipse) land? If not, how could I programmatically hook into Eclipse's
ability to get me method references?

--
Chris
http://clabs.org
Re: Method reference chain [message #148059 is a reply to message #148055] Wed, 10 March 2004 10:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: arnout.standaert.n-o-s-p-a-m.cit.kuleuven.ac.be

Chris Morris <chrismo@clabs.org> wrote:

> I love how Eclipse can show me all method references for a given
> method -- I'd really love to have a process where I feed in a
> method and recursively work backwards up the call chain (and to
> top it off get a dot
> [http://www.research.att.com/sw/tools/graphviz/] graph showing
> the whole thing).
>
> Is there anything along those lines out there in Eclipse (or
> outside Eclipse) land? If not, how could I programmatically hook
> into Eclipse's ability to get me method references?

I'm not sure if this is what you mean, but in the outline view,
right-click a method and choose "Call Hierarchy". Very handy indeed,
it's one of those can't-miss-it features.

Regards,
Wald
Re: Method reference chain [message #148063 is a reply to message #148059] Wed, 10 March 2004 11:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chrismo.clabs.org

Wald wrote:

> I'm not sure if this is what you mean, but in the outline view,
> right-click a method and choose "Call Hierarchy". Very handy indeed,
> it's one of those can't-miss-it features.

Ah ... I'm only running 2.1.2 on this machine -- went to a 3.0 M7
machine and now I see it -- that's perfect.

--
Chris
http://clabs.org
Re: Method reference chain [message #148171 is a reply to message #148063] Thu, 11 March 2004 10:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: linnet.nospam.users.sourceforge.net

Hi Chris,

If you want it for 2.1.2, you can install the plugin from
http://eclipse-tools.sf.net/call-hierarchy (update site:
http://eclipse-tools.sf.net/updates). It is basically the same plugin
from before I integrated it into Eclipse.

Best regards,

Jesper

Chris Morris wrote:
> Wald wrote:
>
>> I'm not sure if this is what you mean, but in the outline view,
>> right-click a method and choose "Call Hierarchy". Very handy indeed,
>> it's one of those can't-miss-it features.
>
>
> Ah ... I'm only running 2.1.2 on this machine -- went to a 3.0 M7
> machine and now I see it -- that's perfect.
>
Re: Method reference chain [message #148176 is a reply to message #148171] Thu, 11 March 2004 10:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chrismo.clabs.org

Jesper Kamstrup Linnet wrote:

> Hi Chris,
>
> If you want it for 2.1.2, you can install the plugin from
> http://eclipse-tools.sf.net/call-hierarchy (update site:
> http://eclipse-tools.sf.net/updates). It is basically the same plugin
> from before I integrated it into Eclipse.

Okay -- I saw that plug-in before seeing the 3.0 functionality and
wondered if they were the same.

Any chance of adding a dot (graphviz)[1] interface on this same data?
:-) That would really be great. Or maybe just an export to a .dot file?

[1] http://www.research.att.com/sw/tools/graphviz/

--
Chris
http://clabs.org
Re: Method reference chain [message #148260 is a reply to message #148176] Fri, 12 March 2004 00:12 Go to previous message
Eclipse UserFriend
Originally posted by: linnet.nospam.users.sourceforge.net

Hi Chris,

I'll give it a thought over the weekend. Before you get your hopes up,
though, I'm not very focused on developing further on the external
plugin, so if something's coming out of this, it's most likely for the
internal Eclipse version (although as a new external plugin).

Best regards,

Jesper


Chris Morris wrote:

> Jesper Kamstrup Linnet wrote:
>
>> Hi Chris,
>>
>> If you want it for 2.1.2, you can install the plugin from
>> http://eclipse-tools.sf.net/call-hierarchy (update site:
>> http://eclipse-tools.sf.net/updates). It is basically the same plugin
>> from before I integrated it into Eclipse.
>
>
> Okay -- I saw that plug-in before seeing the 3.0 functionality and
> wondered if they were the same.
>
> Any chance of adding a dot (graphviz)[1] interface on this same data?
> :-) That would really be great. Or maybe just an export to a .dot file?
>
> [1] http://www.research.att.com/sw/tools/graphviz/
>
Previous Topic:show HTML pages inside Eclipse
Next Topic:Classpath incomplete in IJavaProject#findType
Goto Forum:
  


Current Time: Thu May 08 13:34:27 EDT 2025

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

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

Back to the top