Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 16 | 390 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/DefaultInputHandler.java |
2 | 16 | 244 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/KeyEventTranslator.java |
| |||||
int ch; try { ch = KeyEvent.class .getField("VK_".concat(key)).getInt(null); } catch (Exception e) { Log.log(Log.ERROR, DefaultInputHandler.class , "Invalid key stroke: " + keyStroke); return null; } |
| |||||
int ch; try { ch = KeyEvent.class .getField("VK_".concat(key)).getInt(null); } catch (Exception e) { Log.log(Log.ERROR, DefaultInputHandler.class , "Invalid key stroke: " + keyStroke); return null; } |
| |||
int ch; try { ch = KeyEvent.class .getField("VK_".concat(key)).getInt(null); } catch (Exception e) { Log.log(Log.ERROR, DefaultInputHandler.class , "Invalid key stroke: " + keyStroke); return null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |