M-x jde-xref-display-call-tree
is probably what you want.

Remember to make
M-x jde-xref-make-xref-db

before you call jde-xref-display-call-tree for the first time.

Works like a charm :-)

/tekwiz

Torsten Geise wrote:

Hi Petter,

that's not what i'm looking for. This function find all occurrences of a
pattern. But i want to looking for all uses of a proper method of a
class.
For instance there is a class named A with a method named
getAttributeX(). Then i want to find all lines of code that use exact this method of class A, neither using methods that sounds like
getAttributeX (like: getAttributeXY or zzzgetAttributeX) nor methods
that have the same name but are methods from another class (like:
classB.getAttributeX()).


Torsten

Am Di, den 10.02.2004 schrieb Petter Måhlén um 09:59:


Hi,

Take a look at the JDE->Find->Expression menu alternative. It's also
described in the user's guide (under Searching Source Code), and is nearly
what you are looking for, I think.

/ Petter



-----Original Message-----
From: Torsten Geise [mailto:[EMAIL PROTECTED] Sent: den 10 februari 2004 08:29
To: [EMAIL PROTECTED]
Subject: request help on functionality



Hi folks,
is there a jde-function to find all usages of the function under the
cursor or something like that. I'm using the official debian sid package jde 2.3.2.


Thanks for any hints.
Torsten.

p.s.: thanks to paul and all other developer for this nice java ide and
debugger.








Reply via email to