Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 153 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java |
2 | 3 | 178 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java |
3 | 3 | 220 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java |
4 | 3 | 111 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/TemplateEngine.java |
| ||||
int start = context.getStart(); int end = context.getEnd(); IRegion region = new Region(start, end - start); |
| ||||
int start = context.getStart(); int end = context.getEnd(); IRegion region = new Region(start, end - start); |
| ||||
int start = context.getStart(); int end = context.getEnd(); IRegion region = new Region(start, end - start); |
| ||||
int start = context.getStart(); int end = context.getEnd(); IRegion region = new Region(start, end - start); |
| |||
int start = context.getStart(); int end = context.getEnd(); IRegion region = new Region(start, end - start); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |