RFR: 8283426: Fix 'exeption' typo

2022-03-20 Thread Andrey Turbanov
Fix repeated type `exeption` - Commit messages: - [PATCH] Typo 'Exeption' instead of 'Exception' Changes: https://git.openjdk.java.net/jdk/pull/7879/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7879&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8283426

Re: RFR: 8283426: Fix 'exeption' typo

2022-03-20 Thread Xue-Lei Andrew Fan
On Sun, 20 Mar 2022 13:30:01 GMT, Andrey Turbanov wrote: > Fix repeated type `exeption` Looks good to me. Thanks! - Marked as reviewed by xuelei (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/7879

Re: RFR: 8283426: Fix 'exeption' typo

2022-03-20 Thread Iris Clark
On Sun, 20 Mar 2022 13:30:01 GMT, Andrey Turbanov wrote: > Fix repeated type `exeption` Marked as reviewed by iris (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/7879

Re: RFR: 8283426: Fix 'exeption' typo

2022-03-20 Thread David Holmes
On Sun, 20 Mar 2022 13:30:01 GMT, Andrey Turbanov wrote: > Fix repeated typo `exeption` Looks good. Thanks for cleaning this up. - Marked as reviewed by dholmes (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/7879

Re: RFR: 8236987: Remove call to System.out.println from ImageIcon.loadImage

2022-03-20 Thread Tejesh R
On Tue, 15 Mar 2022 16:49:56 GMT, Alexey Ivanov wrote: >>> @aivanov-jdk , U r right, the status remains LOADING for url.. I was >>> getting "ERRORED" because I was showing a message using >>> `JOptionPane.showMessageDialog(null, "");` before setting ImageIcon. >> >> Ah, with the message di

Re: RFR: 8282422: JTable.print() failed with UnsupportedCharsetException on AIX ko_KR locale

2022-03-20 Thread Ichiroh Takiguchi
On Sat, 26 Feb 2022 16:24:07 GMT, Ichiroh Takiguchi wrote: > On AIX ko_KR locale, I could see following exception after JTable.print() was > called > > java.nio.charset.UnsupportedCharsetException: sun.font.X11KSC5601 > at java.base/java.nio.charset.Charset.forName(Charset.java:527) >

Re: RFR: 8283426: Fix 'exeption' typo

2022-03-20 Thread Bradford Wetmore
On Sun, 20 Mar 2022 13:30:01 GMT, Andrey Turbanov wrote: > Fix repeated typo `exeption` Good grief! I wouldn't have expected it to be so widespread. Thanks for noticing and fixing. - Marked as reviewed by wetmore (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/7879

RFR: 8283437: Refactor imageio classes javadoc to use @throws instead of @exception

2022-03-20 Thread Prasanta Sadhukhan
Prevailing JDK coding practices use "@throws" rather than "@exception". Refactor existing imageio classes javadoc to use @throws - Commit messages: - Fix - Fix - Fix Changes: https://git.openjdk.java.net/jdk/pull/7885/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=78