http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v2/XATransactionIdTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v2/XATransactionIdTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v2/XATransactionIdTest.java
index 9b49001..3d9ea6c 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v2/XATransactionIdTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v2/XATransactionIdTest.java
@@ -31,12 +31,14 @@ public class XATransactionIdTest extends 
TransactionIdTestSupport {
 
    public static final XATransactionIdTest SINGLETON = new 
XATransactionIdTest();
 
+   @Override
    public Object createObject() throws Exception {
       XATransactionId info = new XATransactionId();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       XATransactionId info = (XATransactionId) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/BaseCommandTestSupport.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/BaseCommandTestSupport.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/BaseCommandTestSupport.java
index bab20c4..1619b26 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/BaseCommandTestSupport.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/BaseCommandTestSupport.java
@@ -29,6 +29,7 @@ import 
org.apache.activemq.openwire.DataFileGeneratorTestSupport;
  */
 public abstract class BaseCommandTestSupport extends 
DataFileGeneratorTestSupport {
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       BaseCommand info = (BaseCommand) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/BrokerIdTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/BrokerIdTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/BrokerIdTest.java
index f19dcc0..e4ef684 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/BrokerIdTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/BrokerIdTest.java
@@ -32,12 +32,14 @@ public class BrokerIdTest extends 
DataFileGeneratorTestSupport {
 
    public static final BrokerIdTest SINGLETON = new BrokerIdTest();
 
+   @Override
    public Object createObject() throws Exception {
       BrokerId info = new BrokerId();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       BrokerId info = (BrokerId) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/BrokerInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/BrokerInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/BrokerInfoTest.java
index 0d4be46..494d7d2 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/BrokerInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/BrokerInfoTest.java
@@ -28,12 +28,14 @@ public class BrokerInfoTest extends BaseCommandTestSupport {
 
    public static final BrokerInfoTest SINGLETON = new BrokerInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       BrokerInfo info = new BrokerInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       BrokerInfo info = (BrokerInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionControlTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionControlTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionControlTest.java
index ccb5880..3106db4 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionControlTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionControlTest.java
@@ -31,12 +31,14 @@ public class ConnectionControlTest extends 
BaseCommandTestSupport {
 
    public static final ConnectionControlTest SINGLETON = new 
ConnectionControlTest();
 
+   @Override
    public Object createObject() throws Exception {
       ConnectionControl info = new ConnectionControl();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ConnectionControl info = (ConnectionControl) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionErrorTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionErrorTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionErrorTest.java
index 0908400..8d23282 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionErrorTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionErrorTest.java
@@ -31,12 +31,14 @@ public class ConnectionErrorTest extends 
BaseCommandTestSupport {
 
    public static final ConnectionErrorTest SINGLETON = new 
ConnectionErrorTest();
 
+   @Override
    public Object createObject() throws Exception {
       ConnectionError info = new ConnectionError();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ConnectionError info = (ConnectionError) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionIdTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionIdTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionIdTest.java
index bd65d86..2a371b4 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionIdTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionIdTest.java
@@ -32,12 +32,14 @@ public class ConnectionIdTest extends 
DataFileGeneratorTestSupport {
 
    public static final ConnectionIdTest SINGLETON = new ConnectionIdTest();
 
+   @Override
    public Object createObject() throws Exception {
       ConnectionId info = new ConnectionId();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ConnectionId info = (ConnectionId) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionInfoTest.java
index 0bf7113..9bc45ec 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConnectionInfoTest.java
@@ -29,12 +29,14 @@ public class ConnectionInfoTest extends 
BaseCommandTestSupport {
 
    public static final ConnectionInfoTest SINGLETON = new ConnectionInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       ConnectionInfo info = new ConnectionInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ConnectionInfo info = (ConnectionInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConsumerControlTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConsumerControlTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConsumerControlTest.java
index 5c2bf7f..db11e7f 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConsumerControlTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConsumerControlTest.java
@@ -31,12 +31,14 @@ public class ConsumerControlTest extends 
BaseCommandTestSupport {
 
    public static final ConsumerControlTest SINGLETON = new 
ConsumerControlTest();
 
+   @Override
    public Object createObject() throws Exception {
       ConsumerControl info = new ConsumerControl();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ConsumerControl info = (ConsumerControl) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConsumerIdTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConsumerIdTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConsumerIdTest.java
index 8da7fd9..25e526f 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConsumerIdTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConsumerIdTest.java
@@ -32,12 +32,14 @@ public class ConsumerIdTest extends 
DataFileGeneratorTestSupport {
 
    public static final ConsumerIdTest SINGLETON = new ConsumerIdTest();
 
+   @Override
    public Object createObject() throws Exception {
       ConsumerId info = new ConsumerId();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ConsumerId info = (ConsumerId) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConsumerInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConsumerInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConsumerInfoTest.java
index 6d3db80..c5c7253 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConsumerInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ConsumerInfoTest.java
@@ -29,12 +29,14 @@ public class ConsumerInfoTest extends 
BaseCommandTestSupport {
 
    public static final ConsumerInfoTest SINGLETON = new ConsumerInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       ConsumerInfo info = new ConsumerInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ConsumerInfo info = (ConsumerInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ControlCommandTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ControlCommandTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ControlCommandTest.java
index 7359977..4a1d72d 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ControlCommandTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ControlCommandTest.java
@@ -31,12 +31,14 @@ public class ControlCommandTest extends 
BaseCommandTestSupport {
 
    public static final ControlCommandTest SINGLETON = new ControlCommandTest();
 
+   @Override
    public Object createObject() throws Exception {
       ControlCommand info = new ControlCommand();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ControlCommand info = (ControlCommand) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DataArrayResponseTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DataArrayResponseTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DataArrayResponseTest.java
index 0198aa5..877671a 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DataArrayResponseTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DataArrayResponseTest.java
@@ -29,12 +29,14 @@ public class DataArrayResponseTest extends ResponseTest {
 
    public static final DataArrayResponseTest SINGLETON = new 
DataArrayResponseTest();
 
+   @Override
    public Object createObject() throws Exception {
       DataArrayResponse info = new DataArrayResponse();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       DataArrayResponse info = (DataArrayResponse) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DataResponseTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DataResponseTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DataResponseTest.java
index 76b1b3f..3db762d 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DataResponseTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DataResponseTest.java
@@ -31,12 +31,14 @@ public class DataResponseTest extends ResponseTest {
 
    public static final DataResponseTest SINGLETON = new DataResponseTest();
 
+   @Override
    public Object createObject() throws Exception {
       DataResponse info = new DataResponse();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       DataResponse info = (DataResponse) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DestinationInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DestinationInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DestinationInfoTest.java
index b52316b..6ee9f15 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DestinationInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DestinationInfoTest.java
@@ -29,12 +29,14 @@ public class DestinationInfoTest extends 
BaseCommandTestSupport {
 
    public static final DestinationInfoTest SINGLETON = new 
DestinationInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       DestinationInfo info = new DestinationInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       DestinationInfo info = (DestinationInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DiscoveryEventTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DiscoveryEventTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DiscoveryEventTest.java
index a9282fb..76b1ff5 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DiscoveryEventTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/DiscoveryEventTest.java
@@ -32,12 +32,14 @@ public class DiscoveryEventTest extends 
DataFileGeneratorTestSupport {
 
    public static final DiscoveryEventTest SINGLETON = new DiscoveryEventTest();
 
+   @Override
    public Object createObject() throws Exception {
       DiscoveryEvent info = new DiscoveryEvent();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       DiscoveryEvent info = (DiscoveryEvent) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ExceptionResponseTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ExceptionResponseTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ExceptionResponseTest.java
index 0311b88..fe90b22 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ExceptionResponseTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ExceptionResponseTest.java
@@ -31,12 +31,14 @@ public class ExceptionResponseTest extends ResponseTest {
 
    public static final ExceptionResponseTest SINGLETON = new 
ExceptionResponseTest();
 
+   @Override
    public Object createObject() throws Exception {
       ExceptionResponse info = new ExceptionResponse();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ExceptionResponse info = (ExceptionResponse) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/FlushCommandTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/FlushCommandTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/FlushCommandTest.java
index 21c5baf..c653d30 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/FlushCommandTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/FlushCommandTest.java
@@ -31,12 +31,14 @@ public class FlushCommandTest extends 
BaseCommandTestSupport {
 
    public static final FlushCommandTest SINGLETON = new FlushCommandTest();
 
+   @Override
    public Object createObject() throws Exception {
       FlushCommand info = new FlushCommand();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       FlushCommand info = (FlushCommand) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/IntegerResponseTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/IntegerResponseTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/IntegerResponseTest.java
index 790eb5c..e22c3ac 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/IntegerResponseTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/IntegerResponseTest.java
@@ -31,12 +31,14 @@ public class IntegerResponseTest extends ResponseTest {
 
    public static final IntegerResponseTest SINGLETON = new 
IntegerResponseTest();
 
+   @Override
    public Object createObject() throws Exception {
       IntegerResponse info = new IntegerResponse();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       IntegerResponse info = (IntegerResponse) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalQueueAckTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalQueueAckTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalQueueAckTest.java
index 4ec3fcc..775caac 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalQueueAckTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalQueueAckTest.java
@@ -32,12 +32,14 @@ public class JournalQueueAckTest extends 
DataFileGeneratorTestSupport {
 
    public static final JournalQueueAckTest SINGLETON = new 
JournalQueueAckTest();
 
+   @Override
    public Object createObject() throws Exception {
       JournalQueueAck info = new JournalQueueAck();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       JournalQueueAck info = (JournalQueueAck) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTopicAckTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTopicAckTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTopicAckTest.java
index 599403d..5883b83 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTopicAckTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTopicAckTest.java
@@ -32,12 +32,14 @@ public class JournalTopicAckTest extends 
DataFileGeneratorTestSupport {
 
    public static final JournalTopicAckTest SINGLETON = new 
JournalTopicAckTest();
 
+   @Override
    public Object createObject() throws Exception {
       JournalTopicAck info = new JournalTopicAck();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       JournalTopicAck info = (JournalTopicAck) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTraceTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTraceTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTraceTest.java
index 624ec60..5df78b5 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTraceTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTraceTest.java
@@ -32,12 +32,14 @@ public class JournalTraceTest extends 
DataFileGeneratorTestSupport {
 
    public static final JournalTraceTest SINGLETON = new JournalTraceTest();
 
+   @Override
    public Object createObject() throws Exception {
       JournalTrace info = new JournalTrace();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       JournalTrace info = (JournalTrace) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTransactionTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTransactionTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTransactionTest.java
index cc4efb3..de9b925 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTransactionTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTransactionTest.java
@@ -32,12 +32,14 @@ public class JournalTransactionTest extends 
DataFileGeneratorTestSupport {
 
    public static final JournalTransactionTest SINGLETON = new 
JournalTransactionTest();
 
+   @Override
    public Object createObject() throws Exception {
       JournalTransaction info = new JournalTransaction();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       JournalTransaction info = (JournalTransaction) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/KeepAliveInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/KeepAliveInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/KeepAliveInfoTest.java
index 5222970..932f1ba 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/KeepAliveInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/KeepAliveInfoTest.java
@@ -31,12 +31,14 @@ public class KeepAliveInfoTest extends 
BaseCommandTestSupport {
 
    public static final KeepAliveInfoTest SINGLETON = new KeepAliveInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       KeepAliveInfo info = new KeepAliveInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       KeepAliveInfo info = (KeepAliveInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/LastPartialCommandTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/LastPartialCommandTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/LastPartialCommandTest.java
index 58df6da..694c4cc 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/LastPartialCommandTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/LastPartialCommandTest.java
@@ -31,12 +31,14 @@ public class LastPartialCommandTest extends 
PartialCommandTest {
 
    public static final LastPartialCommandTest SINGLETON = new 
LastPartialCommandTest();
 
+   @Override
    public Object createObject() throws Exception {
       LastPartialCommand info = new LastPartialCommand();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       LastPartialCommand info = (LastPartialCommand) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/LocalTransactionIdTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/LocalTransactionIdTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/LocalTransactionIdTest.java
index 45bce5e..303266d 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/LocalTransactionIdTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/LocalTransactionIdTest.java
@@ -31,12 +31,14 @@ public class LocalTransactionIdTest extends 
TransactionIdTestSupport {
 
    public static final LocalTransactionIdTest SINGLETON = new 
LocalTransactionIdTest();
 
+   @Override
    public Object createObject() throws Exception {
       LocalTransactionId info = new LocalTransactionId();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       LocalTransactionId info = (LocalTransactionId) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageAckTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageAckTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageAckTest.java
index e6ba17a..0a5ce94 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageAckTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageAckTest.java
@@ -31,12 +31,14 @@ public class MessageAckTest extends BaseCommandTestSupport {
 
    public static final MessageAckTest SINGLETON = new MessageAckTest();
 
+   @Override
    public Object createObject() throws Exception {
       MessageAck info = new MessageAck();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       MessageAck info = (MessageAck) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationTest.java
index 3898ab0..099adb0 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationTest.java
@@ -31,12 +31,14 @@ public class MessageDispatchNotificationTest extends 
BaseCommandTestSupport {
 
    public static final MessageDispatchNotificationTest SINGLETON = new 
MessageDispatchNotificationTest();
 
+   @Override
    public Object createObject() throws Exception {
       MessageDispatchNotification info = new MessageDispatchNotification();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       MessageDispatchNotification info = (MessageDispatchNotification) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchTest.java
index 68e606c..c6d29c0 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchTest.java
@@ -31,12 +31,14 @@ public class MessageDispatchTest extends 
BaseCommandTestSupport {
 
    public static final MessageDispatchTest SINGLETON = new 
MessageDispatchTest();
 
+   @Override
    public Object createObject() throws Exception {
       MessageDispatch info = new MessageDispatch();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       MessageDispatch info = (MessageDispatch) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageIdTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageIdTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageIdTest.java
index b59ff2e..a82b8f4 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageIdTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageIdTest.java
@@ -32,12 +32,14 @@ public class MessageIdTest extends 
DataFileGeneratorTestSupport {
 
    public static final MessageIdTest SINGLETON = new MessageIdTest();
 
+   @Override
    public Object createObject() throws Exception {
       MessageId info = new MessageId();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       MessageId info = (MessageId) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessagePullTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessagePullTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessagePullTest.java
index 43e8dbb..5ce9770 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessagePullTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessagePullTest.java
@@ -31,12 +31,14 @@ public class MessagePullTest extends BaseCommandTestSupport 
{
 
    public static final MessagePullTest SINGLETON = new MessagePullTest();
 
+   @Override
    public Object createObject() throws Exception {
       MessagePull info = new MessagePull();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       MessagePull info = (MessagePull) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageTestSupport.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageTestSupport.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageTestSupport.java
index 3571230..549d116 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageTestSupport.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/MessageTestSupport.java
@@ -27,6 +27,7 @@ import org.apache.activemq.command.Message;
  */
 public abstract class MessageTestSupport extends BaseCommandTestSupport {
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       Message info = (Message) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterTest.java
index b3f9307..625f000 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterTest.java
@@ -32,12 +32,14 @@ public class NetworkBridgeFilterTest extends 
DataFileGeneratorTestSupport {
 
    public static final NetworkBridgeFilterTest SINGLETON = new 
NetworkBridgeFilterTest();
 
+   @Override
    public Object createObject() throws Exception {
       NetworkBridgeFilter info = new NetworkBridgeFilter();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       NetworkBridgeFilter info = (NetworkBridgeFilter) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/PartialCommandTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/PartialCommandTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/PartialCommandTest.java
index ef102fc..73da1c6 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/PartialCommandTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/PartialCommandTest.java
@@ -32,12 +32,14 @@ public class PartialCommandTest extends 
DataFileGeneratorTestSupport {
 
    public static final PartialCommandTest SINGLETON = new PartialCommandTest();
 
+   @Override
    public Object createObject() throws Exception {
       PartialCommand info = new PartialCommand();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       PartialCommand info = (PartialCommand) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ProducerAckTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ProducerAckTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ProducerAckTest.java
index 84c94ad..672ea89 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ProducerAckTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ProducerAckTest.java
@@ -31,12 +31,14 @@ public class ProducerAckTest extends BaseCommandTestSupport 
{
 
    public static final ProducerAckTest SINGLETON = new ProducerAckTest();
 
+   @Override
    public Object createObject() throws Exception {
       ProducerAck info = new ProducerAck();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ProducerAck info = (ProducerAck) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ProducerIdTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ProducerIdTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ProducerIdTest.java
index df980fb..1cab659 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ProducerIdTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ProducerIdTest.java
@@ -32,12 +32,14 @@ public class ProducerIdTest extends 
DataFileGeneratorTestSupport {
 
    public static final ProducerIdTest SINGLETON = new ProducerIdTest();
 
+   @Override
    public Object createObject() throws Exception {
       ProducerId info = new ProducerId();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ProducerId info = (ProducerId) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ProducerInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ProducerInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ProducerInfoTest.java
index e25687a..8e6ac5e 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ProducerInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ProducerInfoTest.java
@@ -29,12 +29,14 @@ public class ProducerInfoTest extends 
BaseCommandTestSupport {
 
    public static final ProducerInfoTest SINGLETON = new ProducerInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       ProducerInfo info = new ProducerInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ProducerInfo info = (ProducerInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/RemoveInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/RemoveInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/RemoveInfoTest.java
index 0dd4053..92e4b2e 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/RemoveInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/RemoveInfoTest.java
@@ -31,12 +31,14 @@ public class RemoveInfoTest extends BaseCommandTestSupport {
 
    public static final RemoveInfoTest SINGLETON = new RemoveInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       RemoveInfo info = new RemoveInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       RemoveInfo info = (RemoveInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/RemoveSubscriptionInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/RemoveSubscriptionInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/RemoveSubscriptionInfoTest.java
index b516f1e..594cf9f 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/RemoveSubscriptionInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/RemoveSubscriptionInfoTest.java
@@ -31,12 +31,14 @@ public class RemoveSubscriptionInfoTest extends 
BaseCommandTestSupport {
 
    public static final RemoveSubscriptionInfoTest SINGLETON = new 
RemoveSubscriptionInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       RemoveSubscriptionInfo info = new RemoveSubscriptionInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       RemoveSubscriptionInfo info = (RemoveSubscriptionInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ReplayCommandTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ReplayCommandTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ReplayCommandTest.java
index fa5e6f2..3b763f3 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ReplayCommandTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ReplayCommandTest.java
@@ -31,12 +31,14 @@ public class ReplayCommandTest extends 
BaseCommandTestSupport {
 
    public static final ReplayCommandTest SINGLETON = new ReplayCommandTest();
 
+   @Override
    public Object createObject() throws Exception {
       ReplayCommand info = new ReplayCommand();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ReplayCommand info = (ReplayCommand) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ResponseTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ResponseTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ResponseTest.java
index 51afa4f..5172b33 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ResponseTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ResponseTest.java
@@ -31,12 +31,14 @@ public class ResponseTest extends BaseCommandTestSupport {
 
    public static final ResponseTest SINGLETON = new ResponseTest();
 
+   @Override
    public Object createObject() throws Exception {
       Response info = new Response();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       Response info = (Response) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/SessionIdTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/SessionIdTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/SessionIdTest.java
index 847600b..3947980 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/SessionIdTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/SessionIdTest.java
@@ -32,12 +32,14 @@ public class SessionIdTest extends 
DataFileGeneratorTestSupport {
 
    public static final SessionIdTest SINGLETON = new SessionIdTest();
 
+   @Override
    public Object createObject() throws Exception {
       SessionId info = new SessionId();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       SessionId info = (SessionId) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/SessionInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/SessionInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/SessionInfoTest.java
index d89967d..b51fb2f 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/SessionInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/SessionInfoTest.java
@@ -31,12 +31,14 @@ public class SessionInfoTest extends BaseCommandTestSupport 
{
 
    public static final SessionInfoTest SINGLETON = new SessionInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       SessionInfo info = new SessionInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       SessionInfo info = (SessionInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ShutdownInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ShutdownInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ShutdownInfoTest.java
index 0c1b1ba..cd635e9 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ShutdownInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/ShutdownInfoTest.java
@@ -31,12 +31,14 @@ public class ShutdownInfoTest extends 
BaseCommandTestSupport {
 
    public static final ShutdownInfoTest SINGLETON = new ShutdownInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       ShutdownInfo info = new ShutdownInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ShutdownInfo info = (ShutdownInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/SubscriptionInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/SubscriptionInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/SubscriptionInfoTest.java
index 2960f82..cbab21f 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/SubscriptionInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/SubscriptionInfoTest.java
@@ -32,12 +32,14 @@ public class SubscriptionInfoTest extends 
DataFileGeneratorTestSupport {
 
    public static final SubscriptionInfoTest SINGLETON = new 
SubscriptionInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       SubscriptionInfo info = new SubscriptionInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       SubscriptionInfo info = (SubscriptionInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/TransactionIdTestSupport.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/TransactionIdTestSupport.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/TransactionIdTestSupport.java
index 62c4ffe..2bc9172 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/TransactionIdTestSupport.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/TransactionIdTestSupport.java
@@ -30,6 +30,7 @@ import 
org.apache.activemq.openwire.DataFileGeneratorTestSupport;
  */
 public abstract class TransactionIdTestSupport extends 
DataFileGeneratorTestSupport {
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       TransactionId info = (TransactionId) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/TransactionInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/TransactionInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/TransactionInfoTest.java
index 8619cc1..4e0f84f 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/TransactionInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/TransactionInfoTest.java
@@ -31,12 +31,14 @@ public class TransactionInfoTest extends 
BaseCommandTestSupport {
 
    public static final TransactionInfoTest SINGLETON = new 
TransactionInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       TransactionInfo info = new TransactionInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       TransactionInfo info = (TransactionInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/XATransactionIdTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/XATransactionIdTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/XATransactionIdTest.java
index 9b47863..be42e18 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/XATransactionIdTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/XATransactionIdTest.java
@@ -31,12 +31,14 @@ public class XATransactionIdTest extends 
TransactionIdTestSupport {
 
    public static final XATransactionIdTest SINGLETON = new 
XATransactionIdTest();
 
+   @Override
    public Object createObject() throws Exception {
       XATransactionId info = new XATransactionId();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       XATransactionId info = (XATransactionId) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/BaseCommandTestSupport.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/BaseCommandTestSupport.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/BaseCommandTestSupport.java
index bf60757..ed5d454 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/BaseCommandTestSupport.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/BaseCommandTestSupport.java
@@ -27,6 +27,7 @@ import 
org.apache.activemq.openwire.DataFileGeneratorTestSupport;
  */
 public abstract class BaseCommandTestSupport extends 
DataFileGeneratorTestSupport {
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       BaseCommand info = (BaseCommand) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/BrokerIdTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/BrokerIdTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/BrokerIdTest.java
index 52fc6ca..73aee8f 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/BrokerIdTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/BrokerIdTest.java
@@ -37,12 +37,14 @@ public class BrokerIdTest extends 
DataFileGeneratorTestSupport {
 
    public static BrokerIdTest SINGLETON = new BrokerIdTest();
 
+   @Override
    public Object createObject() throws Exception {
       BrokerId info = new BrokerId();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       BrokerId info = (BrokerId) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/BrokerInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/BrokerInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/BrokerInfoTest.java
index 21fea6f..35a0fa2 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/BrokerInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/BrokerInfoTest.java
@@ -37,12 +37,14 @@ public class BrokerInfoTest extends BaseCommandTestSupport {
 
    public static BrokerInfoTest SINGLETON = new BrokerInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       BrokerInfo info = new BrokerInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       BrokerInfo info = (BrokerInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionControlTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionControlTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionControlTest.java
index 06fc534..850ea9f 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionControlTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionControlTest.java
@@ -37,12 +37,14 @@ public class ConnectionControlTest extends 
BaseCommandTestSupport {
 
    public static ConnectionControlTest SINGLETON = new ConnectionControlTest();
 
+   @Override
    public Object createObject() throws Exception {
       ConnectionControl info = new ConnectionControl();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ConnectionControl info = (ConnectionControl) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionErrorTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionErrorTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionErrorTest.java
index 43be7f0..a04aa39 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionErrorTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionErrorTest.java
@@ -37,12 +37,14 @@ public class ConnectionErrorTest extends 
BaseCommandTestSupport {
 
    public static ConnectionErrorTest SINGLETON = new ConnectionErrorTest();
 
+   @Override
    public Object createObject() throws Exception {
       ConnectionError info = new ConnectionError();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ConnectionError info = (ConnectionError) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionIdTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionIdTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionIdTest.java
index a04b0c4..bd75fd1 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionIdTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionIdTest.java
@@ -37,12 +37,14 @@ public class ConnectionIdTest extends 
DataFileGeneratorTestSupport {
 
    public static ConnectionIdTest SINGLETON = new ConnectionIdTest();
 
+   @Override
    public Object createObject() throws Exception {
       ConnectionId info = new ConnectionId();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ConnectionId info = (ConnectionId) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionInfoTest.java
index 3331534..8c21d79 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConnectionInfoTest.java
@@ -37,12 +37,14 @@ public class ConnectionInfoTest extends 
BaseCommandTestSupport {
 
    public static ConnectionInfoTest SINGLETON = new ConnectionInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       ConnectionInfo info = new ConnectionInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ConnectionInfo info = (ConnectionInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConsumerControlTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConsumerControlTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConsumerControlTest.java
index 57d722e..536b63f 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConsumerControlTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConsumerControlTest.java
@@ -37,12 +37,14 @@ public class ConsumerControlTest extends 
BaseCommandTestSupport {
 
    public static ConsumerControlTest SINGLETON = new ConsumerControlTest();
 
+   @Override
    public Object createObject() throws Exception {
       ConsumerControl info = new ConsumerControl();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ConsumerControl info = (ConsumerControl) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConsumerIdTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConsumerIdTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConsumerIdTest.java
index 5142821..5cfd037 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConsumerIdTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConsumerIdTest.java
@@ -37,12 +37,14 @@ public class ConsumerIdTest extends 
DataFileGeneratorTestSupport {
 
    public static ConsumerIdTest SINGLETON = new ConsumerIdTest();
 
+   @Override
    public Object createObject() throws Exception {
       ConsumerId info = new ConsumerId();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ConsumerId info = (ConsumerId) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConsumerInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConsumerInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConsumerInfoTest.java
index 6af8133..4e9901c 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConsumerInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ConsumerInfoTest.java
@@ -37,12 +37,14 @@ public class ConsumerInfoTest extends 
BaseCommandTestSupport {
 
    public static ConsumerInfoTest SINGLETON = new ConsumerInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       ConsumerInfo info = new ConsumerInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ConsumerInfo info = (ConsumerInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ControlCommandTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ControlCommandTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ControlCommandTest.java
index e487428..2c325c7 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ControlCommandTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ControlCommandTest.java
@@ -37,12 +37,14 @@ public class ControlCommandTest extends 
BaseCommandTestSupport {
 
    public static ControlCommandTest SINGLETON = new ControlCommandTest();
 
+   @Override
    public Object createObject() throws Exception {
       ControlCommand info = new ControlCommand();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ControlCommand info = (ControlCommand) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DataArrayResponseTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DataArrayResponseTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DataArrayResponseTest.java
index e663843..119d2af 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DataArrayResponseTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DataArrayResponseTest.java
@@ -37,12 +37,14 @@ public class DataArrayResponseTest extends ResponseTest {
 
    public static DataArrayResponseTest SINGLETON = new DataArrayResponseTest();
 
+   @Override
    public Object createObject() throws Exception {
       DataArrayResponse info = new DataArrayResponse();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       DataArrayResponse info = (DataArrayResponse) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DataResponseTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DataResponseTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DataResponseTest.java
index 9dd4921..06948fa 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DataResponseTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DataResponseTest.java
@@ -37,12 +37,14 @@ public class DataResponseTest extends ResponseTest {
 
    public static DataResponseTest SINGLETON = new DataResponseTest();
 
+   @Override
    public Object createObject() throws Exception {
       DataResponse info = new DataResponse();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       DataResponse info = (DataResponse) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DestinationInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DestinationInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DestinationInfoTest.java
index 8eae228..ad08ab2 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DestinationInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DestinationInfoTest.java
@@ -37,12 +37,14 @@ public class DestinationInfoTest extends 
BaseCommandTestSupport {
 
    public static DestinationInfoTest SINGLETON = new DestinationInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       DestinationInfo info = new DestinationInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       DestinationInfo info = (DestinationInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DiscoveryEventTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DiscoveryEventTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DiscoveryEventTest.java
index 55e5460..eafe52e 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DiscoveryEventTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/DiscoveryEventTest.java
@@ -37,12 +37,14 @@ public class DiscoveryEventTest extends 
DataFileGeneratorTestSupport {
 
    public static DiscoveryEventTest SINGLETON = new DiscoveryEventTest();
 
+   @Override
    public Object createObject() throws Exception {
       DiscoveryEvent info = new DiscoveryEvent();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       DiscoveryEvent info = (DiscoveryEvent) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ExceptionResponseTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ExceptionResponseTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ExceptionResponseTest.java
index e8ff554..dd0764b 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ExceptionResponseTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/ExceptionResponseTest.java
@@ -37,12 +37,14 @@ public class ExceptionResponseTest extends ResponseTest {
 
    public static ExceptionResponseTest SINGLETON = new ExceptionResponseTest();
 
+   @Override
    public Object createObject() throws Exception {
       ExceptionResponse info = new ExceptionResponse();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       ExceptionResponse info = (ExceptionResponse) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/FlushCommandTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/FlushCommandTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/FlushCommandTest.java
index 961087c..7678ebb 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/FlushCommandTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/FlushCommandTest.java
@@ -37,12 +37,14 @@ public class FlushCommandTest extends 
BaseCommandTestSupport {
 
    public static FlushCommandTest SINGLETON = new FlushCommandTest();
 
+   @Override
    public Object createObject() throws Exception {
       FlushCommand info = new FlushCommand();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       FlushCommand info = (FlushCommand) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/IntegerResponseTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/IntegerResponseTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/IntegerResponseTest.java
index 1f71ddd..c15d902 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/IntegerResponseTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/IntegerResponseTest.java
@@ -37,12 +37,14 @@ public class IntegerResponseTest extends ResponseTest {
 
    public static IntegerResponseTest SINGLETON = new IntegerResponseTest();
 
+   @Override
    public Object createObject() throws Exception {
       IntegerResponse info = new IntegerResponse();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       IntegerResponse info = (IntegerResponse) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalQueueAckTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalQueueAckTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalQueueAckTest.java
index f5f09f9..1472775 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalQueueAckTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalQueueAckTest.java
@@ -37,12 +37,14 @@ public class JournalQueueAckTest extends 
DataFileGeneratorTestSupport {
 
    public static JournalQueueAckTest SINGLETON = new JournalQueueAckTest();
 
+   @Override
    public Object createObject() throws Exception {
       JournalQueueAck info = new JournalQueueAck();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       JournalQueueAck info = (JournalQueueAck) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalTopicAckTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalTopicAckTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalTopicAckTest.java
index f4361e5..2b50dc8 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalTopicAckTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalTopicAckTest.java
@@ -37,12 +37,14 @@ public class JournalTopicAckTest extends 
DataFileGeneratorTestSupport {
 
    public static JournalTopicAckTest SINGLETON = new JournalTopicAckTest();
 
+   @Override
    public Object createObject() throws Exception {
       JournalTopicAck info = new JournalTopicAck();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       JournalTopicAck info = (JournalTopicAck) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalTraceTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalTraceTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalTraceTest.java
index 091ace2..c986f25 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalTraceTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalTraceTest.java
@@ -37,12 +37,14 @@ public class JournalTraceTest extends 
DataFileGeneratorTestSupport {
 
    public static JournalTraceTest SINGLETON = new JournalTraceTest();
 
+   @Override
    public Object createObject() throws Exception {
       JournalTrace info = new JournalTrace();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       JournalTrace info = (JournalTrace) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalTransactionTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalTransactionTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalTransactionTest.java
index 1bfedd1..7e6a675 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalTransactionTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/JournalTransactionTest.java
@@ -37,12 +37,14 @@ public class JournalTransactionTest extends 
DataFileGeneratorTestSupport {
 
    public static JournalTransactionTest SINGLETON = new 
JournalTransactionTest();
 
+   @Override
    public Object createObject() throws Exception {
       JournalTransaction info = new JournalTransaction();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       JournalTransaction info = (JournalTransaction) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/KeepAliveInfoTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/KeepAliveInfoTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/KeepAliveInfoTest.java
index 46d50c5..73e46b1 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/KeepAliveInfoTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/KeepAliveInfoTest.java
@@ -37,12 +37,14 @@ public class KeepAliveInfoTest extends 
BaseCommandTestSupport {
 
    public static KeepAliveInfoTest SINGLETON = new KeepAliveInfoTest();
 
+   @Override
    public Object createObject() throws Exception {
       KeepAliveInfo info = new KeepAliveInfo();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       KeepAliveInfo info = (KeepAliveInfo) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/LastPartialCommandTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/LastPartialCommandTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/LastPartialCommandTest.java
index 9721de8..e2b0f87 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/LastPartialCommandTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/LastPartialCommandTest.java
@@ -37,12 +37,14 @@ public class LastPartialCommandTest extends 
PartialCommandTest {
 
    public static LastPartialCommandTest SINGLETON = new 
LastPartialCommandTest();
 
+   @Override
    public Object createObject() throws Exception {
       LastPartialCommand info = new LastPartialCommand();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       LastPartialCommand info = (LastPartialCommand) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/LocalTransactionIdTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/LocalTransactionIdTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/LocalTransactionIdTest.java
index 2a0e325..0ad31d3 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/LocalTransactionIdTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/LocalTransactionIdTest.java
@@ -37,12 +37,14 @@ public class LocalTransactionIdTest extends 
TransactionIdTestSupport {
 
    public static LocalTransactionIdTest SINGLETON = new 
LocalTransactionIdTest();
 
+   @Override
    public Object createObject() throws Exception {
       LocalTransactionId info = new LocalTransactionId();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       LocalTransactionId info = (LocalTransactionId) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/MessageAckTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/MessageAckTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/MessageAckTest.java
index de815ed..64f5df3 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/MessageAckTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/MessageAckTest.java
@@ -37,12 +37,14 @@ public class MessageAckTest extends BaseCommandTestSupport {
 
    public static MessageAckTest SINGLETON = new MessageAckTest();
 
+   @Override
    public Object createObject() throws Exception {
       MessageAck info = new MessageAck();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       MessageAck info = (MessageAck) object;

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/25ae4724/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/MessageDispatchNotificationTest.java
----------------------------------------------------------------------
diff --git 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/MessageDispatchNotificationTest.java
 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/MessageDispatchNotificationTest.java
index 5ceaa0d..840d101 100644
--- 
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/MessageDispatchNotificationTest.java
+++ 
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v4/MessageDispatchNotificationTest.java
@@ -37,12 +37,14 @@ public class MessageDispatchNotificationTest extends 
BaseCommandTestSupport {
 
    public static MessageDispatchNotificationTest SINGLETON = new 
MessageDispatchNotificationTest();
 
+   @Override
    public Object createObject() throws Exception {
       MessageDispatchNotification info = new MessageDispatchNotification();
       populateObject(info);
       return info;
    }
 
+   @Override
    protected void populateObject(Object object) throws Exception {
       super.populateObject(object);
       MessageDispatchNotification info = (MessageDispatchNotification) object;

Reply via email to