[
https://issues.apache.org/jira/browse/ARTEMIS-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Bish resolved ARTEMIS-1407.
-----------------------------------
Resolution: Fixed
Assignee: Timothy Bish
Fix Version/s: 2.4.0
> FindBugs: Suspicious calls to generic collection methods in
> AMQPConnectionCallback.java
> ---------------------------------------------------------------------------------------
>
> Key: ARTEMIS-1407
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1407
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: AMQP, Broker
> Affects Versions: 2.4.0
> Reporter: Jiri Danek
> Assignee: Timothy Bish
> Fix For: 2.4.0
>
>
> {noformat}
> 249 public Transaction removeTransaction(Binary txid) {
> 250 XidImpl xid = newXID(txid.getArray());
>
> CID 1420682 (#1 of 1): GC: Suspicious calls to generic collection methods
> (FB.GC_UNRELATED_TYPES)
> 1. defect: org.apache.activemq.artemis.core.transaction.impl.XidImpl is
> incompatible with expected argument type org.apache.qpid.proton.amqp.Binary.
> 251 return transactions.remove(xid);
> 252 }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)