Re: Java cross reference tool

From: Robert Klemme (bob.news_at_gmx.net)
Date: 12/27/04


Date: Mon, 27 Dec 2004 11:36:07 +0100


"Dirk Daems" <dirk.d@telenet.be> schrieb im Newsbeitrag
news:28Vyd.9079$rR6.569380@phobos.telenet-ops.be...
> Robert Klemme wrote:
> > "Dirk Daems" <dirk.d@telenet.be> schrieb im Newsbeitrag
> > news:Gp%wd.3855$HO2.259182@phobos.telenet-ops.be...
> >
> >>Hi,
> >>
> >>I'm looking for good Java cross reference tools.
> >>Are you familiar with such a tool? What are the (dis)advantages of it?
> >>Is it prepared for the new 1.5 Tiger release?
> >
> >
> > If you need code navigation, Eclipse might be what you want; it lets
you
> > even navigate through std lib classes. You can also use doxygen to
> > generate HTML documentation that includes source code and is fully
cross
> > referenced.
> >
> > Kind regards
> >
> > robert
> >
>
> I need to find out where certain methods of a certain class are used.

During development eclipse is paramount at this task. With the call
hiearchy you can even find all places several levels deep and navigate
there quickly.

> I
> took a look at the Doxygen tool but I think it only can show cross
> references when extra tags are added to the code.

That's not true as far as I can see. I did a check right now with doxygen
version 1.3-rc1 and it includes a line containing hyperlinks to all
methods that invoke the method.

Kind regards

    robert



Relevant Pages

  • Re: Tree structure - how do we link nodes together?
    ... Robert Klemme wrote: ... Ruby does not have the multitude of options that C++ has. ... It helps me to think of references and the objects they point to as ... altered or corrupted during transmission. ...
    (comp.lang.ruby)
  • Re: Tablespace Usage and Performance
    ... Robert Klemme wrote: ... performance degragation". ... Kind regards ... Puget Sound Oracle Users Group ...
    (comp.databases.oracle.server)
  • Re: XML::LibXML navigation
    ... I can locate them easily enough but I am struggling to navigate ... right element node or catch the code node before I begin to loop ... In your example @results looks like it would contain references to ...
    (perl.beginners)
  • Re: error handling...
    ... Robert Klemme wrote: ... > This code is vendor specific. ... right kind of exception for you. ... Kind regards, ...
    (comp.lang.java.databases)
  • Re: Protect sensitive string in .class
    ... Robert Klemme wrote: ... Kind regards ... Simply run the application under a debugger, single stepping through it until you perform the crypto operations. ... Bang - there's your key, regardless of whether it was originally written in Java, C, Pascal or assembly. ...
    (comp.lang.java.programmer)