Re: RFR: 8300863: Remove C-style array declarations in java.io

2023-01-23 Thread Erik Joelsson
On Mon, 23 Jan 2023 13:53:38 GMT, Per Minborg wrote: > Some variables are declared using old-style declarations. These should be > modified to conform to modern style. > > This is a task derived from https://github.com/openjdk/jdk/pull/11848 Something is causing high contention in the bot,

Re: RFR: 8300863: Remove C-style array declarations in java.io

2023-01-23 Thread Iris Clark
On Mon, 23 Jan 2023 13:53:38 GMT, Per Minborg wrote: > Some variables are declared using old-style declarations. These should be > modified to conform to modern style. > > This is a task derived from https://github.com/openjdk/jdk/pull/11848 Marked as reviewed by iris (Reviewer).

Re: RFR: 8300863: Remove C-style array declarations in java.io

2023-01-23 Thread Joe Darcy
On Mon, 23 Jan 2023 13:53:38 GMT, Per Minborg wrote: > Some variables are declared using old-style declarations. These should be > modified to conform to modern style. > > This is a task derived from https://github.com/openjdk/jdk/pull/11848 Nice cleanup. - Marked as reviewed

Re: RFR: 8300863: Remove C-style array declarations in java.io

2023-01-23 Thread Roger Riggs
On Mon, 23 Jan 2023 13:53:38 GMT, Per Minborg wrote: > Some variables are declared using old-style declarations. These should be > modified to conform to modern style. > > This is a task derived from https://github.com/openjdk/jdk/pull/11848 Marked as reviewed by rriggs (Reviewer).

Re: RFR: 8300863: Remove C-style array declarations in java.io

2023-01-23 Thread Alan Bateman
On Mon, 23 Jan 2023 13:53:38 GMT, Per Minborg wrote: > Some variables are declared using old-style declarations. These should be > modified to conform to modern style. > > This is a task derived from https://github.com/openjdk/jdk/pull/11848 Marked as reviewed by alanb (Reviewer).

RFR: 8300863: Remove C-style array declarations in java.io

2023-01-23 Thread Per Minborg
Some variables are declared using old-style declarations. These should be modified to conform to modern style. This is a task derived from https://github.com/openjdk/jdk/pull/11848 - Commit messages: - Fix more classes - Remove c-style declarations Changes: