Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.983 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 212 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationPropertyPage.java |
2 | 2 | 169 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/NativeLibrariesPropertyPage.java |
3 | 2 | 578 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/SourceAttachmentBlock.java |
| ||||
String[] changedAttributes = { CPListElement.JAVADOC }; BuildPathSupport.modifyClasspathEntry(shell, newEntry, changedAttributes, project, containerPath, monitor); |
| ||||
String[] changedAttributes = { CPListElement.NATIVE_LIB_PATH }; BuildPathSupport.modifyClasspathEntry(shell, newEntry, changedAttributes, project, containerPath, monitor); |
| ||||
String[] changedAttributes = { CPListElement.SOURCEATTACHMENT }; BuildPathSupport.modifyClasspathEntry(shell, newEntry, changedAttributes, jproject, containerPath, monitor); |
| |||
String[] changedAttributes = { CPListElement. [[#variable9d432a00]] }; BuildPathSupport.modifyClasspathEntry(shell, newEntry, changedAttributes, [[#variable9d4329a0]], containerPath, monitor); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9d432a00]] | SOURCEATTACHMENT |
1 | 2 | [[#9d432a00]] | JAVADOC |
1 | 3 | [[#9d432a00]] | NATIVE_LIB_PATH |
2 | 1 | [[#9d4329a0]] | jproject |
2 | 2 | [[#9d4329a0]] | project |
2 | 3 | [[#9d4329a0]] | project |