CloneSet428


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.977executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14553
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/View.java
24566
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/View.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
553
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/View.java

if (Debug.DUMP_KEY_EVENTS && from != VIEW) {
  Log.log(Log.DEBUG, this, "Key event: " + GrabKeyDialog.toString(evt));
}


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

if (Debug.DUMP_KEY_EVENTS && from != VIEW) {
  Log.log(Log.DEBUG, this, "Key event after workaround: " + GrabKeyDialog.toString(evt));
}


Clone AbstractionParameter Count: 1Parameter Bindings

if (Debug.DUMP_KEY_EVENTS && from != VIEW) {
  Log.log(Log.DEBUG, this,  [[#variablec29c980]] + GrabKeyDialog.toString(evt));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c29c980]]
"Key event: " 
12[[#c29c980]]
"Key event after workaround: "