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