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.967 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 85 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java |
2 | 3 | 153 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java |
| ||||
decl.modifiers().addAll(ASTNodeFactory.newModifiers(ast, modifiers& ~Modifier.ABSTRACT& ~Modifier.NATIVE)); decl.setName(ast.newSimpleName(type)); decl.setConstructor(true); |
| ||||
decl.modifiers().addAll(ASTNodeFactory.newModifiers(ast, modifiers& ~Modifier.ABSTRACT& ~Modifier.NATIVE)); decl.setName(ast.newSimpleName(typeBinding.getName())); decl.setConstructor(true); |
| |||
decl.modifiers().addAll(ASTNodeFactory.newModifiers(ast, modifiers& ~Modifier.ABSTRACT& ~Modifier.NATIVE)); decl.setName(ast.newSimpleName( [[#variable9ae504c0]])); decl.setConstructor(true); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9ae504c0]] | type |
1 | 2 | [[#9ae504c0]] | typeBinding.getName() |