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

Justin Bertram updated ARTEMIS-5104:
------------------------------------
    Summary: Remove unused variables  (was: FB.UUF_UNUSED_FIELD issues)

> Remove unused variables
> -----------------------
>
>                 Key: ARTEMIS-5104
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5104
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.25.0
>            Reporter: Andrey Slepykh
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 2.39.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> These fields have use the {{private}} access modifier so they can only be 
> accessed by the methods of their class. However, they are not used anywhere 
> in their class and are therefore redundant.
> Here are some examples:
>  * {{org.apache.activemq.artemis.jms.client.ActiveMQMessage.jmsDeliveryTime}}
>  * 
> {{org.apache.activemq.artemis.ra.ActiveMQRASessionFactoryImpl.allowLocalTransaction}}
>  * {{org.apache.activemq.artemis.jms.client.ActiveMQMessage.jmsDeliveryTime}}
>  * {{org.apache.activemq.artemis.maven.ArtemisCLIPlugin.descriptor}}
>  * {{org.apache.activemq.artemis.maven.ArtemisCreatePlugin.descriptor}}
>  * {{org.apache.activemq.artemis.maven.ArtemisDependencyDocPlugin.descriptor}}
>  * 
> {{org.apache.activemq.artemis.maven.ArtemisDependencyScanPlugin.descriptor}}
>  * 
> {{org.apache.activemq.artemis.ra.ActiveMQRASessionFactoryImpl.allowLocalTransaction}}
>  * 
> {{org.apache.activemq.artemis.core.protocol.core.impl.wireformat.ReplicationLiveIsStoppingMessage.finalMessage}}
>  * 
> {{org.apache.activemq.artemis.core.server.impl.GroupFirstMessageReference.owner}}
>  * 
> {{org.apache.activemq.artemis.core.management.impl.view.ActiveMQAbstractView.options}}



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