| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 4 | 0.958 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 109 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/AccessorClassCreator.java |
| 2 | 1 | 2151 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
| ||||
String cuContent = CodeGeneration.getCompilationUnitContent(newCu, fileComment, typeComment, classContent, lineDelim); |
| ||||
String content = CodeGeneration.getCompilationUnitContent(cu, fileComment, typeComment, typeContent, lineDelimiter); |
| |||
String [[#variable59db69a0]]= CodeGeneration.getCompilationUnitContent( [[#variable59db6880]], fileComment, typeComment, [[#variable59db61a0]], [[#variable59db6900]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#59db69a0]] | cuContent |
| 1 | 2 | [[#59db69a0]] | content |
| 2 | 1 | [[#59db6880]] | newCu |
| 2 | 2 | [[#59db6880]] | cu |
| 3 | 1 | [[#59db61a0]] | classContent |
| 3 | 2 | [[#59db61a0]] | typeContent |
| 4 | 1 | [[#59db6900]] | lineDelim |
| 4 | 2 | [[#59db6900]] | lineDelimiter |