Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.990 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 210 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BrowserInformationControl.java |
2 | 8 | 160 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java |
| ||||
fBrowser.addKeyListener(new KeyListener() { public void keyPressed(KeyEvent e) { if (e.character == 0x1b) // ESC fShell.dispose(); } public void keyReleased(KeyEvent e) { } } ); |
| ||||
fText.addKeyListener(new KeyListener() { public void keyPressed(KeyEvent e) { if (e.character == 0x1b) // ESC fShell.dispose(); } public void keyReleased(KeyEvent e) { } } ); |
| |||
[[#variable58b63ba0]].addKeyListener(new KeyListener() { public void keyPressed(KeyEvent e) { if (e.character == 0x1b) // ESC fShell.dispose(); } public void keyReleased(KeyEvent e) { } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58b63ba0]] | fText |
1 | 2 | [[#58b63ba0]] | fBrowser |