CloneSet616


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

CallStack callstack = new CallStack(namespace);
BshMethod method = null;


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

CallStack callstack = new CallStack(namespace);
/*
        If equals() is not explicitly defined we must override the 
        default implemented by the This object protocol for scripted
        object.  To support XThis equals() must test for equality with 
        the generated proxy object, not the scripted bsh This object;
        otherwise callers from outside in Java will not see a the 
        proxy object as equal to itself.
*/
BshMethod equalsMethod = null;


Clone AbstractionParameter Count: 1Parameter Bindings

CallStack callstack = new CallStack(namespace);
/*
                                If equals() is not explicitly defined we must override the 
                                default implemented by the This object protocol for scripted
                                object.  To support XThis equals() must test for equality with 
                                the generated proxy object, not the scripted bsh This object;
                                otherwise callers from outside in Java will not see a the 
                                proxy object as equal to itself.
                        */
BshMethod  [[#variablec2f57a0]]= null;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#c2f57a0]]
method 
12[[#c2f57a0]]
equalsMethod