On Thu, 18 Oct 2001 15:55:48 +0200, M�ns af Klercker wrote: It's not a bug, IDEA limits the completion to fields that have non-void return value, otherwise it wouldn't make sense to call a method with void return in an argument of a method.
>Ooops: snippet should have been: > >PrintWriter p = new PrintWriter(); >System.setOut(p. > >/M�ns > >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On >> Behalf Of M�ns af Klercker >> Sent: den 18 oktober 2001 15:47 >> To: Eap-List@Intellij. Com >> Subject: [Eap-list] incorrect completion? >> >> >> 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
