Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 3 | 0.950 | constructor_body |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 33 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/AddFolderToIndex.java |
2 | 6 | 29 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/RemoveFolderFromIndex.java |
| ||||
{ super(project.getFullPath(), manager); this.folderPath = folderPath; this.project = project; this.inclusionPatterns = inclusionPatterns; this.exclusionPatterns = exclusionPatterns; } |
| ||||
{ super(project.getFullPath(), manager); this.folderPath = folderPath; this.inclusionPatterns = inclusionPatterns; this.exclusionPatterns = exclusionPatterns; this.project = project; } |
| |||
{ super(project.getFullPath(), manager); this.folderPath = folderPath; this. [[#variable78119e20]]= [[#variable78119e20]]; this. [[#variable78119ca0]]= [[#variable78119ca0]]; this. [[#variable78119dc0]]= [[#variable78119dc0]]; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#78119e20]] | inclusionPatterns |
1 | 2 | [[#78119e20]] | project |
2 | 1 | [[#78119ca0]] | exclusionPatterns |
2 | 2 | [[#78119ca0]] | inclusionPatterns |
3 | 1 | [[#78119dc0]] | project |
3 | 2 | [[#78119dc0]] | exclusionPatterns |