CloneSet5723


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.956class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1270
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PushFieldVariable.java
2268
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PushLocalVariable.java
3258
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PushStaticFieldVariable.java
Clone Instance
1
Line Count
2
Source Line
70
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PushFieldVariable.java

        public String toString() {
                return MessageFormat.format(InstructionsEvaluationMessages.PushFieldVariable_push_field__0__2, new String[] {
                                                                                                                             fName
                                                                                                                            } );
        }


Clone Instance
2
Line Count
2
Source Line
68
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PushLocalVariable.java

        public String toString() {
                return MessageFormat.format(InstructionsEvaluationMessages.PushLocalVariable_push____0___2, new String[] {
                                                                                                                          getName()
                                                                                                                         } );
        }


Clone Instance
3
Line Count
2
Source Line
58
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/PushStaticFieldVariable.java

        public String toString() {
                return MessageFormat.format(InstructionsEvaluationMessages.PushStaticFieldVariable_push_static_field__0__2, new String[] {
                                                                                                                                          fFieldName
                                                                                                                                         } );
        }


Clone AbstractionParameter Count: 2Parameter Bindings

public String toString() {
  return MessageFormat.format(InstructionsEvaluationMessages. [[#variable93737ea0]], new String[] {
                                                                                                     [[#variable93737da0]]
                                                                                                  } );
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#93737ea0]]
PushStaticFieldVariable_push_static_field__0__2 
12[[#93737ea0]]
PushLocalVariable_push____0___2 
13[[#93737ea0]]
PushFieldVariable_push_field__0__2 
21[[#93737da0]]
fFieldName 
22[[#93737da0]]
getName() 
23[[#93737da0]]
fName