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.978 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 433 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility.java |
2 | 2 | 52 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/propertiesfileeditor/PropertyValueScanner.java |
| ||||
int offset = lineInfo.getOffset(); String str = doc.get(offset, lineInfo.getLength()); |
| ||||
int offset = lineInfo.getOffset(); String line = fDocument.get(offset, lineInfo.getLength()); |
| |||
int offset = lineInfo.getOffset(); String [[#variable4c73c900]]= [[#variable4c73c120]].get(offset, lineInfo.getLength()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4c73c900]] | str |
1 | 2 | [[#4c73c900]] | line |
2 | 1 | [[#4c73c120]] | doc |
2 | 2 | [[#4c73c120]] | fDocument |