Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
17 | 2 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 17 | 436 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/ActionBar.java |
2 | 17 | 121 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/org/gjt/sp/jedit/gui/CompleteWord.java |
| |||||
setContentPane(new JPanel(new BorderLayout()) { /** * Returns if this component can be traversed by pressing the * Tab key. This returns false. */ public boolean isManagingFocus() { return false; } /** * Makes the tab key work in Java 1.4. */ public boolean getFocusTraversalKeysEnabled() { return false; } } ); |
| |||||
setContentPane(new JPanel(new BorderLayout()) { /** * Returns if this component can be traversed by pressing the * Tab key. This returns false. */ public boolean isManagingFocus() { return false; } /** * Makes the tab key work in Java 1.4. */ public boolean getFocusTraversalKeysEnabled() { return false; } } ); |
| |||
setContentPane(new JPanel(new BorderLayout()) { /** * Returns if this component can be traversed by pressing the * Tab key. This returns false. */ /** * Returns if this component can be traversed by pressing the * Tab key. This returns false. */ public boolean isManagingFocus() { return false; } /** * Makes the tab key work in Java 1.4. */ /** * Makes the tab key work in Java 1.4. */ public boolean getFocusTraversalKeysEnabled() { return false; } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |