Hi,

I've found a problem when using the jde-open-jump-to-class function.
Basically when I try to open the definition of a method that is specified
in a super-class that is extended using generics doesn't work properly.

Example:

*** Class definitions:

public class A<T> {
  void do() {...}
}

public class B extends A<xxx> {
}


*** Java code fragment

B b = getB();
b.do();

When I try to jump to the method definition 'do()' I get a "Method not found"
message.
I have a very limited knowledge in lisp, but it looks like the problem is 
in the semantic package.

Any ideas?

I'm using:
JDEE 2.4.0 
Emacs 22.2.1


Thanks in advance,
Pedro

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to