Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
19 | 2 | 0 | 1.000 | class_body_declarations[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 19 | 100 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/ParameterInfo.java |
2 | 19 | 29 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/ReturnTypeInfo.java |
| ||||
public String getOldTypeName() { return fOldTypeName; } public String getNewTypeName() { return fNewTypeName; } public void setNewTypeName(String type) { Assert.isNotNull(type); fNewTypeName = type; } public ITypeBinding getNewTypeBinding() { return fNewTypeBinding; } public void setNewTypeBinding(ITypeBinding typeBinding) { fNewTypeBinding = typeBinding; } |
| ||||
public String getOldTypeName() { return fOldTypeName; } public String getNewTypeName() { return fNewTypeName; } public void setNewTypeName(String type) { Assert.isNotNull(type); fNewTypeName = type; } public ITypeBinding getNewTypeBinding() { return fNewTypeBinding; } public void setNewTypeBinding(ITypeBinding typeBinding) { fNewTypeBinding = typeBinding; } |
| |||
public String getOldTypeName() { return fOldTypeName; } public String getNewTypeName() { return fNewTypeName; } public void setNewTypeName(String type) { Assert.isNotNull(type); fNewTypeName = type; } public ITypeBinding getNewTypeBinding() { return fNewTypeBinding; } public void setNewTypeBinding(ITypeBinding typeBinding) { fNewTypeBinding = typeBinding; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |