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.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 160 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaTypeCompletionProcessor.java |
2 | 3 | 379 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalLabelProvider.java |
| ||||
if (typeQualifier.length > 0) { buf.append(" - "); //$NON-NLS-1$ buf.append(typeQualifier); } |
| ||||
if (declaration.length > 0) { buf.append(" - "); //$NON-NLS-1$ buf.append(declaration); } |
| |||
if ( [[#variablebf1e1980]].length > 0) { buf.append(" - "); //$NON-NLS-1$ buf.append( [[#variablebf1e1980]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bf1e1980]] | typeQualifier |
1 | 2 | [[#bf1e1980]] | declaration |