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.
Instead, it gives the hashcode() method. Why this method?

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?

Thank you all

--
        [@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]
 ----------------------------


Reply via email to