CloneSet1746


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13364
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingResourceLocator.java
231904
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProviderAdapter.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
364
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/DelegatingResourceLocator.java

/*
 * Javadoc copied from interface.
 */
public String getString(String key) {
  return getString(key, shouldTranslate());
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
1904
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ItemProviderAdapter.java

/**
 * Get a translated string from the resource locator.
 */
public String getString(String key) {
  return getString(key, shouldTranslate());
}


Clone AbstractionParameter Count: 0Parameter Bindings

/*
   * Javadoc copied from interface.
   */
/**
   * Get a translated string from the resource locator.
   */
public String getString(String key) {
  return getString(key, shouldTranslate());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None