You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (Jira)" <ji...@apache.org> on 2023/02/24 17:02:00 UTC

[jira] [Updated] (ARTEMIS-4181) Make try-with-resources style consistent

     [ https://issues.apache.org/jira/browse/ARTEMIS-4181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram updated ARTEMIS-4181:
------------------------------------
    Description: There are 872 instances of try-with-resources in the code-base and 151 of those use more than 1 resource. These should all follow a consistent style - 1 resource per line with no unnecessary semicolon at the end.

> Make try-with-resources style consistent
> ----------------------------------------
>
>                 Key: ARTEMIS-4181
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4181
>             Project: ActiveMQ Artemis
>          Issue Type: Task
>            Reporter: Justin Bertram
>            Assignee: Justin Bertram
>            Priority: Major
>
> There are 872 instances of try-with-resources in the code-base and 151 of those use more than 1 resource. These should all follow a consistent style - 1 resource per line with no unnecessary semicolon at the end.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)