Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.976 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 67 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalCategory.java |
2 | 4 | 141 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/CompletionProposalComputerDescriptor.java |
| ||||
fId = parent.getUniqueIdentifier(); checkNotNull(fId, "id"); //$NON-NLS-1$ String name = parent.getLabel(); |
| ||||
fId = extension.getUniqueIdentifier(); checkNotNull(fId, "id"); //$NON-NLS-1$ String name = extension.getLabel(); |
| |||
fId = [[#variableb3474be0]].getUniqueIdentifier(); checkNotNull(fId, "id"); //$NON-NLS-1$ String name = [[#variableb3474be0]].getLabel(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b3474be0]] | extension |
1 | 2 | [[#b3474be0]] | parent |