Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.992 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 428 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java |
2 | 4 | 194 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/GenerateNewConstructorUsingFieldsAction.java |
| ||||
{ IType type = (IType) elements[0]; if (type.getCompilationUnit() != null && !type.isInterface() && !type.isEnum()) { return type; } } |
| ||||
{ IType type = (IType) elements[0]; if (type.getCompilationUnit() != null && !type.isInterface() && !type.isAnnotation()) { return type; } } |
| |||
{ IType type = (IType) elements[0]; if (type.getCompilationUnit() != null && !type.isInterface() && !type. [[#variable8f6ff540]]()) { return type; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#8f6ff540]] | isAnnotation |
1 | 2 | [[#8f6ff540]] | isEnum |