Re: [OpenJDK 2D-Dev] Remove warnings in sun.java2d

2007-10-04 Thread Mark Reinhold
> Date: Thu, 04 Oct 2007 12:43:30 -0700 > From: [EMAIL PROTECTED] >Mark, when will the external access infrastructure be ready? If not at the time of the internal Mercurial cutover around the end of this month, then very shortly thereafter. - Mark

Re: [OpenJDK 2D-Dev] Remove warnings in sun.java2d

2007-10-04 Thread Dmitri Trembovetski
Hi Roman, Roman Kennke wrote: Hi Dmitri, thanks for the patch. We're currently in a somewhat of a freeze because of the move to Mercurial, so we'll probably integrate the patch after that's done. Cool, thank you. I'll wait with more patches then until Mercurial is done. Will

Re: [OpenJDK 2D-Dev] Remove warnings in sun.java2d

2007-10-04 Thread Roman Kennke
Hi Dmitri, >thanks for the patch. > >We're currently in a somewhat of a freeze because of >the move to Mercurial, so we'll probably integrate the patch >after that's done. Cool, thank you. I'll wait with more patches then until Mercurial is done. Will we get read-access to the j2

Re: [OpenJDK 2D-Dev] Remove warnings in sun.java2d

2007-10-04 Thread Dmitri Trembovetski
Hi Roman, thanks for the patch. We're currently in a somewhat of a freeze because of the move to Mercurial, so we'll probably integrate the patch after that's done. Thanks, Dmitri Roman Kennke wrote: I looked through the classes in sun.java2d and removed most warnings there.

[OpenJDK 2D-Dev] Remove warnings in sun.java2d

2007-10-03 Thread Roman Kennke
I looked through the classes in sun.java2d and removed most warnings there. That is, unused imports, @Override annotations, local variables hiding fields, static field access through an instance, redundant casts and maybe something else I forgot. Find the patch attached. /Roman -- http://kennke