CloneSet727


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
28230.962class_body
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12829
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/id/UidIdentifierBeanInfo.java
22631
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/beanwrapper/StringWrapperBeanInfo.java
Next
Last
Clone Instance
1
Line Count
28
Source Line
29
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/id/UidIdentifierBeanInfo.java

{
  /**
   * See http://tinyurl.com/63no6t for discussion of the proper thread-safe way to implement
   * getPropertyDescriptors().
   * 
   * @see java.beans.SimpleBeanInfo#getPropertyDescriptors()
   */
  @Override public PropertyDescriptor[] getPropertyDescriptors() {
    try {
      PropertyDescriptor[] result = new PropertyDescriptor[1];
      result[0] = new PropertyDescriptor(UidIdentifier.IPropertyNames.STRING, UidIdentifier.class , "toString", "setString");
      return result;
    }
    catch (IntrospectionException
           e) {
      throw new Error(e);
    }
  }
}


First
Previous
Clone Instance
2
Line Count
26
Source Line
31
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/util/beanwrapper/StringWrapperBeanInfo.java

{
  /**
   * See http://tinyurl.com/63no6t for discussion of the proper thread-safe way to implement
   * getPropertyDescriptors().
   * 
   * @see java.beans.SimpleBeanInfo#getPropertyDescriptors()
   */
  @Override public PropertyDescriptor[] getPropertyDescriptors() {
    try {
      PropertyDescriptor[] result = new PropertyDescriptor[1];
      result[0] = new PropertyDescriptor(StringWrapper.IPropertyNames.STRINGS, StringWrapper.class , "getString", "setString");
      return result;
    }
    catch (IntrospectionException
           e) {
      throw new Error(e);
    }
  }
}


Clone AbstractionParameter Count: 3Parameter Bindings

{
  /**
           * See http://tinyurl.com/63no6t for discussion of the proper thread-safe way to implement
           * getPropertyDescriptors().
           * 
           * @see java.beans.SimpleBeanInfo#getPropertyDescriptors()
           */
  @Override public PropertyDescriptor[] getPropertyDescriptors() {
    try {
      PropertyDescriptor[] result = new PropertyDescriptor[1];
      result[0] = new PropertyDescriptor( [[#variable1cc8aa20]].IPropertyNames. [[#variable1cc8a9a0]],  [[#variable1cc8aa20]].class ,  [[#variable1cc8a980]], "setString");
      return result;
    }
    catch (IntrospectionException
           e) {
      throw new Error(e);
    }
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cc8aa20]]
UidIdentifier 
12[[#1cc8aa20]]
StringWrapper 
21[[#1cc8a9a0]]
STRING 
22[[#1cc8a9a0]]
STRINGS 
31[[#1cc8a980]]
"toString" 
32[[#1cc8a980]]
"getString"