What can be the reason that jde-complete-at-point only gets the public-methods and no 
private ones??

For example:

Suppose i want to complete

  this.

Then this should give me a list off all methods (regardless of public or private) but 
it offers only the public ones (plus the stuff from
the all the extended baseclasses).

This occurs on Solaris 2.6 with JDK 1.3 and compiled with jikes, not javac!

If i do something similar with NT 4.0, JDK 1.3 and compiled with javac, all is working 
fine (means i get also private methods).

Can jikes be the problem that the beanshell doesn´t find the private methods (i have 
tried to debug the JDE completion code
and it seems that 'jde-complete-get-classinfo' and here the line 
'(bsh-eval-r (concat "jde.util.Completion.getClassInfo(\"" name "\");"))' only returns 
the public-stuff and not the private ones too!!

I´m really sure, that my CLASSPATH and all related things with JDE are correctly 
setup!!

I´m using JDE 2.2.6.2, Emacs 20.7 and Solaris 2.6 / Windows NT 4.0.

Any ideas?

MTIA,
Klaus


-- 
Klaus Berndl                    mailto: [EMAIL PROTECTED]
sd&m AG                 http://www.sdm.de
software design & management    
Thomas-Dehler-Str. 27, 81737 München, Germany
Tel +49 89 63812-392, Fax -220

Reply via email to