Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 4 | 0.955 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1571 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java |
2 | 2 | 419 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java |
3 | 3 | 566 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/ModifierCorrectionSubProcessor.java |
| ||||
proposal.addLinkedPosition(rewrite.track(centerLiteral), true, "CENTER_STRING"); //$NON-NLS-1$ resultingCollections.add(proposal); |
| ||||
proposal.addLinkedPosition(rewrite.track(expression), false, "initializer"); //$NON-NLS-1$ proposals.add(proposal); |
| ||||
proposal.addLinkedPosition(rewrite.track(newModifier), true, "modifier"); //$NON-NLS-1$ proposals.add(proposal); |
| |||
proposal.addLinkedPosition(rewrite.track( [[#variable9ef83880]]), [[#variable9ef82d40]], [[#variable9ef82ce0]]); //$NON-NLS-1$ [[#variable9ef83840]].add(proposal); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9ef83880]] | newModifier |
1 | 2 | [[#9ef83880]] | centerLiteral |
1 | 3 | [[#9ef83880]] | expression |
2 | 1 | [[#9ef82d40]] | true |
2 | 2 | [[#9ef82d40]] | true |
2 | 3 | [[#9ef82d40]] | false |
3 | 1 | [[#9ef82ce0]] | "modifier" |
3 | 2 | [[#9ef82ce0]] | "CENTER_STRING" |
3 | 3 | [[#9ef82ce0]] | "initializer" |
4 | 1 | [[#9ef83840]] | proposals |
4 | 2 | [[#9ef83840]] | resultingCollections |
4 | 3 | [[#9ef83840]] | proposals |