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
