Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.970 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 46 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/SearchParticipantsExtensionPoint.java |
2 | 5 | 74 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/JavaCorrectionProcessor.java |
| ||||
IStatus status = descriptor.checkSyntax(); if (status.isOK()) { fActiveParticipants.add(descriptor); } else { JavaPlugin.log(status); } |
| ||||
IStatus status = desc.checkSyntax(); if (status.isOK()) { res.add(desc); } else { JavaPlugin.log(status); } |
| |||
IStatus status = [[#variable5731e4a0]].checkSyntax(); if (status.isOK()) { [[#variable5731e4c0]].add( [[#variable5731e4a0]]); } else { JavaPlugin.log(status); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5731e4a0]] | desc |
1 | 2 | [[#5731e4a0]] | descriptor |
2 | 1 | [[#5731e4c0]] | res |
2 | 2 | [[#5731e4c0]] | fActiveParticipants |