Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.950 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 65 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocLinkRef.java |
2 | 2 | 209 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavadocConfigurationPropertyPage.java |
| ||||
String location = url != null ? url.toExternalForm(): null; element.setAttribute(CPListElement.JAVADOC, location); |
| ||||
String loc = javadocLocation != null ? javadocLocation.toExternalForm(): null; cpElem.setAttribute(CPListElement.JAVADOC, loc); |
| |||
String [[#variable57bd7840]]= [[#variable57d1c020]]!= null ? [[#variable57d1c020]].toExternalForm(): null; [[#variable57d1c180]].setAttribute(CPListElement.JAVADOC, [[#variable57bd7840]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57bd7840]] | location |
1 | 2 | [[#57bd7840]] | loc |
2 | 1 | [[#57d1c020]] | url |
2 | 2 | [[#57d1c020]] | javadocLocation |
3 | 1 | [[#57d1c180]] | element |
3 | 2 | [[#57d1c180]] | cpElem |