Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 4 | 0.951 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 896 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java |
2 | 4 | 900 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java |
3 | 4 | 904 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocOptionsManager.java |
| ||||
if (fAntpath.length() != 0) settings.put(ANTPATH, fAntpath); if (fDestination.length() != 0) settings.put(DESTINATION, fDestination); |
| ||||
if (fAdditionalParams.length() != 0) settings.put(EXTRAOPTIONS, fAdditionalParams); if (fVMParams.length() != 0) settings.put(VMOPTIONS, fVMParams); |
| ||||
if (fOverview.length() != 0) settings.put(OVERVIEW, fOverview); if (fStylesheet.length() != 0) settings.put(STYLESHEETFILE, fStylesheet); |
| |||
if ( [[#variablea07ebe60]].length() != 0) settings.put( [[#variable99409ae0]], [[#variablea07ebe60]]); if ( [[#variablea07ebd20]].length() != 0) settings.put( [[#variable96899760]], [[#variablea07ebd20]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a07ebe60]] | fOverview |
1 | 2 | [[#a07ebe60]] | fAdditionalParams |
1 | 3 | [[#a07ebe60]] | fAntpath |
2 | 1 | [[#99409ae0]] | OVERVIEW |
2 | 2 | [[#99409ae0]] | EXTRAOPTIONS |
2 | 3 | [[#99409ae0]] | ANTPATH |
3 | 1 | [[#a07ebd20]] | fStylesheet |
3 | 2 | [[#a07ebd20]] | fVMParams |
3 | 3 | [[#a07ebd20]] | fDestination |
4 | 1 | [[#96899760]] | STYLESHEETFILE |
4 | 2 | [[#96899760]] | VMOPTIONS |
4 | 3 | [[#96899760]] | DESTINATION |