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

Justin Bertram updated ARTEMIS-5112:
------------------------------------
    Description: 
The {{createTransportConnection()}} function uses a try/catch block. In this 
block a {{transportConnection}} variable is created which, under any conditions 
of creation, is checked for null. There is no security threat as this is just 
an unnecessary check.

[https://github.com/apache/activemq-artemis/blob/4c6cded2e79cf10d2323de1b5fa7418b289ab034/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ClientSessionFactoryImpl.java#L1314C10-L1319]

  was:
The createTransportConnection() function uses the try{}...catch{} block. In 
this block, a transportConnection variable is created, which, under any 
conditions of creation, is checked for the value != NULL. There is no security 
threat, as this is just an unnecessary check.

[https://github.com/apache/activemq-artemis/blob/4c6cded2e79cf10d2323de1b5fa7418b289ab034/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ClientSessionFactoryImpl.java#L1314C10-L1319]

Found by Linux Verification Center (portal.linuxtesting.ru) with SVACE.
Author A.Rudyuk.


> unnecessary check in ClientSessionFactoryImpl.java
> --------------------------------------------------
>
>                 Key: ARTEMIS-5112
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5112
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Alex
>            Priority: Minor
>
> The {{createTransportConnection()}} function uses a try/catch block. In this 
> block a {{transportConnection}} variable is created which, under any 
> conditions of creation, is checked for null. There is no security threat as 
> this is just an unnecessary check.
> [https://github.com/apache/activemq-artemis/blob/4c6cded2e79cf10d2323de1b5fa7418b289ab034/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl/ClientSessionFactoryImpl.java#L1314C10-L1319]



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to