Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.951 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 261 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java |
2 | 3 | 264 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java |
3 | 3 | 268 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ReorgCorrectionsSubProcessor.java |
| ||||
{ String[] args = { JavaElementLabels.getElementLabel(root, JavaElementLabels.REFERENCED_ROOT_POST_QUALIFIED), project.getElementName() }; return Messages.format(CorrectionMessages.ReorgCorrectionsSubProcessor_addcp_archive_description, args); } |
| ||||
{ String[] args = { JavaElementLabels.getElementLabel(root, JavaElementLabels.REFERENCED_ROOT_POST_QUALIFIED), project.getElementName() }; return Messages.format(CorrectionMessages.ReorgCorrectionsSubProcessor_addcp_classfolder_description, args); } |
| ||||
{ String[] args = { JavaElementLabels.getElementLabel(root, 0), project.getElementName() }; return Messages.format(CorrectionMessages.ReorgCorrectionsSubProcessor_addcp_variable_description, args); } |
| |||
{ String[] args = { JavaElementLabels.getElementLabel(root, [[#variable4e9bd360]]), project.getElementName() }; return Messages.format(CorrectionMessages. [[#variable4e9bd2c0]], args); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4e9bd360]] | 0 |
1 | 2 | [[#4e9bd360]] | JavaElementLabels.REFERENCED_ROOT_POST_QUALIFIED |
1 | 3 | [[#4e9bd360]] | JavaElementLabels.REFERENCED_ROOT_POST_QUALIFIED |
2 | 1 | [[#4e9bd2c0]] | ReorgCorrectionsSubProcessor_addcp_variable_description |
2 | 2 | [[#4e9bd2c0]] | ReorgCorrectionsSubProcessor_addcp_classfolder_description |
2 | 3 | [[#4e9bd2c0]] | ReorgCorrectionsSubProcessor_addcp_archive_description |