You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2014/03/29 16:55:14 UTC

svn commit: r1583013 [2/2] - in /commons/proper/jcs/trunk: auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/ auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/ auxiliary-builds/jdk14/src/java/or...

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/TestTCPLateralCache.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/TestTCPLateralCache.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/TestTCPLateralCache.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/TestTCPLateralCache.java Sat Mar 29 15:55:12 2014
@@ -115,7 +115,7 @@ public class TestTCPLateralCache
      * @param region
      *            Name of the region to access
      *
-     * @exception Exception
+     * @throws Exception
      *                If an error occurs
      */
     public void runTestForRegion( String region )

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/BlockDiskCacheConcurrentUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/BlockDiskCacheConcurrentUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/BlockDiskCacheConcurrentUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/BlockDiskCacheConcurrentUnitTest.java Sat Mar 29 15:55:12 2014
@@ -142,7 +142,7 @@ public class BlockDiskCacheConcurrentUni
      * @param region
      *            Name of the region to access
      *
-     * @exception Exception
+     * @throws Exception
      *                If an error occurs
      */
     public void runTestForRegion( String region )
@@ -203,7 +203,7 @@ public class BlockDiskCacheConcurrentUni
      * @param start
      * @param end
      *
-     * @exception Exception
+     * @throws Exception
      *                If an error occurs
      */
     public void runTestForRegionInRange( String region, int start, int end )

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/BlockDiskCacheRandomConcurrentTestUtil.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/BlockDiskCacheRandomConcurrentTestUtil.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/BlockDiskCacheRandomConcurrentTestUtil.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/BlockDiskCacheRandomConcurrentTestUtil.java Sat Mar 29 15:55:12 2014
@@ -52,7 +52,7 @@ public class BlockDiskCacheRandomConcurr
      * @param numOps
      * @param testNum
      *
-     * @exception Exception
+     * @throws Exception
      *                If an error occurs
      */
     public void runTestForRegion( String region, int range, int numOps, int testNum )

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/BlockDiskCacheSameRegionConcurrentUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/BlockDiskCacheSameRegionConcurrentUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/BlockDiskCacheSameRegionConcurrentUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/BlockDiskCacheSameRegionConcurrentUnitTest.java Sat Mar 29 15:55:12 2014
@@ -131,7 +131,7 @@ public class BlockDiskCacheSameRegionCon
      * @param region Name of the region to access
      * @param start
      * @param end
-     * @exception Exception If an error occurs
+     * @throws Exception If an error occurs
      */
     public void runTestForRegion( String region, int start, int end )
         throws Exception

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/HugeQuantityBlockDiskCacheLoadTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/HugeQuantityBlockDiskCacheLoadTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/HugeQuantityBlockDiskCacheLoadTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/block/HugeQuantityBlockDiskCacheLoadTest.java Sat Mar 29 15:55:12 2014
@@ -47,7 +47,7 @@ public class HugeQuantityBlockDiskCacheL
      * Adds items to cache, gets them, and removes them. The item count is more than the size of the
      * memory cache, so items should spool to disk.
      * <p>
-     * @exception Exception If an error occurs
+     * @throws Exception If an error occurs
      */
     public void testLargeNumberOfItems()
         throws Exception

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/HugeQuantityIndDiskCacheLoadTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/HugeQuantityIndDiskCacheLoadTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/HugeQuantityIndDiskCacheLoadTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/HugeQuantityIndDiskCacheLoadTest.java Sat Mar 29 15:55:12 2014
@@ -43,7 +43,7 @@ public class HugeQuantityIndDiskCacheLoa
      * Adds items to cache, gets them, and removes them. The item count is more than the size of the
      * memory cache, so items should spool to disk.
      * <p>
-     * @exception Exception If an error occurs
+     * @throws Exception If an error occurs
      */
     public void testLargeNumberOfItems()
         throws Exception

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheConcurrentUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheConcurrentUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheConcurrentUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheConcurrentUnitTest.java Sat Mar 29 15:55:12 2014
@@ -135,7 +135,7 @@ public class IndexedDiskCacheConcurrentU
      * @param region
      *            Name of the region to access
      *
-     * @exception Exception
+     * @throws Exception
      *                If an error occurs
      */
     public void runTestForRegion( String region )
@@ -196,7 +196,7 @@ public class IndexedDiskCacheConcurrentU
      * @param start
      * @param end
      *
-     * @exception Exception
+     * @throws Exception
      *                If an error occurs
      */
     public void runTestForRegionInRange( String region, int start, int end )

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheNoMemoryUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheNoMemoryUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheNoMemoryUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheNoMemoryUnitTest.java Sat Mar 29 15:55:12 2014
@@ -122,7 +122,7 @@ public class IndexedDiskCacheNoMemoryUni
      * @param region
      *            Name of the region to access
      *
-     * @exception Exception
+     * @throws Exception
      *                If an error occurs
      */
     public void runTestForRegion( String region )

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheRandomConcurrentTestUtil.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheRandomConcurrentTestUtil.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheRandomConcurrentTestUtil.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheRandomConcurrentTestUtil.java Sat Mar 29 15:55:12 2014
@@ -53,7 +53,7 @@ public class IndexedDiskCacheRandomConcu
      * @param numOps
      * @param testNum
      *
-     * @exception Exception
+     * @throws Exception
      *                If an error occurs
      */
     public void runTestForRegion( String region, int range, int numOps, int testNum )

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheSameRegionConcurrentUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheSameRegionConcurrentUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheSameRegionConcurrentUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheSameRegionConcurrentUnitTest.java Sat Mar 29 15:55:12 2014
@@ -157,7 +157,7 @@ public class IndexedDiskCacheSameRegionC
      * @param start
      * @param end
      *
-     * @exception Exception
+     * @throws Exception
      *                If an error occurs
      */
     public void runTestForRegion( String region, int start, int end )

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCacheSharedPoolUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCacheSharedPoolUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCacheSharedPoolUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCacheSharedPoolUnitTest.java Sat Mar 29 15:55:12 2014
@@ -81,7 +81,7 @@ public class JDBCDiskCacheSharedPoolUnit
      * <p>
      * @param region Name of the region to access
      * @param items
-     * @exception Exception If an error occurs
+     * @throws Exception If an error occurs
      */
     public void runTestForRegion( String region, int items )
         throws Exception

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCacheUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCacheUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCacheUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCacheUnitTest.java Sat Mar 29 15:55:12 2014
@@ -80,7 +80,7 @@ public class JDBCDiskCacheUnitTest
      * <p>
      * @param region Name of the region to access
      * @param items
-     * @exception Exception If an error occurs
+     * @throws Exception If an error occurs
      */
     public void runTestForRegion( String region, int items )
         throws Exception

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/hsql/HSQLDiskCacheConcurrentUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/hsql/HSQLDiskCacheConcurrentUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/hsql/HSQLDiskCacheConcurrentUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/hsql/HSQLDiskCacheConcurrentUnitTest.java Sat Mar 29 15:55:12 2014
@@ -119,7 +119,7 @@ public class HSQLDiskCacheConcurrentUnit
      * memory cache, so items should spool to disk.
      * <p>
      * @param region Name of the region to access
-     * @exception Exception If an error occurs
+     * @throws Exception If an error occurs
      */
     public void runTestForRegion( String region )
         throws Exception

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/hsql/HSQLDiskCacheUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/hsql/HSQLDiskCacheUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/hsql/HSQLDiskCacheUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/hsql/HSQLDiskCacheUnitTest.java Sat Mar 29 15:55:12 2014
@@ -50,7 +50,7 @@ public class HSQLDiskCacheUnitTest
      * Adds items to cache, gets them, and removes them. The item count is more than the size of the
      * memory cache, so items should spool to disk.
      * <p>
-     * @exception Exception If an error occurs
+     * @throws Exception If an error occurs
      */
     public void testBasicPutRemove()
         throws Exception

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/mysql/MySQLDiskCacheHsqlBackedUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/mysql/MySQLDiskCacheHsqlBackedUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/mysql/MySQLDiskCacheHsqlBackedUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/disk/jdbc/mysql/MySQLDiskCacheHsqlBackedUnitTest.java Sat Mar 29 15:55:12 2014
@@ -92,7 +92,7 @@ public class MySQLDiskCacheHsqlBackedUni
      * <p>
      * @param region Name of the region to access
      * @param items
-     * @exception Exception If an error occurs
+     * @throws Exception If an error occurs
      */
     public void runTestForRegion( String region, int items )
         throws Exception

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPConcurrentRandomTestUtil.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPConcurrentRandomTestUtil.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPConcurrentRandomTestUtil.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPConcurrentRandomTestUtil.java Sat Mar 29 15:55:12 2014
@@ -68,7 +68,7 @@ public class LateralTCPConcurrentRandomT
      * @param numOps
      * @param testNum
      *
-     * @exception Exception
+     * @throws Exception
      *                If an error occurs
      */
     public void runTestForRegion( String region, int range, int numOps, int testNum )

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPFilterRemoveHashCodeUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPFilterRemoveHashCodeUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPFilterRemoveHashCodeUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPFilterRemoveHashCodeUnitTest.java Sat Mar 29 15:55:12 2014
@@ -80,7 +80,7 @@ public class LateralTCPFilterRemoveHashC
      * @param numOps
      * @param testNum
      *
-     * @exception Exception
+     * @throws Exception
      *                If an error occurs
      */
     public void runTestForRegion( String region, int numOps, int testNum )

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPIssueRemoveOnPutUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPIssueRemoveOnPutUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPIssueRemoveOnPutUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPIssueRemoveOnPutUnitTest.java Sat Mar 29 15:55:12 2014
@@ -121,7 +121,7 @@ public class LateralTCPIssueRemoveOnPutU
      * @param range
      * @param numOps
      * @param testNum
-     * @exception Exception If an error occurs
+     * @throws Exception If an error occurs
      */
     public void runTestForRegion( String region, int range, int numOps, int testNum )
         throws Exception

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/remote/RemoteCacheClientTester.java Sat Mar 29 15:55:12 2014
@@ -76,9 +76,9 @@ public class RemoteCacheClientTester
     /**
      * Constructor for the RemoteCacheClientTest object
      * @param count
-     * @exception MalformedURLException
-     * @exception NotBoundException
-     * @exception IOException
+     * @throws MalformedURLException
+     * @throws NotBoundException
+     * @throws IOException
      */
     public RemoteCacheClientTester( int count )
         throws MalformedURLException, NotBoundException, IOException
@@ -92,9 +92,9 @@ public class RemoteCacheClientTester
      * @param write
      * @param read
      * @param delete
-     * @exception MalformedURLException
-     * @exception NotBoundException
-     * @exception IOException
+     * @throws MalformedURLException
+     * @throws NotBoundException
+     * @throws IOException
      */
     public RemoteCacheClientTester( int count, boolean write, boolean read, boolean delete )
         throws MalformedURLException, NotBoundException, IOException
@@ -110,9 +110,9 @@ public class RemoteCacheClientTester
      * @param write
      * @param read
      * @param delete
-     * @exception MalformedURLException
-     * @exception NotBoundException
-     * @exception IOException
+     * @throws MalformedURLException
+     * @throws NotBoundException
+     * @throws IOException
      */
     @SuppressWarnings("unchecked")
     public RemoteCacheClientTester( String host, int port, int count, boolean write, boolean read, boolean delete )

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/remote/http/client/RemoteHttpCacheManualTester.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/remote/http/client/RemoteHttpCacheManualTester.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/remote/http/client/RemoteHttpCacheManualTester.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/auxiliary/remote/http/client/RemoteHttpCacheManualTester.java Sat Mar 29 15:55:12 2014
@@ -42,7 +42,7 @@ public class RemoteHttpCacheManualTester
 
     /**
      * A unit test for JUnit
-     * @exception Exception Description of the Exception
+     * @throws Exception Description of the Exception
      */
     public void testSimpleLoad()
         throws Exception

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/control/event/SimpleEventHandlingUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/control/event/SimpleEventHandlingUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/control/event/SimpleEventHandlingUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/control/event/SimpleEventHandlingUnitTest.java Sat Mar 29 15:55:12 2014
@@ -48,7 +48,7 @@ public class SimpleEventHandlingUnitTest
     /**
      * Verify that the spooled event is called as expected.
      * <p>
-     * @exception Exception Description of the Exception
+     * @throws Exception Description of the Exception
      */
     public void testSpoolEvent()
         throws Exception

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/memory/lru/LHMLRUMemoryCacheConcurrentUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/memory/lru/LHMLRUMemoryCacheConcurrentUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/memory/lru/LHMLRUMemoryCacheConcurrentUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/memory/lru/LHMLRUMemoryCacheConcurrentUnitTest.java Sat Mar 29 15:55:12 2014
@@ -104,7 +104,7 @@ public class LHMLRUMemoryCacheConcurrent
      * @param region
      *            Name of the region to access
      *
-     * @exception Exception
+     * @throws Exception
      *                If an error occurs
      */
     public void runTestForRegion( String region )

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/memory/lru/LRUMemoryCacheConcurrentUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/memory/lru/LRUMemoryCacheConcurrentUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/memory/lru/LRUMemoryCacheConcurrentUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/memory/lru/LRUMemoryCacheConcurrentUnitTest.java Sat Mar 29 15:55:12 2014
@@ -103,7 +103,7 @@ public class LRUMemoryCacheConcurrentUni
      * <p>
      * @param region
      *            Name of the region to access
-     * @exception Exception
+     * @throws Exception
      *                If an error occurs
      */
     public void runTestForRegion( String region )

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/memory/mru/LRUvsMRUPerformanceTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/memory/mru/LRUvsMRUPerformanceTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/memory/mru/LRUvsMRUPerformanceTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/memory/mru/LRUvsMRUPerformanceTest.java Sat Mar 29 15:55:12 2014
@@ -50,7 +50,7 @@ public class LRUvsMRUPerformanceTest
 
     /**
      * A unit test for JUnit
-     * @exception Exception Description of the Exception
+     * @throws Exception Description of the Exception
      */
     public void testSimpleLoad()
         throws Exception

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/JCSvsCommonsLRUMapPerformanceTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/JCSvsCommonsLRUMapPerformanceTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/JCSvsCommonsLRUMapPerformanceTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/JCSvsCommonsLRUMapPerformanceTest.java Sat Mar 29 15:55:12 2014
@@ -73,7 +73,7 @@ public class JCSvsCommonsLRUMapPerforman
     /**
      * A unit test for JUnit
      *
-     * @exception Exception
+     * @throws Exception
      *                Description of the Exception
      */
     public void testSimpleLoad()

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/LRUMapConcurrentTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/LRUMapConcurrentTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/LRUMapConcurrentTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/LRUMapConcurrentTest.java Sat Mar 29 15:55:12 2014
@@ -119,7 +119,7 @@ public class LRUMapConcurrentTest
 
     /**
      * Just test that we can put, get and remove as expected.
-     * @exception Exception Description of the Exception
+     * @throws Exception Description of the Exception
      */
     public void testSimpleLoad()
         throws Exception
@@ -145,7 +145,7 @@ public class LRUMapConcurrentTest
 
     /**
      * Just make sure that the LRU functions int he most simple case.
-     * @exception Exception Description of the Exception
+     * @throws Exception Description of the Exception
      */
     public void testLRURemoval()
         throws Exception

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/LRUMapConcurrentUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/LRUMapConcurrentUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/LRUMapConcurrentUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/LRUMapConcurrentUnitTest.java Sat Mar 29 15:55:12 2014
@@ -114,7 +114,7 @@ public class LRUMapConcurrentUnitTest
     /**
      * Just test that we can put, get and remove as expected.
      * <p>
-     * @exception Exception
+     * @throws Exception
      *                Description of the Exception
      */
     public void testSimpleLoad()
@@ -142,7 +142,7 @@ public class LRUMapConcurrentUnitTest
     /**
      * Just make sure that the LRU functions in he most simple case.
      *
-     * @exception Exception
+     * @throws Exception
      *                Description of the Exception
      */
     public void testLRURemoval()

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/LRUMapPerformanceTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/LRUMapPerformanceTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/LRUMapPerformanceTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/LRUMapPerformanceTest.java Sat Mar 29 15:55:12 2014
@@ -76,7 +76,7 @@ public class LRUMapPerformanceTest
     /**
      * A unit test for JUnit
      *
-     * @exception Exception
+     * @throws Exception
      *                Description of the Exception
      */
     public void testSimpleLoad()

Modified: commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/SortedPrefArrayUnitTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/SortedPrefArrayUnitTest.java?rev=1583013&r1=1583012&r2=1583013&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/SortedPrefArrayUnitTest.java (original)
+++ commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/utils/struct/SortedPrefArrayUnitTest.java Sat Mar 29 15:55:12 2014
@@ -49,7 +49,7 @@ public class SortedPrefArrayUnitTest
     }
 
     /**
-     * @exception Exception
+     * @throws Exception
      */
     public void testLargePref()
         throws Exception
@@ -298,7 +298,7 @@ public class SortedPrefArrayUnitTest
 
     /**
      * Test taking the largest item.
-     * @exception Exception
+     * @throws Exception
      */
     public void testTakeLargestItem()
         throws Exception
@@ -337,7 +337,7 @@ public class SortedPrefArrayUnitTest
     /**
      * Test taking every last item.
      * <p>
-     * @exception Exception
+     * @throws Exception
      */
     public void testTakeEveryLastItem()
         throws Exception