| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.961 | class_body_declaration |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 758 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java |
| 2 | 2 | 817 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java |
| ||||
/**
* @deprecated Indirection added to avoid deprecated warning on file
*/
private org.eclipse.jdt.internal.corext.template.java.Templates getOldTemplateStoreInstance() {
return org.eclipse.jdt.internal.corext.template.java.Templates.getInstance();
}
|
| ||||
/**
* @deprecated Indirection added to avoid deprecated warning on file
*/
private org.eclipse.jdt.internal.corext.template.java.CodeTemplates getOldCodeTemplateStoreInstance() {
return org.eclipse.jdt.internal.corext.template.java.CodeTemplates.getInstance();
}
|
| |||
/**
* @deprecated Indirection added to avoid deprecated warning on file
*/
private org.eclipse.jdt.internal.corext.template.java. [[#variableb267ce00]] [[#variableb267cd80]]() {
return org.eclipse.jdt.internal.corext.template.java. [[#variableb267ce00]].getInstance();
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b267ce00]] | Templates |
| 1 | 2 | [[#b267ce00]] | CodeTemplates |
| 2 | 1 | [[#b267cd80]] | getOldTemplateStoreInstance |
| 2 | 2 | [[#b267cd80]] | getOldCodeTemplateStoreInstance |