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 | 76 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceTabPage.java |
2 | 4 | 202 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/formatter/WhiteSpaceTabPage.java |
| ||||
public SyntaxComponent() { fIndexedNodeList = new ArrayList(); fTree = WhiteSpaceOptions.createAltTree(fWorkingValues); WhiteSpaceOptions.makeIndexForNodes(fTree, fIndexedNodeList); } |
| ||||
public JavaElementComponent() { fIndexedNodeList = new ArrayList(); fTree = WhiteSpaceOptions.createTreeByJavaElement(fWorkingValues); WhiteSpaceOptions.makeIndexForNodes(fTree, fIndexedNodeList); } |
| |||
public [[#variable580df420]]() { fIndexedNodeList = new ArrayList(); fTree = WhiteSpaceOptions. [[#variable580df3a0]](fWorkingValues); WhiteSpaceOptions.makeIndexForNodes(fTree, fIndexedNodeList); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#580df420]] | SyntaxComponent |
1 | 2 | [[#580df420]] | JavaElementComponent |
2 | 1 | [[#580df3a0]] | createAltTree |
2 | 2 | [[#580df3a0]] | createTreeByJavaElement |