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.985 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 135 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/CodeScopeBuilder.java |
2 | 4 | 141 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/CodeScopeBuilder.java |
| ||||
private CodeScopeBuilder(ASTNode node, IBinding ignore) { fScope = new Scope(null, node.getStartPosition(), node.getLength()); fScopes = new ArrayList(); fIgnoreBinding = ignore; } |
| ||||
private CodeScopeBuilder(ASTNode node, Selection ignore) { fScope = new Scope(null, node.getStartPosition(), node.getLength()); fScopes = new ArrayList(); fIgnoreRange = ignore; } |
| |||
private CodeScopeBuilder(ASTNode node, [[#variablea3c29180]] ignore) { fScope = new Scope(null, node.getStartPosition(), node.getLength()); fScopes = new ArrayList(); [[#variablea3c290a0]]= ignore; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3c29180]] | IBinding |
1 | 2 | [[#a3c29180]] | Selection |
2 | 1 | [[#a3c290a0]] | fIgnoreBinding |
2 | 2 | [[#a3c290a0]] | fIgnoreRange |