Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.959 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 480 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java |
2 | 3 | 500 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/javadoc/JavaDocLocations.java |
| ||||
case IJavaElement.CLASS_FILE: appendTypePath(((IClassFile) element).getType(), pathBuffer); break; |
| ||||
case IJavaElement.INITIALIZER: appendTypePath(((IMember) element).getDeclaringType(), pathBuffer); break; |
| |||
case IJavaElement. [[#variablea18fe540]]: appendTypePath((( [[#variablea18fe4a0]]) element). [[#variablea18fe3e0]](), pathBuffer); break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a18fe540]] | CLASS_FILE |
1 | 2 | [[#a18fe540]] | INITIALIZER |
2 | 1 | [[#a18fe4a0]] | IClassFile |
2 | 2 | [[#a18fe4a0]] | IMember |
3 | 1 | [[#a18fe3e0]] | getType |
3 | 2 | [[#a18fe3e0]] | getDeclaringType |