Prevailing JDK coding practices use "@throws" rather than "@exception".
Refactor existing java/awt classes javadoc to use @throws
-
Commit messages:
- Fix
- Fix
Changes: https://git.openjdk.java.net/jdk/pull/7675/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7675&ran
On Wed, 2 Mar 2022 22:21:03 GMT, Mandy Chung wrote:
>> Tim Prinzing has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> suggested changes
>
> test/jdk/java/util/ResourceBundle/exeNullCallerResourceBundle/exeNullCallerResourceBundle.c
> line
> The caller class returned by Reflection::getCallerClass was used to gain
> access to it's module in most cases and class loader in one case. I added a
> method to translate the caller class to caller module so that the decision of
> what module represents the caller with no stack frame is made
Supporting `IsoFields` temporal fields in chronologies that are similar to ISO
chronology. Corresponding CSR has also been drafted.
-
Commit messages:
- 8279185: Support for IsoFields in JapaneseDate/MinguoDate/ThaiBuddhistDate
Changes: https://git.openjdk.java.net/jdk/pull/7683/fi
On Thu, 3 Mar 2022 16:55:46 GMT, Tim Prinzing wrote:
>> The caller class returned by Reflection::getCallerClass was used to gain
>> access to it's module in most cases and class loader in one case. I added a
>> method to translate the caller class to caller module so that the decision
>> of wh
> Supporting `IsoFields` temporal fields in chronologies that are similar to
> ISO chronology. Corresponding CSR has also been drafted.
Naoto Sato has updated the pull request incrementally with one additional
commit since the last revision:
copyright year fix
-
Changes:
- all