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.982 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 117 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadoc.java |
2 | 3 | 139 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/complete/CompletionJavadoc.java |
| ||||
{ printIndent(indent, output).append(" * @"); //$NON-NLS-1$ this.returnStatement.print(indent, output).append('\n'); } |
| ||||
{ printIndent(indent, output).append(" * "); //$NON-NLS-1$ this.completionNode.print(indent, output).append('\n'); } |
| |||
{ printIndent(indent, output).append( [[#variable61fb3500]]); //$NON-NLS-1$ //$NON-NLS-1$ this. [[#variable61fb3600]].print(indent, output).append('\n'); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#61fb3500]] | " * " |
1 | 2 | [[#61fb3500]] | " * @" |
2 | 1 | [[#61fb3600]] | completionNode |
2 | 2 | [[#61fb3600]] | returnStatement |