|
| 1.42 | modified | genman | src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java | JBCACHE-867 - Fix emptyMap versus null in notify; use correct Node.put() |
| 1.11 | modified | genman | src/org/jboss/cache/notifications/Notifier.java | JBCACHE-867 - Fix emptyMap versus null in notify; use correct Node.put() |
| 1.2 | modified | genman | src/org/jboss/cache/util/MapCopy.java | JBCACHE-867 - Fix emptyMap versus null in notify; use correct Node.put() |
| 1.41 | modified | genman | src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.12 | modified | genman | src/org/jboss/cache/loader/AbstractCacheLoader.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.23 | modified | genman | src/org/jboss/cache/loader/AsyncCacheLoader.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.23 | modified | genman | src/org/jboss/cache/loader/JDBCCacheLoader.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.21 | modified | genman | src/org/jboss/cache/loader/bdbje/BdbjeCacheLoader.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.10 | modified | genman | src/org/jboss/cache/notifications/Notifier.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.1 | added | genman | src/org/jboss/cache/util/MapCopy.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.4 | modified | genman | tests/functional/org/jboss/cache/lock/LockReleaseTest.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.9 | modified | genman | tests/functional/org/jboss/cache/notifications/CacheListenerTest.java | JBCACHE-867 -- Fix some data copying issues of Node.getData() |
| 1.9 | modified | genman | src/org/jboss/cache/notifications/Notifier.java | JBCACHE-867 - Fix impl dependence on getData() being a copy |
| 1.16 | modified | genman | src-50/org/jboss/cache/pojo/PojoTreeCache.java | Change return type of peek() |
| 1.10 | modified | genman | tests/functional/org/jboss/cache/statetransfer/StateTransfer200Test.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.17 | modified | genman | tests/functional/org/jboss/cache/transaction/TransactionTest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.6 | modified | genman | tests-50/functional/org/jboss/cache/pojo/memory/ReplicatedTest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.2 | modified | genman | tests-50/perf/org/jboss/cache/pojo/collection/CollectionPerfTest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.6 | modified | genman | tests/functional/org/jboss/cache/api/CacheAPITest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.5 | modified | genman | tests/functional/org/jboss/cache/api/NodeAPITest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.12 | modified | genman | tests/functional/org/jboss/cache/api/NodeMoveAPITest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.13 | modified | genman | tests/functional/org/jboss/cache/buddyreplication/BuddyReplicationContentTest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.9 | modified | genman | tests/functional/org/jboss/cache/eviction/ElementSizePolicyTest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.10 | modified | genman | tests/functional/org/jboss/cache/eviction/FIFOPolicyTest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.16 | modified | genman | tests/functional/org/jboss/cache/interceptors/EvictionInterceptorTest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.36 | modified | genman | tests/functional/org/jboss/cache/loader/CacheLoaderTestsBase.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.3 | modified | genman | tests/functional/org/jboss/cache/loader/SingletonStoreCacheLoaderTest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.7 | modified | genman | tests/functional/org/jboss/cache/lock/AcquireAllTest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.7 | modified | genman | tests/functional/org/jboss/cache/lock/IdentityLockTest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.6 | modified | genman | tests/functional/org/jboss/cache/optimistic/AsyncFullStackInterceptorTest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.19 | modified | genman | tests/functional/org/jboss/cache/optimistic/FullStackInterceptorTest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.13 | modified | genman | tests/functional/org/jboss/cache/optimistic/NodeInterceptorRemoveNodeTest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.16 | modified | genman | tests/functional/org/jboss/cache/optimistic/OpLockingInterceptorTest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.11 | modified | genman | src/org/jboss/cache/loader/AbstractCacheLoader.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.20 | modified | genman | src/org/jboss/cache/loader/bdbje/BdbjeCacheLoader.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.15 | modified | genman | src/org/jboss/cache/lock/IdentityLock.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.4 | modified | genman | src/org/jboss/cache/lock/LockUtil.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.1 | added | genman | src/org/jboss/cache/lock/NodeLock.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.24 | modified | genman | src/org/jboss/cache/marshall/MethodDeclarations.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.15 | modified | genman | src/org/jboss/cache/optimistic/WorkspaceNode.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.27 | modified | genman | src/org/jboss/cache/optimistic/WorkspaceNodeImpl.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.5 | modified | genman | src/org/jboss/cache/statetransfer/DefaultStateTransferGenerator.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.5 | modified | genman | src/org/jboss/cache/statetransfer/DefaultStateTransferIntegrator.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.15 | modified | genman | src/org/jboss/cache/statetransfer/StateTransferManager.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.3 | modified | genman | tests/functional/org/jboss/cache/TreeNodeTest.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.33 | modified | genman | src/org/jboss/cache/interceptors/OptimisticNodeInterceptor.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.40 | modified | genman | src/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.32 | modified | genman | src/org/jboss/cache/interceptors/PassivationInterceptor.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.34 | modified | genman | src/org/jboss/cache/interceptors/PessimisticLockInterceptor.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |
| 1.66 | modified | genman | src/org/jboss/cache/interceptors/TxInterceptor.java | JBCACHE-867, Move methods from the ProxyImpl to Node, refactor Node classes as well |