Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 3 | 0.959 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 117 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/CodeGeneration.java |
2 | 2 | 132 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/CodeGeneration.java |
3 | 2 | 161 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/CodeGeneration.java |
| ||||
{ return StubUtility.getTypeComment(cu, typeQualifiedName, EMPTY, lineDelimiter); } |
| ||||
{ return StubUtility.getTypeComment(cu, typeQualifiedName, typeParameterNames, lineDelimiter); } |
| ||||
{ return StubUtility.getFieldComment(cu, typeName, fieldName, lineDelimiter); } |
| |||
{ return StubUtility. [[#variable62ce3dc0]](cu, [[#variable62ce3d20]], [[#variable62ce3ba0]], lineDelimiter); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62ce3dc0]] | getTypeComment |
1 | 2 | [[#62ce3dc0]] | getTypeComment |
1 | 3 | [[#62ce3dc0]] | getFieldComment |
2 | 1 | [[#62ce3d20]] | typeQualifiedName |
2 | 2 | [[#62ce3d20]] | typeQualifiedName |
2 | 3 | [[#62ce3d20]] | typeName |
3 | 1 | [[#62ce3ba0]] | EMPTY |
3 | 2 | [[#62ce3ba0]] | typeParameterNames |
3 | 3 | [[#62ce3ba0]] | fieldName |