Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 4 | 0.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 209 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NativeLibrariesConfigurationBlock.java |
2 | 2 | 870 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/BuildPathsBlock.java |
3 | 2 | 237 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ExclusionInclusionEntryDialog.java |
| ||||
Class[] acceptedClasses = new Class[] { IProject.class ,IFolder.class }; TypedElementSelectionValidator validator = new TypedElementSelectionValidator(acceptedClasses, true); |
| ||||
Class[] acceptedClasses = new Class[] { IProject.class ,IFolder.class }; ISelectionStatusValidator validator = new TypedElementSelectionValidator(acceptedClasses, false); |
| ||||
Class[] acceptedClasses = new Class[] { IFolder.class ,IFile.class }; ISelectionStatusValidator validator = new TypedElementSelectionValidator(acceptedClasses, multiSelection); |
| |||
Class[] acceptedClasses = new Class[] { [[#variable9c09d960]].class , [[#variable9be0d600]].class }; [[#variable97213c60]] validator = new TypedElementSelectionValidator(acceptedClasses, [[#variablea0f1e3e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9c09d960]] | IProject |
1 | 2 | [[#9c09d960]] | IProject |
1 | 3 | [[#9c09d960]] | IFolder |
2 | 1 | [[#9be0d600]] | IFolder |
2 | 2 | [[#9be0d600]] | IFolder |
2 | 3 | [[#9be0d600]] | IFile |
3 | 1 | [[#97213c60]] | TypedElementSelectionValidator |
3 | 2 | [[#97213c60]] | ISelectionStatusValidator |
3 | 3 | [[#97213c60]] | ISelectionStatusValidator |
4 | 1 | [[#a0f1e3e0]] | true |
4 | 2 | [[#a0f1e3e0]] | false |
4 | 3 | [[#a0f1e3e0]] | multiSelection |