|
Change Variable Type cache : ConcurrentHashMap<String,CachedStatement> to cache : ConcurrentHashMap<CacheKey,CachedStatement> in method public removeStatement(proxy CachedStatement) : boolean in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache |
From |
To |
|
Change Variable Type cache : ConcurrentHashMap<String,CachedStatement> to cache : ConcurrentHashMap<CacheKey,CachedStatement> in method public isCached(sql String) : CachedStatement in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache |
From |
To |
|
Change Variable Type cache : ConcurrentHashMap<String,CachedStatement> to cache : ConcurrentHashMap<CacheKey,CachedStatement> in method public reset(parent ConnectionPool, con PooledConnection) : void in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache |
From |
To |
|
Change Variable Type cache : ConcurrentHashMap<String,CachedStatement> to cache : ConcurrentHashMap<CacheKey,CachedStatement> in method public cacheStatement(proxy CachedStatement) : boolean in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache |
From |
To |
|
Change Variable Type p : Map.Entry<String,CachedStatement> to p : Map.Entry<CacheKey,CachedStatement> in method public disconnected(parent ConnectionPool, con PooledConnection, finalizing boolean) : void in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache |
From |
To |
|
Change Variable Type statements : ConcurrentHashMap<String,CachedStatement> to statements : ConcurrentHashMap<CacheKey,CachedStatement> in method public disconnected(parent ConnectionPool, con PooledConnection, finalizing boolean) : void in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache |
From |
To |