Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.977 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 143 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/AddBlockCommentAction.java |
2 | 2 | 69 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/RemoveBlockCommentAction.java |
| ||||
// advance to next partition partition = docExtension.getPartition(IJavaPartitions.JAVA_PARTITIONING, partEndOffset, false); partType = partition.getType(); |
| ||||
partition = docExtension.getPartition(IJavaPartitions.JAVA_PARTITIONING, partEndOffset, false); partOffset = partition.getOffset(); |
| |||
// advance to next partition partition = docExtension.getPartition(IJavaPartitions.JAVA_PARTITIONING, partEndOffset, false); [[#variable525825e0]]= partition. [[#variable52583140]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#525825e0]] | partOffset |
1 | 2 | [[#525825e0]] | partType |
2 | 1 | [[#52583140]] | getOffset |
2 | 2 | [[#52583140]] | getType |