Hi,
> the method
> com.sun.codemodel.JCodeModel#build
>
> uses a PrintStream for printing the status. Shouldn't this be a
> PrintWriter instead?
> Is there any reason for choosing PrintStream? Is it possible to switch
> that to PrintWriter?
System.out is PrintStream, I believe this is the only reason.
Bye.
/lexi