Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.980 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 311 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/sef/AccessAnalyzer.java |
2 | 4 | 149 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/CompilationUnitRewrite.java |
| ||||
private TextEditGroup createGroupDescription(String name) { TextEditGroup result = new TextEditGroup(name); fGroupDescriptions.add(result); return result; } |
| ||||
public TextEditGroup createGroupDescription(String name) { TextEditGroup result = new TextEditGroup(name); fTextEditGroups.add(result); return result; } |
| |||
[[#variable57b884a0]]TextEditGroup createGroupDescription(String name) { TextEditGroup result = new TextEditGroup(name); [[#variable57b884c0]].add(result); return result; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57b884a0]] | private |
1 | 2 | [[#57b884a0]] | public |
2 | 1 | [[#57b884c0]] | fGroupDescriptions |
2 | 2 | [[#57b884c0]] | fTextEditGroups |