| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 5 | 0.954 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 417 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavadocTagsSubProcessor.java |
| 2 | 1 | 194 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java |
| ||||
String comment = CodeGeneration.getFieldComment(cu, binding.getName(), id, String.valueOf('\n'));
|
| ||||
String catchBody = StubUtility.getCatchBodyContent(cu, excBinding.getName(), varName, String.valueOf('\n'));
|
| |||
String [[#variable649db280]]= [[#variable649db140]]. [[#variable649db0e0]](cu, [[#variable649da860]].getName(), [[#variable649db200]], String.valueOf('\n'));
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#649db280]] | comment |
| 1 | 2 | [[#649db280]] | catchBody |
| 2 | 1 | [[#649db140]] | CodeGeneration |
| 2 | 2 | [[#649db140]] | StubUtility |
| 3 | 1 | [[#649db0e0]] | getFieldComment |
| 3 | 2 | [[#649db0e0]] | getCatchBodyContent |
| 4 | 1 | [[#649da860]] | binding |
| 4 | 2 | [[#649da860]] | excBinding |
| 5 | 1 | [[#649db200]] | id |
| 5 | 2 | [[#649db200]] | varName |