CloneSet353


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19200
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/FavoritesVFS.java
29227
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/FileRootsVFS.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
200
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/FavoritesVFS.java

public String getExtendedAttribute(String name) {
  if (name.equals(EA_TYPE))
    return super.getExtendedAttribute(name);
  else {
    // don't want it to show "0 bytes" for size,
    // etc.
    return null;
  }
}


First
Previous
Clone Instance
2
Line Count
9
Source Line
227
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/io/FileRootsVFS.java

public String getExtendedAttribute(String name) {
  if (name.equals(EA_TYPE))
    return super.getExtendedAttribute(name);
  else {
    // don't want it to show "0 bytes" for size,
    // etc.
    return null;
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

public String getExtendedAttribute(String name) {
  if (name.equals(EA_TYPE))
    return super.getExtendedAttribute(name);
  else {
    // don't want it to show "0 bytes" for size,
    // etc.
    return null;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None