I was involved ever so slightly in correcting a bug in that code, and at that time, it was recursive to check also inherited methods and variables. And as far as I can tell in Completion.java for 2.2.9beta6, it is still the case (recursiveListMethods, recursiveListFields, etc.).
Are you sure it is only limited to the current class? / Petter -----Original Message----- From: J. T. [mailto:[EMAIL PROTECTED]] Sent: den 12 december 2001 16:06 To: [EMAIL PROTECTED] Subject: jde-complete methods / variable ... After looking at the java src code, I noticed that the completion of methods (and also for variables) are limited to those declared by the class/interface at point. My guess is this is for efficiency reason. But what about providing a customization or a different function to complete with all the methods (declared AND inherited)? Thanks, j.t. __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com
