Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.950 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 321 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/JavaUISourceLocator.java |
2 | 4 | 331 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/JavaUISourceLocator.java |
| ||||
String rest = memento.substring(index + 10); fJavaProject = (IJavaProject) JavaCore.create(handle); fIsFindAllSourceElements = all.booleanValue(); fSourceLocator.initializeFromMemento(rest); |
| ||||
String rest = memento.substring(index + 1); fJavaProject = (IJavaProject) JavaCore.create(handle); fIsFindAllSourceElements = false; fSourceLocator.initializeFromMemento(rest); |
| |||
String rest = memento.substring(index + [[#variablea15e86c0]]); fJavaProject = (IJavaProject) JavaCore.create(handle); fIsFindAllSourceElements = [[#variablea150b8a0]]; fSourceLocator.initializeFromMemento(rest); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a15e86c0]] | 10 |
1 | 2 | [[#a15e86c0]] | 1 |
2 | 1 | [[#a150b8a0]] | all.booleanValue() |
2 | 2 | [[#a150b8a0]] | false |