Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.965 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 88 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesInProjectAction.java |
2 | 3 | 91 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/FindReferencesInProjectAction.java |
| ||||
{ scope = factory.createJavaProjectSearchScope(editor.getEditorInput(), isInsideJRE); description = factory.getProjectScopeDescription(editor.getEditorInput(), isInsideJRE); } |
| ||||
{ scope = factory.createJavaProjectSearchScope(element.getJavaProject(), isInsideJRE); description = factory.getProjectScopeDescription(element.getJavaProject(), isInsideJRE); } |
| |||
{ scope = factory.createJavaProjectSearchScope( [[#variable60c25c20]]. [[#variable60c44360]](), isInsideJRE); description = factory.getProjectScopeDescription( [[#variable60c25c20]]. [[#variable60c44360]](), isInsideJRE); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60c25c20]] | editor |
1 | 2 | [[#60c25c20]] | element |
2 | 1 | [[#60c44360]] | getEditorInput |
2 | 2 | [[#60c44360]] | getJavaProject |