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.956 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 218 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java |
2 | 3 | 222 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer.java |
| ||||
fOutlinePresenter = javaSVCconfiguration.getOutlinePresenter(this, false); if (fOutlinePresenter != null) fOutlinePresenter.install(this ); |
| ||||
fStructurePresenter = javaSVCconfiguration.getOutlinePresenter(this, true); if (fStructurePresenter != null) fStructurePresenter.install(this ); |
| |||
[[#variable4ee28920]]= javaSVCconfiguration.getOutlinePresenter(this, [[#variable4ee28900]]); if ( [[#variable4ee28920]]!= null) [[#variable4ee28920]].install(this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4ee28920]] | fOutlinePresenter |
1 | 2 | [[#4ee28920]] | fStructurePresenter |
2 | 1 | [[#4ee28900]] | false |
2 | 2 | [[#4ee28900]] | true |