CloneSet234


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10320.955executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110232
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/BufferOptions.java
210241
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/BufferOptions.java
310250
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/BufferOptions.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
232
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/BufferOptions.java

try {
  buffer.setProperty("maxLineLen", new Integer(maxLineLen.getSelectedItem().toString()));
}
catch (NumberFormatException
       nf) {
}


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

try {
  buffer.setProperty("tabSize", new Integer(tabSize.getSelectedItem().toString()));
}
catch (NumberFormatException
       nf) {
}


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

try {
  buffer.setProperty("indentSize", new Integer(indentSize.getSelectedItem().toString()));
}
catch (NumberFormatException
       nf) {
}


Clone AbstractionParameter Count: 2Parameter Bindings

try {
  buffer.setProperty( [[#variableaeaf800]], new Integer( [[#variableaeaf760]].getSelectedItem().toString()));
}
catch (NumberFormatException
       nf) {
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#aeaf800]]
"maxLineLen" 
12[[#aeaf800]]
"tabSize" 
13[[#aeaf800]]
"indentSize" 
21[[#aeaf760]]
maxLineLen 
22[[#aeaf760]]
tabSize 
23[[#aeaf760]]
indentSize