CloneSet1097


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4610.993statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14356
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java
24389
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java
34443
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java
44457
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java
54553
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java
64567
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java
Clone Instance
1
Line Count
4
Source Line
356
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java

                                                // managing private access                                                      
                                                if ((syntheticAccessors == null) || (syntheticAccessors[READ] == null)) {
                                                        codeStream.getstatic(fieldBinding);
                                                }
                                                else   {
                                                        codeStream.invokestatic(syntheticAccessors[READ]);
                                                }


Clone Instance
2
Line Count
4
Source Line
389
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java

                                                // managing private access                                                      
                                                if ((syntheticAccessors == null) || (syntheticAccessors[READ] == null)) {
                                                        codeStream.getfield(fieldBinding);
                                                }
                                                else   {
                                                        codeStream.invokestatic(syntheticAccessors[READ]);
                                                }


Clone Instance
3
Line Count
4
Source Line
443
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java

                                        if ((syntheticAccessors == null) || (syntheticAccessors[READ] == null)) {
                                                codeStream.getstatic(fieldBinding);
                                        }
                                        else   {
                                                codeStream.invokestatic(syntheticAccessors[READ]);
                                        }


Clone Instance
4
Line Count
4
Source Line
457
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java

                                        if ((syntheticAccessors == null) || (syntheticAccessors[READ] == null)) {
                                                codeStream.getfield(fieldBinding);
                                        }
                                        else   {
                                                codeStream.invokestatic(syntheticAccessors[READ]);
                                        }


Clone Instance
5
Line Count
4
Source Line
553
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java

                                        if ((syntheticAccessors == null) || (syntheticAccessors[READ] == null)) {
                                                codeStream.getstatic(fieldBinding);
                                        }
                                        else   {
                                                codeStream.invokestatic(syntheticAccessors[READ]);
                                        }


Clone Instance
6
Line Count
4
Source Line
567
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java

                                        if ((syntheticAccessors == null) || (syntheticAccessors[READ] == null)) {
                                                codeStream.getfield(fieldBinding);
                                        }
                                        else   {
                                                codeStream.invokestatic(syntheticAccessors[READ]);
                                        }


Clone AbstractionParameter Count: 1Parameter Bindings

// managing private access                                                      
if ((syntheticAccessors == null) || (syntheticAccessors[READ] == null)) {
  codeStream. [[#variablea0fb9ce0]](fieldBinding);
}
else {
  codeStream.invokestatic(syntheticAccessors[READ]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a0fb9ce0]]
getfield 
12[[#a0fb9ce0]]
getstatic 
13[[#a0fb9ce0]]
getstatic 
14[[#a0fb9ce0]]
getfield 
15[[#a0fb9ce0]]
getstatic 
16[[#a0fb9ce0]]
getfield