"Sprenger, Karel" <[EMAIL PROTECTED]> writes:

> Hello,
> 
[...]
> 
> Is this a semantic problem?
>
No.

Completion looks for the logger class type by parsing the current java file.
(jde-parse-declared-type-of) The method is not smart enough to look for it in
the super class or classes within the same package.

I will take a look at it later, it should be straightforward to use semantic
to add the functionality to look for the variable in the super class.

Javier

Reply via email to