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.966 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 376 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java |
2 | 2 | 870 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/LocalCorrectionsSubProcessor.java |
| ||||
UnimplementedMethodsCompletionProposal proposal = new UnimplementedMethodsCompletionProposal(cu, typeNode, 10); proposals.add(proposal); |
| ||||
MissingAnnotationAttributesProposal proposal = new MissingAnnotationAttributesProposal(cu, annotation, 10); proposals.add(proposal); |
| |||
[[#variable52991c20]] proposal = new [[#variable52991c20]](cu, [[#variable529d0660]], 10); proposals.add(proposal); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#52991c20]] | MissingAnnotationAttributesProposal |
1 | 2 | [[#52991c20]] | UnimplementedMethodsCompletionProposal |
2 | 1 | [[#529d0660]] | annotation |
2 | 2 | [[#529d0660]] | typeNode |