[
https://issues.apache.org/jira/browse/ARTEMIS-5104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy A. Bish resolved ARTEMIS-5104.
--------------------------------------
Fix Version/s: 2.39.0
Resolution: Fixed
> FB.UUF_UNUSED_FIELD issues
> --------------------------
>
> 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
>
> Filed has the private access modifier, so this field can only be accessed by
> methods of this class. However, it is not used anywhere in this class and is
> redundant.
> Here are some examples:
> * org.apache.activemq.artemis.jms.client.ActiveMQMessage.jmsDeliveryTime in
> /artemis-jakarta-client/target/generated-sources/transformed/org/apache/activemq/artemis/jms/client/ActiveMQMessage.java
> *
> org.apache.activemq.artemis.ra.ActiveMQRASessionFactoryImpl.allowLocalTransaction
> inĀ
> /artemis-jakarta-ra/target/generated-sources/transformed/org/apache/activemq/artemis/ra/ActiveMQRASessionFactoryImpl.java
> * org.apache.activemq.artemis.jms.client.ActiveMQMessage.jmsDeliveryTime in
> /artemis-jms-client/src/main/java/org/apache/activemq/artemis/jms/client/ActiveMQMessage.java
> * org.apache.activemq.artemis.maven.ArtemisCLIPlugin.descriptor in
> /artemis-maven-plugin/src/main/java/org/apache/activemq/artemis/maven/ArtemisCLIPlugin.java
> * org.apache.activemq.artemis.maven.ArtemisCreatePlugin.descriptor in
> /artemis-maven-plugin/src/main/java/org/apache/activemq/artemis/maven/ArtemisCreatePlugin.java
> * org.apache.activemq.artemis.maven.ArtemisDependencyDocPlugin.descriptor in
> /artemis-maven-plugin/src/main/java/org/apache/activemq/artemis/maven/ArtemisDependencyDocPlugin.java
> * org.apache.activemq.artemis.maven.ArtemisDependencyScanPlugin.descriptor
> in
> /artemis-maven-plugin/src/main/java/org/apache/activemq/artemis/maven/ArtemisDependencyScanPlugin.java
> *
> org.apache.activemq.artemis.ra.ActiveMQRASessionFactoryImpl.allowLocalTransaction
> in
> /artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQRASessionFactoryImpl.java
> *
> org.apache.activemq.artemis.core.protocol.core.impl.wireformat.ReplicationLiveIsStoppingMessage.finalMessage
> in
> /artemis-server/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/wireformat/ReplicationLiveIsStoppingMessage.java
> *
> org.apache.activemq.artemis.core.server.impl.GroupFirstMessageReference.owner
> in
> /artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/GroupFirstMessageReference.java
> *
> org.apache.activemq.artemis.core.management.impl.view.ActiveMQAbstractView.options
> in
> /artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/view/ActiveMQAbstractView.java
--
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