[ https://issues.apache.org/jira/browse/ARTEMIS-5104?focusedWorklogId=939247&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-939247 ]
ASF GitHub Bot logged work on ARTEMIS-5104: ------------------------------------------- Author: ASF GitHub Bot Created on: 21/Oct/24 16:10 Start Date: 21/Oct/24 16:10 Worklog Time Spent: 10m Work Description: clebertsuconic merged PR #5305: URL: https://github.com/apache/activemq-artemis/pull/5305 Issue Time Tracking ------------------- Worklog Id: (was: 939247) Time Spent: 0.5h (was: 20m) > 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 > 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: issues-unsubscr...@activemq.apache.org For additional commands, e-mail: issues-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact