Miscellaneous improvements to "jar".

Ulf Zibis Ulf.Zibis at gmx.de
Sun Jun 28 13:10:29 UTC 2009


Yes, thanks for the copious discussion.

-Ulf


Am 27.06.2009 23:27, Martin Buchholz schrieb:
> Let's take the latest code style as a compromise we can all live with.
>
> Martin
>
> On Sat, Jun 27, 2009 at 10:20, Ulf Zibis <Ulf.Zibis at gmx.de 
> <mailto:Ulf.Zibis at gmx.de>> wrote:
>
>     Additional 2 cents, I more would like:
>
>
>         +        return File.createTempFile("jartmp", null, (dir !=
>         null ? dir : new File(".")));
>
>
>     or:
>
>
>     +        return File.createTempFile("jartmp", null,
>     +               dir != null ? dir : new File("."));
>
>     -Ulf
>
>
>




More information about the core-libs-dev mailing list