You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
(544) |
May
(1715) |
Jun
(1059) |
Jul
(886) |
Aug
(1214) |
Sep
(1375) |
Oct
(1664) |
Nov
(1153) |
Dec
(1084) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(1630) |
Feb
(1634) |
Mar
(1979) |
Apr
(1119) |
May
(1850) |
Jun
(1231) |
Jul
(1168) |
Aug
(1840) |
Sep
(1038) |
Oct
(1127) |
Nov
(1458) |
Dec
(854) |
| 2004 |
Jan
(1145) |
Feb
(1064) |
Mar
(2242) |
Apr
(1728) |
May
(1346) |
Jun
(1280) |
Jul
(1681) |
Aug
(2388) |
Sep
(2233) |
Oct
(3246) |
Nov
(3248) |
Dec
(1775) |
| 2005 |
Jan
(3407) |
Feb
(3049) |
Mar
(2402) |
Apr
(3687) |
May
(3289) |
Jun
(5731) |
Jul
(3905) |
Aug
(5843) |
Sep
(5149) |
Oct
(6866) |
Nov
(4051) |
Dec
(4646) |
| 2006 |
Jan
(7356) |
Feb
(4713) |
Mar
(9447) |
Apr
(6553) |
May
(6206) |
Jun
(4301) |
Jul
(1160) |
Aug
(23) |
Sep
(11) |
Oct
(19) |
Nov
(26) |
Dec
(15) |
| 2007 |
Jan
(28) |
Feb
(24) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Adrian B. <adr...@jb...> - 2006-07-10 12:18:56
|
User: adrian Date: 06/07/10 08:18:41 Log: Directory /cvsroot/jboss/container/src/main/org/jboss/metadata/plugins/repository/visitor added to the repository |
|
From: Adrian B. <adr...@jb...> - 2006-07-10 12:18:56
|
User: adrian Date: 06/07/10 08:18:41 Log: Directory /cvsroot/jboss/container/src/main/org/jboss/metadata/plugins/repository added to the repository |
|
From: Adrian B. <adr...@jb...> - 2006-07-10 12:18:26
|
User: adrian Date: 06/07/10 08:18:08 Modified: jboss-spring .classpath Log: Fix the eclipse build Revision Changes Path 1.8 +2 -0 jboss-spring/.classpath (In the diff below, changes in quantity of whitespace are not shown.) Index: .classpath =================================================================== RCS file: /cvsroot/jboss/jboss-spring/.classpath,v retrieving revision 1.7 retrieving revision 1.8 diff -u -b -r1.7 -r1.8 --- .classpath 23 Jun 2006 10:44:19 -0000 1.7 +++ .classpath 10 Jul 2006 12:18:08 -0000 1.8 @@ -20,5 +20,7 @@ <classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-container.jar"/> <classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar"/> <classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-microcontainer.jar"/> + <classpathentry combineaccessrules="false" kind="src" path="/test"/> + <classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/> <classpathentry kind="output" path="output/eclipse-classes"/> </classpath> |
|
From: Manik S. <msu...@jb...> - 2006-07-10 12:17:38
|
User: msurtani
Date: 06/07/10 08:17:36
Modified: tests/perf/org/jboss/cache/benchmark/tests
Tag: Branch_JBossCache_1_4_0
HashMapRead50JRunitTest.java
HashMapRead75JRunitTest.java
HashMapRead90JRunitTest.java
LocalPessIsoNoneRead50JRunitTest.java
LocalPessIsoNoneRead75JRunitTest.java
LocalPessIsoNoneRead90JRunitTest.java
LocalPessIsoRRRead50JRunitTest.java
LocalPessIsoRRRead75JRunitTest.java
LocalPessIsoRRRead90JRunitTest.java
ReplAsyncPessRead50JRunitTest.java
ReplAsyncPessRead75JRunitTest.java
ReplAsyncPessRead90JRunitTest.java
ReplSyncPessRead50JRunitTest.java
ReplSyncPessRead75JRunitTest.java
ReplSyncPessRead90JRunitTest.java
Log:
Cleaned up some TODO and FIXME noise, improved on Javadocs
Revision Changes Path
No revision
No revision
1.6.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/tests/HashMapRead50JRunitTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: HashMapRead50JRunitTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/tests/HashMapRead50JRunitTest.java,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -u -b -r1.6 -r1.6.4.1
--- HashMapRead50JRunitTest.java 27 Oct 2005 17:15:28 -0000 1.6
+++ HashMapRead50JRunitTest.java 10 Jul 2006 12:17:36 -0000 1.6.4.1
@@ -18,7 +18,6 @@
import java.util.Collections;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.6.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/tests/HashMapRead75JRunitTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: HashMapRead75JRunitTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/tests/HashMapRead75JRunitTest.java,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -u -b -r1.6 -r1.6.4.1
--- HashMapRead75JRunitTest.java 27 Oct 2005 17:15:28 -0000 1.6
+++ HashMapRead75JRunitTest.java 10 Jul 2006 12:17:36 -0000 1.6.4.1
@@ -18,7 +18,6 @@
import java.util.Collections;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.7.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/tests/HashMapRead90JRunitTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: HashMapRead90JRunitTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/tests/HashMapRead90JRunitTest.java,v
retrieving revision 1.7
retrieving revision 1.7.4.1
diff -u -b -r1.7 -r1.7.4.1
--- HashMapRead90JRunitTest.java 27 Oct 2005 17:15:28 -0000 1.7
+++ HashMapRead90JRunitTest.java 10 Jul 2006 12:17:36 -0000 1.7.4.1
@@ -18,7 +18,6 @@
import java.util.Collections;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.3.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoNoneRead50JRunitTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: LocalPessIsoNoneRead50JRunitTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoNoneRead50JRunitTest.java,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -b -r1.3 -r1.3.4.1
--- LocalPessIsoNoneRead50JRunitTest.java 18 Oct 2005 15:00:58 -0000 1.3
+++ LocalPessIsoNoneRead50JRunitTest.java 10 Jul 2006 12:17:36 -0000 1.3.4.1
@@ -14,7 +14,6 @@
import org.jboss.jrunit.decorators.ThreadLocalDecorator;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.3.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoNoneRead75JRunitTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: LocalPessIsoNoneRead75JRunitTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoNoneRead75JRunitTest.java,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -b -r1.3 -r1.3.4.1
--- LocalPessIsoNoneRead75JRunitTest.java 18 Oct 2005 15:00:58 -0000 1.3
+++ LocalPessIsoNoneRead75JRunitTest.java 10 Jul 2006 12:17:36 -0000 1.3.4.1
@@ -14,7 +14,6 @@
import org.jboss.jrunit.decorators.ThreadLocalDecorator;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.3.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoNoneRead90JRunitTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: LocalPessIsoNoneRead90JRunitTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoNoneRead90JRunitTest.java,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -b -r1.3 -r1.3.4.1
--- LocalPessIsoNoneRead90JRunitTest.java 18 Oct 2005 15:00:58 -0000 1.3
+++ LocalPessIsoNoneRead90JRunitTest.java 10 Jul 2006 12:17:36 -0000 1.3.4.1
@@ -14,7 +14,6 @@
import org.jboss.jrunit.decorators.ThreadLocalDecorator;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.2.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoRRRead50JRunitTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: LocalPessIsoRRRead50JRunitTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoRRRead50JRunitTest.java,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -b -r1.2 -r1.2.4.1
--- LocalPessIsoRRRead50JRunitTest.java 18 Oct 2005 15:00:58 -0000 1.2
+++ LocalPessIsoRRRead50JRunitTest.java 10 Jul 2006 12:17:36 -0000 1.2.4.1
@@ -14,7 +14,6 @@
import org.jboss.jrunit.decorators.ThreadLocalDecorator;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.2.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoRRRead75JRunitTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: LocalPessIsoRRRead75JRunitTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoRRRead75JRunitTest.java,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -b -r1.2 -r1.2.4.1
--- LocalPessIsoRRRead75JRunitTest.java 18 Oct 2005 15:00:58 -0000 1.2
+++ LocalPessIsoRRRead75JRunitTest.java 10 Jul 2006 12:17:36 -0000 1.2.4.1
@@ -14,7 +14,6 @@
import org.jboss.jrunit.decorators.ThreadLocalDecorator;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.2.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoRRRead90JRunitTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: LocalPessIsoRRRead90JRunitTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/tests/LocalPessIsoRRRead90JRunitTest.java,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -b -r1.2 -r1.2.4.1
--- LocalPessIsoRRRead90JRunitTest.java 18 Oct 2005 15:00:58 -0000 1.2
+++ LocalPessIsoRRRead90JRunitTest.java 10 Jul 2006 12:17:36 -0000 1.2.4.1
@@ -14,7 +14,6 @@
import org.jboss.jrunit.decorators.ThreadLocalDecorator;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.1.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/tests/ReplAsyncPessRead50JRunitTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ReplAsyncPessRead50JRunitTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/tests/ReplAsyncPessRead50JRunitTest.java,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -b -r1.1 -r1.1.4.1
--- ReplAsyncPessRead50JRunitTest.java 24 Nov 2005 20:24:49 -0000 1.1
+++ ReplAsyncPessRead50JRunitTest.java 10 Jul 2006 12:17:36 -0000 1.1.4.1
@@ -15,7 +15,6 @@
import org.jboss.jrunit.decorators.ThreadLocalDecorator;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.1.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/tests/ReplAsyncPessRead75JRunitTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ReplAsyncPessRead75JRunitTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/tests/ReplAsyncPessRead75JRunitTest.java,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -b -r1.1 -r1.1.4.1
--- ReplAsyncPessRead75JRunitTest.java 24 Nov 2005 20:24:49 -0000 1.1
+++ ReplAsyncPessRead75JRunitTest.java 10 Jul 2006 12:17:36 -0000 1.1.4.1
@@ -15,7 +15,6 @@
import org.jboss.jrunit.decorators.ThreadLocalDecorator;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.1.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/tests/ReplAsyncPessRead90JRunitTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ReplAsyncPessRead90JRunitTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/tests/ReplAsyncPessRead90JRunitTest.java,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -b -r1.1 -r1.1.4.1
--- ReplAsyncPessRead90JRunitTest.java 24 Nov 2005 20:24:49 -0000 1.1
+++ ReplAsyncPessRead90JRunitTest.java 10 Jul 2006 12:17:36 -0000 1.1.4.1
@@ -15,7 +15,6 @@
import org.jboss.jrunit.decorators.ThreadLocalDecorator;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.1.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/tests/ReplSyncPessRead50JRunitTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ReplSyncPessRead50JRunitTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/tests/ReplSyncPessRead50JRunitTest.java,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -b -r1.1 -r1.1.4.1
--- ReplSyncPessRead50JRunitTest.java 24 Nov 2005 20:24:49 -0000 1.1
+++ ReplSyncPessRead50JRunitTest.java 10 Jul 2006 12:17:36 -0000 1.1.4.1
@@ -15,7 +15,6 @@
import org.jboss.jrunit.decorators.ThreadLocalDecorator;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.1.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/tests/ReplSyncPessRead75JRunitTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ReplSyncPessRead75JRunitTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/tests/ReplSyncPessRead75JRunitTest.java,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -b -r1.1 -r1.1.4.1
--- ReplSyncPessRead75JRunitTest.java 24 Nov 2005 20:24:49 -0000 1.1
+++ ReplSyncPessRead75JRunitTest.java 10 Jul 2006 12:17:36 -0000 1.1.4.1
@@ -15,7 +15,6 @@
import org.jboss.jrunit.decorators.ThreadLocalDecorator;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.1.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/tests/ReplSyncPessRead90JRunitTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ReplSyncPessRead90JRunitTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/tests/ReplSyncPessRead90JRunitTest.java,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -b -r1.1 -r1.1.4.1
--- ReplSyncPessRead90JRunitTest.java 24 Nov 2005 20:24:49 -0000 1.1
+++ ReplSyncPessRead90JRunitTest.java 10 Jul 2006 12:17:36 -0000 1.1.4.1
@@ -15,7 +15,6 @@
import org.jboss.jrunit.decorators.ThreadLocalDecorator;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
|
|
From: Manik S. <msu...@jb...> - 2006-07-10 12:17:38
|
User: msurtani
Date: 06/07/10 08:17:36
Modified: tests/perf/org/jboss/cache/optimistic Tag:
Branch_JBossCache_1_4_0 RunAll.java
Log:
Cleaned up some TODO and FIXME noise, improved on Javadocs
Revision Changes Path
No revision
No revision
1.1.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/optimistic/RunAll.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: RunAll.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/optimistic/RunAll.java,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -b -r1.1 -r1.1.4.1
--- RunAll.java 13 Jan 2006 20:17:34 -0000 1.1
+++ RunAll.java 10 Jul 2006 12:17:36 -0000 1.1.4.1
@@ -7,7 +7,6 @@
package org.jboss.cache.optimistic;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
|
|
From: Manik S. <msu...@jb...> - 2006-07-10 12:17:38
|
User: msurtani
Date: 06/07/10 08:17:37
Modified: tests/stress/org/jboss/cache/optimistic Tag:
Branch_JBossCache_1_4_0 OptimisticDeadlockTest.java
Log:
Cleaned up some TODO and FIXME noise, improved on Javadocs
Revision Changes Path
No revision
No revision
1.2.2.1 +0 -1 JBossCache/tests/stress/org/jboss/cache/optimistic/OptimisticDeadlockTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: OptimisticDeadlockTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/stress/org/jboss/cache/optimistic/OptimisticDeadlockTest.java,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -b -r1.2 -r1.2.2.1
--- OptimisticDeadlockTest.java 26 May 2006 17:18:47 -0000 1.2
+++ OptimisticDeadlockTest.java 10 Jul 2006 12:17:37 -0000 1.2.2.1
@@ -15,7 +15,6 @@
import java.util.List;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
|
|
From: Manik S. <msu...@jb...> - 2006-07-10 12:17:38
|
User: msurtani
Date: 06/07/10 08:17:36
Modified: tests/perf/org/jboss/cache/benchmark/support Tag:
Branch_JBossCache_1_4_0 BaseTest.java
Read50PercentTest.java Read75PercentTest.java
Read90PercentTest.java TreeCacheConfigurator.java
Log:
Cleaned up some TODO and FIXME noise, improved on Javadocs
Revision Changes Path
No revision
No revision
1.11.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/support/BaseTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: BaseTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/support/BaseTest.java,v
retrieving revision 1.11
retrieving revision 1.11.4.1
diff -u -b -r1.11 -r1.11.4.1
--- BaseTest.java 31 Jan 2006 17:22:38 -0000 1.11
+++ BaseTest.java 10 Jul 2006 12:17:36 -0000 1.11.4.1
@@ -18,7 +18,6 @@
import java.util.List;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.3.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/support/Read50PercentTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Read50PercentTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/support/Read50PercentTest.java,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -b -r1.3 -r1.3.4.1
--- Read50PercentTest.java 18 Oct 2005 15:00:58 -0000 1.3
+++ Read50PercentTest.java 10 Jul 2006 12:17:36 -0000 1.3.4.1
@@ -7,7 +7,6 @@
package org.jboss.cache.benchmark.support;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.3.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/support/Read75PercentTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Read75PercentTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/support/Read75PercentTest.java,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -b -r1.3 -r1.3.4.1
--- Read75PercentTest.java 18 Oct 2005 15:00:58 -0000 1.3
+++ Read75PercentTest.java 10 Jul 2006 12:17:36 -0000 1.3.4.1
@@ -7,7 +7,6 @@
package org.jboss.cache.benchmark.support;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.3.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/support/Read90PercentTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Read90PercentTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/support/Read90PercentTest.java,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -b -r1.3 -r1.3.4.1
--- Read90PercentTest.java 18 Oct 2005 15:00:58 -0000 1.3
+++ Read90PercentTest.java 10 Jul 2006 12:17:36 -0000 1.3.4.1
@@ -7,7 +7,6 @@
package org.jboss.cache.benchmark.support;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.3.4.1 +0 -1 JBossCache/tests/perf/org/jboss/cache/benchmark/support/TreeCacheConfigurator.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: TreeCacheConfigurator.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/perf/org/jboss/cache/benchmark/support/TreeCacheConfigurator.java,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -b -r1.3 -r1.3.4.1
--- TreeCacheConfigurator.java 18 Oct 2005 15:00:58 -0000 1.3
+++ TreeCacheConfigurator.java 10 Jul 2006 12:17:36 -0000 1.3.4.1
@@ -15,7 +15,6 @@
import java.io.ByteArrayInputStream;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
|
|
From: Manik S. <msu...@jb...> - 2006-07-10 12:17:37
|
User: msurtani
Date: 06/07/10 08:17:36
Modified: tests/interop/org/jboss/cache/interop Tag:
Branch_JBossCache_1_4_0 InteropTest.java Main.java
Shutdown.java
Log:
Cleaned up some TODO and FIXME noise, improved on Javadocs
Revision Changes Path
No revision
No revision
1.3.4.1 +7 -12 JBossCache/tests/interop/org/jboss/cache/interop/InteropTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: InteropTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/interop/org/jboss/cache/interop/InteropTest.java,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -b -r1.3 -r1.3.4.1
--- InteropTest.java 23 Feb 2006 03:37:59 -0000 1.3
+++ InteropTest.java 10 Jul 2006 12:17:36 -0000 1.3.4.1
@@ -1,15 +1,7 @@
package org.jboss.cache.interop;
-import java.util.HashMap;
-import java.util.Map;
-import java.util.Set;
-
-import javax.transaction.Synchronization;
-import javax.transaction.Transaction;
-import javax.transaction.TransactionManager;
-
+import EDU.oswego.cs.dl.util.concurrent.Latch;
import junit.framework.TestCase;
-
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.jboss.cache.ConfigureException;
@@ -19,7 +11,12 @@
import org.jboss.cache.lock.TimeoutException;
import org.jboss.cache.misc.TestingUtil;
-import EDU.oswego.cs.dl.util.concurrent.Latch;
+import javax.transaction.Synchronization;
+import javax.transaction.Transaction;
+import javax.transaction.TransactionManager;
+import java.util.HashMap;
+import java.util.Map;
+import java.util.Set;
public class InteropTest extends TestCase
{
@@ -209,7 +206,6 @@
}
catch (Exception e)
{
- // TODO Auto-generated catch block
e.printStackTrace();
}
@@ -240,7 +236,6 @@
}
catch (Exception e)
{
- // TODO Auto-generated catch block
e.printStackTrace();
}
1.2.4.1 +6 -7 JBossCache/tests/interop/org/jboss/cache/interop/Main.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Main.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/interop/org/jboss/cache/interop/Main.java,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -b -r1.2 -r1.2.4.1
--- Main.java 21 Feb 2006 01:37:47 -0000 1.2
+++ Main.java 10 Jul 2006 12:17:36 -0000 1.2.4.1
@@ -22,6 +22,12 @@
package org.jboss.cache.interop;
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+import org.jboss.cache.PropertyConfigurator;
+import org.jboss.cache.TreeCache;
+import org.jboss.cache.TreeCacheMBean;
+
import java.io.BufferedInputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
@@ -29,12 +35,6 @@
import java.net.ServerSocket;
import java.net.Socket;
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-import org.jboss.cache.PropertyConfigurator;
-import org.jboss.cache.TreeCache;
-import org.jboss.cache.TreeCacheMBean;
-
/**
* Starts a JBossCache instance and then listens on a socket for
* a call from {@link Shutdown}.
@@ -57,7 +57,6 @@
private boolean stopped;
/**
- * FIXME Comment this
*
* @param args
*/
1.2.4.1 +3 -4 JBossCache/tests/interop/org/jboss/cache/interop/Shutdown.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Shutdown.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/interop/org/jboss/cache/interop/Shutdown.java,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -b -r1.2 -r1.2.4.1
--- Shutdown.java 21 Feb 2006 01:37:47 -0000 1.2
+++ Shutdown.java 10 Jul 2006 12:17:36 -0000 1.2.4.1
@@ -22,15 +22,15 @@
package org.jboss.cache.interop;
+import org.apache.commons.logging.Log;
+import org.apache.commons.logging.LogFactory;
+
import java.io.InputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.OutputStream;
import java.net.Socket;
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
/**
* Opens a connection to the socket created by {@link Main} and
* tells it to shut down.
@@ -75,7 +75,6 @@
}
/**
- * FIXME Comment this
*
* @param args
*/
|
|
From: Manik S. <msu...@jb...> - 2006-07-10 12:17:37
|
User: msurtani
Date: 06/07/10 08:17:35
Modified: tests/functional/org/jboss/cache/options Tag:
Branch_JBossCache_1_4_0
CacheModeLocalSimpleTest.java
Log:
Cleaned up some TODO and FIXME noise, improved on Javadocs
Revision Changes Path
No revision
No revision
1.1.2.1 +0 -1 JBossCache/tests/functional/org/jboss/cache/options/CacheModeLocalSimpleTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CacheModeLocalSimpleTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/options/CacheModeLocalSimpleTest.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- CacheModeLocalSimpleTest.java 12 Jun 2006 20:24:32 -0000 1.1
+++ CacheModeLocalSimpleTest.java 10 Jul 2006 12:17:35 -0000 1.1.2.1
@@ -14,7 +14,6 @@
import javax.transaction.TransactionManager;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
|
|
From: Manik S. <msu...@jb...> - 2006-07-10 12:17:37
|
User: msurtani
Date: 06/07/10 08:17:35
Modified: tests/functional/org/jboss/cache/optimistic Tag:
Branch_JBossCache_1_4_0
ConcurrentTransactionTest.java
Log:
Cleaned up some TODO and FIXME noise, improved on Javadocs
Revision Changes Path
No revision
No revision
1.1.2.1 +0 -1 JBossCache/tests/functional/org/jboss/cache/optimistic/ConcurrentTransactionTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ConcurrentTransactionTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/optimistic/ConcurrentTransactionTest.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- ConcurrentTransactionTest.java 30 May 2006 16:33:02 -0000 1.1
+++ ConcurrentTransactionTest.java 10 Jul 2006 12:17:35 -0000 1.1.2.1
@@ -14,7 +14,6 @@
import javax.transaction.TransactionManager;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
|
|
From: Manik S. <msu...@jb...> - 2006-07-10 12:17:37
|
User: msurtani
Date: 06/07/10 08:17:34
Modified: src/org/jboss/cache/interceptors Tag:
Branch_JBossCache_1_4_0
DataGravitatorInterceptor.java
Log:
Cleaned up some TODO and FIXME noise, improved on Javadocs
Revision Changes Path
No revision
No revision
1.16.2.1 +0 -1 JBossCache/src/org/jboss/cache/interceptors/DataGravitatorInterceptor.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: DataGravitatorInterceptor.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/interceptors/DataGravitatorInterceptor.java,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -b -r1.16 -r1.16.2.1
--- DataGravitatorInterceptor.java 6 Jun 2006 10:17:14 -0000 1.16
+++ DataGravitatorInterceptor.java 10 Jul 2006 12:17:34 -0000 1.16.2.1
@@ -107,7 +107,6 @@
{
// create node locally so I don't gravitate again
// when I do the put() call to the cluster!
- // FIXME -- need to be able to suppress gravitation!!!
createNode(true, data.backupData);
// Make sure I replicate to my buddies.
log.trace("Passing the put call locally to make sure state is persisted and ownership is correctly established.");
|
|
From: Manik S. <msu...@jb...> - 2006-07-10 12:17:37
|
User: msurtani
Date: 06/07/10 08:17:36
Modified: tests/functional/org/jboss/cache Tag:
Branch_JBossCache_1_4_0 CallbackTest.java
Log:
Cleaned up some TODO and FIXME noise, improved on Javadocs
Revision Changes Path
No revision
No revision
1.7.2.1 +1 -48 JBossCache/tests/functional/org/jboss/cache/CallbackTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CallbackTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/CallbackTest.java,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -b -r1.7 -r1.7.2.1
--- CallbackTest.java 5 May 2006 12:06:59 -0000 1.7
+++ CallbackTest.java 10 Jul 2006 12:17:36 -0000 1.7.2.1
@@ -12,7 +12,7 @@
/**
* Tests whether modifications within callbacks (TreeCacheListener) are handled correctly
* @author Bela Ban
- * @version $Id: CallbackTest.java,v 1.7 2006/05/05 12:06:59 msurtani Exp $
+ * @version $Id: CallbackTest.java,v 1.7.2.1 2006/07/10 12:17:36 msurtani Exp $
*/
public class CallbackTest extends TestCase {
TreeCache cache=null, cache2;
@@ -113,53 +113,6 @@
// PessimisticLockInterceptor, which registers for TX completion, we don't even get that far
}
- /*public void testSyncReplicationWith2Caches() throws Exception, NotSupportedException {
- cache=createCache(TreeCache.REPL_SYNC, IsolationLevel.SERIALIZABLE);
- cache2=createCache(TreeCache.REPL_SYNC, IsolationLevel.SERIALIZABLE);
- cache.setSyncCommitPhase(true);
- cache2.setSyncCommitPhase(true);
-
- // cache.setSyncReplTimeout(60000); // todo: remove again, just for debugging
- // cache2.setSyncReplTimeout(60000); // todo: remove again, just for debugging
-
- assertEquals(2, cache.getMembers().size());
- System.out.println("view is correct: " + cache.getMembers() + " (2 members)");
- cache2.addTreeCacheListener(new PutListener(cache2));
-
- tx=startTransaction();
- cache.put("/a", null);
- tx.commit();
-
- // 1. cache: put("/a")
- // 2. tx.commit() in cache causes 2PC to cache2
- // 3. cache2 is updated with "/a"
- // 4. listener in cache2 is called, creates FQN
- // 5. cache2 replicates FQN over to cache as part of its own 2PC protocol
-
- assertTrue(cache.exists("/a")); // original modification to cache
- assertTrue(cache.exists(FQN)); // result of replication from cache
- assertTrue(cache2.exists("/a")); // result of replication from cache
- assertTrue(cache2.exists(FQN)); // created by listener, triggered by replication of "/a" from cache
- TransactionTable tx_table1, tx_table2;
- tx_table1=cache.getTransactionTable();
- tx_table2=cache2.getTransactionTable();
- System.out.println("tx_table1=" + tx_table1 + ", tx_table2=" + tx_table2);
- assertEquals(0, tx_table1.getNumLocalTransactions());
- assertEquals(0, tx_table2.getNumLocalTransactions());
- assertEquals(0, tx_table1.getNumGlobalTransactions());
- assertEquals(0, tx_table2.getNumGlobalTransactions());
- }*/
-
-
-
-/* public static void main(String[] args) {
- try {
- new CallbackTest().testSyncReplicationWith2Caches();
- }
- catch(Exception e) {
- e.printStackTrace();
- }
- }*/
TreeCache createCache(int mode, IsolationLevel level) throws Exception {
|
|
From: Manik S. <msu...@jb...> - 2006-07-10 12:17:37
|
User: msurtani
Date: 06/07/10 08:17:36
Modified: tests/functional/org/jboss/cache/transaction Tag:
Branch_JBossCache_1_4_0
NotifyingTransactionManager.java
Log:
Cleaned up some TODO and FIXME noise, improved on Javadocs
Revision Changes Path
No revision
No revision
1.1.4.3 +0 -1 JBossCache/tests/functional/org/jboss/cache/transaction/NotifyingTransactionManager.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: NotifyingTransactionManager.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/transaction/NotifyingTransactionManager.java,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -u -b -r1.1.4.2 -r1.1.4.3
--- NotifyingTransactionManager.java 3 Jul 2006 17:24:53 -0000 1.1.4.2
+++ NotifyingTransactionManager.java 10 Jul 2006 12:17:36 -0000 1.1.4.3
@@ -15,7 +15,6 @@
import javax.transaction.RollbackException;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
|
|
From: Manik S. <msu...@jb...> - 2006-07-10 12:17:37
|
User: msurtani
Date: 06/07/10 08:17:35
Modified: tests/functional/org/jboss/cache/misc Tag:
Branch_JBossCache_1_4_0 TestingUtil.java
Log:
Cleaned up some TODO and FIXME noise, improved on Javadocs
Revision Changes Path
No revision
No revision
1.4.4.1 +0 -1 JBossCache/tests/functional/org/jboss/cache/misc/TestingUtil.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: TestingUtil.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/misc/TestingUtil.java,v
retrieving revision 1.4
retrieving revision 1.4.4.1
diff -u -b -r1.4 -r1.4.4.1
--- TestingUtil.java 4 Feb 2006 02:00:01 -0000 1.4
+++ TestingUtil.java 10 Jul 2006 12:17:35 -0000 1.4.4.1
@@ -96,7 +96,6 @@
}
/**
- * FIXME Comment this
*
* @param cache
* @param memberCount
|
|
From: Manik S. <msu...@jb...> - 2006-07-10 12:17:36
|
User: msurtani
Date: 06/07/10 08:17:35
Modified: tests/functional/org/jboss/cache/loader Tag:
Branch_JBossCache_1_4_0 CacheLoaderPurgingTest.java
Log:
Cleaned up some TODO and FIXME noise, improved on Javadocs
Revision Changes Path
No revision
No revision
1.1.2.1 +0 -1 JBossCache/tests/functional/org/jboss/cache/loader/CacheLoaderPurgingTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CacheLoaderPurgingTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/loader/CacheLoaderPurgingTest.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- CacheLoaderPurgingTest.java 30 May 2006 18:40:25 -0000 1.1
+++ CacheLoaderPurgingTest.java 10 Jul 2006 12:17:35 -0000 1.1.2.1
@@ -12,7 +12,6 @@
import org.jboss.cache.xml.XmlHelper;
/**
- * //TODO: MANIK: Javadoc this class
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
|
|
From: Manik S. <msu...@jb...> - 2006-07-10 12:17:36
|
User: msurtani
Date: 06/07/10 08:17:35
Modified: tests/functional/org/jboss/cache/buddyreplication Tag:
Branch_JBossCache_1_4_0
BuddyReplicationWithOptimisticLockingTest.java
BuddyReplicationWithPassivationTest.java
BuddyReplicationWithTransactionsTest.java
Log:
Cleaned up some TODO and FIXME noise, improved on Javadocs
Revision Changes Path
No revision
No revision
1.2.2.1 +1 -1 JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationWithOptimisticLockingTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: BuddyReplicationWithOptimisticLockingTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationWithOptimisticLockingTest.java,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -b -r1.2 -r1.2.2.1
--- BuddyReplicationWithOptimisticLockingTest.java 25 May 2006 16:36:54 -0000 1.2
+++ BuddyReplicationWithOptimisticLockingTest.java 10 Jul 2006 12:17:35 -0000 1.2.2.1
@@ -7,7 +7,7 @@
package org.jboss.cache.buddyreplication;
/**
- * //TODO: MANIK: Javadoc this class
+ * Tests buddy replication faoliver when using optimistic locking
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.1.2.1 +1 -1 JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationWithPassivationTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: BuddyReplicationWithPassivationTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationWithPassivationTest.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- BuddyReplicationWithPassivationTest.java 22 May 2006 16:21:58 -0000 1.1
+++ BuddyReplicationWithPassivationTest.java 10 Jul 2006 12:17:35 -0000 1.1.2.1
@@ -7,7 +7,7 @@
package org.jboss.cache.buddyreplication;
/**
- * //TODO: MANIK: Javadoc this class
+ * Tests buddy replication when using activation/passivation
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
1.2.2.1 +1 -1 JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationWithTransactionsTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: BuddyReplicationWithTransactionsTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationWithTransactionsTest.java,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -b -r1.2 -r1.2.2.1
--- BuddyReplicationWithTransactionsTest.java 26 May 2006 14:49:09 -0000 1.2
+++ BuddyReplicationWithTransactionsTest.java 10 Jul 2006 12:17:35 -0000 1.2.2.1
@@ -13,7 +13,7 @@
/**
- * //TODO: MANIK: Javadoc this class
+ * Tests buddy replication when using transactions
*
* @author <a href="mailto:ma...@jb...">Manik Surtani (ma...@jb...)</a>
*/
|
|
From: Manik S. <msu...@jb...> - 2006-07-10 12:17:36
|
User: msurtani
Date: 06/07/10 08:17:34
Modified: src/org/jboss/cache Tag: Branch_JBossCache_1_4_0
AbstractTreeCacheListener.java
Log:
Cleaned up some TODO and FIXME noise, improved on Javadocs
Revision Changes Path
No revision
No revision
1.2.20.1 +4 -1 JBossCache/src/org/jboss/cache/AbstractTreeCacheListener.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: AbstractTreeCacheListener.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/AbstractTreeCacheListener.java,v
retrieving revision 1.2
retrieving revision 1.2.20.1
diff -u -b -r1.2 -r1.2.20.1
--- AbstractTreeCacheListener.java 2 Sep 2005 18:32:41 -0000 1.2
+++ AbstractTreeCacheListener.java 10 Jul 2006 12:17:34 -0000 1.2.20.1
@@ -12,7 +12,10 @@
import org.jgroups.View;
/**
- * TODO: add java doc
+ * An abstract implementation of {@link TreeCacheListener} and {@link ExtendedTreeCacheListener}. Subclass this if you
+ * don't want to implement all the methods in the {@link TreeCacheListener} and {@link ExtendedTreeCacheListener}
+ * interfaces.
+ *
* @author hmesha
*/
public abstract class AbstractTreeCacheListener implements TreeCacheListener, ExtendedTreeCacheListener
|
|
From: Manik S. <msu...@jb...> - 2006-07-10 12:09:09
|
User: msurtani Date: 06/07/10 08:08:44 Modified: docs/design Tag: Branch_JBossCache_1_4_0 todo.txt Log: Updated todo Revision Changes Path No revision No revision 1.1.1.1.24.1 +14 -1 JBossCache/docs/design/todo.txt (In the diff below, changes in quantity of whitespace are not shown.) Index: todo.txt =================================================================== RCS file: /cvsroot/jboss/JBossCache/docs/design/todo.txt,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.24.1 diff -u -b -r1.1.1.1 -r1.1.1.1.24.1 --- todo.txt 31 Mar 2005 10:10:39 -0000 1.1.1.1 +++ todo.txt 10 Jul 2006 12:08:44 -0000 1.1.1.1.24.1 @@ -1,5 +1,18 @@ +====================================================================================================================== -$Id: todo.txt,v 1.1.1.1 2005/03/31 10:10:39 belaban Exp $ +NOTE: + + This file is DEPRECATED and will not be updated in future. Please see http://jira.jboss.com/jira/browse/JBCACHE +for roadmaps, open tasks, and todo's. + +- +Manik Surtani +Lead, JBoss Cache + +====================================================================================================================== + + +$Id: todo.txt,v 1.1.1.1.24.1 2006/07/10 12:08:44 msurtani Exp $ |
|
From: Max R. A. <man...@jb...> - 2006-07-10 11:55:48
|
User: mandersen
Date: 06/07/10 07:55:34
Added: hibernatetools/plugins/org.hibernate.eclipse.jdt.ui
.cvsignore
Log:
.cvsignores
Revision Changes Path
1.1 date: 2006/07/10 11:55:34; author: mandersen; state: Exp;jbosside/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/.cvsignore
Index: .cvsignore
===================================================================
build
|
|
From: Max R. A. <man...@jb...> - 2006-07-10 11:55:29
|
User: mandersen Date: 06/07/10 07:55:09 Log: Directory /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/.settings added to the repository |
|
From: Max R. A. <man...@jb...> - 2006-07-10 11:55:29
|
User: mandersen Date: 06/07/10 07:55:11 Log: Directory /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.mapper/.settings added to the repository |
|
From: Max R. A. <man...@jb...> - 2006-07-10 11:55:29
|
User: mandersen
Date: 06/07/10 07:55:14
Added: hibernatetools/tests/org.hibernate.eclipse.console.test/.settings
.cvsignore
Log:
.cvsignores
Revision Changes Path
1.1 date: 2006/07/10 11:55:14; author: mandersen; state: Exp;jbosside/hibernatetools/tests/org.hibernate.eclipse.console.test/.settings/.cvsignore
Index: .cvsignore
===================================================================
org.eclipse.wst.validation.prefs
|
|
From: Max R. A. <man...@jb...> - 2006-07-10 11:55:29
|
User: mandersen Date: 06/07/10 07:55:01 Log: Directory /cvsroot/jboss/jbosside/hibernatetools/tests/org.hibernate.eclipse.console.test/.settings added to the repository |
|
From: Max R. A. <man...@jb...> - 2006-07-10 11:55:29
|
User: mandersen
Date: 06/07/10 07:55:17
Added: hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/.settings
.cvsignore
Log:
.cvsignores
Revision Changes Path
1.1 date: 2006/07/10 11:55:17; author: mandersen; state: Exp;jbosside/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/.settings/.cvsignore
Index: .cvsignore
===================================================================
org.eclipse.wst.validation.prefs
|
|
From: Max R. A. <man...@jb...> - 2006-07-10 11:55:29
|
User: mandersen Date: 06/07/10 07:55:03 Log: Directory /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.updatesite/.settings added to the repository |