| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 2 | 0.985 | executable_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 73 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/StringFix.java |
| 2 | 3 | 76 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/StringFix.java |
| ||||
{
String label = FixMessages.StringFix_AddNonNls_description;
return new StringFix(label, compilationUnit, new TextEditGroup[] {
new TextEditGroup(label, addEdit)
} );
}
|
| ||||
{
String label = FixMessages.StringFix_RemoveNonNls_description;
return new StringFix(label, compilationUnit, new TextEditGroup[] {
new TextEditGroup(label, removeEdit)
} );
}
|
| |||
{
String label = FixMessages. [[#variablea347b3e0]];
return new StringFix(label, compilationUnit, new TextEditGroup[] {
new TextEditGroup(label, [[#variablea347b320]])
} );
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a347b3e0]] | StringFix_AddNonNls_description |
| 1 | 2 | [[#a347b3e0]] | StringFix_RemoveNonNls_description |
| 2 | 1 | [[#a347b320]] | addEdit |
| 2 | 2 | [[#a347b320]] | removeEdit |