Re: [jde] xref *-caller files empty

2004-09-28 Thread Raul Acevedo
On Tue, 2004-09-28 at 16:15 +0100, Dominik Dahlem wrote: I'm testing the xref functionality on a small codebase. In my most simple example, I would like to display the call tree of a private method in a class. Also, jde-xref-first-caller results in a message No more calls in my minibuffer.

Re: [jde] xref *-caller files empty

2004-09-28 Thread Paul Kinnucan
Raul Acevedo writes: On Tue, 2004-09-28 at 16:15 +0100, Dominik Dahlem wrote: I'm testing the xref functionality on a small codebase. In my most simple example, I would like to display the call tree of a private method in a class. Also, jde-xref-first-caller results in a message No

Re: [jde] xref *-caller files empty

2004-09-28 Thread Dominik Dahlem
Thanks for all your help. I appreciate it. I got it working as easily as promised on their web-page. Dominik Raul Acevedo wrote: On Tue, 2004-09-28 at 16:15 +0100, Dominik Dahlem wrote: I'm testing the xref functionality on a small codebase. In my most simple example, I would like to display

Re: [jde] xref *-caller files empty

2004-09-28 Thread Dominik Dahlem
I searched for jdee plugins on google and couldn't find anything other than jde-usages. Are you aware of any more plugins into jdee which support java developing? Thanks, Dominik Paul Kinnucan wrote: Raul Acevedo writes: On Tue, 2004-09-28 at 16:15 +0100, Dominik Dahlem wrote: I'm

Re: [jde] xref *-caller files empty

2004-09-28 Thread Suraj Acharya
Thanks Paul, that sounds good. Please let me know if I can do anything to help with the integration. I've been playing around with the idea of adding some test cases to the plugin so that you can easily tell when semantic or some other changes break it. This should make life easier for you when