Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.950 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 582 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java |
2 | 3 | 586 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/LineWrappingTabPage.java |
| ||||
final Category constructorDeclarations = new Category(null, null, FormatterMessages.LineWrappingTabPage_constructor_decls); constructorDeclarations.children.add(fConstructorDeclarationsParametersCategory); constructorDeclarations.children.add(fConstructorThrowsClauseCategory); |
| ||||
final Category methodDeclarations = new Category(null, null, FormatterMessages.LineWrappingTabPage_method_decls); methodDeclarations.children.add(fMethodDeclarationsParametersCategory); methodDeclarations.children.add(fMethodThrowsClauseCategory); |
| |||
final Category [[#variable72f36520]]= new Category(null, null, FormatterMessages. [[#variable72f36480]]); [[#variable72f36520]].children.add( [[#variable72f36440]]); [[#variable72f36520]].children.add( [[#variable72f29dc0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#72f36520]] | methodDeclarations |
1 | 2 | [[#72f36520]] | constructorDeclarations |
2 | 1 | [[#72f36480]] | LineWrappingTabPage_method_decls |
2 | 2 | [[#72f36480]] | LineWrappingTabPage_constructor_decls |
3 | 1 | [[#72f36440]] | fMethodDeclarationsParametersCategory |
3 | 2 | [[#72f36440]] | fConstructorDeclarationsParametersCategory |
4 | 1 | [[#72f29dc0]] | fMethodThrowsClauseCategory |
4 | 2 | [[#72f29dc0]] | fConstructorThrowsClauseCategory |