Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.958 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 337 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/TypingRunDetector.java |
2 | 2 | 339 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/TypingRunDetector.java |
| ||||
if (newText.length() == 1) return new Change(TypingRun.OVERTYPE, end); |
| ||||
if (newText.length() == 0) return new Change(TypingRun.DELETE, start); |
| |||
if (newText.length() == [[#variableb96dce60]]) return new Change(TypingRun. [[#variableb96dcdc0]], [[#variableb96dcd20]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b96dce60]] | 0 |
1 | 2 | [[#b96dce60]] | 1 |
2 | 1 | [[#b96dcdc0]] | DELETE |
2 | 2 | [[#b96dcdc0]] | OVERTYPE |
3 | 1 | [[#b96dcd20]] | start |
3 | 2 | [[#b96dcd20]] | end |