Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.957 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 131 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeExceptionsControl.java |
2 | 6 | 259 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java |
| ||||
public void setInput(List exceptionInfos) { Assert.isNotNull(exceptionInfos); fExceptionInfos = exceptionInfos; fTableViewer.setInput(fExceptionInfos); if (fExceptionInfos.size() > 0) fTableViewer.setSelection(new StructuredSelection(fExceptionInfos.get(0))); } |
| ||||
public void setInput(List parameterInfos) { Assert.isNotNull(parameterInfos); fParameterInfos = parameterInfos; fTableViewer.setInput(fParameterInfos); if (fParameterInfos.size() > 0) fTableViewer.setSelection(new StructuredSelection(fParameterInfos.get(0))); } |
| |||
public void setInput(List [[#variable9ee8dbc0]]) { Assert.isNotNull( [[#variable9ee8dbc0]]); [[#variable9ee8dae0]]= [[#variable9ee8dbc0]]; fTableViewer.setInput( [[#variable9ee8dae0]]); if ( [[#variable9ee8dae0]].size() > 0) fTableViewer.setSelection(new StructuredSelection( [[#variable9ee8dae0]].get(0))); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9ee8dbc0]] | parameterInfos |
1 | 2 | [[#9ee8dbc0]] | exceptionInfos |
2 | 1 | [[#9ee8dae0]] | fParameterInfos |
2 | 2 | [[#9ee8dae0]] | fExceptionInfos |