Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.963 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 145 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/display/DisplayView.java |
2 | 2 | 147 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java |
| ||||
protected Map fGlobalActions = new HashMap(4); protected List fSelectionActions = new ArrayList(3); |
| ||||
private Map fGlobalActions = new HashMap(10); private List fSelectionActions = new ArrayList(3); |
| |||
[[#variableb2f82e20]]Map fGlobalActions = new HashMap( [[#variableb2f82e40]]); [[#variableb2f82e20]]List fSelectionActions = new ArrayList(3); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b2f82e20]] | protected |
1 | 2 | [[#b2f82e20]] | private |
2 | 1 | [[#b2f82e40]] | 4 |
2 | 2 | [[#b2f82e40]] | 10 |