Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 1 | 0.956 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 345 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/KeyEventTranslator.java |
2 | 5 | 351 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/KeyEventTranslator.java |
3 | 5 | 357 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/KeyEventTranslator.java |
4 | 5 | 363 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/KeyEventTranslator.java |
| |||||
if ((mods&InputEvent.CTRL_MASK) != 0) { if (buf == null) buf = new StringBuffer(); buf.append(getSymbolicModifierName(InputEvent.CTRL_MASK)); } |
| |||||
if ((mods&InputEvent.ALT_MASK) != 0) { if (buf == null) buf = new StringBuffer(); buf.append(getSymbolicModifierName(InputEvent.ALT_MASK)); } |
| |||||
if ((mods&InputEvent.META_MASK) != 0) { if (buf == null) buf = new StringBuffer(); buf.append(getSymbolicModifierName(InputEvent.META_MASK)); } |
| |||||
if ((mods&InputEvent.SHIFT_MASK) != 0) { if (buf == null) buf = new StringBuffer(); buf.append(getSymbolicModifierName(InputEvent.SHIFT_MASK)); } |
| |||
if ((mods&InputEvent. [[#variableaf1e8a0]]) != 0) { if (buf == null) buf = new StringBuffer(); buf.append(getSymbolicModifierName(InputEvent. [[#variableaf1e8a0]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#af1e8a0]] | CTRL_MASK |
1 | 2 | [[#af1e8a0]] | ALT_MASK |
1 | 3 | [[#af1e8a0]] | META_MASK |
1 | 4 | [[#af1e8a0]] | SHIFT_MASK |