CloneSet2169


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.971method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1189
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/IObjectCache.java
21100
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/IObjectCache.java
Next
Last
Clone Instance
1
Line Count
1
Source Line
89
Source File
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);


First
Previous
Clone Instance
2
Line Count
1
Source Line
100
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/IObjectCache.java

/**
 * 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);


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ca76240]]
addChangesListener 
12[[#1ca76240]]
removeChangesListener