You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2007/08/09 18:40:08 UTC

svn commit: r564271 [15/18] - in /activemq/trunk: activemq-core/src/main/java/org/apache/activemq/ activemq-core/src/main/java/org/apache/activemq/advisory/ activemq-core/src/main/java/org/apache/activemq/blob/ activemq-core/src/main/java/org/apache/ac...

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/DiscoveryEventTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/DiscoveryEventTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/DiscoveryEventTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/DiscoveryEventTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class DiscoveryEventTest extends DataFileGeneratorTestSupport {
 
 
-    public static DiscoveryEventTest SINGLETON = new DiscoveryEventTest();
+    public static final DiscoveryEventTest SINGLETON = new DiscoveryEventTest();
 
     public Object createObject() throws Exception {
         DiscoveryEvent info = new DiscoveryEvent();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ExceptionResponseTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ExceptionResponseTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ExceptionResponseTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ExceptionResponseTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class ExceptionResponseTest extends ResponseTest {
 
 
-    public static ExceptionResponseTest SINGLETON = new ExceptionResponseTest();
+    public static final ExceptionResponseTest SINGLETON = new ExceptionResponseTest();
 
     public Object createObject() throws Exception {
         ExceptionResponse info = new ExceptionResponse();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/FlushCommandTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/FlushCommandTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/FlushCommandTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/FlushCommandTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class FlushCommandTest extends BaseCommandTestSupport {
 
 
-    public static FlushCommandTest SINGLETON = new FlushCommandTest();
+    public static final FlushCommandTest SINGLETON = new FlushCommandTest();
 
     public Object createObject() throws Exception {
         FlushCommand info = new FlushCommand();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/IntegerResponseTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/IntegerResponseTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/IntegerResponseTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/IntegerResponseTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class IntegerResponseTest extends ResponseTest {
 
 
-    public static IntegerResponseTest SINGLETON = new IntegerResponseTest();
+    public static final IntegerResponseTest SINGLETON = new IntegerResponseTest();
 
     public Object createObject() throws Exception {
         IntegerResponse info = new IntegerResponse();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalQueueAckTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalQueueAckTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalQueueAckTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalQueueAckTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class JournalQueueAckTest extends DataFileGeneratorTestSupport {
 
 
-    public static JournalQueueAckTest SINGLETON = new JournalQueueAckTest();
+    public static final JournalQueueAckTest SINGLETON = new JournalQueueAckTest();
 
     public Object createObject() throws Exception {
         JournalQueueAck info = new JournalQueueAck();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalTopicAckTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalTopicAckTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalTopicAckTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalTopicAckTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class JournalTopicAckTest extends DataFileGeneratorTestSupport {
 
 
-    public static JournalTopicAckTest SINGLETON = new JournalTopicAckTest();
+    public static final JournalTopicAckTest SINGLETON = new JournalTopicAckTest();
 
     public Object createObject() throws Exception {
         JournalTopicAck info = new JournalTopicAck();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalTraceTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalTraceTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalTraceTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalTraceTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class JournalTraceTest extends DataFileGeneratorTestSupport {
 
 
-    public static JournalTraceTest SINGLETON = new JournalTraceTest();
+    public static final JournalTraceTest SINGLETON = new JournalTraceTest();
 
     public Object createObject() throws Exception {
         JournalTrace info = new JournalTrace();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalTransactionTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalTransactionTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalTransactionTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/JournalTransactionTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class JournalTransactionTest extends DataFileGeneratorTestSupport {
 
 
-    public static JournalTransactionTest SINGLETON = new JournalTransactionTest();
+    public static final JournalTransactionTest SINGLETON = new JournalTransactionTest();
 
     public Object createObject() throws Exception {
         JournalTransaction info = new JournalTransaction();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/KeepAliveInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/KeepAliveInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/KeepAliveInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/KeepAliveInfoTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class KeepAliveInfoTest extends BaseCommandTestSupport {
 
 
-    public static KeepAliveInfoTest SINGLETON = new KeepAliveInfoTest();
+    public static final KeepAliveInfoTest SINGLETON = new KeepAliveInfoTest();
 
     public Object createObject() throws Exception {
         KeepAliveInfo info = new KeepAliveInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/LastPartialCommandTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/LastPartialCommandTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/LastPartialCommandTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/LastPartialCommandTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class LastPartialCommandTest extends PartialCommandTest {
 
 
-    public static LastPartialCommandTest SINGLETON = new LastPartialCommandTest();
+    public static final LastPartialCommandTest SINGLETON = new LastPartialCommandTest();
 
     public Object createObject() throws Exception {
         LastPartialCommand info = new LastPartialCommand();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/LocalTransactionIdTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/LocalTransactionIdTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/LocalTransactionIdTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/LocalTransactionIdTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class LocalTransactionIdTest extends TransactionIdTestSupport {
 
 
-    public static LocalTransactionIdTest SINGLETON = new LocalTransactionIdTest();
+    public static final LocalTransactionIdTest SINGLETON = new LocalTransactionIdTest();
 
     public Object createObject() throws Exception {
         LocalTransactionId info = new LocalTransactionId();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageAckTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageAckTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageAckTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageAckTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class MessageAckTest extends BaseCommandTestSupport {
 
 
-    public static MessageAckTest SINGLETON = new MessageAckTest();
+    public static final MessageAckTest SINGLETON = new MessageAckTest();
 
     public Object createObject() throws Exception {
         MessageAck info = new MessageAck();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageDispatchNotificationTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageDispatchNotificationTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageDispatchNotificationTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageDispatchNotificationTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class MessageDispatchNotificationTest extends BaseCommandTestSupport {
 
 
-    public static MessageDispatchNotificationTest SINGLETON = new MessageDispatchNotificationTest();
+    public static final MessageDispatchNotificationTest SINGLETON = new MessageDispatchNotificationTest();
 
     public Object createObject() throws Exception {
         MessageDispatchNotification info = new MessageDispatchNotification();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageDispatchTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageDispatchTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageDispatchTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageDispatchTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class MessageDispatchTest extends BaseCommandTestSupport {
 
 
-    public static MessageDispatchTest SINGLETON = new MessageDispatchTest();
+    public static final MessageDispatchTest SINGLETON = new MessageDispatchTest();
 
     public Object createObject() throws Exception {
         MessageDispatch info = new MessageDispatch();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageIdTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageIdTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageIdTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessageIdTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class MessageIdTest extends DataFileGeneratorTestSupport {
 
 
-    public static MessageIdTest SINGLETON = new MessageIdTest();
+    public static final MessageIdTest SINGLETON = new MessageIdTest();
 
     public Object createObject() throws Exception {
         MessageId info = new MessageId();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessagePullTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessagePullTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessagePullTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/MessagePullTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class MessagePullTest extends BaseCommandTestSupport {
 
 
-    public static MessagePullTest SINGLETON = new MessagePullTest();
+    public static final MessagePullTest SINGLETON = new MessagePullTest();
 
     public Object createObject() throws Exception {
         MessagePull info = new MessagePull();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/NetworkBridgeFilterTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/NetworkBridgeFilterTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/NetworkBridgeFilterTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/NetworkBridgeFilterTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class NetworkBridgeFilterTest extends DataFileGeneratorTestSupport {
 
 
-    public static NetworkBridgeFilterTest SINGLETON = new NetworkBridgeFilterTest();
+    public static final NetworkBridgeFilterTest SINGLETON = new NetworkBridgeFilterTest();
 
     public Object createObject() throws Exception {
         NetworkBridgeFilter info = new NetworkBridgeFilter();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/PartialCommandTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/PartialCommandTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/PartialCommandTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/PartialCommandTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class PartialCommandTest extends DataFileGeneratorTestSupport {
 
 
-    public static PartialCommandTest SINGLETON = new PartialCommandTest();
+    public static final PartialCommandTest SINGLETON = new PartialCommandTest();
 
     public Object createObject() throws Exception {
         PartialCommand info = new PartialCommand();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ProducerIdTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ProducerIdTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ProducerIdTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ProducerIdTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class ProducerIdTest extends DataFileGeneratorTestSupport {
 
 
-    public static ProducerIdTest SINGLETON = new ProducerIdTest();
+    public static final ProducerIdTest SINGLETON = new ProducerIdTest();
 
     public Object createObject() throws Exception {
         ProducerId info = new ProducerId();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ProducerInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ProducerInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ProducerInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ProducerInfoTest.java Thu Aug  9 09:37:49 2007
@@ -29,7 +29,7 @@
  */
 public class ProducerInfoTest extends BaseCommandTestSupport {
 
-    public static ProducerInfoTest SINGLETON = new ProducerInfoTest();
+    public static final ProducerInfoTest SINGLETON = new ProducerInfoTest();
 
     public Object createObject() throws Exception {
         ProducerInfo info = new ProducerInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/RemoveInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/RemoveInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/RemoveInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/RemoveInfoTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class RemoveInfoTest extends BaseCommandTestSupport {
 
 
-    public static RemoveInfoTest SINGLETON = new RemoveInfoTest();
+    public static final RemoveInfoTest SINGLETON = new RemoveInfoTest();
 
     public Object createObject() throws Exception {
         RemoveInfo info = new RemoveInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/RemoveSubscriptionInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/RemoveSubscriptionInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/RemoveSubscriptionInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/RemoveSubscriptionInfoTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class RemoveSubscriptionInfoTest extends BaseCommandTestSupport {
 
 
-    public static RemoveSubscriptionInfoTest SINGLETON = new RemoveSubscriptionInfoTest();
+    public static final RemoveSubscriptionInfoTest SINGLETON = new RemoveSubscriptionInfoTest();
 
     public Object createObject() throws Exception {
         RemoveSubscriptionInfo info = new RemoveSubscriptionInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ReplayCommandTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ReplayCommandTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ReplayCommandTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ReplayCommandTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class ReplayCommandTest extends BaseCommandTestSupport {
 
 
-    public static ReplayCommandTest SINGLETON = new ReplayCommandTest();
+    public static final ReplayCommandTest SINGLETON = new ReplayCommandTest();
 
     public Object createObject() throws Exception {
         ReplayCommand info = new ReplayCommand();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ResponseTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ResponseTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ResponseTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ResponseTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class ResponseTest extends BaseCommandTestSupport {
 
 
-    public static ResponseTest SINGLETON = new ResponseTest();
+    public static final ResponseTest SINGLETON = new ResponseTest();
 
     public Object createObject() throws Exception {
         Response info = new Response();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/SessionIdTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/SessionIdTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/SessionIdTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/SessionIdTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class SessionIdTest extends DataFileGeneratorTestSupport {
 
 
-    public static SessionIdTest SINGLETON = new SessionIdTest();
+    public static final SessionIdTest SINGLETON = new SessionIdTest();
 
     public Object createObject() throws Exception {
         SessionId info = new SessionId();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/SessionInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/SessionInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/SessionInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/SessionInfoTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class SessionInfoTest extends BaseCommandTestSupport {
 
 
-    public static SessionInfoTest SINGLETON = new SessionInfoTest();
+    public static final SessionInfoTest SINGLETON = new SessionInfoTest();
 
     public Object createObject() throws Exception {
         SessionInfo info = new SessionInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ShutdownInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ShutdownInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ShutdownInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/ShutdownInfoTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class ShutdownInfoTest extends BaseCommandTestSupport {
 
 
-    public static ShutdownInfoTest SINGLETON = new ShutdownInfoTest();
+    public static final ShutdownInfoTest SINGLETON = new ShutdownInfoTest();
 
     public Object createObject() throws Exception {
         ShutdownInfo info = new ShutdownInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/SubscriptionInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/SubscriptionInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/SubscriptionInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/SubscriptionInfoTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class SubscriptionInfoTest extends DataFileGeneratorTestSupport {
 
 
-    public static SubscriptionInfoTest SINGLETON = new SubscriptionInfoTest();
+    public static final SubscriptionInfoTest SINGLETON = new SubscriptionInfoTest();
 
     public Object createObject() throws Exception {
         SubscriptionInfo info = new SubscriptionInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/TransactionInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/TransactionInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/TransactionInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/TransactionInfoTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class TransactionInfoTest extends BaseCommandTestSupport {
 
 
-    public static TransactionInfoTest SINGLETON = new TransactionInfoTest();
+    public static final TransactionInfoTest SINGLETON = new TransactionInfoTest();
 
     public Object createObject() throws Exception {
         TransactionInfo info = new TransactionInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/WireFormatInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/WireFormatInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/WireFormatInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/WireFormatInfoTest.java Thu Aug  9 09:37:49 2007
@@ -29,7 +29,7 @@
  */
 public class WireFormatInfoTest extends DataFileGeneratorTestSupport {
 
-    public static WireFormatInfoTest SINGLETON = new WireFormatInfoTest();
+    public static final WireFormatInfoTest SINGLETON = new WireFormatInfoTest();
 
     public Object createObject() throws Exception {
         WireFormatInfo info = new WireFormatInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/XATransactionIdTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/XATransactionIdTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/XATransactionIdTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v2/XATransactionIdTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class XATransactionIdTest extends TransactionIdTestSupport {
 
 
-    public static XATransactionIdTest SINGLETON = new XATransactionIdTest();
+    public static final XATransactionIdTest SINGLETON = new XATransactionIdTest();
 
     public Object createObject() throws Exception {
         XATransactionId info = new XATransactionId();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/BaseCommandTestSupport.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/BaseCommandTestSupport.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/BaseCommandTestSupport.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/BaseCommandTestSupport.java Thu Aug  9 09:37:49 2007
@@ -1,4 +1,4 @@
-/*
+/**
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/BrokerIdTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/BrokerIdTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/BrokerIdTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/BrokerIdTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class BrokerIdTest extends DataFileGeneratorTestSupport {
 
 
-    public static BrokerIdTest SINGLETON = new BrokerIdTest();
+    public static final BrokerIdTest SINGLETON = new BrokerIdTest();
 
     public Object createObject() throws Exception {
         BrokerId info = new BrokerId();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/BrokerInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/BrokerInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/BrokerInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/BrokerInfoTest.java Thu Aug  9 09:37:49 2007
@@ -28,7 +28,7 @@
  */
 public class BrokerInfoTest extends BaseCommandTestSupport {
 
-    public static BrokerInfoTest SINGLETON = new BrokerInfoTest();
+    public static final BrokerInfoTest SINGLETON = new BrokerInfoTest();
 
     public Object createObject() throws Exception {
         BrokerInfo info = new BrokerInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionControlTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionControlTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionControlTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionControlTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class ConnectionControlTest extends BaseCommandTestSupport {
 
 
-    public static ConnectionControlTest SINGLETON = new ConnectionControlTest();
+    public static final ConnectionControlTest SINGLETON = new ConnectionControlTest();
 
     public Object createObject() throws Exception {
         ConnectionControl info = new ConnectionControl();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionErrorTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionErrorTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionErrorTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionErrorTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class ConnectionErrorTest extends BaseCommandTestSupport {
 
 
-    public static ConnectionErrorTest SINGLETON = new ConnectionErrorTest();
+    public static final ConnectionErrorTest SINGLETON = new ConnectionErrorTest();
 
     public Object createObject() throws Exception {
         ConnectionError info = new ConnectionError();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionIdTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionIdTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionIdTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionIdTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class ConnectionIdTest extends DataFileGeneratorTestSupport {
 
 
-    public static ConnectionIdTest SINGLETON = new ConnectionIdTest();
+    public static final ConnectionIdTest SINGLETON = new ConnectionIdTest();
 
     public Object createObject() throws Exception {
         ConnectionId info = new ConnectionId();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConnectionInfoTest.java Thu Aug  9 09:37:49 2007
@@ -29,7 +29,7 @@
  */
 public class ConnectionInfoTest extends BaseCommandTestSupport {
 
-    public static ConnectionInfoTest SINGLETON = new ConnectionInfoTest();
+    public static final ConnectionInfoTest SINGLETON = new ConnectionInfoTest();
 
     public Object createObject() throws Exception {
         ConnectionInfo info = new ConnectionInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConsumerControlTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConsumerControlTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConsumerControlTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConsumerControlTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class ConsumerControlTest extends BaseCommandTestSupport {
 
 
-    public static ConsumerControlTest SINGLETON = new ConsumerControlTest();
+    public static final ConsumerControlTest SINGLETON = new ConsumerControlTest();
 
     public Object createObject() throws Exception {
         ConsumerControl info = new ConsumerControl();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConsumerIdTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConsumerIdTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConsumerIdTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConsumerIdTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class ConsumerIdTest extends DataFileGeneratorTestSupport {
 
 
-    public static ConsumerIdTest SINGLETON = new ConsumerIdTest();
+    public static final ConsumerIdTest SINGLETON = new ConsumerIdTest();
 
     public Object createObject() throws Exception {
         ConsumerId info = new ConsumerId();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConsumerInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConsumerInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConsumerInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ConsumerInfoTest.java Thu Aug  9 09:37:49 2007
@@ -29,7 +29,7 @@
  */
 public class ConsumerInfoTest extends BaseCommandTestSupport {
 
-    public static ConsumerInfoTest SINGLETON = new ConsumerInfoTest();
+    public static final ConsumerInfoTest SINGLETON = new ConsumerInfoTest();
 
     public Object createObject() throws Exception {
         ConsumerInfo info = new ConsumerInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ControlCommandTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ControlCommandTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ControlCommandTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ControlCommandTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class ControlCommandTest extends BaseCommandTestSupport {
 
 
-    public static ControlCommandTest SINGLETON = new ControlCommandTest();
+    public static final ControlCommandTest SINGLETON = new ControlCommandTest();
 
     public Object createObject() throws Exception {
         ControlCommand info = new ControlCommand();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DataArrayResponseTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DataArrayResponseTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DataArrayResponseTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DataArrayResponseTest.java Thu Aug  9 09:37:49 2007
@@ -29,7 +29,7 @@
  */
 public class DataArrayResponseTest extends ResponseTest {
 
-    public static DataArrayResponseTest SINGLETON = new DataArrayResponseTest();
+    public static final DataArrayResponseTest SINGLETON = new DataArrayResponseTest();
 
     public Object createObject() throws Exception {
         DataArrayResponse info = new DataArrayResponse();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DataResponseTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DataResponseTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DataResponseTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DataResponseTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class DataResponseTest extends ResponseTest {
 
 
-    public static DataResponseTest SINGLETON = new DataResponseTest();
+    public static final DataResponseTest SINGLETON = new DataResponseTest();
 
     public Object createObject() throws Exception {
         DataResponse info = new DataResponse();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DestinationInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DestinationInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DestinationInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DestinationInfoTest.java Thu Aug  9 09:37:49 2007
@@ -29,7 +29,7 @@
  */
 public class DestinationInfoTest extends BaseCommandTestSupport {
 
-    public static DestinationInfoTest SINGLETON = new DestinationInfoTest();
+    public static final DestinationInfoTest SINGLETON = new DestinationInfoTest();
 
     public Object createObject() throws Exception {
         DestinationInfo info = new DestinationInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DiscoveryEventTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DiscoveryEventTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DiscoveryEventTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/DiscoveryEventTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class DiscoveryEventTest extends DataFileGeneratorTestSupport {
 
 
-    public static DiscoveryEventTest SINGLETON = new DiscoveryEventTest();
+    public static final DiscoveryEventTest SINGLETON = new DiscoveryEventTest();
 
     public Object createObject() throws Exception {
         DiscoveryEvent info = new DiscoveryEvent();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ExceptionResponseTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ExceptionResponseTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ExceptionResponseTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ExceptionResponseTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class ExceptionResponseTest extends ResponseTest {
 
 
-    public static ExceptionResponseTest SINGLETON = new ExceptionResponseTest();
+    public static final ExceptionResponseTest SINGLETON = new ExceptionResponseTest();
 
     public Object createObject() throws Exception {
         ExceptionResponse info = new ExceptionResponse();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/FlushCommandTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/FlushCommandTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/FlushCommandTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/FlushCommandTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class FlushCommandTest extends BaseCommandTestSupport {
 
 
-    public static FlushCommandTest SINGLETON = new FlushCommandTest();
+    public static final FlushCommandTest SINGLETON = new FlushCommandTest();
 
     public Object createObject() throws Exception {
         FlushCommand info = new FlushCommand();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/IntegerResponseTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/IntegerResponseTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/IntegerResponseTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/IntegerResponseTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class IntegerResponseTest extends ResponseTest {
 
 
-    public static IntegerResponseTest SINGLETON = new IntegerResponseTest();
+    public static final IntegerResponseTest SINGLETON = new IntegerResponseTest();
 
     public Object createObject() throws Exception {
         IntegerResponse info = new IntegerResponse();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalQueueAckTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalQueueAckTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalQueueAckTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalQueueAckTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class JournalQueueAckTest extends DataFileGeneratorTestSupport {
 
 
-    public static JournalQueueAckTest SINGLETON = new JournalQueueAckTest();
+    public static final JournalQueueAckTest SINGLETON = new JournalQueueAckTest();
 
     public Object createObject() throws Exception {
         JournalQueueAck info = new JournalQueueAck();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalTopicAckTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalTopicAckTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalTopicAckTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalTopicAckTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class JournalTopicAckTest extends DataFileGeneratorTestSupport {
 
 
-    public static JournalTopicAckTest SINGLETON = new JournalTopicAckTest();
+    public static final JournalTopicAckTest SINGLETON = new JournalTopicAckTest();
 
     public Object createObject() throws Exception {
         JournalTopicAck info = new JournalTopicAck();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalTraceTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalTraceTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalTraceTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalTraceTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class JournalTraceTest extends DataFileGeneratorTestSupport {
 
 
-    public static JournalTraceTest SINGLETON = new JournalTraceTest();
+    public static final JournalTraceTest SINGLETON = new JournalTraceTest();
 
     public Object createObject() throws Exception {
         JournalTrace info = new JournalTrace();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalTransactionTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalTransactionTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalTransactionTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/JournalTransactionTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class JournalTransactionTest extends DataFileGeneratorTestSupport {
 
 
-    public static JournalTransactionTest SINGLETON = new JournalTransactionTest();
+    public static final JournalTransactionTest SINGLETON = new JournalTransactionTest();
 
     public Object createObject() throws Exception {
         JournalTransaction info = new JournalTransaction();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/KeepAliveInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/KeepAliveInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/KeepAliveInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/KeepAliveInfoTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class KeepAliveInfoTest extends BaseCommandTestSupport {
 
 
-    public static KeepAliveInfoTest SINGLETON = new KeepAliveInfoTest();
+    public static final KeepAliveInfoTest SINGLETON = new KeepAliveInfoTest();
 
     public Object createObject() throws Exception {
         KeepAliveInfo info = new KeepAliveInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/LastPartialCommandTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/LastPartialCommandTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/LastPartialCommandTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/LastPartialCommandTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class LastPartialCommandTest extends PartialCommandTest {
 
 
-    public static LastPartialCommandTest SINGLETON = new LastPartialCommandTest();
+    public static final LastPartialCommandTest SINGLETON = new LastPartialCommandTest();
 
     public Object createObject() throws Exception {
         LastPartialCommand info = new LastPartialCommand();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/LocalTransactionIdTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/LocalTransactionIdTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/LocalTransactionIdTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/LocalTransactionIdTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class LocalTransactionIdTest extends TransactionIdTestSupport {
 
 
-    public static LocalTransactionIdTest SINGLETON = new LocalTransactionIdTest();
+    public static final LocalTransactionIdTest SINGLETON = new LocalTransactionIdTest();
 
     public Object createObject() throws Exception {
         LocalTransactionId info = new LocalTransactionId();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageAckTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageAckTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageAckTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageAckTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class MessageAckTest extends BaseCommandTestSupport {
 
 
-    public static MessageAckTest SINGLETON = new MessageAckTest();
+    public static final MessageAckTest SINGLETON = new MessageAckTest();
 
     public Object createObject() throws Exception {
         MessageAck info = new MessageAck();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchNotificationTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class MessageDispatchNotificationTest extends BaseCommandTestSupport {
 
 
-    public static MessageDispatchNotificationTest SINGLETON = new MessageDispatchNotificationTest();
+    public static final MessageDispatchNotificationTest SINGLETON = new MessageDispatchNotificationTest();
 
     public Object createObject() throws Exception {
         MessageDispatchNotification info = new MessageDispatchNotification();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageDispatchTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class MessageDispatchTest extends BaseCommandTestSupport {
 
 
-    public static MessageDispatchTest SINGLETON = new MessageDispatchTest();
+    public static final MessageDispatchTest SINGLETON = new MessageDispatchTest();
 
     public Object createObject() throws Exception {
         MessageDispatch info = new MessageDispatch();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageIdTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageIdTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageIdTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessageIdTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class MessageIdTest extends DataFileGeneratorTestSupport {
 
 
-    public static MessageIdTest SINGLETON = new MessageIdTest();
+    public static final MessageIdTest SINGLETON = new MessageIdTest();
 
     public Object createObject() throws Exception {
         MessageId info = new MessageId();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessagePullTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessagePullTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessagePullTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/MessagePullTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class MessagePullTest extends BaseCommandTestSupport {
 
 
-    public static MessagePullTest SINGLETON = new MessagePullTest();
+    public static final MessagePullTest SINGLETON = new MessagePullTest();
 
     public Object createObject() throws Exception {
         MessagePull info = new MessagePull();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/NetworkBridgeFilterTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class NetworkBridgeFilterTest extends DataFileGeneratorTestSupport {
 
 
-    public static NetworkBridgeFilterTest SINGLETON = new NetworkBridgeFilterTest();
+    public static final NetworkBridgeFilterTest SINGLETON = new NetworkBridgeFilterTest();
 
     public Object createObject() throws Exception {
         NetworkBridgeFilter info = new NetworkBridgeFilter();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/PartialCommandTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/PartialCommandTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/PartialCommandTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/PartialCommandTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class PartialCommandTest extends DataFileGeneratorTestSupport {
 
 
-    public static PartialCommandTest SINGLETON = new PartialCommandTest();
+    public static final PartialCommandTest SINGLETON = new PartialCommandTest();
 
     public Object createObject() throws Exception {
         PartialCommand info = new PartialCommand();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ProducerAckTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ProducerAckTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ProducerAckTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ProducerAckTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class ProducerAckTest extends BaseCommandTestSupport {
 
 
-    public static ProducerAckTest SINGLETON = new ProducerAckTest();
+    public static final ProducerAckTest SINGLETON = new ProducerAckTest();
 
     public Object createObject() throws Exception {
         ProducerAck info = new ProducerAck();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ProducerIdTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ProducerIdTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ProducerIdTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ProducerIdTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class ProducerIdTest extends DataFileGeneratorTestSupport {
 
 
-    public static ProducerIdTest SINGLETON = new ProducerIdTest();
+    public static final ProducerIdTest SINGLETON = new ProducerIdTest();
 
     public Object createObject() throws Exception {
         ProducerId info = new ProducerId();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ProducerInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ProducerInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ProducerInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ProducerInfoTest.java Thu Aug  9 09:37:49 2007
@@ -29,7 +29,7 @@
  */
 public class ProducerInfoTest extends BaseCommandTestSupport {
 
-    public static ProducerInfoTest SINGLETON = new ProducerInfoTest();
+    public static final ProducerInfoTest SINGLETON = new ProducerInfoTest();
 
     public Object createObject() throws Exception {
         ProducerInfo info = new ProducerInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/RemoveInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/RemoveInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/RemoveInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/RemoveInfoTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class RemoveInfoTest extends BaseCommandTestSupport {
 
 
-    public static RemoveInfoTest SINGLETON = new RemoveInfoTest();
+    public static final RemoveInfoTest SINGLETON = new RemoveInfoTest();
 
     public Object createObject() throws Exception {
         RemoveInfo info = new RemoveInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/RemoveSubscriptionInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/RemoveSubscriptionInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/RemoveSubscriptionInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/RemoveSubscriptionInfoTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class RemoveSubscriptionInfoTest extends BaseCommandTestSupport {
 
 
-    public static RemoveSubscriptionInfoTest SINGLETON = new RemoveSubscriptionInfoTest();
+    public static final RemoveSubscriptionInfoTest SINGLETON = new RemoveSubscriptionInfoTest();
 
     public Object createObject() throws Exception {
         RemoveSubscriptionInfo info = new RemoveSubscriptionInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ReplayCommandTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ReplayCommandTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ReplayCommandTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ReplayCommandTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class ReplayCommandTest extends BaseCommandTestSupport {
 
 
-    public static ReplayCommandTest SINGLETON = new ReplayCommandTest();
+    public static final ReplayCommandTest SINGLETON = new ReplayCommandTest();
 
     public Object createObject() throws Exception {
         ReplayCommand info = new ReplayCommand();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ResponseTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ResponseTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ResponseTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ResponseTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class ResponseTest extends BaseCommandTestSupport {
 
 
-    public static ResponseTest SINGLETON = new ResponseTest();
+    public static final ResponseTest SINGLETON = new ResponseTest();
 
     public Object createObject() throws Exception {
         Response info = new Response();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/SessionIdTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/SessionIdTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/SessionIdTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/SessionIdTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class SessionIdTest extends DataFileGeneratorTestSupport {
 
 
-    public static SessionIdTest SINGLETON = new SessionIdTest();
+    public static final SessionIdTest SINGLETON = new SessionIdTest();
 
     public Object createObject() throws Exception {
         SessionId info = new SessionId();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/SessionInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/SessionInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/SessionInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/SessionInfoTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class SessionInfoTest extends BaseCommandTestSupport {
 
 
-    public static SessionInfoTest SINGLETON = new SessionInfoTest();
+    public static final SessionInfoTest SINGLETON = new SessionInfoTest();
 
     public Object createObject() throws Exception {
         SessionInfo info = new SessionInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ShutdownInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ShutdownInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ShutdownInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/ShutdownInfoTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class ShutdownInfoTest extends BaseCommandTestSupport {
 
 
-    public static ShutdownInfoTest SINGLETON = new ShutdownInfoTest();
+    public static final ShutdownInfoTest SINGLETON = new ShutdownInfoTest();
 
     public Object createObject() throws Exception {
         ShutdownInfo info = new ShutdownInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/SubscriptionInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/SubscriptionInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/SubscriptionInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/SubscriptionInfoTest.java Thu Aug  9 09:37:49 2007
@@ -34,7 +34,7 @@
 public class SubscriptionInfoTest extends DataFileGeneratorTestSupport {
 
 
-    public static SubscriptionInfoTest SINGLETON = new SubscriptionInfoTest();
+    public static final SubscriptionInfoTest SINGLETON = new SubscriptionInfoTest();
 
     public Object createObject() throws Exception {
         SubscriptionInfo info = new SubscriptionInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/TransactionInfoTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/TransactionInfoTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/TransactionInfoTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/TransactionInfoTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class TransactionInfoTest extends BaseCommandTestSupport {
 
 
-    public static TransactionInfoTest SINGLETON = new TransactionInfoTest();
+    public static final TransactionInfoTest SINGLETON = new TransactionInfoTest();
 
     public Object createObject() throws Exception {
         TransactionInfo info = new TransactionInfo();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/XATransactionIdTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/XATransactionIdTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/XATransactionIdTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/openwire/v3/XATransactionIdTest.java Thu Aug  9 09:37:49 2007
@@ -33,7 +33,7 @@
 public class XATransactionIdTest extends TransactionIdTestSupport {
 
 
-    public static XATransactionIdTest SINGLETON = new XATransactionIdTest();
+    public static final XATransactionIdTest SINGLETON = new XATransactionIdTest();
 
     public Object createObject() throws Exception {
         XATransactionId info = new XATransactionId();

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/AMQStoreDurableTopicTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/AMQStoreDurableTopicTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/AMQStoreDurableTopicTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/AMQStoreDurableTopicTest.java Thu Aug  9 09:37:49 2007
@@ -1,17 +1,19 @@
 /**
- * 
- * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE
- * file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
- * to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
- * License. You may obtain a copy of the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
- * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
-
 package org.apache.activemq.perf;
 
 import java.io.File;

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/InactiveDurableTopicTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/InactiveDurableTopicTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/InactiveDurableTopicTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/InactiveDurableTopicTest.java Thu Aug  9 09:37:49 2007
@@ -1,15 +1,18 @@
 /**
- * 
- * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE
- * file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
- * to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
- * License. You may obtain a copy of the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
- * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.activemq.perf;
 
@@ -42,8 +45,8 @@
     private static final String CLIENTID = "mytestclient";
     private static final String TOPIC_NAME = "testevent";
     private static final String SUBID = "subscription1";
-    private static final int deliveryMode = javax.jms.DeliveryMode.PERSISTENT;
-    private static final int deliveryPriority = javax.jms.Message.DEFAULT_PRIORITY;
+    private static final int DELIVERY_MODE = javax.jms.DeliveryMode.PERSISTENT;
+    private static final int DELIVERY_PRIORITY = javax.jms.Message.DEFAULT_PRIORITY;
     private Connection connection;
     private MessageProducer publisher;
     private TopicSubscriber subscriber;
@@ -128,7 +131,7 @@
             int loop;
             for (loop = 0; loop < MESSAGE_COUNT; loop++) {
                 msg.setInt("key2", loop);
-                publisher.send(msg, deliveryMode, deliveryPriority, Message.DEFAULT_TIME_TO_LIVE);
+                publisher.send(msg, DELIVERY_MODE, DELIVERY_PRIORITY, Message.DEFAULT_TIME_TO_LIVE);
                 if (loop % 500 == 0) {
                     LOG.debug("Sent " + loop + " messages");
                 }

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/InactiveQueueTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/InactiveQueueTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/InactiveQueueTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/InactiveQueueTest.java Thu Aug  9 09:37:49 2007
@@ -1,15 +1,18 @@
 /**
- * 
- * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE
- * file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
- * to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
- * License. You may obtain a copy of the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
- * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
 package org.apache.activemq.perf;
 
@@ -38,16 +41,17 @@
     private static final String USERNAME = "testuser";
     private static final String CLIENTID = "mytestclient";
     private static final String QUEUE_NAME = "testevent";
-    private static final int deliveryMode = javax.jms.DeliveryMode.PERSISTENT;
-    private static final int deliveryPriority = javax.jms.Message.DEFAULT_PRIORITY;
+    private static final int DELIVERY_MODE = javax.jms.DeliveryMode.PERSISTENT;
+    private static final int DELIVERY_PRIORITY = javax.jms.Message.DEFAULT_PRIORITY;
     
+    ActiveMQConnectionFactory connectionFactory;
+    BrokerService broker;
+
     private Connection connection;
     private MessageProducer publisher;
     private TopicSubscriber subscriber;
     private Destination destination;
     private Session session;
-    ActiveMQConnectionFactory connectionFactory;
-    BrokerService broker;
 
     protected void setUp() throws Exception {
         super.setUp();
@@ -94,7 +98,7 @@
         int loop;
         for (loop = 0; loop < MESSAGE_COUNT; loop++) {
             msg.setInt("key2", loop);
-            publisher.send(msg, deliveryMode, deliveryPriority, Message.DEFAULT_TIME_TO_LIVE);
+            publisher.send(msg, DELIVERY_MODE, DELIVERY_PRIORITY, Message.DEFAULT_TIME_TO_LIVE);
             if (loop % 500 == 0) {
                 LOG.debug("Sent " + loop + " messages");
             }

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/MemoryAllocationTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/MemoryAllocationTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/MemoryAllocationTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/MemoryAllocationTest.java Thu Aug  9 09:37:49 2007
@@ -39,7 +39,7 @@
  */
 public class MemoryAllocationTest extends TestCase {
 
-    protected static final Log LOG = LogFactory.getLog(MemoryAllocationTest.class);
+    private static final Log LOG = LogFactory.getLog(MemoryAllocationTest.class);
 
     protected static final int MESSAGE_COUNT = 2000;
     protected BrokerService broker;
@@ -59,8 +59,9 @@
             mp.send(msg);
             session.close();
             releaseDestination(dest);
-            if (i % 500 == 0)
+            if (i % 500 == 0) {
                 LOG.info("Iterator " + i);
+            }
         }
         connection.close();
     }

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/PerfProducer.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/PerfProducer.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/PerfProducer.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/PerfProducer.java Thu Aug  9 09:37:49 2007
@@ -57,7 +57,7 @@
         return rate;
     }
 
-    synchronized public void start() throws JMSException {
+    public synchronized void start() throws JMSException {
         if (!running) {
             rate.reset();
             running = true;
@@ -74,7 +74,7 @@
         connection.stop();
     }
 
-    synchronized public boolean isRunning() {
+    public synchronized boolean isRunning() {
         return running;
     }
 

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/PerfRate.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/PerfRate.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/PerfRate.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/PerfRate.java Thu Aug  9 09:37:49 2007
@@ -32,7 +32,7 @@
         return totalCount;
     }
 
-    synchronized public void increment() {
+    public synchronized void increment() {
         totalCount++;
         count++;
     }
@@ -47,7 +47,7 @@
     /**
      * Resets the rate sampling.
      */
-    synchronized public PerfRate cloneAndReset() {
+    public synchronized PerfRate cloneAndReset() {
         PerfRate rc = new PerfRate();
         rc.totalCount = totalCount;
         rc.count = count;

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/QueueConnectionMemoryTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/QueueConnectionMemoryTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/QueueConnectionMemoryTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/QueueConnectionMemoryTest.java Thu Aug  9 09:37:49 2007
@@ -30,7 +30,7 @@
  * @version $Revision: 1.3 $
  */
 public class QueueConnectionMemoryTest extends SimpleQueueTest {
-    private static final transient Log log = LogFactory.getLog(QueueConnectionMemoryTest.class);
+    private static final transient Log LOG = LogFactory.getLog(QueueConnectionMemoryTest.class);
 
     protected void setUp() throws Exception {
     }
@@ -69,7 +69,7 @@
             Session s = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
             Destination dest = s.createTemporaryQueue();
             MessageConsumer consumer = s.createConsumer(dest);
-            log.debug("Created connnection: " + i);
+            LOG.debug("Created connnection: " + i);
             Thread.sleep(1000);
         }
 

Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/SimpleTopicTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/SimpleTopicTest.java?view=diff&rev=564271&r1=564270&r2=564271
==============================================================================
--- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/SimpleTopicTest.java (original)
+++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/perf/SimpleTopicTest.java Thu Aug  9 09:37:49 2007
@@ -1,17 +1,19 @@
 /**
- * 
- * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE
- * file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
- * to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
- * License. You may obtain a copy of the License at
- * 
- * http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
- * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations under the License.
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
-
 package org.apache.activemq.perf;
 
 import javax.jms.Connection;