Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.25.0
-
None
Description
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
Attachments
Issue Links
- links to