Re: Fixing compiler warnings in src/demo/share/jfc

2019-11-08 Thread Marc Hoffmann
Dear Magnus, as advised I signed the OCA and it was quickly approved (thanks to Dalibor!). I also posted my proposal to swing-dev (https://mail.openjdk.java.net/pipermail/swing-dev/2019-October/009846.html) but with no response so far. Do you have an idea what other strings I can pull to find a

Re: Fixing compiler warnings in src/demo/share/jfc

2019-10-29 Thread Marc Hoffmann
Hi Magnus, I submitted a signed OCA and will suggest the patch to swing-dev. I'll come back in case I struggle with the process. Thanks for your support for my little contribution! -marc > On 29. Oct 2019, at 13:21, Magnus Ihse Bursie > wrote: > > Hi, > > Thank you for fixing this, and for

Re: Fixing compiler warnings in src/demo/share/jfc

2019-10-29 Thread Magnus Ihse Bursie
Hi, Thank you for fixing this, and for your nice workds about the OpenJDK build system! Those warnings have annoyed me to, and I'm glad to see that someone has stepped up to fix them. Unfortunately, making a first time contribution to OpenJDK is somewhat cumbersome, since this is a large and

Re: Fixing compiler warnings in src/demo/share/jfc

2019-10-28 Thread David Holmes
Hi Marc, Please take this to the swing-...@openjdk.java.net mailing list as these are not build issues. Note some/many mailing lists strip attachments. Thanks, David On 24/10/2019 3:59 am, Marc Hoffmann wrote: MOTIVATION As a developer of the JaCoCo code coverage library I do lots of JDK b

Fixing compiler warnings in src/demo/share/jfc

2019-10-28 Thread Marc Hoffmann
MOTIVATION As a developer of the JaCoCo code coverage library I do lots of JDK builds. JDK builds are simple, fast and produce minimal log output. Nice! What annoys me though are plenty of compiler warnings at the end of the build caused by the example code in src/demo/share/jfc FIX I propose a