Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.969 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 88 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/JThis.java |
2 | 11 | 151 | E:/TSE/Projects-CloneDR/jEdit-4.2/src/bsh/XThis.java |
| |||||
CallStack callstack = new CallStack(namespace); BshMethod method = null; |
| |||||
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; |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2f57a0]] | method |
1 | 2 | [[#c2f57a0]] | equalsMethod |