OK, I'll try a better working example this time (I'll cut it straight out of IDEA now 
instead of retyping...):

PrintWriter p = new PrintWriter(new OutputStream());
System.setOut(p.

The completion alternatives are only five for p. They seem to be methods of Object. 
Correct behavior or bug?

/M�ns

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Yura Cangea
> Sent: den 18 oktober 2001 16:04
> To: [EMAIL PROTECTED]
> Subject: Re: [Eap-list] incorrect completion?
> 
> 
> On Thu, 18 Oct 2001 15:47:09 +0200, M�ns af Klercker wrote:
> 
> 
> 
> First of all you can't just do PrintWriter p = new PrintWriter() 
> since PrintWriter doesn't have a default constructor. And what do 
> you mean by "the 
> completion in setOut is shorter than I thought it would be?"
> 
> >Try the following snippet in #507:
> >
> >PrintWriter p = new PrintWriter();
> >System.setOut(
> >
> >The completion in setOut() is somewhat shorter than I thought it 
> would be (Only five methods/fields, should have been more). Is 
> this a bug or is it 
> a correct behavior?
> >
> >
> >cheers,
> >/M�ns
> >
> 
> 
> 
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list
> 


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to