File path: /jruby-1.4.0/src/org/jruby/runtime/CompiledBlock19.java | File path: /jruby-1.4.0/src/org/jruby/runtime/CompiledBlock.java | |||
Method name: void CompiledBlock19(Arity, StaticScope, CompiledBlockCallback19, boolean, int)
|
Method name: void CompiledBlock(Arity, StaticScope, CompiledBlockCallback, boolean, int)
|
|||
Number of AST nodes: 5 | Number of AST nodes: 5 | |||
1 | super(argumentType);↵ | 1 | super(argumentType);↵ | |
2 | this.arity = arity;↵ | 2 | this.arity = arity;↵ | |
3 | this.scope = scope;↵ | 3 | this.scope = scope;↵ | |
4 | this.callback = callback;↵ | 4 | this.callback = callback;↵ | |
5 | this.hasMultipleArgsHead = hasMultipleArgsHead; | 5 |
| |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 1 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | Clones are in different classes having the same super class |
Number of node comparisons | 13 |
Number of mapped statements | 4 |
Number of unmapped statements in the first code fragment | 1 |
Number of unmapped statements in the second code fragment | 1 |
Time elapsed for statement mapping (ms) | 0.0 |
Clone type | Type 2 |
ID | Statement | ID | Statement | |
---|---|---|---|---|
1 | super(argumentType); | 1 | super(argumentType); | |
2 | this.arity = arity; | 2 | this.arity = arity; | |
3 | this.scope = scope; | 3 | this.scope = scope; | |
| 4 | this.callback = callback; | ||
4 | this.callback = callback; | | ||
5 | this.hasMultipleArgsHead = hasMultipleArgsHead; | 5 | this.hasMultipleArgsHead = hasMultipleArgsHead; |
Row | Violation |
---|