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
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
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
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
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
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)
>
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
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