Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.986 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 112 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/ExcludeFromBuildpathAction.java |
2 | 2 | 142 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/RemoveFromBuildpathAction.java |
| ||||
List existingEntries = ClasspathModifier.getExistingEntries(project); List resources = new ArrayList(); |
| ||||
List existingEntries = ClasspathModifier.getExistingEntries(project); List result = new ArrayList(); |
| |||
List existingEntries = ClasspathModifier.getExistingEntries(project); List [[#variableb58bb600]]= new ArrayList(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b58bb600]] | result |
1 | 2 | [[#b58bb600]] | resources |