Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.960 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 131 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/xml/XMLObjectCache.java |
2 | 4 | 145 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/xml/XMLObjectCache.java |
| |||||
/** * Adds a listener for changes to the cache entry for the passed class. * * @param lis an IObjectCacheChangeListener that will be notified * when objects are added and removed from this cache * entry. * @param objClass The class of objects whose cache we want to listen * to. */ public void addChangesListener(IObjectCacheChangeListener lis, Class<E> objClass) { _cache.addChangesListener(lis, objClass); } |
| |||||
/** * Removes a listener for changes to the cache entry for the passed class. * * @param lis an IObjectCacheChangeListener that will be notified * when objects are added and removed from this cache * entry. * @param objClass The class of objects whose cache we want to listen * to. */ public void removeChangesListener(IObjectCacheChangeListener lis, Class<E> objClass) { _cache.removeChangesListener(lis, objClass); } |
| |||
/** * Removes a listener for changes to the cache entry for the passed class. * * @param lis an IObjectCacheChangeListener that will be notified * when objects are added and removed from this cache * entry. * @param objClass The class of objects whose cache we want to listen * to. */ /** * Adds a listener for changes to the cache entry for the passed class. * * @param lis an IObjectCacheChangeListener that will be notified * when objects are added and removed from this cache * entry. * @param objClass The class of objects whose cache we want to listen * to. */ public void [[#variable1c9201c0]](IObjectCacheChangeListener lis, Class<E> objClass) { _cache. [[#variable1c9201c0]](lis, objClass); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9201c0]] | addChangesListener |
1 | 2 | [[#1c9201c0]] | removeChangesListener |