File path: /jruby-1.4.0/src/org/jruby/util/io/ChannelStream.java | File path: /jruby-1.4.0/src/org/jruby/ast/CallNode.java | |||
Method name: void freopen(Ruby, String, ModeFlags)
|
Method name: String definition(Ruby, ThreadContext, IRubyObject, Block)
|
|||
Number of AST nodes: 2 | Number of AST nodes: 2 | |||
1 | if (!theFile.exists()) {↵ | 1 | if (!method.isUndefined()) {↵ | |
2 | throw runtime.newErrnoENOENTError("file not found - " + path);↵ | 2 | ↵ | |
3 | return ASTInterpreter.getArgumentDefinition(runtime, context, getArgsNode(), "method", self, aBlock);↵ | |||
3 | } | 4 | } | |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.1 |
Clones location | Clones are in different classes |
Number of node comparisons | 1 |