CloneSet1638


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


First
Previous
Clone Instance
2
Line Count
4
Source Line
145
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/xml/XMLObjectCache.java

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


Clone AbstractionParameter Count: 1Parameter Bindings

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