CloneSet206


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

try {
  fileButton.setIcon(new ImageIcon(new URL(fileIcon)));
}
catch (MalformedURLException
       mf) {
  Log.log(Log.ERROR, this, mf);
}
fileButton.setText(MiscUtilities.getFileName(fileIcon));


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

try {
  fileButton.setIcon(new ImageIcon(new URL(fileIcon)));
}
catch (MalformedURLException
       mf) {
  Log.log(Log.ERROR, this, mf);
}
fileButton.setText(MiscUtilities.getFileName(fileIcon));


Clone AbstractionParameter Count: 0Parameter Bindings

try {
  fileButton.setIcon(new ImageIcon(new URL(fileIcon)));
}
catch (MalformedURLException
       mf) {
  Log.log(Log.ERROR, this, mf);
}
fileButton.setText(MiscUtilities.getFileName(fileIcon));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None