CloneSet620


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.969statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12495
E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/Name.java
22522
E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/Name.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
495
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/Name.java

// Allow getThis() to work through BlockNameSpace to the method
// namespace
// XXX re-eval this... do we need it?
This ths = thisNameSpace.getThis(interpreter);
thisNameSpace = ths.getNameSpace();


First
Previous
Clone Instance
2
Line Count
2
Source Line
522
Source File
E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/Name.java

//if ( specialFieldsVisible )
//throw new UtilEvalError("Redundant to call .this on This type");
// Allow getSuper() to through BlockNameSpace to the method's super
This ths = thisNameSpace.getSuper(interpreter);
thisNameSpace = ths.getNameSpace();


Clone AbstractionParameter Count: 1Parameter Bindings

// Allow getThis() to work through BlockNameSpace to the method
// namespace
// XXX re-eval this... do we need it?
//if ( specialFieldsVisible )
//throw new UtilEvalError("Redundant to call .this on This type");
// Allow getSuper() to through BlockNameSpace to the method's super
This ths = thisNameSpace. [[#variablec303140]](interpreter);
thisNameSpace = ths.getNameSpace();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c303140]]
getThis 
12[[#c303140]]
getSuper