On Tue, 23 Nov 2021 20:52:40 GMT, Andrey Turbanov wrote:
>> 8274893: Update java.desktop classes to use try-with-resources
>
> Andrey Turbanov has updated the pull request incrementally with one
> additional commit since the last revision:
>
> 8274893: Update java.desktop classes to use try-w
On Fri, 19 Nov 2021 19:24:50 GMT, Sergey Bylokhov wrote:
>> updated
>
> What about "new InputStreamReader()" here and below?
added it to `try` too
-
PR: https://git.openjdk.java.net/jdk/pull/5817
> 8274893: Update java.desktop classes to use try-with-resources
Andrey Turbanov has updated the pull request incrementally with one additional
commit since the last revision:
8274893: Update java.desktop classes to use try-with-resources
close nested streams too to unify code
-
On Thu, 18 Nov 2021 18:32:30 GMT, Andrey Turbanov wrote:
>> src/java.desktop/share/classes/javax/swing/text/html/HTMLEditorKit.java line
>> 463:
>>
>>> 461: new InputStreamReader(is, ISO_8859_1));
>>> 462: defaultStyles.loadRules(r, null);
>>> 463:
On Thu, 18 Nov 2021 05:36:29 GMT, Sergey Bylokhov wrote:
>> Andrey Turbanov has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8274893: Update java.desktop classes to use try-with-resources
>> fix review comments
>
> src/java.desktop/shar
> 8274893: Update java.desktop classes to use try-with-resources
Andrey Turbanov has updated the pull request incrementally with one additional
commit since the last revision:
8274893: Update java.desktop classes to use try-with-resources
fix review comments
-
Changes:
- all:
On Thu, 18 Nov 2021 05:30:59 GMT, Sergey Bylokhov wrote:
>> Andrey Turbanov has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - 8274893: Update java.desktop classes to use try-with-resources
>>close nested resources too
>> - [PATCH] U
On Wed, 13 Oct 2021 07:35:16 GMT, Andrey Turbanov wrote:
>> 8274893: Update java.desktop classes to use try-with-resources
>
> Andrey Turbanov has updated the pull request incrementally with two
> additional commits since the last revision:
>
> - 8274893: Update java.desktop classes to use try
On Tue, 12 Oct 2021 06:16:00 GMT, Sergey Bylokhov wrote:
>> Andrey Turbanov has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - 8274893: Update java.desktop classes to use try-with-resources
>>close nested resources too
>> - [PATCH] U
> 8274893: Update java.desktop classes to use try-with-resources
Andrey Turbanov has updated the pull request incrementally with two additional
commits since the last revision:
- 8274893: Update java.desktop classes to use try-with-resources
close nested resources too
- [PATCH] Use try-with
On Tue, 5 Oct 2021 08:13:53 GMT, Andrey Turbanov wrote:
> 8274893: Update java.desktop classes to use try-with-resources
src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java line
587:
> 585: // Pending: verify character encoding spec for gconf
> 586:
8274893: Update java.desktop classes to use try-with-resources
-
Commit messages:
- [PATCH] Use try-with-resources to close resources in java.desktop
- [PATCH] Use try-with-resources to close resources in java.desktop
- [PATCH] Use try-with-resources to close InputStream in java.de
12 matches
Mail list logo