| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 3 | 3 | 0.964 | conditional_or_expression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 102 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaDocContext.java |
| 2 | 1 | 105 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/JavaDocContext.java |
| 3 | 1 | 102 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/preferences/TemplateVariableProcessor.java |
| ||||
(start != 0) && Character.isUnicodeIdentifierPart(document.getChar(start - 1)) |
| ||||
(start != 0) && Character.isUnicodeIdentifierStart(document.getChar(start - 1)) |
| ||||
(start != 0) && Character.isUnicodeIdentifierPart(string.charAt(start - 1)) |
| |||
(start != 0) && Character. [[#variable93060260]]( [[#variable93060200]]. [[#variable930601a0]](start - 1)) |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#93060260]] | isUnicodeIdentifierPart |
| 1 | 2 | [[#93060260]] | isUnicodeIdentifierPart |
| 1 | 3 | [[#93060260]] | isUnicodeIdentifierStart |
| 2 | 1 | [[#93060200]] | string |
| 2 | 2 | [[#93060200]] | document |
| 2 | 3 | [[#93060200]] | document |
| 3 | 1 | [[#930601a0]] | charAt |
| 3 | 2 | [[#930601a0]] | getChar |
| 3 | 3 | [[#930601a0]] | getChar |