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. > > -- Mit freundlichen Gr��en E&E information consultants AG Torsten Geise Bereich Architecture- and Solution Development Invalidenstra�e 112, D-10115 Berlin Phone: +49-30-280 488 + 353 Fax: +49-(0)30-280488 28 [EMAIL PROTECTED] www.ee-consultants.de
