Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.969 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 142 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWriter.java |
2 | 3 | 272 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocWriter.java |
| ||||
String overview = store.getOverview(); if (overview.length() > 0) xmlJavadocDesc.setAttribute(store.OVERVIEW, overview); |
| ||||
String str = store.getOverview(); if (str.length() > 0) xmlJavadocDesc.setAttribute(store.OVERVIEW, str); |
| |||
String [[#variable5932a100]]= store.getOverview(); if ( [[#variable5932a100]].length() > 0) xmlJavadocDesc.setAttribute(store.OVERVIEW, [[#variable5932a100]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5932a100]] | overview |
1 | 2 | [[#5932a100]] | str |