JavaDoc Warnings

The following document contains JavaDoc warnings.

Summary

Files Errors
52 107

Files

Files Errors
org/apache/jcs/access/CacheAccess.java 4
org/apache/jcs/access/behavior/ICacheAccess.java 1
org/apache/jcs/access/monitor/MonitorAccess.java 1
org/apache/jcs/admin/CacheRegionInfo.java 3
org/apache/jcs/admin/CountingOnlyOutputStream.java 1
org/apache/jcs/admin/JCSAdminBean.java 2
org/apache/jcs/auxiliary/AuxiliaryCache.java 6
org/apache/jcs/auxiliary/AuxiliaryCacheAttributes.java 6
org/apache/jcs/auxiliary/disk/hsql/HSQLCache.java 1
org/apache/jcs/auxiliary/disk/hsql/HSQLCacheAttributes.java 1
org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCache.java 3
org/apache/jcs/auxiliary/lateral/LateralCache.java 2
org/apache/jcs/auxiliary/lateral/LateralCacheAbstractManager.java 1
org/apache/jcs/auxiliary/lateral/behavior/ILateralCacheManager.java 2
org/apache/jcs/auxiliary/lateral/behavior/ILateralCacheService.java 1
org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPCacheManager.java 2
org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPSender.java 1
org/apache/jcs/auxiliary/lateral/socket/tcp/behavior/ITCPLateralCacheAttributes.java 1
org/apache/jcs/auxiliary/lateral/socket/tcp/discovery/UDPDiscoveryManager.java 1
org/apache/jcs/auxiliary/lateral/socket/tcp/discovery/UDPDiscoveryService.java 3
org/apache/jcs/auxiliary/remote/RemoteCache.java 2
org/apache/jcs/auxiliary/remote/RemoteCacheManager.java 1
org/apache/jcs/auxiliary/remote/RemoteCacheNoWait.java 3
org/apache/jcs/auxiliary/remote/RemoteCacheNoWaitFacade.java 2
org/apache/jcs/auxiliary/remote/RemoteCacheRestore.java 1
org/apache/jcs/auxiliary/remote/RemoteUtils.java 2
org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheAttributes.java 2
org/apache/jcs/auxiliary/remote/server/RemoteCacheServer.java 1
org/apache/jcs/config/OptionConverter.java 4
org/apache/jcs/engine/Attributes.java 1
org/apache/jcs/engine/CacheEventQueueFactory.java 2
org/apache/jcs/engine/CacheUtils.java 3
org/apache/jcs/engine/CompositeCacheAttributes.java 2
org/apache/jcs/engine/ZombieCacheService.java 1
org/apache/jcs/engine/behavior/ICache.java 6
org/apache/jcs/engine/behavior/ICacheEventQueue.java 2
org/apache/jcs/engine/behavior/ICacheService.java 1
org/apache/jcs/engine/behavior/ICompositeCacheAttributes.java 1
org/apache/jcs/engine/behavior/ICompositeCacheManager.java 1
org/apache/jcs/engine/behavior/IElementSerializer.java 2
org/apache/jcs/engine/control/CompositeCacheConfigurator.java 1
org/apache/jcs/engine/control/CompositeCacheManager.java 8
org/apache/jcs/engine/control/group/GroupAttrName.java 1
org/apache/jcs/engine/memory/MemoryCache.java 1
org/apache/jcs/engine/memory/lru/LRUMemoryCache.java 1
org/apache/jcs/engine/memory/mru/MRUMemoryCache.java 2
org/apache/jcs/engine/memory/shrinking/ShrinkerThread.java 1
org/apache/jcs/engine/stats/behavior/ICacheStats.java 1
org/apache/jcs/utils/struct/DoubleLinkedList.java 4
org/apache/jcs/utils/struct/LRUMap.java 1
org/apache/jcs/utils/struct/SortedPreferentialArray.java 1
org/apache/jcs/utils/threadpool/ThreadPoolManager.java 2

org/apache/jcs/access/CacheAccess.java

Error Line
@TODO is an unknown tag. 64
@param argument "name," is not a parameter name. 379
Tag @see: reference not found: setDefaultElementAttributes 407
Tag @see: reference not found: getDefaultElementAttributes 474

org/apache/jcs/access/behavior/ICacheAccess.java

Error Line
@return tag has no arguments. 171

org/apache/jcs/access/monitor/MonitorAccess.java

Error Line
@return tag has no arguments. 66

org/apache/jcs/admin/CacheRegionInfo.java

Error Line
@return tag has no arguments. 32
@return tag has no arguments. 40
@return tag has no arguments. 48

org/apache/jcs/admin/CountingOnlyOutputStream.java

Error Line
@return tag has no arguments. 54

org/apache/jcs/admin/JCSAdminBean.java

Error Line
@TODO is an unknown tag. 116
@return tag has no arguments. 152

org/apache/jcs/auxiliary/AuxiliaryCache.java

Error Line
@return tag has no arguments. 55
@return tag has no arguments. 65
@return tag has no arguments. 89
@return tag has no arguments. 96
@return tag has no arguments. 103
@return tag has no arguments. 121

org/apache/jcs/auxiliary/AuxiliaryCacheAttributes.java

Error Line
@return tag has no arguments. 78
@return tag cannot be used in method with void return type. 78
@return tag has no arguments. 91
@return tag has no arguments. 101
@return tag cannot be used in method with void return type. 101
@return tag has no arguments. 116

org/apache/jcs/auxiliary/disk/hsql/HSQLCache.java

Error Line
@return tag has no arguments. 556

org/apache/jcs/auxiliary/disk/hsql/HSQLCacheAttributes.java

Error Line
@return tag has no arguments. 68

org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCache.java

Error Line
@param argument "ce," is not a parameter name. 337
@return tag has no arguments. 556
@todo is an unknown tag. 812

org/apache/jcs/auxiliary/lateral/LateralCache.java

Error Line
@return tag has no arguments. 122
@return tag has no arguments. 161

org/apache/jcs/auxiliary/lateral/LateralCacheAbstractManager.java

Error Line
@TODO: is an unknown tag. 46

org/apache/jcs/auxiliary/lateral/behavior/ILateralCacheManager.java

Error Line
@return tag has no arguments. 23
@return tag has no arguments. 31

org/apache/jcs/auxiliary/lateral/behavior/ILateralCacheService.java

Error Line
@return tag has no arguments. 65

org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPCacheManager.java

Error Line
@TODO: is an unknown tag. 53
@return tag has no arguments. 97

org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPSender.java

Error Line
@return tag has no arguments. 246

org/apache/jcs/auxiliary/lateral/socket/tcp/behavior/ITCPLateralCacheAttributes.java

Error Line
@return tag has no arguments. 186

org/apache/jcs/auxiliary/lateral/socket/tcp/discovery/UDPDiscoveryManager.java

Error Line
@return tag has no arguments. 50

org/apache/jcs/auxiliary/lateral/socket/tcp/discovery/UDPDiscoveryService.java

Error Line
@param argument "facade" is not a parameter name. 68
@param argument "receivingPort" is not a parameter name. 68
@return tag has no arguments. 237

org/apache/jcs/auxiliary/remote/RemoteCache.java

Error Line
@return tag has no arguments. 247
@return tag has no arguments. 313

org/apache/jcs/auxiliary/remote/RemoteCacheManager.java

Error Line
@parma is an unknown tag. 240

org/apache/jcs/auxiliary/remote/RemoteCacheNoWait.java

Error Line
@return tag has no arguments. 103
@return tag has no arguments. 142
@return tag has no arguments. 267

org/apache/jcs/auxiliary/remote/RemoteCacheNoWaitFacade.java

Error Line
@return tag has no arguments. 181
@todo is an unknown tag. 290

org/apache/jcs/auxiliary/remote/RemoteCacheRestore.java

Error Line
@return tag has no arguments. 67

org/apache/jcs/auxiliary/remote/RemoteUtils.java

Error Line
@return tag has no arguments. 54
@return tag has no arguments. 73

org/apache/jcs/auxiliary/remote/behavior/IRemoteCacheAttributes.java

Error Line
@return tag has no arguments. 248
@return tag has no arguments. 264

org/apache/jcs/auxiliary/remote/server/RemoteCacheServer.java

Error Line
@return tag has no arguments. 476

org/apache/jcs/config/OptionConverter.java

Error Line
@return tag has no arguments. 212
@return tag has no arguments. 235
@return tag has no arguments. 284
@return tag has no arguments. 318

org/apache/jcs/engine/Attributes.java

Error Line
@return tag has no arguments. 134

org/apache/jcs/engine/CacheEventQueueFactory.java

Error Line
@return tag has no arguments. 30
@return tag has no arguments. 50

org/apache/jcs/engine/CacheUtils.java

Error Line
@return tag has no arguments. 48
@return tag has no arguments. 60
@return tag has no arguments. 81

org/apache/jcs/engine/CompositeCacheAttributes.java

Error Line
@return tag has no arguments. 319
@return tag has no arguments. 338

org/apache/jcs/engine/ZombieCacheService.java

Error Line
@return tag has no arguments. 78

org/apache/jcs/engine/behavior/ICache.java

Error Line
@return tag has no arguments. 43
@return tag has no arguments. 50
@return tag has no arguments. 65
@return tag has no arguments. 69
@return tag has no arguments. 73
@return tag has no arguments. 77

org/apache/jcs/engine/behavior/ICacheEventQueue.java

Error Line
@return tag has no arguments. 47
@return tag has no arguments. 124

org/apache/jcs/engine/behavior/ICacheService.java

Error Line
@return tag has no arguments. 51

org/apache/jcs/engine/behavior/ICompositeCacheAttributes.java

Error Line
@return tag has no arguments. 198

org/apache/jcs/engine/behavior/ICompositeCacheManager.java

Error Line
@return tag has no arguments. 34

org/apache/jcs/engine/behavior/IElementSerializer.java

Error Line
@return tag has no arguments. 23
@return tag has no arguments. 34

org/apache/jcs/engine/control/CompositeCacheConfigurator.java

Error Line
@return tag has no arguments. 338

org/apache/jcs/engine/control/CompositeCacheManager.java

Error Line
@return tag has no arguments. 103
@return tag has no arguments. 150
@return tag has no arguments. 370
@return tag has no arguments. 382
@return tag has no arguments. 392
@return tag has no arguments. 409
@return tag has no arguments. 553
@return tag has no arguments. 631

org/apache/jcs/engine/control/group/GroupAttrName.java

Error Line
@ is an unknown tag. 77

org/apache/jcs/engine/memory/MemoryCache.java

Error Line
@TODO is an unknown tag. 86

org/apache/jcs/engine/memory/lru/LRUMemoryCache.java

Error Line
@return tag has no arguments. 284

org/apache/jcs/engine/memory/mru/MRUMemoryCache.java

Error Line
@return tag has no arguments. 218
@return tag has no arguments. 301

org/apache/jcs/engine/memory/shrinking/ShrinkerThread.java

Error Line
@todo is an unknown tag. 115

org/apache/jcs/engine/stats/behavior/ICacheStats.java

Error Line
@return tag has no arguments. 47

org/apache/jcs/utils/struct/DoubleLinkedList.java

Error Line
@return tag has no arguments. 83
@return tag has no arguments. 97
@return tag has no arguments. 166
@return tag has no arguments. 219

org/apache/jcs/utils/struct/LRUMap.java

Error Line
@param argument "maxObjects" is not a parameter name. 68

org/apache/jcs/utils/struct/SortedPreferentialArray.java

Error Line
@return tag has no arguments. 580

org/apache/jcs/utils/threadpool/ThreadPoolManager.java

Error Line
@return tag has no arguments. 183
@return tag has no arguments. 203