Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 538 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaOutlineInformationControl.java |
2 | 5 | 113 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/typehierarchy/HierarchyInformationControl.java |
| ||||
/** * {@inheritDoc} */ protected Text createFilterText(Composite parent) { Text text = super.createFilterText(parent); text.addKeyListener(getKeyAdapter()); return text; } |
| ||||
protected Text createFilterText(Composite parent) { // text set later Text text = super.createFilterText(parent); text.addKeyListener(getKeyAdapter()); return text; } |
| |||
/** * {@inheritDoc} */ protected Text createFilterText(Composite parent) { // text set later Text text = super.createFilterText(parent); text.addKeyListener(getKeyAdapter()); return text; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |