CloneSet155


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1101425
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java
2101503
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
1425
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/jEdit.java

if (view != null && parent == null)
  parent = view.getBuffer().getDirectory();
if (MiscUtilities.isURL(path)) {
  if (MiscUtilities.getProtocolOfURL(path).equals("file"))
    path = path.substring(5);
}
path = MiscUtilities.constructPath(parent, path);


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

if (view != null && parent == null)
  parent = view.getBuffer().getDirectory();
if (MiscUtilities.isURL(path)) {
  if (MiscUtilities.getProtocolOfURL(path).equals("file"))
    path = path.substring(5);
}
path = MiscUtilities.constructPath(parent, path);


Clone AbstractionParameter Count: 0Parameter Bindings

if (view != null && parent == null)
  parent = view.getBuffer().getDirectory();
if (MiscUtilities.isURL(path)) {
  if (MiscUtilities.getProtocolOfURL(path).equals("file"))
    path = path.substring(5);
}
path = MiscUtilities.constructPath(parent, path);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None