Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.966 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 709 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java |
2 | 3 | 714 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java |
| ||||
if (fSourcepath.length > 0) { toolArgs.add("-sourcepath"); //$NON-NLS-1$ toolArgs.add(flatPathList(fSourcepath)); } |
| ||||
if (fClasspath.length > 0) { toolArgs.add("-classpath"); //$NON-NLS-1$ toolArgs.add(flatPathList(fClasspath)); } |
| |||
if ( [[#variablebda52a40]].length > 0) { toolArgs.add( [[#variablebda529c0]]); //$NON-NLS-1$ toolArgs.add(flatPathList( [[#variablebda52a40]])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bda52a40]] | fClasspath |
1 | 2 | [[#bda52a40]] | fSourcepath |
2 | 1 | [[#bda529c0]] | "-classpath" |
2 | 2 | [[#bda529c0]] | "-sourcepath" |