Hi all,
My problem about completion is resolved when I switch to the
"jde-completion-at-point-menu" instead of "jde-completion-at-point" variable.
What I don't understand is that in the first case, all methods (in class and
super-classes) were displayed in the popup menu while in the second one, only
methods in the java.lang.Object are displayed. (????) Note that my class is
beforehand compiled.
Paul Kinnucan a �crit :
> At 09:55 AM 9/5/00 +0400, you wrote:
> >Hi,
> >
> >Perhaps this situation already discussed in the mailing, so I apologize
> >if I have missed something.My question is about more understanding the
> >completion code utility and utilization.
> >
> >I have the following code:
> >------
> >public class BiomasMain {
> > public void setVal1(){}
> > public void setVal2(){}
> > public static void main (String[] args) {
> > BiomasMain bm = new BiomasMain();
> > bm.---->completion code // (asking by pressing F5 for me)
> > } // end of main ()
> >
> >}
> >-----------
> >I believed that when requesting the completion code procedure, it
> >proposes all methods in the class BiomasMain since bm is its instance.
>
> Yes, including methods that it inherits from Object class.
>
> >Instead, it gives the hashcode() method. Why this method?
> >
>
> See above.
>
> >Furthermore, when I do the following: bm.setV--->completion code, the
> >message I receive is "No completion at this point! (cycle)"
> >
> >So, what is the reason?
> >
>
> I had no trouble with completion on your example.
>
> Did you compile the class before trying to do completion on it?
>
> I would appreciate it if you would tell me what additional material should
> be in the JDE User's Guide to enable you to get a complete understanding of
> how completion works.
>
> - Paul
>
> ------------------------------------------------------------
> HOW TO ASK FOR TECH SUPPORT
>
> When requesting technical support, please generate a problem report, using
> the JDE->Help->Submit Problem Report command, and submit this report along
> with your help request. The Submit Problem Report command is designed to
> gather all the information that someone who does not have direct access to
> your system might need to solve your problem. It saves people who want to
> help you from having to waste time trying to dig relevant information out
> of you. Please note that if you do not get a response to a question, it may
> be because you did not provide sufficient information to solve the problem.
> Filing a problem report is the best way to ensure that you get a response.
>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> JDE website: http://sunsite.auc.dk/jde/
>
> JDE mailing list archive:
> http://www.mail-archive.com/[email protected]/maillist.html
--
[@666[]]::::::::::::::::::::::::::::::::::>
ANDRIAMASINORO Fenintsoa
Multi-agent Researcher
IREMIA University of La R�union
FRANCE
T�l: 02 62 89 51 65 (portable) / 02 62 93 83 24 (office)
E-Mail: [EMAIL PROTECTED]
----------------------------