apache / commons-jcs
File Size

The distribution of size of files (measured in lines of code).

Intro
Learn more...
File Size Overall
0% | 12% | 34% | 27% | 25%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
java0% | 13% | 32% | 26% | 26%
xml0% | 0% | 45% | 34% | 20%
jsp0% | 0% | 100% | 0% | 0%
cgi0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
commons-jcs3-core0% | 14% | 36% | 24% | 24%
commons-jcs3-jcache0% | 32% | 23% | 14% | 29%
commons-jcs3-sandbox0% | 14% | 36% | 10% | 37%
xdocs0% | 0% | 45% | 38% | 16%
src0% | 0% | 31% | 50% | 17%
commons-jcs3-jcache-extras0% | 0% | 43% | 20% | 36%
ROOT0% | 0% | 100% | 0% | 0%
auxiliary-builds0% | 0% | 8% | 59% | 32%
commons-jcs3-jcache-openjpa0% | 0% | 0% | 35% | 64%
commons-jcs3-dist0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
IndexedDiskCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed
996 51
CompositeCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control
937 52
JCSCache.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache
886 46
RemoteCacheServer.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server
780 45
CDIJCacheHelper.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi
583 38
PartitionedCacheAccess.java
in commons-jcs3-sandbox/commons-jcs3-partitioned/src/main/java/org/apache/commons/jcs/access
519 31
JDBCDiskCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc
503 26
ARCMemoryCache.java
in src/experimental/org/apache/commons/jcs/engine/memory/arc
486 20
CompositeCacheManager.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control
481 45
ClassLoaderAwareCache.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/proxy
458 31
SoftRefFileCache.java
in commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/soft
448 28
BlockDiskCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block
434 20
LateralTCPListener.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp
395 23
AbstractRemoteAuxiliaryCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote
393 25
388 -
BlockDiskKeyStore.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block
372 19
FileDiskCache.java
in commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file
360 21
AbstractDiskCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk
343 26
AbstractLRUMap.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/struct
338 18
331 -
JCSCachingManager.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache
328 23
UDPDiscoveryService.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery
308 21
RemoteCacheServerFactory.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server
300 13
AbstractDoubleLinkedListMemoryCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory
298 15
TempStateCacheView.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache
293 28
JCacheFilter.java
in commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/web
293 12
AbstractMemoryCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory
289 17
RemoteCacheNoWait.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote
286 21
LateralCacheNoWait.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral
281 20
intro.xml
in xdocs/getting_started
275 -
AbstractRemoteCacheService.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server
268 23
CompositeCacheConfigurator.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control
266 13
JCSAdmin.jsp
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin
265 -
BlockDisk.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block
264 17
SystemLogAdapter.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/log
258 43
LateralCacheNoWaitFacade.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral
250 22
RemoteHttpCacheClient.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client
249 21
SoftRefCache.java
in commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/soft
247 18
244 -
OptionConverter.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config
243 10
240 -
LateralXMLRPCSender.java
in src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc
238 13
JCSAdminBean.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin
235 9
LateralCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral
234 18
RemoteCacheNoWaitFacade.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote
232 4
InMemoryResponse.java
in commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/web
230 28
CacheManager.java
in commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/core
228 8
LateralTCPCacheFactory.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp
227 11
226 -
UDPDiscoveryReceiver.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery
222 10
Files With Most Units (Top 50)
File# lines# units
CompositeCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control
937 52
IndexedDiskCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed
996 51
JCSCache.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache
886 46
RemoteCacheServer.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server
780 45
CompositeCacheManager.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control
481 45
SystemLogAdapter.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/log
258 43
CDIJCacheHelper.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi
583 38
PartitionedCacheAccess.java
in commons-jcs3-sandbox/commons-jcs3-partitioned/src/main/java/org/apache/commons/jcs/access
519 31
ClassLoaderAwareCache.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/proxy
458 31
TCPLateralCacheAttributes.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp
177 29
ElementAttributes.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine
202 29
SoftRefFileCache.java
in commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/soft
448 28
CompositeCacheAttributes.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine
196 28
TempStateCacheView.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache
293 28
InMemoryResponse.java
in commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/web
230 28
JDBCDiskCacheAttributes.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc
145 27
SafeCacheWrapper.java
in commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/core
152 26
AbstractDiskCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk
343 26
JDBCDiskCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc
503 26
AbstractRemoteAuxiliaryCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote
393 25
LateralTCPListener.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp
395 23
AbstractRemoteCacheService.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server
268 23
JCSCachingManager.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache
328 23
UDPDiscoveryAttributes.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery
127 22
LateralCacheNoWaitFacade.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral
250 22
AbstractCacheEventQueue.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine
196 22
JavaGroupsCache.java
in auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/javagroups
207 22
FileDiskCache.java
in commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file
360 21
UDPDiscoveryService.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery
308 21
RemoteCacheNoWait.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote
286 21
CommonRemoteCacheAttributes.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote
134 21
RemoteHttpCacheClient.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client
249 21
Statistics.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache
123 21
ARCMemoryCache.java
in src/experimental/org/apache/commons/jcs/engine/memory/arc
486 20
BlockDiskCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block
434 20
LateralCacheNoWait.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral
281 20
PoolConfiguration.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/threadpool
136 19
BlockDiskKeyStore.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block
372 19
LateralCacheAttributes.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral
116 19
RemoteHttpCacheAttributes.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client
107 19
JavaGroupsCache.java
in auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups
181 19
SoftRefCache.java
in commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/soft
247 18
LateralUDPService.java
in src/experimental/org/apache/commons/jcs/auxiliary/lateral/socket/udp
140 18
AbstractLRUMap.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/struct
338 18
LateralCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral
234 18
RemoteCacheAttributes.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote
111 18
AbstractRemoteCacheNoWaitFacade.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote
188 18
LateralXMLRPCService.java
in src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc
152 17
BlockDisk.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block
264 17
AbstractMemoryCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory
289 17
Files With Long Lines (Top 50)

There are 85 files with lines longer than 120 characters. In total, there are 309 long lines.

File# lines# units# long lines
244 - 51
RemoteCacheServer.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server
780 45 16
JCSCache.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache
886 46 15
96 - 13
CDIJCacheHelper.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi
583 38 11
RemoteCacheRequestFactory.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/util
76 10 9
AbstractRemoteCacheService.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server
268 23 8
54 - 8
ARCMemoryCacheUnitTest.java
in src/experimental/org/apache/commons/jcs/engine/memory/arc
168 8 6
LateralCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral
234 18 6
JCSAdminBean.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin
235 9 6
JCacheFilter.java
in commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/web
293 12 6
OpenJPAJCacheDataCacheManager.java
in commons-jcs3-jcache-openjpa/src/main/java/org/apache/commons/jcs3/jcache/openjpa
88 4 6
RemoteHttpCacheServlet.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server
210 13 5
AbstractRemoteAuxiliaryCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote
393 25 5
AbstractDoubleLinkedListMemoryCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory
298 15 5
ClassLoaderAwareCache.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/proxy
458 31 5
JCSListener.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache
93 6 5
CacheInvocationContextImpl.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi
68 4 5
HostNameUtil.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/net
109 4 4
RemoteHttpCacheFactory.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client
74 4 4
CacheEventQueueFactory.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine
30 2 4
TempStateCacheView.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache
293 28 4
AbstractAuxiliaryCacheEventLogging.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary
158 10 3
RemoteCacheFactory.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote
133 5 3
RemoteCacheServerFactory.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server
300 13 3
JCS.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3
95 10 3
JCSCachingManager.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache
328 23 3
ConfigurableMBeanServerIdBuilder.java
in commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/jmx
131 16 3
150 - 3
CacheManager.java
in commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/core
228 8 2
FileDiskCache.java
in commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file
360 21 2
LateralGroupCacheUDPListener.java
in src/experimental/org/apache/commons/jcs/auxiliary/lateral/socket/udp
85 4 2
LateralCacheUDPListener.java
in src/experimental/org/apache/commons/jcs/auxiliary/lateral/socket/udp
135 10 2
UDPDiscoverySender.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery
144 10 2
ThreadPoolManager.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/threadpool
164 12 2
PoolConfiguration.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/threadpool
136 19 2
SerializationConversionUtil.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/serialization
69 2 2
AbstractLRUMap.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/struct
338 18 2
AuxiliaryCacheConfigurator.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary
51 2 2
BlockDiskCacheFactory.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block
22 1 2
JDBCDiskCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc
503 26 2
MySQLDiskCacheFactory.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql
85 4 2
IndexedDiskCacheFactory.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed
22 1 2
IndexedDiskCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed
996 51 2
LateralTCPCacheFactory.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp
227 11 2
RemoteHttpCacheClient.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client
249 21 2
RemoteHttpCache.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client
48 4 2
RemoteHttpCacheService.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server
120 8 2
AbstractRemoteCacheNoWaitFacade.java
in commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote
188 18 2
Correlations

File Size vs. Commits (all time): 440 points

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/AbstractCacheAccess.java x: 6 commits (all time) y: 86 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java x: 9 commits (all time) y: 268 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServer.java x: 13 commits (all time) y: 780 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheServlet.java x: 10 commits (all time) y: 210 lines of code commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheAttributes.java x: 9 commits (all time) y: 57 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskCacheAttributes.java x: 8 commits (all time) y: 49 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCacheAttributes.java x: 7 commits (all time) y: 63 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/TableState.java x: 9 commits (all time) y: 41 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/JCS.java x: 12 commits (all time) y: 95 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/CacheAccess.java x: 8 commits (all time) y: 145 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/GroupCacheAccess.java x: 5 commits (all time) y: 93 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/behavior/ICacheAccess.java x: 7 commits (all time) y: 29 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/behavior/ICacheAccessManagement.java x: 5 commits (all time) y: 19 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/behavior/IGroupCacheAccess.java x: 4 commits (all time) y: 16 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/exception/ConfigurationException.java x: 2 commits (all time) y: 13 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin/CacheRegionInfo.java x: 5 commits (all time) y: 79 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin/CountingOnlyOutputStream.java x: 5 commits (all time) y: 30 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin/JCSAdminBean.java x: 6 commits (all time) y: 235 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin/JCSJMXBean.java x: 5 commits (all time) y: 14 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AbstractAuxiliaryCache.java x: 4 commits (all time) y: 128 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AbstractAuxiliaryCacheAttributes.java x: 5 commits (all time) y: 63 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AbstractAuxiliaryCacheFactory.java x: 2 commits (all time) y: 16 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AbstractAuxiliaryCacheMonitor.java x: 7 commits (all time) y: 102 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AuxiliaryCache.java x: 6 commits (all time) y: 16 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AuxiliaryCacheConfigurator.java x: 5 commits (all time) y: 51 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/behavior/IDiskCacheAttributes.java x: 7 commits (all time) y: 23 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDisk.java x: 10 commits (all time) y: 264 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskCache.java x: 10 commits (all time) y: 434 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskCacheFactory.java x: 3 commits (all time) y: 22 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskElementDescriptor.java x: 8 commits (all time) y: 67 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDisk.java x: 5 commits (all time) y: 153 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskDumper.java x: 3 commits (all time) y: 19 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskElementDescriptor.java x: 6 commits (all time) y: 57 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCache.java x: 14 commits (all time) y: 503 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCacheAttributes.java x: 6 commits (all time) y: 145 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCacheFactory.java x: 9 commits (all time) y: 148 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/hsql/HSQLDiskCacheFactory.java x: 4 commits (all time) y: 67 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/MySQLDiskCache.java x: 10 commits (all time) y: 61 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/MySQLDiskCacheAttributes.java x: 8 commits (all time) y: 36 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/MySQLDiskCacheFactory.java x: 8 commits (all time) y: 85 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/util/ScheduleParser.java x: 5 commits (all time) y: 43 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCache.java x: 10 commits (all time) y: 234 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheAttributes.java x: 7 commits (all time) y: 116 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheNoWait.java x: 10 commits (all time) y: 281 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheNoWaitFacade.java x: 8 commits (all time) y: 250 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralElementDescriptor.java x: 6 commits (all time) y: 52 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/behavior/ILateralCacheAttributes.java x: 7 commits (all time) y: 42 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPCacheFactory.java x: 9 commits (all time) y: 227 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPDiscoveryListener.java x: 8 commits (all time) y: 171 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPListener.java x: 10 commits (all time) y: 395 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPSender.java x: 8 commits (all time) y: 122 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPService.java x: 9 commits (all time) y: 206 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/TCPLateralCacheAttributes.java x: 10 commits (all time) y: 177 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/behavior/ITCPLateralCacheAttributes.java x: 7 commits (all time) y: 34 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/AbstractRemoteAuxiliaryCache.java x: 8 commits (all time) y: 393 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/AbstractRemoteCacheListener.java x: 5 commits (all time) y: 134 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/AbstractRemoteCacheNoWaitFacade.java x: 12 commits (all time) y: 188 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/CommonRemoteCacheAttributes.java x: 8 commits (all time) y: 134 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCache.java x: 10 commits (all time) y: 93 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheAttributes.java x: 6 commits (all time) y: 111 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheFactory.java x: 6 commits (all time) y: 133 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheListener.java x: 5 commits (all time) y: 59 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheManager.java x: 9 commits (all time) y: 190 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheNoWait.java x: 8 commits (all time) y: 286 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheNoWaitFacade.java x: 8 commits (all time) y: 232 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteLocation.java x: 6 commits (all time) y: 68 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/behavior/ICommonRemoteCacheAttributes.java x: 4 commits (all time) y: 28 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/behavior/IRemoteCacheAttributes.java x: 7 commits (all time) y: 25 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/behavior/IRemoteCacheClient.java x: 5 commits (all time) y: 10 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/behavior/IRemoteCacheDispatcher.java x: 2 commits (all time) y: 10 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/behavior/IRemoteCacheListener.java x: 8 commits (all time) y: 34 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/AbstractHttpClient.java x: 7 commits (all time) y: 70 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCache.java x: 6 commits (all time) y: 48 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheClient.java x: 5 commits (all time) y: 249 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheDispatcher.java x: 7 commits (all time) y: 110 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheFactory.java x: 5 commits (all time) y: 74 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheMonitor.java x: 4 commits (all time) y: 71 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/behavior/IRemoteHttpCacheClient.java x: 3 commits (all time) y: 11 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheServerAttributes.java x: 5 commits (all time) y: 37 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheService.java x: 4 commits (all time) y: 120 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServerAttributes.java x: 7 commits (all time) y: 82 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServerFactory.java x: 9 commits (all time) y: 300 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/util/RemoteCacheRequestFactory.java x: 5 commits (all time) y: 76 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/AbstractCacheEventQueue.java x: 9 commits (all time) y: 196 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CacheAdaptor.java x: 4 commits (all time) y: 57 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CacheElement.java x: 4 commits (all time) y: 78 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CacheElementSerialized.java x: 8 commits (all time) y: 81 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CacheListeners.java x: 2 commits (all time) y: 32 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CacheWatchRepairable.java x: 6 commits (all time) y: 77 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/ElementAttributes.java x: 6 commits (all time) y: 202 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/ZombieCacheServiceNonLocal.java x: 11 commits (all time) y: 156 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/ZombieCacheWatch.java x: 4 commits (all time) y: 24 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/ICacheElementSerialized.java x: 3 commits (all time) y: 6 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/ICacheServiceNonLocal.java x: 6 commits (all time) y: 22 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/ICompositeCacheAttributes.java x: 6 commits (all time) y: 37 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/IElementAttributes.java x: 4 commits (all time) y: 32 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCache.java x: 12 commits (all time) y: 937 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCacheConfigurator.java x: 13 commits (all time) y: 266 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCacheManager.java x: 17 commits (all time) y: 481 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/event/ElementEvent.java x: 3 commits (all time) y: 27 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/group/GroupId.java x: 3 commits (all time) y: 43 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/match/behavior/IKeyMatcher.java x: 2 commits (all time) y: 7 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/AbstractMemoryCache.java x: 11 commits (all time) y: 289 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/behavior/IMemoryCache.java x: 7 commits (all time) y: 36 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/lru/LHMLRUMemoryCache.java x: 8 commits (all time) y: 87 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/lru/LRUMemoryCache.java x: 4 commits (all time) y: 20 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/shrinking/ShrinkerThread.java x: 3 commits (all time) y: 101 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/soft/SoftReferenceMemoryCache.java x: 6 commits (all time) y: 127 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/util/SoftReferenceElementDescriptor.java x: 2 commits (all time) y: 23 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/stats/CacheStats.java x: 5 commits (all time) y: 56 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/stats/StatElement.java x: 10 commits (all time) y: 41 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/stats/behavior/ICacheStats.java x: 4 commits (all time) y: 10 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/stats/behavior/IStatElement.java x: 8 commits (all time) y: 9 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/access/JCSWorkerHelper.java x: 5 commits (all time) y: 7 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/PropertySetter.java x: 8 commits (all time) y: 168 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/PropertySetterException.java x: 2 commits (all time) y: 26 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryManager.java x: 8 commits (all time) y: 46 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryReceiver.java x: 16 commits (all time) y: 222 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoverySender.java x: 11 commits (all time) y: 144 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryService.java x: 16 commits (all time) y: 308 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/net/HostNameUtil.java x: 10 commits (all time) y: 109 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/serialization/CompressingSerializer.java x: 6 commits (all time) y: 34 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/serialization/EncryptingSerializer.java x: 7 commits (all time) y: 149 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/struct/AbstractLRUMap.java x: 8 commits (all time) y: 338 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/struct/DoubleLinkedList.java x: 6 commits (all time) y: 166 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/threadpool/ThreadPoolManager.java x: 12 commits (all time) y: 164 lines of code commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCache.java x: 10 commits (all time) y: 360 lines of code commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheFactory.java x: 8 commits (all time) y: 56 lines of code commons-jcs3-sandbox/commons-jcs3-partitioned/src/main/java/org/apache/commons/jcs/access/PartitionedCacheAccess.java x: 7 commits (all time) y: 519 lines of code commons-jcs3-sandbox/commons-jcs3-partitioned/src/main/java/org/apache/commons/jcs/utils/props/AbstractPropertyContainer.java x: 6 commits (all time) y: 79 lines of code src/experimental/org/apache/commons/jcs/engine/memory/arc/ARCMemoryCache.java x: 12 commits (all time) y: 486 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CompositeCacheAttributes.java x: 7 commits (all time) y: 196 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/AbstractDiskCache.java x: 12 commits (all time) y: 343 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/AbstractDiskCacheAttributes.java x: 8 commits (all time) y: 98 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskKeyStore.java x: 9 commits (all time) y: 372 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java x: 18 commits (all time) y: 996 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/dsfactory/JndiDataSourceFactory.java x: 5 commits (all time) y: 86 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteUtils.java x: 7 commits (all time) y: 157 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheStartupServlet.java x: 10 commits (all time) y: 174 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/event/ElementEventQueue.java x: 7 commits (all time) y: 47 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/logging/CacheEventLoggerDebugLogger.java x: 2 commits (all time) y: 45 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/AbstractDoubleLinkedListMemoryCache.java x: 8 commits (all time) y: 298 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/log/SystemLogAdapter.java x: 1 commits (all time) y: 258 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/access/JCSWorker.java x: 3 commits (all time) y: 111 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/OptionConverter.java x: 7 commits (all time) y: 243 lines of code commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/writer/AsyncCacheWriter.java x: 10 commits (all time) y: 123 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCConnection.java x: 5 commits (all time) y: 49 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/IElementSerializer.java x: 5 commits (all time) y: 147 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/IProvideScheduler.java x: 6 commits (all time) y: 6 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/IShutdownObservable.java x: 4 commits (all time) y: 6 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/stats/Stats.java x: 4 commits (all time) y: 46 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/stats/behavior/IStats.java x: 7 commits (all time) y: 11 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/beans/CacheChangeEvent.java x: 3 commits (all time) y: 13 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/beans/CacheChangeSupport.java x: 3 commits (all time) y: 44 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/core/CacheEntry.java x: 3 commits (all time) y: 34 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/core/CacheManager.java x: 4 commits (all time) y: 228 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/core/CacheType.java x: 3 commits (all time) y: 59 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/core/ICacheSafe.java x: 3 commits (all time) y: 63 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/core/SafeCacheWrapper.java x: 4 commits (all time) y: 152 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/file/CacheFileContent.java x: 3 commits (all time) y: 83 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/file/CacheFileContentCorrupted.java x: 3 commits (all time) y: 38 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/file/CacheFileContentType.java x: 3 commits (all time) y: 48 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/file/CacheFileDAO.java x: 5 commits (all time) y: 105 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/file/CacheFileUtils.java x: 3 commits (all time) y: 55 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/lang/ref/KeyedRefCollector.java x: 4 commits (all time) y: 43 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/soft/SoftRefCache.java x: 5 commits (all time) y: 247 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/soft/SoftRefFileCache.java x: 6 commits (all time) y: 448 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/util/BeanUtils.java x: 3 commits (all time) y: 51 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/util/concurrent/locks/KeyedReadWriteLock.java x: 5 commits (all time) y: 123 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/socket/udp/LateralUDPSender.java x: 9 commits (all time) y: 137 lines of code xdocs/download_jcs.xml x: 11 commits (all time) y: 96 lines of code xdocs/issue-tracking.xml x: 2 commits (all time) y: 54 lines of code src/site/site.xml x: 15 commits (all time) y: 57 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/utils/JGSocketOpener.java x: 6 commits (all time) y: 59 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/ICacheObserver.java x: 4 commits (all time) y: 14 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/JCSCache.java x: 9 commits (all time) y: 886 lines of code auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCache.java x: 13 commits (all time) y: 181 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCache.java x: 11 commits (all time) y: 207 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/LateralJGService.java x: 7 commits (all time) y: 143 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/PurgatoryElement.java x: 11 commits (all time) y: 85 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc/LateralXMLRPCService.java x: 7 commits (all time) y: 152 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheMonitor.java x: 2 commits (all time) y: 40 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/io/ObjectInputStreamClassLoaderAware.java x: 11 commits (all time) y: 37 lines of code commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/web/InMemoryResponse.java x: 7 commits (all time) y: 230 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CDIJCacheHelper.java x: 4 commits (all time) y: 583 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AbstractAuxiliaryCacheEventLogging.java x: 4 commits (all time) y: 158 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/socket/udp/LateralUDPReceiver.java x: 8 commits (all time) y: 111 lines of code xdocs/getting_started/intro.xml x: 15 commits (all time) y: 275 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CachePutInterceptor.java x: 2 commits (all time) y: 58 lines of code commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/web/JCacheFilter.java x: 6 commits (all time) y: 293 lines of code commons-jcs3-jcache-openjpa/src/main/java/org/apache/commons/jcs3/jcache/openjpa/OpenJPAJCacheDataCacheManager.java x: 5 commits (all time) y: 88 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheAttributes.java x: 8 commits (all time) y: 107 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/broadcast/LateralCacheUnicaster.java x: 5 commits (all time) y: 128 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/server/AbstractDeleteCacheServlet.java x: 4 commits (all time) y: 209 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/socket/udp/LateralGroupCacheUDPListener.java x: 4 commits (all time) y: 85 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/socket/udp/LateralUDPService.java x: 5 commits (all time) y: 140 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc/LateralXMLRPCSender.java x: 10 commits (all time) y: 238 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/ICache.java x: 3 commits (all time) y: 30 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/log/MessageFormatter.java x: 3 commits (all time) y: 67 lines of code commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/loader/CacheLoaderAdapter.java x: 6 commits (all time) y: 29 lines of code commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/writer/CompositeCacheWriter.java x: 6 commits (all time) y: 120 lines of code commons-jcs3-jcache-openjpa/src/main/java/org/apache/commons/jcs3/jcache/openjpa/OpenJPAJCacheDataCache.java x: 6 commits (all time) y: 125 lines of code commons-jcs3-jcache-openjpa/src/main/java/org/apache/commons/jcs3/jcache/openjpa/OpenJPAJCacheQueryCache.java x: 7 commits (all time) y: 93 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/JCSCachingManager.java x: 7 commits (all time) y: 328 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/JCSListener.java x: 3 commits (all time) y: 93 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/Statistics.java x: 3 commits (all time) y: 123 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/TempStateCacheView.java x: 5 commits (all time) y: 293 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/jmx/ConfigurableMBeanServerIdBuilder.java x: 9 commits (all time) y: 131 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/jmx/JCSCacheStatisticsMXBean.java x: 3 commits (all time) y: 90 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/proxy/ClassLoaderAwareCache.java x: 4 commits (all time) y: 458 lines of code xdocs/UpgradingFrom2x.xml x: 6 commits (all time) y: 72 lines of code auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java x: 9 commits (all time) y: 44 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/LateralCacheJGListener.java x: 8 commits (all time) y: 153 lines of code xdocs/RemoteCacheProperties.xml x: 9 commits (all time) y: 127 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/exception/ObjectExistsException.java x: 1 commits (all time) y: 13 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/package-info.java x: 1 commits (all time) y: 1 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin/JCSAdmin.jsp x: 1 commits (all time) y: 265 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCommand.java x: 1 commits (all time) y: 11 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/behavior/IRemoteHttpCacheConstants.java x: 1 commits (all time) y: 7 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/struct/DoubleLinkedListNode.java x: 1 commits (all time) y: 18 lines of code commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/closeable/Closeables.java x: 1 commits (all time) y: 32 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/EvictionListener.java x: 1 commits (all time) y: 26 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/JCSEntry.java x: 1 commits (all time) y: 31 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/lang/Lang3Substitutor.java x: 1 commits (all time) y: 20 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/LateralJGReceiver.java x: 7 commits (all time) y: 106 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/LateralCacheFactory.java x: 5 commits (all time) y: 115 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/LateralJGCacheManager.java x: 7 commits (all time) y: 174 lines of code xdocs/JCSvsEHCache.xml x: 10 commits (all time) y: 213 lines of code xdocs/LateralJavaGroupsAuxCache.xml x: 5 commits (all time) y: 25 lines of code xdocs/LateralTCPProperties.xml x: 13 commits (all time) y: 128 lines of code xdocs/LateralUDPDiscovery.xml x: 10 commits (all time) y: 88 lines of code xdocs/RemoteAuxCache.xml x: 13 commits (all time) y: 331 lines of code xdocs/BasicJCSConfiguration.xml x: 12 commits (all time) y: 166 lines of code xdocs/ElementEventHandling.xml x: 6 commits (all time) y: 172 lines of code xdocs/IndexedDiskAuxCache.xml x: 17 commits (all time) y: 217 lines of code xdocs/IndexedDiskCacheProperties.xml x: 9 commits (all time) y: 141 lines of code xdocs/JDBCDiskCache.xml x: 10 commits (all time) y: 226 lines of code xdocs/LocalCacheConfig.xml x: 6 commits (all time) y: 149 lines of code xdocs/MySQLDiskCacheProperties.xml x: 5 commits (all time) y: 162 lines of code xdocs/UsingJCSBasicWeb.xml x: 12 commits (all time) y: 388 lines of code xdocs/mail-lists.xml x: 1 commits (all time) y: 150 lines of code xdocs/index.xml x: 17 commits (all time) y: 170 lines of code xdocs/UpgradingFrom13.xml x: 3 commits (all time) y: 76 lines of code xdocs/JCSandJCACHE.xml x: 5 commits (all time) y: 131 lines of code xdocs/JCSPlugins.xml x: 2 commits (all time) y: 63 lines of code auxiliary-builds/jdk14/project.xml x: 6 commits (all time) y: 98 lines of code maven-eclipse-codestyle.xml x: 2 commits (all time) y: 244 lines of code xdocs/JCSShortDescription.xml x: 2 commits (all time) y: 50 lines of code
996.0
lines of code
  min: 1.0
  average: 96.87
  25th percentile: 19.0
  median: 55.5
  75th percentile: 131.0
  max: 996.0
0 18.0
commits (all time)
min: 1.0 | average: 5.36 | 25th percentile: 3.0 | median: 5.0 | 75th percentile: 7.0 | max: 18.0

File Size vs. Contributors (all time): 440 points

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/AbstractCacheAccess.java x: 1 contributors (all time) y: 86 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java x: 2 contributors (all time) y: 268 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServer.java x: 2 contributors (all time) y: 780 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheServlet.java x: 2 contributors (all time) y: 210 lines of code commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheAttributes.java x: 2 contributors (all time) y: 57 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskCacheAttributes.java x: 2 contributors (all time) y: 49 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCacheAttributes.java x: 1 contributors (all time) y: 63 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/TableState.java x: 1 contributors (all time) y: 41 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/JCS.java x: 2 contributors (all time) y: 95 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/CacheAccess.java x: 2 contributors (all time) y: 145 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/GroupCacheAccess.java x: 1 contributors (all time) y: 93 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/behavior/ICacheAccess.java x: 2 contributors (all time) y: 29 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/behavior/ICacheAccessManagement.java x: 1 contributors (all time) y: 19 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/exception/ConfigurationException.java x: 1 contributors (all time) y: 13 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin/CacheRegionInfo.java x: 1 contributors (all time) y: 79 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin/CountingOnlyOutputStream.java x: 1 contributors (all time) y: 30 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin/JCSAdminBean.java x: 1 contributors (all time) y: 235 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AbstractAuxiliaryCache.java x: 1 contributors (all time) y: 128 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AbstractAuxiliaryCacheMonitor.java x: 3 contributors (all time) y: 102 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AuxiliaryCache.java x: 2 contributors (all time) y: 16 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AuxiliaryCacheConfigurator.java x: 2 contributors (all time) y: 51 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/behavior/IDiskCacheAttributes.java x: 2 contributors (all time) y: 23 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDisk.java x: 2 contributors (all time) y: 264 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskCache.java x: 3 contributors (all time) y: 434 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskElementDescriptor.java x: 2 contributors (all time) y: 67 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDisk.java x: 2 contributors (all time) y: 153 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCache.java x: 2 contributors (all time) y: 503 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCacheAttributes.java x: 1 contributors (all time) y: 145 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCacheFactory.java x: 2 contributors (all time) y: 148 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/ShrinkerThread.java x: 3 contributors (all time) y: 67 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/MySQLDiskCache.java x: 2 contributors (all time) y: 61 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/MySQLDiskCacheAttributes.java x: 2 contributors (all time) y: 36 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/MySQLDiskCacheFactory.java x: 3 contributors (all time) y: 85 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/util/ScheduleParser.java x: 2 contributors (all time) y: 43 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCache.java x: 2 contributors (all time) y: 234 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheAttributes.java x: 2 contributors (all time) y: 116 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheNoWait.java x: 2 contributors (all time) y: 281 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheNoWaitFacade.java x: 2 contributors (all time) y: 250 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPCacheFactory.java x: 2 contributors (all time) y: 227 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPDiscoveryListener.java x: 2 contributors (all time) y: 171 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPListener.java x: 2 contributors (all time) y: 395 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPSender.java x: 2 contributors (all time) y: 122 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPService.java x: 2 contributors (all time) y: 206 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/TCPLateralCacheAttributes.java x: 2 contributors (all time) y: 177 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/behavior/ITCPLateralCacheAttributes.java x: 2 contributors (all time) y: 34 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/AbstractRemoteCacheListener.java x: 2 contributors (all time) y: 134 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/AbstractRemoteCacheNoWaitFacade.java x: 2 contributors (all time) y: 188 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/CommonRemoteCacheAttributes.java x: 1 contributors (all time) y: 134 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCache.java x: 2 contributors (all time) y: 93 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheAttributes.java x: 1 contributors (all time) y: 111 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheFactory.java x: 1 contributors (all time) y: 133 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheManager.java x: 2 contributors (all time) y: 190 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheNoWait.java x: 2 contributors (all time) y: 286 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/behavior/IRemoteCacheAttributes.java x: 2 contributors (all time) y: 25 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/behavior/IRemoteCacheClient.java x: 2 contributors (all time) y: 10 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/behavior/IRemoteCacheDispatcher.java x: 1 contributors (all time) y: 10 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheDispatcher.java x: 2 contributors (all time) y: 110 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheFactory.java x: 2 contributors (all time) y: 74 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheMonitor.java x: 1 contributors (all time) y: 71 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheServerAttributes.java x: 1 contributors (all time) y: 37 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheService.java x: 1 contributors (all time) y: 120 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServerAttributes.java x: 2 contributors (all time) y: 82 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServerFactory.java x: 2 contributors (all time) y: 300 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/util/RemoteCacheRequestFactory.java x: 2 contributors (all time) y: 76 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/AbstractCacheEventQueue.java x: 2 contributors (all time) y: 196 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CacheAdaptor.java x: 1 contributors (all time) y: 57 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CacheElement.java x: 1 contributors (all time) y: 78 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CacheEventQueueFactory.java x: 3 contributors (all time) y: 30 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CacheListeners.java x: 1 contributors (all time) y: 32 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/ElementAttributes.java x: 2 contributors (all time) y: 202 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/PooledCacheEventQueue.java x: 2 contributors (all time) y: 104 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/ZombieCacheWatch.java x: 1 contributors (all time) y: 24 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/ICacheElementSerialized.java x: 2 contributors (all time) y: 6 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCache.java x: 2 contributors (all time) y: 937 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCacheManager.java x: 2 contributors (all time) y: 481 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/match/behavior/IKeyMatcher.java x: 1 contributors (all time) y: 7 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/AbstractMemoryCache.java x: 2 contributors (all time) y: 289 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/lru/LHMLRUMemoryCache.java x: 2 contributors (all time) y: 87 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/lru/LRUMemoryCache.java x: 1 contributors (all time) y: 20 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/shrinking/ShrinkerThread.java x: 2 contributors (all time) y: 101 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/soft/SoftReferenceMemoryCache.java x: 3 contributors (all time) y: 127 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/PropertySetter.java x: 2 contributors (all time) y: 168 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryManager.java x: 2 contributors (all time) y: 46 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryReceiver.java x: 2 contributors (all time) y: 222 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoverySender.java x: 3 contributors (all time) y: 144 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryService.java x: 2 contributors (all time) y: 308 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/net/HostNameUtil.java x: 3 contributors (all time) y: 109 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/servlet/JCSServletContextListener.java x: 3 contributors (all time) y: 21 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/struct/AbstractLRUMap.java x: 2 contributors (all time) y: 338 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/threadpool/ThreadPoolManager.java x: 2 contributors (all time) y: 164 lines of code commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCache.java x: 2 contributors (all time) y: 360 lines of code commons-jcs3-sandbox/commons-jcs3-partitioned/src/main/java/org/apache/commons/jcs/access/PartitionedCacheAccess.java x: 3 contributors (all time) y: 519 lines of code src/experimental/org/apache/commons/jcs/engine/memory/arc/ARCMemoryCache.java x: 5 contributors (all time) y: 486 lines of code src/experimental/org/apache/commons/jcs/engine/memory/arc/ARCMemoryCacheUnitTest.java x: 5 contributors (all time) y: 168 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CompositeCacheAttributes.java x: 1 contributors (all time) y: 196 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/AbstractDiskCache.java x: 2 contributors (all time) y: 343 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskKeyStore.java x: 3 contributors (all time) y: 372 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java x: 2 contributors (all time) y: 996 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/dsfactory/SharedPoolDataSourceFactory.java x: 3 contributors (all time) y: 76 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteUtils.java x: 2 contributors (all time) y: 157 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheStartupServlet.java x: 2 contributors (all time) y: 174 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/AbstractDoubleLinkedListMemoryCache.java x: 2 contributors (all time) y: 298 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/log/SystemLogAdapter.java x: 1 contributors (all time) y: 258 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/access/JCSWorker.java x: 3 contributors (all time) y: 111 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/OptionConverter.java x: 2 contributors (all time) y: 243 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCConnection.java x: 3 contributors (all time) y: 49 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/dsfactory/DataSourceFactory.java x: 2 contributors (all time) y: 15 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/IProvideScheduler.java x: 3 contributors (all time) y: 6 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/stats/behavior/IStats.java x: 3 contributors (all time) y: 11 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/core/CacheManager.java x: 2 contributors (all time) y: 228 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/core/ICacheSafe.java x: 2 contributors (all time) y: 63 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/core/SafeCacheWrapper.java x: 2 contributors (all time) y: 152 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/file/CacheFileContent.java x: 2 contributors (all time) y: 83 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/soft/SoftRefCache.java x: 2 contributors (all time) y: 247 lines of code commons-jcs3-sandbox/commons-jcs3-yajcache/src/main/java/org/apache/commons/jcs/yajcache/soft/SoftRefFileCache.java x: 2 contributors (all time) y: 448 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/broadcast/LateralCacheMulticaster.java x: 5 contributors (all time) y: 35 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/server/DeleteCacheServlet.java x: 4 contributors (all time) y: 17 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/server/LateralCacheServletReciever.java x: 6 contributors (all time) y: 122 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/socket/udp/LateralUDPSender.java x: 5 contributors (all time) y: 137 lines of code commons-jcs3-dist/src/assembly/bin.xml x: 1 contributors (all time) y: 51 lines of code src/site/site.xml x: 4 contributors (all time) y: 57 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/LateralGroupCacheJGListener.java x: 4 contributors (all time) y: 62 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/JCSCache.java x: 4 contributors (all time) y: 886 lines of code auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCache.java x: 5 contributors (all time) y: 181 lines of code auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCacheAttributes.java x: 3 contributors (all time) y: 63 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCache.java x: 4 contributors (all time) y: 207 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/LateralJGService.java x: 4 contributors (all time) y: 143 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/engine/memory/lru/LHMLRUMemoryCache.java x: 4 contributors (all time) y: 190 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc/LateralXMLRPCService.java x: 4 contributors (all time) y: 152 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/io/ObjectInputStreamClassLoaderAware.java x: 3 contributors (all time) y: 37 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CDIJCacheHelper.java x: 1 contributors (all time) y: 583 lines of code xdocs/ElementSerializers.xml x: 3 contributors (all time) y: 92 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AbstractAuxiliaryCacheEventLogging.java x: 1 contributors (all time) y: 158 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/socket/udp/LateralUDPReceiver.java x: 5 contributors (all time) y: 111 lines of code xdocs/getting_started/intro.xml x: 4 contributors (all time) y: 275 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/utils/JGRpcOpener.java x: 4 contributors (all time) y: 63 lines of code commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/web/JCacheFilter.java x: 2 contributors (all time) y: 293 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheAttributes.java x: 2 contributors (all time) y: 107 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc/utils/XMLRPCSocketOpener.java x: 5 contributors (all time) y: 49 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/broadcast/LateralCacheUnicaster.java x: 5 contributors (all time) y: 128 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/remove/DeleteLateralCacheUnicaster.java x: 4 contributors (all time) y: 87 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/server/AbstractDeleteCacheServlet.java x: 4 contributors (all time) y: 209 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/socket/udp/LateralCacheUDPListener.java x: 4 contributors (all time) y: 135 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/socket/udp/LateralGroupCacheUDPListener.java x: 4 contributors (all time) y: 85 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/socket/udp/LateralUDPService.java x: 4 contributors (all time) y: 140 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc/LateralCacheXMLRPCListener.java x: 4 contributors (all time) y: 148 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc/LateralXMLRPCReceiverConnection.java x: 5 contributors (all time) y: 123 lines of code src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc/LateralXMLRPCSender.java x: 6 contributors (all time) y: 238 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/TimeoutConfigurableRMISocketFactory.java x: 1 contributors (all time) y: 47 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/log/MessageFormatter.java x: 1 contributors (all time) y: 67 lines of code commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/cdi/CacheManagerBean.java x: 1 contributors (all time) y: 90 lines of code commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/writer/CompositeCacheWriter.java x: 2 contributors (all time) y: 120 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/JCSCachingManager.java x: 2 contributors (all time) y: 328 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/JCSCachingProvider.java x: 1 contributors (all time) y: 123 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/TempStateCacheView.java x: 1 contributors (all time) y: 293 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/jmx/ConfigurableMBeanServerIdBuilder.java x: 2 contributors (all time) y: 131 lines of code commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/proxy/ClassLoaderAwareCache.java x: 2 contributors (all time) y: 458 lines of code auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java x: 5 contributors (all time) y: 44 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java x: 4 contributors (all time) y: 39 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/LateralCacheJGListener.java x: 4 contributors (all time) y: 153 lines of code xdocs/CacheEventLogging.xml x: 4 contributors (all time) y: 25 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/package-info.java x: 1 contributors (all time) y: 1 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin/JCSAdmin.jsp x: 1 contributors (all time) y: 265 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/LateralJGReceiver.java x: 5 contributors (all time) y: 106 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/LateralJGReceiverConnection.java x: 4 contributors (all time) y: 82 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/LateralJGSender.java x: 4 contributors (all time) y: 165 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/LateralCacheFactory.java x: 4 contributors (all time) y: 115 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/LateralCacheManager.java x: 4 contributors (all time) y: 194 lines of code auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/LateralJGCacheManager.java x: 4 contributors (all time) y: 174 lines of code xdocs/JCSvsEHCache.xml x: 3 contributors (all time) y: 213 lines of code xdocs/LateralJavaGroupsAuxCache.xml x: 3 contributors (all time) y: 25 lines of code xdocs/LateralUDPDiscovery.xml x: 3 contributors (all time) y: 88 lines of code xdocs/RemoteAuxCache.xml x: 3 contributors (all time) y: 331 lines of code xdocs/ElementAttributes.xml x: 3 contributors (all time) y: 136 lines of code xdocs/IndexedDiskAuxCache.xml x: 4 contributors (all time) y: 217 lines of code xdocs/IndexedDiskCacheProperties.xml x: 2 contributors (all time) y: 141 lines of code xdocs/JDBCDiskCache.xml x: 3 contributors (all time) y: 226 lines of code xdocs/JDBCDiskCacheProperties.xml x: 3 contributors (all time) y: 240 lines of code xdocs/LocalCacheConfig.xml x: 3 contributors (all time) y: 149 lines of code xdocs/UsingJCSBasicWeb.xml x: 4 contributors (all time) y: 388 lines of code xdocs/mail-lists.xml x: 1 contributors (all time) y: 150 lines of code xdocs/index.xml x: 3 contributors (all time) y: 170 lines of code xdocs/JCSandJCACHE.xml x: 4 contributors (all time) y: 131 lines of code src/site/resources/download_jcs.cgi x: 3 contributors (all time) y: 18 lines of code auxiliary-builds/javagroups/project.xml x: 3 contributors (all time) y: 47 lines of code
996.0
lines of code
  min: 1.0
  average: 96.87
  25th percentile: 19.0
  median: 55.5
  75th percentile: 131.0
  max: 996.0
0 6.0
contributors (all time)
min: 1.0 | average: 1.99 | 25th percentile: 1.0 | median: 2.0 | 75th percentile: 2.0 | max: 6.0

File Size vs. Commits (30 days): 8 points

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/AbstractCacheAccess.java x: 1 commits (30d) y: 86 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java x: 1 commits (30d) y: 268 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServer.java x: 1 commits (30d) y: 780 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheServlet.java x: 2 commits (30d) y: 210 lines of code commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheAttributes.java x: 1 commits (30d) y: 57 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskCacheAttributes.java x: 1 commits (30d) y: 49 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCacheAttributes.java x: 1 commits (30d) y: 63 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/TableState.java x: 1 commits (30d) y: 41 lines of code
780.0
lines of code
  min: 41.0
  average: 194.25
  25th percentile: 51.0
  median: 74.5
  75th percentile: 253.5
  max: 780.0
0 2.0
commits (30d)
min: 1.0 | average: 1.13 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 2.0

File Size vs. Contributors (30 days): 8 points

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/AbstractCacheAccess.java x: 1 contributors (30d) y: 86 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java x: 1 contributors (30d) y: 268 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServer.java x: 1 contributors (30d) y: 780 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheServlet.java x: 1 contributors (30d) y: 210 lines of code commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheAttributes.java x: 1 contributors (30d) y: 57 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskCacheAttributes.java x: 1 contributors (30d) y: 49 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCacheAttributes.java x: 1 contributors (30d) y: 63 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/TableState.java x: 1 contributors (30d) y: 41 lines of code
780.0
lines of code
  min: 41.0
  average: 194.25
  25th percentile: 51.0
  median: 74.5
  75th percentile: 253.5
  max: 780.0
0 1.0
contributors (30d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Commits (90 days): 189 points

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/AbstractCacheAccess.java x: 2 commits (90d) y: 86 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java x: 3 commits (90d) y: 268 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServer.java x: 3 commits (90d) y: 780 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheServlet.java x: 4 commits (90d) y: 210 lines of code commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheAttributes.java x: 2 commits (90d) y: 57 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskCacheAttributes.java x: 3 commits (90d) y: 49 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCacheAttributes.java x: 3 commits (90d) y: 63 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/TableState.java x: 3 commits (90d) y: 41 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/JCS.java x: 2 commits (90d) y: 95 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/CacheAccess.java x: 1 commits (90d) y: 145 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/GroupCacheAccess.java x: 1 commits (90d) y: 93 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/behavior/ICacheAccess.java x: 1 commits (90d) y: 29 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/behavior/ICacheAccessManagement.java x: 1 commits (90d) y: 19 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/exception/ConfigurationException.java x: 1 commits (90d) y: 13 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin/CacheRegionInfo.java x: 1 commits (90d) y: 79 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin/JCSAdminBean.java x: 1 commits (90d) y: 235 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AbstractAuxiliaryCache.java x: 1 commits (90d) y: 128 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AbstractAuxiliaryCacheAttributes.java x: 1 commits (90d) y: 63 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AbstractAuxiliaryCacheMonitor.java x: 2 commits (90d) y: 102 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AuxiliaryCacheConfigurator.java x: 2 commits (90d) y: 51 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/behavior/IDiskCacheAttributes.java x: 1 commits (90d) y: 23 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDisk.java x: 4 commits (90d) y: 264 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskCache.java x: 2 commits (90d) y: 434 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskCacheFactory.java x: 2 commits (90d) y: 22 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskElementDescriptor.java x: 2 commits (90d) y: 67 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDisk.java x: 2 commits (90d) y: 153 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskElementDescriptor.java x: 1 commits (90d) y: 57 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCache.java x: 3 commits (90d) y: 503 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCacheAttributes.java x: 2 commits (90d) y: 145 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCacheFactory.java x: 2 commits (90d) y: 148 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/ShrinkerThread.java x: 3 commits (90d) y: 67 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/MySQLDiskCache.java x: 2 commits (90d) y: 61 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/MySQLDiskCacheAttributes.java x: 2 commits (90d) y: 36 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/MySQLTableOptimizer.java x: 3 commits (90d) y: 144 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/util/ScheduleParser.java x: 1 commits (90d) y: 43 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCache.java x: 3 commits (90d) y: 234 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheAttributes.java x: 2 commits (90d) y: 116 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheNoWait.java x: 3 commits (90d) y: 281 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheNoWaitFacade.java x: 3 commits (90d) y: 250 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralElementDescriptor.java x: 1 commits (90d) y: 52 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/behavior/ILateralCacheAttributes.java x: 2 commits (90d) y: 42 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPCacheFactory.java x: 2 commits (90d) y: 227 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPDiscoveryListener.java x: 2 commits (90d) y: 171 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPListener.java x: 3 commits (90d) y: 395 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPSender.java x: 2 commits (90d) y: 122 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPService.java x: 3 commits (90d) y: 206 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/TCPLateralCacheAttributes.java x: 3 commits (90d) y: 177 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/behavior/ITCPLateralCacheAttributes.java x: 3 commits (90d) y: 34 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/AbstractRemoteCacheListener.java x: 2 commits (90d) y: 134 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/AbstractRemoteCacheNoWaitFacade.java x: 4 commits (90d) y: 188 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCache.java x: 2 commits (90d) y: 93 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheAttributes.java x: 2 commits (90d) y: 111 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheFactory.java x: 1 commits (90d) y: 133 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheManager.java x: 2 commits (90d) y: 190 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheNoWait.java x: 3 commits (90d) y: 286 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheNoWaitFacade.java x: 2 commits (90d) y: 232 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/behavior/IRemoteCacheAttributes.java x: 2 commits (90d) y: 25 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/behavior/IRemoteCacheClient.java x: 1 commits (90d) y: 10 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/behavior/IRemoteCacheListener.java x: 1 commits (90d) y: 34 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCache.java x: 2 commits (90d) y: 48 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheClient.java x: 2 commits (90d) y: 249 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheFactory.java x: 2 commits (90d) y: 74 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheMonitor.java x: 1 commits (90d) y: 71 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheServerAttributes.java x: 1 commits (90d) y: 37 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheService.java x: 1 commits (90d) y: 120 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServerFactory.java x: 3 commits (90d) y: 300 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/util/RemoteCacheRequestFactory.java x: 2 commits (90d) y: 76 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/AbstractCacheEventQueue.java x: 2 commits (90d) y: 196 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CacheElement.java x: 1 commits (90d) y: 78 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CacheEventQueueFactory.java x: 2 commits (90d) y: 30 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/ElementAttributes.java x: 1 commits (90d) y: 202 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/ZombieCacheServiceNonLocal.java x: 3 commits (90d) y: 156 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/ZombieCacheWatch.java x: 1 commits (90d) y: 24 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/ICacheElementSerialized.java x: 1 commits (90d) y: 6 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/ICompositeCacheAttributes.java x: 3 commits (90d) y: 37 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCache.java x: 3 commits (90d) y: 937 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCacheConfigurator.java x: 2 commits (90d) y: 266 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCacheManager.java x: 3 commits (90d) y: 481 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/AbstractMemoryCache.java x: 2 commits (90d) y: 289 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/lru/LHMLRUMemoryCache.java x: 2 commits (90d) y: 87 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/shrinking/ShrinkerThread.java x: 2 commits (90d) y: 101 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/soft/SoftReferenceMemoryCache.java x: 2 commits (90d) y: 127 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/PropertySetter.java x: 2 commits (90d) y: 168 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryManager.java x: 2 commits (90d) y: 46 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryReceiver.java x: 3 commits (90d) y: 222 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryService.java x: 3 commits (90d) y: 308 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/net/HostNameUtil.java x: 2 commits (90d) y: 109 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/serialization/EncryptingSerializer.java x: 1 commits (90d) y: 149 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/struct/AbstractLRUMap.java x: 2 commits (90d) y: 338 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/threadpool/ThreadPoolManager.java x: 2 commits (90d) y: 164 lines of code commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCache.java x: 1 commits (90d) y: 360 lines of code commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheManager.java x: 1 commits (90d) y: 59 lines of code commons-jcs3-sandbox/commons-jcs3-partitioned/src/main/java/org/apache/commons/jcs/access/PartitionedCacheAccess.java x: 2 commits (90d) y: 519 lines of code commons-jcs3-sandbox/commons-jcs3-partitioned/src/main/java/org/apache/commons/jcs/utils/props/AbstractPropertyContainer.java x: 2 commits (90d) y: 79 lines of code src/experimental/org/apache/commons/jcs/engine/memory/arc/ARCMemoryCache.java x: 2 commits (90d) y: 486 lines of code src/experimental/org/apache/commons/jcs/engine/memory/arc/ARCMemoryCacheUnitTest.java x: 1 commits (90d) y: 168 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/AbstractDiskCache.java x: 1 commits (90d) y: 343 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskKeyStore.java x: 1 commits (90d) y: 372 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java x: 2 commits (90d) y: 996 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/dsfactory/JndiDataSourceFactory.java x: 1 commits (90d) y: 86 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteUtils.java x: 1 commits (90d) y: 157 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheStartupServlet.java x: 1 commits (90d) y: 174 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/event/ElementEventQueue.java x: 1 commits (90d) y: 47 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/AbstractDoubleLinkedListMemoryCache.java x: 1 commits (90d) y: 298 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/log/SystemLogAdapter.java x: 1 commits (90d) y: 258 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/access/JCSWorker.java x: 1 commits (90d) y: 111 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/OptionConverter.java x: 1 commits (90d) y: 243 lines of code commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/writer/AsyncCacheWriter.java x: 1 commits (90d) y: 123 lines of code
996.0
lines of code
  min: 6.0
  average: 121.26
  25th percentile: 27.5
  median: 71.0
  75th percentile: 156.5
  max: 996.0
0 4.0
commits (90d)
min: 1.0 | average: 1.64 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.0 | max: 4.0

File Size vs. Contributors (90 days): 189 points

commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/AbstractCacheAccess.java x: 1 contributors (90d) y: 86 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java x: 2 contributors (90d) y: 268 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServer.java x: 2 contributors (90d) y: 780 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheServlet.java x: 2 contributors (90d) y: 210 lines of code commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheAttributes.java x: 1 contributors (90d) y: 57 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskCacheAttributes.java x: 1 contributors (90d) y: 49 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCacheAttributes.java x: 1 contributors (90d) y: 63 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/TableState.java x: 1 contributors (90d) y: 41 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/JCS.java x: 2 contributors (90d) y: 95 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/CacheAccess.java x: 1 contributors (90d) y: 145 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/GroupCacheAccess.java x: 1 contributors (90d) y: 93 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/behavior/ICacheAccess.java x: 1 contributors (90d) y: 29 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/behavior/ICacheAccessManagement.java x: 1 contributors (90d) y: 19 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/exception/ConfigurationException.java x: 1 contributors (90d) y: 13 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin/CacheRegionInfo.java x: 1 contributors (90d) y: 79 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/admin/JCSAdminBean.java x: 1 contributors (90d) y: 235 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AbstractAuxiliaryCache.java x: 1 contributors (90d) y: 128 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AbstractAuxiliaryCacheMonitor.java x: 2 contributors (90d) y: 102 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/AuxiliaryCacheConfigurator.java x: 2 contributors (90d) y: 51 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/behavior/IDiskCacheAttributes.java x: 1 contributors (90d) y: 23 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDisk.java x: 2 contributors (90d) y: 264 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskCache.java x: 2 contributors (90d) y: 434 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskCacheFactory.java x: 2 contributors (90d) y: 22 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskElementDescriptor.java x: 1 contributors (90d) y: 67 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDisk.java x: 2 contributors (90d) y: 153 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCache.java x: 2 contributors (90d) y: 503 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCacheFactory.java x: 2 contributors (90d) y: 148 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/ShrinkerThread.java x: 2 contributors (90d) y: 67 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/MySQLDiskCache.java x: 2 contributors (90d) y: 61 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/MySQLDiskCacheAttributes.java x: 1 contributors (90d) y: 36 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/MySQLDiskCacheFactory.java x: 2 contributors (90d) y: 85 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/mysql/MySQLTableOptimizer.java x: 2 contributors (90d) y: 144 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCache.java x: 2 contributors (90d) y: 234 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheAttributes.java x: 1 contributors (90d) y: 116 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheNoWait.java x: 2 contributors (90d) y: 281 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralCacheNoWaitFacade.java x: 2 contributors (90d) y: 250 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/LateralElementDescriptor.java x: 1 contributors (90d) y: 52 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPCacheFactory.java x: 2 contributors (90d) y: 227 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPDiscoveryListener.java x: 2 contributors (90d) y: 171 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPListener.java x: 2 contributors (90d) y: 395 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPSender.java x: 2 contributors (90d) y: 122 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/LateralTCPService.java x: 2 contributors (90d) y: 206 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/TCPLateralCacheAttributes.java x: 1 contributors (90d) y: 177 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/lateral/socket/tcp/behavior/ITCPLateralCacheAttributes.java x: 1 contributors (90d) y: 34 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/AbstractRemoteCacheListener.java x: 2 contributors (90d) y: 134 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/AbstractRemoteCacheNoWaitFacade.java x: 2 contributors (90d) y: 188 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/CommonRemoteCacheAttributes.java x: 1 contributors (90d) y: 134 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCache.java x: 2 contributors (90d) y: 93 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheAttributes.java x: 1 contributors (90d) y: 111 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheFactory.java x: 1 contributors (90d) y: 133 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheManager.java x: 2 contributors (90d) y: 190 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheNoWait.java x: 2 contributors (90d) y: 286 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/behavior/IRemoteCacheAttributes.java x: 1 contributors (90d) y: 25 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/behavior/IRemoteCacheClient.java x: 1 contributors (90d) y: 10 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCache.java x: 2 contributors (90d) y: 48 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheDispatcher.java x: 2 contributors (90d) y: 110 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheFactory.java x: 2 contributors (90d) y: 74 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/client/RemoteHttpCacheMonitor.java x: 1 contributors (90d) y: 71 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheService.java x: 1 contributors (90d) y: 120 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServerFactory.java x: 2 contributors (90d) y: 300 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/util/RemoteCacheRequestFactory.java x: 2 contributors (90d) y: 76 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/AbstractCacheEventQueue.java x: 2 contributors (90d) y: 196 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CacheElement.java x: 1 contributors (90d) y: 78 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CacheEventQueueFactory.java x: 2 contributors (90d) y: 30 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/ElementAttributes.java x: 1 contributors (90d) y: 202 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/ICacheElementSerialized.java x: 1 contributors (90d) y: 6 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCache.java x: 2 contributors (90d) y: 937 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCacheManager.java x: 2 contributors (90d) y: 481 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/AbstractMemoryCache.java x: 2 contributors (90d) y: 289 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/lru/LHMLRUMemoryCache.java x: 2 contributors (90d) y: 87 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/shrinking/ShrinkerThread.java x: 2 contributors (90d) y: 101 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/soft/SoftReferenceMemoryCache.java x: 2 contributors (90d) y: 127 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/PropertySetter.java x: 2 contributors (90d) y: 168 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery/DiscoveredService.java x: 1 contributors (90d) y: 89 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryManager.java x: 2 contributors (90d) y: 46 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryReceiver.java x: 2 contributors (90d) y: 222 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/discovery/UDPDiscoveryService.java x: 2 contributors (90d) y: 308 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/net/HostNameUtil.java x: 2 contributors (90d) y: 109 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/serialization/EncryptingSerializer.java x: 1 contributors (90d) y: 149 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/struct/AbstractLRUMap.java x: 2 contributors (90d) y: 338 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/threadpool/ThreadPoolManager.java x: 2 contributors (90d) y: 164 lines of code commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCache.java x: 1 contributors (90d) y: 360 lines of code commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheManager.java x: 1 contributors (90d) y: 59 lines of code commons-jcs3-sandbox/commons-jcs3-partitioned/src/main/java/org/apache/commons/jcs/access/PartitionedCacheAccess.java x: 1 contributors (90d) y: 519 lines of code src/experimental/org/apache/commons/jcs/engine/memory/arc/ARCMemoryCache.java x: 1 contributors (90d) y: 486 lines of code src/experimental/org/apache/commons/jcs/engine/memory/arc/ARCMemoryCacheUnitTest.java x: 1 contributors (90d) y: 168 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/CompositeCacheAttributes.java x: 1 contributors (90d) y: 196 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/AbstractDiskCache.java x: 1 contributors (90d) y: 343 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/block/BlockDiskKeyStore.java x: 1 contributors (90d) y: 372 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java x: 2 contributors (90d) y: 996 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteUtils.java x: 1 contributors (90d) y: 157 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheStartupServlet.java x: 1 contributors (90d) y: 174 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/event/ElementEventQueue.java x: 1 contributors (90d) y: 47 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/AbstractDoubleLinkedListMemoryCache.java x: 1 contributors (90d) y: 298 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/log/SystemLogAdapter.java x: 1 contributors (90d) y: 258 lines of code commons-jcs3-core/src/main/java/org/apache/commons/jcs3/utils/config/OptionConverter.java x: 1 contributors (90d) y: 243 lines of code commons-jcs3-jcache-extras/src/main/java/org/apache/commons/jcs3/jcache/extras/writer/AsyncCacheWriter.java x: 1 contributors (90d) y: 123 lines of code
996.0
lines of code
  min: 6.0
  average: 121.26
  25th percentile: 27.5
  median: 71.0
  75th percentile: 156.5
  max: 996.0
0 2.0
contributors (90d)
min: 1.0 | average: 1.37 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.0 | max: 2.0