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.979 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 160 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/OpenTypeAction.java |
2 | 3 | 97 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/AppletLaunchConfigurationUtils.java |
| ||||
{ String simpleName = Signature.getSimpleName(fullyQualifiedName); return ((ICompilationUnit) jelement).getType(simpleName); } |
| ||||
{ String simpleName = Signature.getSimpleName(mainTypeName); return ((ICompilationUnit) javaElement).getType(simpleName); } |
| |||
{ String simpleName = Signature.getSimpleName( [[#variable5a51b7e0]]); return ((ICompilationUnit) [[#variable5a51b8c0]]).getType(simpleName); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a51b7e0]] | mainTypeName |
1 | 2 | [[#5a51b7e0]] | fullyQualifiedName |
2 | 1 | [[#5a51b8c0]] | javaElement |
2 | 2 | [[#5a51b8c0]] | jelement |